[U-Boot] [PATCH 2/2] dm: sunxi: Use DM for MMC and SATA on all A10 boards

2018-06-29 Thread Adam Sampson
Use the driver model for MMC and SATA, in preparation for CONFIG_BLK defaulting to y. Tested on A10 Cubieboard. Signed-off-by: Adam Sampson --- I imagine an A13 version (no DM_SCSI needed) would work as well, but I don't have an A13 machine to test with. arch/arm/mach-sunxi/Kconfig | 2 ++ 1 f

Re: [U-Boot] [PATCH 2/2] dm: sunxi: Use DM for MMC and SATA on all A10 boards

2018-07-02 Thread Maxime Ripard
On Sat, Jun 30, 2018 at 01:02:29AM +0100, Adam Sampson wrote: > Use the driver model for MMC and SATA, in preparation for CONFIG_BLK > defaulting to y. > > Tested on A10 Cubieboard. > > Signed-off-by: Adam Sampson Acked-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin (formerly Free Elect

Re: [U-Boot] [PATCH 2/2] dm: sunxi: Use DM for MMC and SATA on all A10 boards

2018-07-12 Thread Jagan Teki
On Sat, Jun 30, 2018 at 5:32 AM, Adam Sampson wrote: > Use the driver model for MMC and SATA, in preparation for CONFIG_BLK > defaulting to y. > > Tested on A10 Cubieboard. Did you test eMMC in any of A10 look it is not detecting during SD boot and vice-versa happened during eMMC boot. May be it'

Re: [U-Boot] [PATCH 2/2] dm: sunxi: Use DM for MMC and SATA on all A10 boards

2018-07-12 Thread Maxime Ripard
On Thu, Jul 12, 2018 at 12:40:14PM +0530, Jagan Teki wrote: > On Sat, Jun 30, 2018 at 5:32 AM, Adam Sampson wrote: > > Use the driver model for MMC and SATA, in preparation for CONFIG_BLK > > defaulting to y. > > > > Tested on A10 Cubieboard. > > Did you test eMMC in any of A10 look it is not det

Re: [U-Boot] [PATCH 2/2] dm: sunxi: Use DM for MMC and SATA on all A10 boards

2018-07-12 Thread Jagan Teki
On Thu, Jul 12, 2018 at 1:00 PM, Maxime Ripard wrote: > On Thu, Jul 12, 2018 at 12:40:14PM +0530, Jagan Teki wrote: >> On Sat, Jun 30, 2018 at 5:32 AM, Adam Sampson wrote: >> > Use the driver model for MMC and SATA, in preparation for CONFIG_BLK >> > defaulting to y. >> > >> > Tested on A10 Cubie

Re: [U-Boot] [PATCH 2/2] dm: sunxi: Use DM for MMC and SATA on all A10 boards

2018-07-12 Thread Maxime Ripard
On Thu, Jul 12, 2018 at 01:13:04PM +0530, Jagan Teki wrote: > On Thu, Jul 12, 2018 at 1:00 PM, Maxime Ripard > wrote: > > On Thu, Jul 12, 2018 at 12:40:14PM +0530, Jagan Teki wrote: > >> On Sat, Jun 30, 2018 at 5:32 AM, Adam Sampson wrote: > >> > Use the driver model for MMC and SATA, in preparat

Re: [U-Boot] [PATCH 2/2] dm: sunxi: Use DM for MMC and SATA on all A10 boards

2018-07-12 Thread Adam Sampson
On Thu, Jul 12, 2018 at 12:40:14PM +0530, Jagan Teki wrote: > Did you test eMMC in any of A10 look it is not detecting during SD > boot and vice-versa happened during eMMC boot. May be it's because of > pincrtrl for U-Boot which is not initializing for in DM_MMC. No, I don't have any boards with e

Re: [U-Boot] [PATCH 2/2] dm: sunxi: Use DM for MMC and SATA on all A10 boards

2018-07-15 Thread Jagan Teki
On Thu, Jul 12, 2018 at 1:52 PM, Adam Sampson wrote: > On Thu, Jul 12, 2018 at 12:40:14PM +0530, Jagan Teki wrote: >> Did you test eMMC in any of A10 look it is not detecting during SD >> boot and vice-versa happened during eMMC boot. May be it's because of >> pincrtrl for U-Boot which is not init