Re: [PATCH] mmc: sh_mmcif: make DMA support by the driver unconditional

2011-01-05 Thread Paul Mundt
On Wed, Jan 05, 2011 at 10:45:49AM +0900, Magnus Damm wrote: > On Wed, Dec 29, 2010 at 4:59 PM, Guennadi Liakhovetski > wrote: > > Simplify the driver by removing the possibility to build it without the DMA > > support and remove the respective Kconfig parameter. > > > > Signed-off-by: Guennadi Li

Re: [PATCH] mmc: sh_mmcif: make DMA support by the driver unconditional

2011-01-04 Thread Magnus Damm
On Wed, Dec 29, 2010 at 4:59 PM, Guennadi Liakhovetski wrote: > Simplify the driver by removing the possibility to build it without the DMA > support and remove the respective Kconfig parameter. > > Signed-off-by: Guennadi Liakhovetski Excellent, this helps against bitrot and makes kernel config

[PATCH] mmc: sh_mmcif: make DMA support by the driver unconditional

2010-12-28 Thread Guennadi Liakhovetski
Simplify the driver by removing the possibility to build it without the DMA support and remove the respective Kconfig parameter. Signed-off-by: Guennadi Liakhovetski --- drivers/mmc/host/Kconfig|6 -- drivers/mmc/host/sh_mmcif.c | 20 2 files changed, 0 inserti