Re: [PATCH] mmc: via-sdmmc: Use module_pci_driver

2012-08-27 Thread Harald Welte
Hi Sachin, On Mon, Aug 27, 2012 at 12:12:11PM +0530, Sachin Kamat wrote: > module_pci_driver makes the code simpler by eliminating > module_init and module_exit calls. > > Signed-off-by: Sachin Kamat Acked-by: Harald Welte -- - Harald Weltehttp://laforge.

Re: [PATCH] MMC: use pci_dev->revision

2011-03-18 Thread Harald Welte
he newer VIA driver has the similar > code too. So convert both drivers to using the 'revision' field of 'struct > pci_dev' now... > > Signed-off-by: Sergei Shtylyov Acked-by: Harald Welte -- - Harald

Re: [PATCH] mmc: drop the "state" argument to mmc_suspend_host()

2010-05-14 Thread Harald Welte
age_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 for via-sdmmc: Acked-by: Harald Welte -- - H