Re: [PATCH v2] mmc: dw_mmc: move rockchip related code to a separate file

2014-08-29 Thread Ulf Hansson
On 19 August 2014 19:28, Doug Anderson wrote: > Hi, > > On Mon, Aug 18, 2014 at 9:36 PM, Addy Ke wrote: >> To support HS200 and UHS-1, we need add a big hunk of code, >> as shown in the following patches. So a separate file for >> rockchip SOCs is suitable. >> >> Signed-off-by: Addy Ke >> ---

Re: [PATCH v2] mmc: dw_mmc: move rockchip related code to a separate file

2014-08-29 Thread Ulf Hansson
On 19 August 2014 19:28, Doug Anderson diand...@chromium.org wrote: Hi, On Mon, Aug 18, 2014 at 9:36 PM, Addy Ke addy...@rock-chips.com wrote: To support HS200 and UHS-1, we need add a big hunk of code, as shown in the following patches. So a separate file for rockchip SOCs is suitable.

Re: [PATCH v2] mmc: dw_mmc: move rockchip related code to a separate file

2014-08-19 Thread Doug Anderson
Hi, On Mon, Aug 18, 2014 at 9:36 PM, Addy Ke wrote: > To support HS200 and UHS-1, we need add a big hunk of code, > as shown in the following patches. So a separate file for > rockchip SOCs is suitable. > > Signed-off-by: Addy Ke > --- > Changes in v2: > - Kconfig: depend on ARCH_ROCKCHIP,

Re: [PATCH v2] mmc: dw_mmc: move rockchip related code to a separate file

2014-08-19 Thread Doug Anderson
Hi, On Mon, Aug 18, 2014 at 9:36 PM, Addy Ke addy...@rock-chips.com wrote: To support HS200 and UHS-1, we need add a big hunk of code, as shown in the following patches. So a separate file for rockchip SOCs is suitable. Signed-off-by: Addy Ke addy...@rock-chips.com --- Changes in v2: -

Re: [PATCH v2] mmc: dw_mmc: move rockchip related code to a separate file

2014-08-18 Thread Jaehoon Chung
Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 08/19/2014 01:36 PM, Addy Ke wrote: > To support HS200 and UHS-1, we need add a big hunk of code, > as shown in the following patches. So a separate file for > rockchip SOCs is suitable. > > Signed-off-by: Addy Ke > --- > Changes in v2: >

[PATCH v2] mmc: dw_mmc: move rockchip related code to a separate file

2014-08-18 Thread Addy Ke
To support HS200 and UHS-1, we need add a big hunk of code, as shown in the following patches. So a separate file for rockchip SOCs is suitable. Signed-off-by: Addy Ke --- Changes in v2: - Kconfig: depend on ARCH_ROCKCHIP, suggested by Bartlomiej Zolnierkiewicz - Kconfig: depend on OF, suggested

[PATCH v2] mmc: dw_mmc: move rockchip related code to a separate file

2014-08-18 Thread Addy Ke
To support HS200 and UHS-1, we need add a big hunk of code, as shown in the following patches. So a separate file for rockchip SOCs is suitable. Signed-off-by: Addy Ke addy...@rock-chips.com --- Changes in v2: - Kconfig: depend on ARCH_ROCKCHIP, suggested by Bartlomiej Zolnierkiewicz - Kconfig:

Re: [PATCH v2] mmc: dw_mmc: move rockchip related code to a separate file

2014-08-18 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com Best Regards, Jaehoon Chung On 08/19/2014 01:36 PM, Addy Ke wrote: To support HS200 and UHS-1, we need add a big hunk of code, as shown in the following patches. So a separate file for rockchip SOCs is suitable. Signed-off-by: Addy Ke