Re: [PATCH] phy: qcom-ufs: export symbols needed by main drivers

2015-02-02 Thread James Bottomley
On Mon, 2015-02-02 at 17:26 +0100, h...@lst.de wrote: > On Mon, Feb 02, 2015 at 03:30:27PM +, James Bottomley wrote: > > Cc added for linux-scsi, since this is the origin of the problem. How > > important is bisectability in this? It won't affect any non-embedded > > user, since most don't bu

Re: [PATCH] phy: qcom-ufs: export symbols needed by main drivers

2015-02-02 Thread h...@lst.de
On Mon, Feb 02, 2015 at 03:30:27PM +, James Bottomley wrote: > Cc added for linux-scsi, since this is the origin of the problem. How > important is bisectability in this? It won't affect any non-embedded > user, since most don't build with UFS, so I can go either way on folding > or just appl

Re: [PATCH] phy: qcom-ufs: export symbols needed by main drivers

2015-02-02 Thread James Bottomley
On Wed, 2015-01-28 at 17:18 +0100, Arnd Bergmann wrote: > The qcom ufs phy support is split into three separate loadable > modules, however none of the interfaces are exported, resulting > in a link error: > > ERROR: "ufs_qcom_phy_power_off" [drivers/phy/phy-qcom-ufs-qmp-20nm.ko] > undefined! > E

Re: [PATCH] phy: qcom-ufs: export symbols needed by main drivers

2015-02-02 Thread ygardi
Reviewed-by: Yaniv Gardi > The qcom ufs phy support is split into three separate loadable > modules, however none of the interfaces are exported, resulting > in a link error: > > ERROR: "ufs_qcom_phy_power_off" [drivers/phy/phy-qcom-ufs-qmp-20nm.ko] > undefined! > ERROR: "ufs_qcom_phy_power_on" [

Re: [PATCH] phy: qcom-ufs: export symbols needed by main drivers

2015-02-02 Thread Kishon Vijay Abraham I
On Monday 02 February 2015 08:01 PM, yga...@codeaurora.org wrote: >> The qcom ufs phy support is split into three separate loadable >> modules, however none of the interfaces are exported, resulting >> in a link error: >> >> ERROR: "ufs_qcom_phy_power_off" [drivers/phy/phy-qcom-ufs-qmp-20nm.ko] >

Re: [PATCH] phy: qcom-ufs: export symbols needed by main drivers

2015-02-02 Thread ygardi
> The qcom ufs phy support is split into three separate loadable > modules, however none of the interfaces are exported, resulting > in a link error: > > ERROR: "ufs_qcom_phy_power_off" [drivers/phy/phy-qcom-ufs-qmp-20nm.ko] > undefined! > ERROR: "ufs_qcom_phy_power_on" [drivers/phy/phy-qcom-ufs-qm

[PATCH] phy: qcom-ufs: export symbols needed by main drivers

2015-01-28 Thread Arnd Bergmann
The qcom ufs phy support is split into three separate loadable modules, however none of the interfaces are exported, resulting in a link error: ERROR: "ufs_qcom_phy_power_off" [drivers/phy/phy-qcom-ufs-qmp-20nm.ko] undefined! ERROR: "ufs_qcom_phy_power_on" [drivers/phy/phy-qcom-ufs-qmp-20nm.ko] u