Re: [PATCH 1/3] mmc: sdhci: rename platform_8bit_width to platform_bus_width

2012-09-25 Thread Jaehoon Chung
On 09/25/2012 03:15 PM, Sascha Hauer wrote: > On Tue, Sep 25, 2012 at 11:35:14AM +0900, Jaehoon Chung wrote: >> On 09/24/2012 04:22 PM, Sascha Hauer wrote: >>> /* >>> * If your platform has 8-bit width support but is not a v3 controller, >>> * or if it requires special setup code, you

Re: [PATCH 1/3] mmc: sdhci: rename platform_8bit_width to platform_bus_width

2012-09-24 Thread Sascha Hauer
On Tue, Sep 25, 2012 at 11:35:14AM +0900, Jaehoon Chung wrote: > On 09/24/2012 04:22 PM, Sascha Hauer wrote: > > /* > > * If your platform has 8-bit width support but is not a v3 controller, > > * or if it requires special setup code, you should implement that in > > -* platform_8

Re: [PATCH 1/3] mmc: sdhci: rename platform_8bit_width to platform_bus_width

2012-09-24 Thread Jaehoon Chung
On 09/24/2012 04:22 PM, Sascha Hauer wrote: > The 8bit in the function name is misleading. When set, it will be > used to set the bus width, regardless of whether 8bit or another > bus width is requested, so change the function name to > platform_bus_width. > > Signed-off-by: Sascha Hauer > --- >

[PATCH 1/3] mmc: sdhci: rename platform_8bit_width to platform_bus_width

2012-09-24 Thread Sascha Hauer
The 8bit in the function name is misleading. When set, it will be used to set the bus width, regardless of whether 8bit or another bus width is requested, so change the function name to platform_bus_width. Signed-off-by: Sascha Hauer --- drivers/mmc/host/sdhci-pci.c |4 ++-- drivers/mmc/ho