1. 07 12月, 2015 1 次提交
  2. 03 12月, 2015 8 次提交
  3. 10 11月, 2015 1 次提交
    • Y
      phy: qcom-ufs: fix build error when the component is built as a module · aeeed76b
      Yaniv Gardi 提交于
      Export the following functions in order to avoid build errors
      when the component PHY_QCOM_UFS is compiled as a module:
      
      ERROR: "ufs_qcom_phy_disable_ref_clk"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_enable_ref_clk"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_is_pcs_ready"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_disable_iface_clk"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_start_serdes"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_calibrate_phy"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_enable_dev_ref_clk"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_set_tx_lane_enable"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_disable_dev_ref_clk"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_save_controller_version"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      ERROR: "ufs_qcom_phy_enable_iface_clk"
      	[drivers/scsi/ufs/ufs-qcom.ko] undefined!
      make[1]: *** [__modpost] Error 1
      Reviewed-by: NAkinobu Mita <akinobu.mita@gmail.com>
      Reviewed-by: NSubhash Jadavani <subhashj@codeaurora.org>
      Reviewed-by: NGilad Broner <gbroner@codeaurora.org>
      Signed-off-by: NYaniv Gardi <ygardi@codeaurora.org>
      Reviewed-by: NHannes Reinecke <hare@suse.de>
      Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
      aeeed76b
  4. 06 10月, 2015 4 次提交
  5. 25 9月, 2015 3 次提交
  6. 13 9月, 2015 1 次提交
    • B
      locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.h · 84567995
      Boqun Feng 提交于
      After commit:
      
        654672d4 ("locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic operations")
      
      Architectures may only provide {cmp,}xchg_relaxed definitions in
      asm/cmpxchg.h. Other variants, such as {cmp,}xchg, may be built in
      linux/atomic.h, which means simply including asm/cmpxchg.h may not get
      the definitions of all the{cmp,}xchg variants.
      
      Therefore, we should privatize the inclusions of asm/cmpxchg.h to
      keep it only included in arch/* and replace the inclusions outside
      with linux/atomic.h
      Signed-off-by: NBoqun Feng <boqun.feng@gmail.com>
      Signed-off-by: NPeter Zijlstra (Intel) <peterz@infradead.org>
      Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Acked-by: NWill Deacon <will.deacon@arm.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Aybuke Ozdemir <aybuke.147@gmail.com>
      Cc: Chris Brannon <chris@the-brannons.com>
      Cc: Davidlohr Bueso <dave@stgolabs.net>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: Kirk Reiser <kirk@reisers.ca>
      Cc: Kishon Vijay Abraham I <kishon@ti.com>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>
      Cc: Shradha Shah <sshah@solarflare.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: William Hubbs <w.d.hubbs@gmail.com>
      Cc: devel@driverdev.osuosl.org
      Cc: linux-net-drivers@solarflare.com
      Cc: speakup@linux-speakup.org
      Link: http://lkml.kernel.org/r/1440589966-26280-1-git-send-email-boqun.feng@gmail.comSigned-off-by: NIngo Molnar <mingo@kernel.org>
      84567995
  7. 10 8月, 2015 1 次提交
  8. 03 8月, 2015 4 次提交
  9. 01 8月, 2015 2 次提交
  10. 25 7月, 2015 13 次提交
  11. 15 7月, 2015 2 次提交
反馈
建议
客服 返回
顶部