[PATCH 3/5 v2] mmc: sdhci-pltfm: Do not use parent as the host's device

2014-08-12 Thread Pawel Moll
but again, the only situation when parent device matter is runtime PM, which is not implemented for Timberdale. Signed-off-by: Pawel Moll --- drivers/mmc/host/sdhci-pltfm.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/m

Re: [PATCH 3/5] mmc: sdhci-pltfm: Do not use parent as the host's device

2014-08-11 Thread Pawel Moll
On Mon, 2014-08-11 at 10:07 +0100, Ulf Hansson wrote: > On 8 August 2014 18:36, Pawel Moll wrote: > > On Fri, 2014-07-25 at 15:23 +0100, Pawel Moll wrote: > >> The code selecting a device for the sdhci host has been > >> continuously tweaked (4b711cb13843f5082e82970

Re: [PATCH 3/5] mmc: sdhci-pltfm: Do not use parent as the host's device

2014-08-08 Thread Pawel Moll
On Fri, 2014-07-25 at 15:23 +0100, Pawel Moll wrote: > The code selecting a device for the sdhci host has been > continuously tweaked (4b711cb13843f5082e82970dd1e8031383134a65 > "mmc: sdhci-pltfm: Add structure for host-specific data" and > a4d2177f00a5252d825236c5124bc1

[PATCH 3/5] mmc: sdhci-pltfm: Do not use parent as the host's device

2014-07-25 Thread Pawel Moll
but again, the only situation when parent device matter is runtime PM, which is not implemented for Timberdale. Cc: Chris Ball Cc: Anton Vorontsov Cc: Ulf Hansson Cc: linux-...@vger.kernel.org Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Pawel Moll --- This patch is a part of effort to re

Re: [PATCH] i2c: let the core register devices from devicetree

2012-06-14 Thread Pawel Moll
1 - > drivers/i2c/i2c-core.c |3 +++ For what it's worth Tested-by: Pawel Moll on Versatile Express. Regards Paweł ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH] params: Fix parse_args() use in PowerPC's reserve_hugetlb_gpages()

2012-02-17 Thread Pawel Moll
Commit b8076966e8e1 ("params: _initcall-like kernel parameters") changed the parse_args() API without fixing all the callers. Done now. Signed-off-by: Pawel Moll --- arch/powerpc/mm/hugetlbpage.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/