Re: [RFC PATCH v2 05/13] mmc: add nexell driver

2020-04-09 Thread Jaehoon Chung
Hi, On 4/10/20 2:33 AM, Stefan B. wrote: > Hi, > > see below my answers to your questions. > > Regards > Stefan Bosch > > > Hi, > > thanks a lot for your reply. As you already guessed I have ported the > outdated U-Boot from FriendlyARM, see: >

Re: [RFC PATCH v2 05/13] mmc: add nexell driver

2020-04-09 Thread Stefan B.
Hi, see below my answers to your questions. Regards Stefan Bosch Hi, thanks a lot for your reply. As you already guessed I have ported the outdated U-Boot from FriendlyARM, see: https://github.com/friendlyarm/u-boot/tree/nanopi2-v2016.01 The original MMC-driver has been nexell_dw_mmc.c,

Re: [RFC PATCH v2 05/13] mmc: add nexell driver

2020-04-02 Thread Stefan B.
Hi, thanks a lot for your reply. As you already guessed I have ported the outdated U-Boot from FriendlyARM, see: https://github.com/friendlyarm/u-boot/tree/nanopi2-v2016.01 The original MMC-driver has been nexell_dw_mmc.c, so I renamed it to nexell_dw_mmc_dm.c after changing to DM. I will

Re: [RFC PATCH v2 05/13] mmc: add nexell driver

2020-04-02 Thread Jaehoon Chung
Hi, On 3/28/20 6:43 PM, Stefan Bosch wrote: > Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01: > - mmc: nexell_dw_mmc.c changed to nexell_dw_mmc_dm.c (switched to DM). It doesn't need to add postfix as _dm. > > Signed-off-by: Stefan Bosch > --- > > Changes in v2: > - commit

[RFC PATCH v2 05/13] mmc: add nexell driver

2020-03-28 Thread Stefan Bosch
Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01: - mmc: nexell_dw_mmc.c changed to nexell_dw_mmc_dm.c (switched to DM). Signed-off-by: Stefan Bosch --- Changes in v2: - commit "i2c: mmc: add nexell driver (gpio, i2c, mmc, pwm)" splitted into separate commits for gpio, i2c, mmc,