Re: [U-Boot] [PATCH 01/10] mmc: uniphier-sd: Add compatible strings for RCar Gen2

2018-04-08 Thread Marek Vasut
On 04/08/2018 06:41 PM, Marek Vasut wrote: > On 02/20/2018 01:31 PM, Marek Vasut wrote: >> On 02/20/2018 01:54 AM, Jaehoon Chung wrote: >>> On 02/20/2018 02:02 AM, Marek Vasut wrote: On 02/19/2018 12:23 PM, Jaehoon Chung wrote: > On 02/01/2018 12:21 AM, Marek Vasut wrote: >> Add DT com

Re: [U-Boot] [PATCH 01/10] mmc: uniphier-sd: Add compatible strings for RCar Gen2

2018-04-08 Thread Marek Vasut
On 02/20/2018 01:31 PM, Marek Vasut wrote: > On 02/20/2018 01:54 AM, Jaehoon Chung wrote: >> On 02/20/2018 02:02 AM, Marek Vasut wrote: >>> On 02/19/2018 12:23 PM, Jaehoon Chung wrote: On 02/01/2018 12:21 AM, Marek Vasut wrote: > Add DT compatible strings for RCar Gen2 SoCs, so that this d

Re: [U-Boot] [PATCH 01/10] mmc: uniphier-sd: Add compatible strings for RCar Gen2

2018-02-20 Thread Marek Vasut
On 02/20/2018 01:54 AM, Jaehoon Chung wrote: > On 02/20/2018 02:02 AM, Marek Vasut wrote: >> On 02/19/2018 12:23 PM, Jaehoon Chung wrote: >>> On 02/01/2018 12:21 AM, Marek Vasut wrote: Add DT compatible strings for RCar Gen2 SoCs, so that this driver can bind with them. Unlike Gen3, which

Re: [U-Boot] [PATCH 01/10] mmc: uniphier-sd: Add compatible strings for RCar Gen2

2018-02-19 Thread Jaehoon Chung
On 02/20/2018 02:02 AM, Marek Vasut wrote: > On 02/19/2018 12:23 PM, Jaehoon Chung wrote: >> On 02/01/2018 12:21 AM, Marek Vasut wrote: >>> Add DT compatible strings for RCar Gen2 SoCs, so that this driver >>> can bind with them. Unlike Gen3, which uses 64bit FIFO, the Gen2 >>> uses 16bit FIFO. >>>

Re: [U-Boot] [PATCH 01/10] mmc: uniphier-sd: Add compatible strings for RCar Gen2

2018-02-19 Thread Marek Vasut
On 02/19/2018 12:23 PM, Jaehoon Chung wrote: > On 02/01/2018 12:21 AM, Marek Vasut wrote: >> Add DT compatible strings for RCar Gen2 SoCs, so that this driver >> can bind with them. Unlike Gen3, which uses 64bit FIFO, the Gen2 >> uses 16bit FIFO. >> >> Signed-off-by: Marek Vasut >> Cc: Jaehoon Chu

Re: [U-Boot] [PATCH 01/10] mmc: uniphier-sd: Add compatible strings for RCar Gen2

2018-02-19 Thread Jaehoon Chung
On 02/01/2018 12:21 AM, Marek Vasut wrote: > Add DT compatible strings for RCar Gen2 SoCs, so that this driver > can bind with them. Unlike Gen3, which uses 64bit FIFO, the Gen2 > uses 16bit FIFO. > > Signed-off-by: Marek Vasut > Cc: Jaehoon Chung > Cc: Masahiro Yamada Applied to u-boot-mmc. T

[U-Boot] [PATCH 01/10] mmc: uniphier-sd: Add compatible strings for RCar Gen2

2018-01-31 Thread Marek Vasut
Add DT compatible strings for RCar Gen2 SoCs, so that this driver can bind with them. Unlike Gen3, which uses 64bit FIFO, the Gen2 uses 16bit FIFO. Signed-off-by: Marek Vasut Cc: Jaehoon Chung Cc: Masahiro Yamada --- drivers/mmc/uniphier-sd.c | 5 + 1 file changed, 5 insertions(+) diff --