Re: [U-Boot] [PATCH 1/3] mmc: sh_sdhi: Add DM and DT probing support

2017-08-05 Thread Marek Vasut
On 08/03/2017 01:17 AM, Nobuhiro Iwamatsu wrote: > Hi, > > 2017-07-22 6:22 GMT+09:00 Marek Vasut : >> Add MMC DM and DT probing support into the SH SDHI driver. >> This patch abstracts out the common bits of the send command >> and set ios functions, so they can be used both by DM and non >> DM se

Re: [U-Boot] [PATCH 1/3] mmc: sh_sdhi: Add DM and DT probing support

2017-08-02 Thread Nobuhiro Iwamatsu
Hi, 2017-07-22 6:22 GMT+09:00 Marek Vasut : > Add MMC DM and DT probing support into the SH SDHI driver. > This patch abstracts out the common bits of the send command > and set ios functions, so they can be used both by DM and non > DM setups and adds the DM probe support. > > Signed-off-by: Mare

[U-Boot] [PATCH 1/3] mmc: sh_sdhi: Add DM and DT probing support

2017-07-21 Thread Marek Vasut
Add MMC DM and DT probing support into the SH SDHI driver. This patch abstracts out the common bits of the send command and set ios functions, so they can be used both by DM and non DM setups and adds the DM probe support. Signed-off-by: Marek Vasut Cc: Hiroyuki Yokoyama Cc: Nobuhiro Iwamatsu C