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

2018-07-12 Thread Adam Sampson
M support...) -- Adam Sampson <http://offog.org/> ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH 1/2] dm: mmc: sunxi: Add A10/A20 compatible strings

2018-06-29 Thread Adam Sampson
r. Tested on A10 Cubieboard and A20 pcDuino3 Nano with CONFIG_DM_MMC. (A20 worked already, because sun7i-a20.dtsi specifies both the A13 and A20 strings.) Signed-off-by: Adam Sampson --- drivers/mmc/sunxi_mmc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mmc/sunxi_mmc.c b/d

[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

[U-Boot] [PATCH v3] dm: sunxi: Use DM for MMC and SATA on all A20 boards

2018-06-29 Thread Adam Sampson
Generalise the change in commit 3936514b82e8 ("dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA") so it applies to all A20 boards: use the driver model for MMC and SATA, in preparation for CONFIG_BLK defaulting to y. Tested on Linksprite_pcDuino3_Nano. Signed-off-by: Ad

[U-Boot] [PATCH v2] dm: sunxi: Use DM for MMC and SATA on all A20 boards

2018-06-28 Thread Adam Sampson
Generalise the change in commit 3936514b82e8 ("dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA") so it applies to all A20 boards: use the driver model for MMC and SATA, in preparation for CONFIG_BLK defaulting to y. Tested on Linksprite pcDuino3 Nano. Signed-off-by: Ad

Re: [U-Boot] [for v2018.07 2/2] usb: sunxi: Use proper reg_mask for clock gate, reset

2018-06-28 Thread Adam Sampson
ck fix! Tested-by: Adam Sampson -- Adam Sampson <http://offog.org/> ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH 2/2] dm: sunxi: Move Cubietruck to use DM for MMC, SATA

2018-06-27 Thread Adam Sampson
Move to the driver model for MMC and SATA, which means it implicitly uses CONFIG_BLK too. Signed-off-by: Adam Sampson --- configs/Cubietruck_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/Cubietruck_defconfig b/configs/Cubietruck_defconfig index 601eb3ca0c..1b73bd7cc7

[U-Boot] [PATCH 1/2] dm: sunxi: Move Linksprite_pcDuino3_Nano to use DM for MMC, SATA

2018-06-27 Thread Adam Sampson
Move to the driver model for MMC and SATA, which means it implicitly uses CONFIG_BLK too. Signed-off-by: Adam Sampson --- configs/Linksprite_pcDuino3_Nano_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/Linksprite_pcDuino3_Nano_defconfig b/configs

Re: [U-Boot] [linux-sunxi] [PATCH v10 22/35] usb: sunxi: Switch to use generic-phy

2018-06-27 Thread Adam Sampson
und Note the 0.00 revision numbers in the EHCI/OHCI lowlevel init output there. Any ideas about what might have gone wrong? Let me know if you need any more information... Cheers, -- Adam Sampson <http://offog.org/> ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH 1/2] git-mailrc: Replace tabs with spaces in alias entries

2018-06-27 Thread Adam Sampson
patman's _ReadAliasFile only splits on spaces, not tabs, so the entries for dinh and maxime weren't being recognised as valid. I'll fix patman in a separate patch, but this makes all the entries consistent. Signed-off-by: Adam Sampson --- doc/git-mailrc | 4 ++-- 1 file changed, 2 insertions

[U-Boot] [PATCH 2/2] patman: Split alias entries on arbitrary whitespace

2018-06-27 Thread Adam Sampson
Previously the first three words in a git-mailrc alias entry could only be separated by spaces. git-send-email and Mutt both allow arbitrary whitespace here. Signed-off-by: Adam Sampson --- tools/patman/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools

[U-Boot] [PATCH v3] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig

2015-02-01 Thread Adam Sampson
; testing shows the performance is now much better at 1000M Signed-off-by: Adam Sampson a...@offog.org --- board/sunxi/MAINTAINERS| 5 + configs/Linksprite_pcDuino3_Nano_defconfig | 11 +++ 2 files changed, 16 insertions(+) create mode 100644 configs

Re: [U-Boot] [PATCH] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig

2015-01-26 Thread Adam Sampson
-- I'll respin the patch! Thanks very much, -- Adam Sampson a...@offog.org http://offog.org/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig

2015-01-26 Thread Adam Sampson
connector. For more details, see: http://linux-sunxi.org/LinkSprite_pcDuino3_Nano Signed-off-by: Adam Sampson a...@offog.org --- board/sunxi/MAINTAINERS| 5 + configs/Linksprite_pcDuino3_Nano_defconfig | 11 +++ 2 files changed, 16 insertions(+) create mode 100644

[U-Boot] [PATCH] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig

2015-01-25 Thread Adam Sampson
connector. For more details, see: http://linux-sunxi.org/LinkSprite_pcDuino3_Nano Signed-off-by: Adam Sampson a...@offog.org --- board/sunxi/MAINTAINERS|5 + configs/Linksprite_pcDuino3_Nano_defconfig | 11 +++ 2 files changed, 16 insertions(+) create mode