Re: [PATCHv7 2/2] ARM: dts: unuse the slot-node and deprecated supports-highspeed for dw-mmc.

2014-06-15 Thread Ulf Hansson
On 13 June 2014 15:31, Jae hoon Chung wrote: > Hi, Ulf. > > > 2014-06-13 20:14 GMT+09:00 Ulf Hansson : > >> On 13 June 2014 06:31, Jaehoon Chung wrote: >> > dw-mmc controller can support multiple slots. >> > But, there are no use-cases anywhere. So we don't need to support the >> > slot-node for

[PATCH -next 09/26] mmc: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/mmc/host/msm_sdcc.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c index 9405ecd..3035d84 100644 ---

[PATCH -next 00/26] treewide: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Joe Perches (26): powerpc: Use dma_zalloc_coherent sh: Use dma_zalloc_coherent ata: Use dma_zalloc_coherent block: Use dma_zalloc_coherent crypto: Use dma_zalloc_coherent dma: Use dma_zalloc_coherent gpu: Use dma_za