RE: [PATCH v2 1/4] mmc: dw_mmc: fix the transmission handling in IDMAC

2012-05-22 Thread Seungwon Jeon
Hi, Jaehoon Chung, We have missed Hyeonsu's patch? I checked the your link page and found the similarity of patch now. How can we do? Anyway, it'd need to be applied. Thanks, Seungwon Jeon Jaehoon Chung wrote: > Hi Seungwon, > > This patch is already sent from Hyeonsu Kim, > Plz check the below

Re: [PATCH v2 1/4] mmc: dw_mmc: fix the transmission handling in IDMAC

2012-05-22 Thread Jaehoon Chung
Hi Seungwon, This patch is already sent from Hyeonsu Kim, Plz check the below patch. Add Hyeonsu to CC'd http://comments.gmane.org/gmane.linux.kernel.mmc/12870 Best Regards, Jaehoon Chung On 05/22/2012 01:00 PM, Seungwon Jeon wrote: > DTO interrupt can be later than transmit interrupt(IDMAC) >

Re: [PATCH v3 3/3] ARM: dts: add nodes for atmel hsmci controllers for atmel platforms

2012-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:09 Tue 22 May , ludovic.desroc...@atmel.com wrote: > From: Ludovic Desroches > > Add nodes for mci controllers. > > Signed-off-by: Ludovic Desroches > --- > arch/arm/boot/dts/at91sam9g20.dtsi | 12 > arch/arm/boot/dts/at91sam9g25ek.dts| 16 >

Re: [PATCH v3 1/3] mmc: atmel-mci: add device tree support

2012-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:48 Tue 22 May , ludovic.desroches wrote: > Le 05/22/2012 04:08 PM, Jean-Christophe PLAGNIOL-VILLARD a écrit : > >On 12:09 Tue 22 May , ludovic.desroc...@atmel.com wrote: > >>From: Ludovic Desroches > >> > >>Signed-off-by: Ludovic Desroches > >>--- > >> .../devicetree/bindings/mmc/atm

Re: [PATCH v3 2/3] ARM: at91: add clocks for DT entries

2012-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:09 Tue 22 May , ludovic.desroc...@atmel.com wrote: > From: Ludovic Desroches > > Add clocks to clock lookup table for DT entries. > > Signed-off-by: Ludovic Desroches Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J. -- To unsubscribe from this list: send the line "unsubsc

Re: [PATCH v3 1/3] mmc: atmel-mci: add device tree support

2012-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:09 Tue 22 May , ludovic.desroc...@atmel.com wrote: > From: Ludovic Desroches > > Signed-off-by: Ludovic Desroches > --- > .../devicetree/bindings/mmc/atmel-hsmci.txt| 67 +++ > drivers/mmc/host/atmel-mci.c | 89 > +++- > 2

Re: [PATCH v3 3/3] ARM: dts: add nodes for atmel hsmci controllers for atmel platforms

2012-05-22 Thread Nicolas Ferre
On 05/22/2012 12:09 PM, ludovic.desroc...@atmel.com : > From: Ludovic Desroches > > Add nodes for mci controllers. > > Signed-off-by: Ludovic Desroches > --- > arch/arm/boot/dts/at91sam9g20.dtsi | 12 Maybe this one will have to be reworked on top of new ADC declarations. Ma

Re: [PATCH v3 2/3] ARM: at91: add clocks for DT entries

2012-05-22 Thread Nicolas Ferre
On 05/22/2012 12:09 PM, ludovic.desroc...@atmel.com : > From: Ludovic Desroches > > Add clocks to clock lookup table for DT entries. > > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre This one will probably go through arm-soc git tree... > --- > arch/arm/mach-at91/at91sam9260.c |

Re: [PATCH v3 1/3] mmc: atmel-mci: add device tree support

2012-05-22 Thread Nicolas Ferre
On 05/22/2012 12:09 PM, ludovic.desroc...@atmel.com : > From: Ludovic Desroches > > Signed-off-by: Ludovic Desroches Looks neat! Acked-by: Nicolas Ferre > --- > .../devicetree/bindings/mmc/atmel-hsmci.txt| 67 +++ > drivers/mmc/host/atmel-mci.c |

[PATCH v5] MMC-4.5 Power OFF Notify Rework

2012-05-22 Thread Girish K S
From: Saugata Das This is a rework of the existing POWER OFF NOTIFY patch. The current problem with the patch comes from the ambiguity on the usage of POWER OFF NOTIFY together with SLEEP and misunderstanding on the usage of MMC_POWER_OFF power_mode from mmc_set_ios in different host controller d

[PATCH v3 3/3] ARM: dts: add nodes for atmel hsmci controllers for atmel platforms

2012-05-22 Thread ludovic.desroches
From: Ludovic Desroches Add nodes for mci controllers. Signed-off-by: Ludovic Desroches --- arch/arm/boot/dts/at91sam9g20.dtsi | 12 arch/arm/boot/dts/at91sam9g25ek.dts| 16 arch/arm/boot/dts/at91sam9g45.dtsi | 24 arch/a

[PATCH v3 2/3] ARM: at91: add clocks for DT entries

2012-05-22 Thread ludovic.desroches
From: Ludovic Desroches Add clocks to clock lookup table for DT entries. Signed-off-by: Ludovic Desroches --- arch/arm/mach-at91/at91sam9260.c |1 + arch/arm/mach-at91/at91sam9g45.c |2 ++ arch/arm/mach-at91/at91sam9x5.c |2 ++ 3 files changed, 5 insertions(+), 0 deletions(-) dif

[PATCH v3 1/3] mmc: atmel-mci: add device tree support

2012-05-22 Thread ludovic.desroches
From: Ludovic Desroches Signed-off-by: Ludovic Desroches --- .../devicetree/bindings/mmc/atmel-hsmci.txt| 67 +++ drivers/mmc/host/atmel-mci.c | 89 +++- 2 files changed, 154 insertions(+), 2 deletions(-) create mode 100644 Document

[PATCH v3 0/3] atmel-mci device tree support

2012-05-22 Thread ludovic.desroches
Hi, This patch-set adds device tree support for atmel-mci. Regards Ludovic v3: - use cd-inverted instead of cd-invert to follow mmc common binding. - don't assign a pointer to pdev->dev.platform. - add mci controller nodes to other chips and boards. - put all dts file changes together. v2: - s

Re: [PATCH v2 0/4] mmc: dw_mmc: some fiex for hosw driver

2012-05-22 Thread Will Newton
On Tue, May 22, 2012 at 5:00 AM, Seungwon Jeon wrote: > This patch-set includes fixes for the Synopsys DesignWare MMC driver > > Changes in v2: >        - fix the error handling(mmc: dw_mmc: fix the IDMAC sw reset) > > Seungwon Jeon (4): >      mmc: dw_mmc: fix the transmission handling in IDMAC >