Re: [PATCH v4] mmc: sdhci: remove "state" argument from sdhci_suspend_host

2011-11-11 Thread Chris Ball
Hi, On Fri, Nov 04 2011, Adrian Hunter wrote: > On 03/11/11 12:09, Manuel Lauss wrote: >> Drop the "state" argument from sdhci_suspend_host. Its only user >> is the PCI glue; this allows to move all SDHCI glues to use >> dev_pm_ops instead. >> >> Signed-off-by: Manuel Lauss > > Acked-by: Adria

Re: [PATCH v4] mmc: sdhci: remove "state" argument from sdhci_suspend_host

2011-11-04 Thread Adrian Hunter
On 03/11/11 12:09, Manuel Lauss wrote: > Drop the "state" argument from sdhci_suspend_host. Its only user > is the PCI glue; this allows to move all SDHCI glues to use > dev_pm_ops instead. > > Signed-off-by: Manuel Lauss Acked-by: Adrian Hunter > --- > V4: get rid of last checkpatch warning

[PATCH v4] mmc: sdhci: remove "state" argument from sdhci_suspend_host

2011-11-03 Thread Manuel Lauss
Drop the "state" argument from sdhci_suspend_host. Its only user is the PCI glue; this allows to move all SDHCI glues to use dev_pm_ops instead. Signed-off-by: Manuel Lauss --- V4: get rid of last checkpatch warning. V3: remove unused local var in sdhci-pci.c V2: sdhci-s3c does not use sdhci-pl