Re: [PATCH v6 2/2] mmc: host: s3cmci: allow probing from device tree

2017-04-10 Thread Ulf Hansson
On 1 April 2017 at 01:50, Sergio Prado wrote: > Allows configuring Samsung S3C24XX MMC/SD/SDIO controller using a device > tree. > > Signed-off-by: Sergio Prado Thanks, applied for next - however, by amending the change with the fix from

Re: [PATCH v6 2/2] mmc: host: s3cmci: allow probing from device tree

2017-04-10 Thread Ulf Hansson
On 1 April 2017 at 01:50, Sergio Prado wrote: > Allows configuring Samsung S3C24XX MMC/SD/SDIO controller using a device > tree. > > Signed-off-by: Sergio Prado Thanks, applied for next - however, by amending the change with the fix from Arnd. See more below. [...] > + > + if

[PATCH v6 2/2] mmc: host: s3cmci: allow probing from device tree

2017-03-31 Thread Sergio Prado
Allows configuring Samsung S3C24XX MMC/SD/SDIO controller using a device tree. Signed-off-by: Sergio Prado --- drivers/mmc/host/s3cmci.c | 257 +++--- 1 file changed, 126 insertions(+), 131 deletions(-) diff --git

[PATCH v6 2/2] mmc: host: s3cmci: allow probing from device tree

2017-03-31 Thread Sergio Prado
Allows configuring Samsung S3C24XX MMC/SD/SDIO controller using a device tree. Signed-off-by: Sergio Prado --- drivers/mmc/host/s3cmci.c | 257 +++--- 1 file changed, 126 insertions(+), 131 deletions(-) diff --git a/drivers/mmc/host/s3cmci.c