27 Oct, 2011

2 commits


25 Mar, 2011

1 commit

  • The SDHCI driver uses PCI_CLASS_REVISION instead of PCI_REVISION_ID, so
    it was not converted by commit 44c10138fd4bbc4b6d6bff0873c24902f2a9da65
    (PCI: Change all drivers to use pci_device->revision). The newer VIA
    driver has similar code too. This patch converts both drivers to use
    the 'revision' field of 'struct pci_dev'.

    Signed-off-by: Sergei Shtylyov
    Acked-by: Harald Welte
    Signed-off-by: Chris Ball

    Sergei Shtylyov
     

16 Mar, 2011

1 commit


23 Oct, 2010

1 commit


28 May, 2010

1 commit

  • Even though many mmc host drivers pass a pm_message_t argument to
    mmc_suspend_host() that argument isn't used the by MMC core. As host
    drivers are converted to dev_pm_ops they'll have to construct
    pm_message_t's (as they won't be passed by the PM subsystem any more) just
    to appease the mmc suspend interface.

    We might as well just delete the unused paramter.

    Signed-off-by: Matt Fleming
    Acked-by: Anton Vorontsov
    Acked-by: Michal Miroslaw ZZ
    Acked-by: Sascha Sommer
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Matt Fleming
     

22 Jun, 2009

1 commit