Re: [PATCH 2/3] mfd: rtsx: implement driving adjustment to device-dependent callbacks

2013-02-04 Thread Samuel Ortiz
Hi Roger, On Mon, Feb 04, 2013 at 03:45:58PM +0800, Roger Tseng wrote: Implement different ways of selecting driving capability(a necessary adjustment along with voltage change). It was origionally in device-independent mmc/host/rtsx_pci_sdmmc.c. Moving it here to support devices which may

[PATCH 2/3] mfd: rtsx: implement driving adjustment to device-dependent callbacks

2013-02-03 Thread Roger Tseng
Implement different ways of selecting driving capability(a necessary adjustment along with voltage change). It was origionally in device-independent mmc/host/rtsx_pci_sdmmc.c. Moving it here to support devices which may have a different way of adjustment. Signed-off-by: Roger Tseng