Re: [U-Boot] [PATCH v4 0/7] am57xx: cl-som-am57x: fix usb

2017-05-04 Thread Igor Grinberg
Hi Tom, Marek, On 04/25/17 22:27, Marek Vasut wrote: > On 04/25/2017 03:09 AM, Tom Rini wrote: >> On Sun, Apr 23, 2017 at 11:18:04AM +0300, Uri Mashiach wrote: >>> Hello Tom, >>> >>> A gentle ping on this patch series. >>> >>> On 02/23/2017 03:39 PM, Uri Mashiach wrote: Various USB related co

Re: [U-Boot] [PATCHv2] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC

2017-05-04 Thread Jagan Teki
On Wed, May 3, 2017 at 8:10 PM, Olliver Schinagl wrote: > This patch adds support for the Olimex OLinuXino Lime2 with eMMC flash > storage. > https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME2-eMMC/ > > It is a assembly variant of the regular Lime2 but featuring eMMC for > storage.

Re: [U-Boot] [U-Boot 3/3] rockchip: rk3288: enable rockusb support on rk3288 based device

2017-05-04 Thread Eddie Cai
Hi Simon 2017-05-03 18:09 GMT+08:00 Simon Glass : > Hi Eddie, > > On 2 May 2017 at 04:37, Eddie Cai wrote: >> Hi Simon >> 2017-03-20 10:30 GMT+08:00 Simon Glass : >>> Hi Eddie. >>> >>> On 15 March 2017 at 01:56, Eddie Cai wrote: this patch enable rockusb support on rk3288 based device.

Re: [U-Boot] [PATCH 1/1] tools: sunxi: avoid possible null pointer dereference

2017-05-04 Thread Jagan Teki
On Thu, May 4, 2017 at 2:41 AM, Heinrich Schuchardt wrote: > If endptr is NULL we should not dereference it. > > The problem was indicated by cppcheck. > > Signed-off-by: Heinrich Schuchardt > --- > tools/sunxi-spl-image-builder.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

Re: [U-Boot] [PATCHv2] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC

2017-05-04 Thread Maxime Ripard
On Wed, May 03, 2017 at 04:40:02PM +0200, Olliver Schinagl wrote: > This patch adds support for the Olimex OLinuXino Lime2 with eMMC flash > storage. > https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME2-eMMC/ > > It is a assembly variant of the regular Lime2 but featuring eMMC for >

Re: [U-Boot] [PATCHv2] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC

2017-05-04 Thread Olliver Schinagl
Hey Maxime, On 04-05-17 10:43, Maxime Ripard wrote: On Wed, May 03, 2017 at 04:40:02PM +0200, Olliver Schinagl wrote: This patch adds support for the Olimex OLinuXino Lime2 with eMMC flash storage. https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME2-eMMC/ It is a assembly variant

Re: [U-Boot] [PATCH 1/7] rockchip: rk3368: Add clok drvier

2017-05-04 Thread Andy Yan
Hi Simon: On 2017年04月29日 08:26, Simon Glass wrote: Hi Andy, On 20 April 2017 at 20:31, Andy Yan wrote: Add driver to setup the various PLLs and peripheral clocks on the RK3368. Subject: clock Sorry, it's my fault. Signed-off-by: Andy Yan --- arch/arm/include/asm/arch-rockchip/c

Re: [U-Boot] [linux-sunxi] Re: [PATCHv2] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC

2017-05-04 Thread Chen-Yu Tsai
On Thu, May 4, 2017 at 4:44 PM, Olliver Schinagl wrote: > Hey Maxime, > > On 04-05-17 10:43, Maxime Ripard wrote: >> >> On Wed, May 03, 2017 at 04:40:02PM +0200, Olliver Schinagl wrote: >>> >>> This patch adds support for the Olimex OLinuXino Lime2 with eMMC flash >>> storage. >>> https://www.olim

Re: [U-Boot] [linux-sunxi] Re: [PATCHv2] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC

2017-05-04 Thread Olliver Schinagl
Hey ChenYu On 04-05-17 10:48, Chen-Yu Tsai wrote: On Thu, May 4, 2017 at 4:44 PM, Olliver Schinagl wrote: Hey Maxime, On 04-05-17 10:43, Maxime Ripard wrote: On Wed, May 03, 2017 at 04:40:02PM +0200, Olliver Schinagl wrote: This patch adds support for the Olimex OLinuXino Lime2 with eMMC

[U-Boot] [PATCH] ARM: dts: OLinuXino Lime2 eMMC dts sync

2017-05-04 Thread Olliver Schinagl
Sync the sun7i-a20-olinuxino-lime2-emmc.dts with the upstream kernel, which fixes the power-sequencing pin being wrongfully set up. Signed-off-by: Olliver Schinagl --- arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arch

Re: [U-Boot] [U-Boot 3/3] rockchip: rk3288: enable rockusb support on rk3288 based device

2017-05-04 Thread Lukasz Majewski
Hi Eddie, Simon, > Hi Simon > > 2017-05-03 18:09 GMT+08:00 Simon Glass : > > Hi Eddie, > > > > On 2 May 2017 at 04:37, Eddie Cai wrote: > >> Hi Simon > >> 2017-03-20 10:30 GMT+08:00 Simon Glass : > >>> Hi Eddie. > >>> > >>> On 15 March 2017 at 01:56, Eddie Cai > >>> wrote: > this patch ena

Re: [U-Boot] [linux-sunxi] Re: [PATCHv2] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC

2017-05-04 Thread Emmanuel Vadot
On Thu, 4 May 2017 10:51:46 +0200 Olliver Schinagl wrote: > Hey ChenYu > > On 04-05-17 10:48, Chen-Yu Tsai wrote: > > On Thu, May 4, 2017 at 4:44 PM, Olliver Schinagl wrote: > >> Hey Maxime, > >> > >> On 04-05-17 10:43, Maxime Ripard wrote: > >>> > >>> On Wed, May 03, 2017 at 04:40:02PM +0200,

Re: [U-Boot] [PATCH] ARM: dts: OLinuXino Lime2 eMMC dts sync

2017-05-04 Thread Maxime Ripard
Hi, On Thu, May 04, 2017 at 11:00:31AM +0200, Olliver Schinagl wrote: > Sync the sun7i-a20-olinuxino-lime2-emmc.dts with the upstream kernel, > which fixes the power-sequencing pin being wrongfully set up. You have a dependency between two patches. The usual way to deal with that is to create a s

Re: [U-Boot] [PATCH] sunxi: add support for Banana Pi M2 Plus board

2017-05-04 Thread Maxime Ripard
On Wed, May 03, 2017 at 11:45:09PM +0800, Icenowy Zheng wrote: > Banana Pi M2 Plus is an Allwinner H3-based SBC by Sinovoip, which has > already mainline device tree file that have landed into U-Boot source > tree. > > Add a defconfig file for it and add the MAINTAINERS items. > > Signed-off-by:

Re: [U-Boot] [PATCH] ARM: dts: OLinuXino Lime2 eMMC dts sync

2017-05-04 Thread Olliver Schinagl
Hey Maxime, On 04-05-17 11:43, Maxime Ripard wrote: Hi, On Thu, May 04, 2017 at 11:00:31AM +0200, Olliver Schinagl wrote: Sync the sun7i-a20-olinuxino-lime2-emmc.dts with the upstream kernel, which fixes the power-sequencing pin being wrongfully set up. You have a dependency between two patc

[U-Boot] [PATCHv3 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC

2017-05-04 Thread Olliver Schinagl
This patch series adds support for the Olimex OLinuXino Lime2 eMMC. This assembly variant uses eMMC flash instead of NAND (or no flash) on the other Lime2's. Additionally, we sync the dts with upstream as we now use this dts from the new defconfig. Emmanuel Vadot (1): ARM: dts: sunxi: Change nod

[U-Boot] [PATCHv3 2/2] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC

2017-05-04 Thread Olliver Schinagl
This patch adds support for the Olimex OLinuXino Lime2 with eMMC flash storage. https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME2-eMMC/ It is a assembly variant of the regular Lime2 but featuring eMMC for storage. Signed-off-by: Olliver Schinagl --- board/sunxi/MAINTAINERS

[U-Boot] [PATCHv3 1/2] ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmc

2017-05-04 Thread Olliver Schinagl
From: Emmanuel Vadot The node name for the power seq pin is mmc2@0 like the mmc2_pins_a one. This makes the original node (mmc2_pins_a) scrapped out of the dtb and result in a unusable eMMC if U-Boot didn't configured the pins to the correct functions. Signed-off-by: Emmanuel Vadot Signed-off-b

Re: [U-Boot] [PATCH 2/2] armv8: ls1043ardb: Make NET independent of FMan

2017-05-04 Thread Mingkai Hu
> -Original Message- > From: York Sun [mailto:york@nxp.com] > Sent: Tuesday, April 25, 2017 11:40 PM > To: u-boot@lists.denx.de > Cc: Mingkai Hu ; york sun > Subject: [PATCH 2/2] armv8: ls1043ardb: Make NET independent of FMan > > This allows using PCIe NIC without enabling DPAA FMa

Re: [U-Boot] [PATCH v4 0/7] am57xx: cl-som-am57x: fix usb

2017-05-04 Thread Marek Vasut
On 05/04/2017 09:05 AM, Igor Grinberg wrote: > Hi Tom, Marek, > > On 04/25/17 22:27, Marek Vasut wrote: >> On 04/25/2017 03:09 AM, Tom Rini wrote: >>> On Sun, Apr 23, 2017 at 11:18:04AM +0300, Uri Mashiach wrote: Hello Tom, A gentle ping on this patch series. On 02/23/2017

[U-Boot] [PATCH v3 0/3] spl: dfu: misc fixes and reduce MLO foot print

2017-05-04 Thread Ravi Babu
The patch series spl-dfu fixes includes - select spl-dfu only spl-ram supported - ignore the dfu-reset for spl-dfu - reduce the spl-dfu MLO foot print buildman ran for arm targets Change history: v1: - Kconfig fix for dfu-reset for SPL-DFU - compile out CO

[U-Boot] [PATCH v3 3/3] spl: dfu: reduce spl-dfu MLO size

2017-05-04 Thread Ravi Babu
compile out cli_hush.c for spl/dfu and use cli_simple_run_command for dfu to reduce the spl-dfu memory foot print. Adding CONFIG_SPL_DFU_MMC to Kconfig and use CONFIG_IS_ENABLED(DFU_MMC). Signed-off-by: Ravi Babu --- --- common/Makefile | 1 - drivers/dfu/Kconfig | 5 + drivers/dfu/

Re: [U-Boot] [PATCH 1/2] armv8: ls1046ardb: Make NET independent of FMan

2017-05-04 Thread Mingkai Hu
> -Original Message- > From: York Sun [mailto:york@nxp.com] > Sent: Tuesday, April 25, 2017 11:40 PM > To: u-boot@lists.denx.de > Cc: Mingkai Hu ; york sun > Subject: [PATCH 1/2] armv8: ls1046ardb: Make NET independent of FMan > > This allows using PCIe NIC without enabling DPAA FMa

[U-Boot] [PATCH v3 1/3] spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT

2017-05-04 Thread Ravi Babu
Since SPL_DFU_SUPPORT is depends on SPL_RAM_SUPPORT, hence select SPL_DFU_SUPPORT only when SPL_RAM_SUPPORT is chosen. Signed-off-by: Ravi Babu Reviewed-by: Tom Rini --- common/spl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index ea6fbb6.

[U-Boot] [PATCH v2 2/3] common: dfu: ignore reset for spl-dfu

2017-05-04 Thread Ravi Babu
The SPL-DFU feature enable to load and execute u-boot from RAM over usb from PC using dfu-util. Hence dfu-reset should not be issued when dfu-util -R switch is issued. Signed-off-by: Ravi Babu --- common/dfu.c | 2 +- common/spl/Kconfig | 4 drivers/dfu/dfu.c | 4 3 files change

[U-Boot] [PATCH] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller

2017-05-04 Thread yinbo . zhu
From: Sriram Dash Currently the controller by default enables the Receive Detect feature in P3 mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive detection in P3 mode. Enabling the USB3 controller to configure USB in P2 mode whenever the Receive Detect feature is required

Re: [U-Boot] [PATCH] board/BuR/common: incorrect check of dtb

2017-05-04 Thread Hannes Schmelzer
On 05/03/2017 11:44 PM, Heinrich Schuchardt wrote: The logical expression to check the dtb is incorrect in load_devicetree. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt --- I do not have a board for testing. Please, review carefully. --- board/BuR/common/common.c

[U-Boot] [ U-Boot ] armv8/start.S : what's the difference between CONFIG_ARMV8_SPIN_TABLE and CONFIG_ARMV8_MULTIENTRY

2017-05-04 Thread Cao Jie
Hi all I am new to armv8's uboot and when I research codes about armv8/start.S I'm confused by two option: CONFIG_ARMV8_SPIN_TABLE and CONFIG_ARMV8_MULTIENTRY Both option have the same function which cause slave CPUS to enter standby mode, so why we have the two option for this case? What's the

Re: [U-Boot] [PATCH v3 3/3] spl: dfu: reduce spl-dfu MLO size

2017-05-04 Thread Tom Rini
On Thu, May 04, 2017 at 03:45:30PM +0530, Ravi Babu wrote: > compile out cli_hush.c for spl/dfu and > use cli_simple_run_command for dfu to > reduce the spl-dfu memory foot print. > > Adding CONFIG_SPL_DFU_MMC to Kconfig and > use CONFIG_IS_ENABLED(DFU_MMC). > > Signed-off-by: Ravi Babu [snip]

Re: [U-Boot] [PATCH] ARM: dts: OLinuXino Lime2 eMMC dts sync

2017-05-04 Thread Maxime Ripard
On Thu, May 04, 2017 at 11:51:19AM +0200, Olliver Schinagl wrote: > Hey Maxime, > > On 04-05-17 11:43, Maxime Ripard wrote: > > Hi, > > > > On Thu, May 04, 2017 at 11:00:31AM +0200, Olliver Schinagl wrote: > > > Sync the sun7i-a20-olinuxino-lime2-emmc.dts with the upstream kernel, > > > which fix

[U-Boot] [PATCH 1/5] ARM64: poplar: add device tree bindings

2017-05-04 Thread Jorge Ramirez-Ortiz
Signed-off-by: Jorge Ramirez-Ortiz --- arch/arm/dts/hi3798cv200-poplar.dts | 169 + arch/arm/dts/hi3798cv200.dtsi | 413 include/dt-bindings/clock/histb-clock.h | 66 + include/dt-bindings/reset/ti-syscon.h | 38 +++ 4 files chang

[U-Boot] [PATCH 2/5] driver: usb: add EHCI driver for hi3787cv200 SoC

2017-05-04 Thread Jorge Ramirez-Ortiz
Signed-off-by: Jorge Ramirez-Ortiz --- .../arm/include/asm/arch-hi3798cv200/hi3798cv200.h | 93 ++ drivers/usb/host/Kconfig | 6 + drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-hi3798cv200.c| 196

[U-Boot] [PATCH 3/5] driver: mmc: update debug info

2017-05-04 Thread Jorge Ramirez-Ortiz
This driver is used in another board; remove board information from the driver debug log. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/mmc/hi6220_dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/hi6220_dw_mmc.c b/drivers/mmc/hi6220_dw_mmc.c index fdaf1e4

[U-Boot] [PATCH 4/5] arm: mach-types: add hikey and poplar

2017-05-04 Thread Jorge Ramirez-Ortiz
Signed-off-by: Jorge Ramirez-Ortiz --- arch/arm/include/asm/mach-types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/mach-types.h b/arch/arm/include/asm/mach-types.h index 9f82efe..db06923 100644 --- a/arch/arm/include/asm/mach-types.h +++ b/arch/arm/include/asm/ma

[U-Boot] [PATCH 5/5] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

2017-05-04 Thread Jorge Ramirez-Ortiz
This port adds support for: 1) Serial 2) eMMC 3) USB It has been tested with ARM TRUSTED FIRMWARE running u-boot as the BL33 executable [see board's README] eMMC has been tested for reading and booting the loader[1] and linux kernels as well as saving the u-boot environmen

Re: [U-Boot] [PATCH] sunxi: add support for Banana Pi M2 Plus board

2017-05-04 Thread Jagan Teki
On Thu, May 4, 2017 at 3:14 PM, Maxime Ripard wrote: > On Wed, May 03, 2017 at 11:45:09PM +0800, Icenowy Zheng wrote: >> Banana Pi M2 Plus is an Allwinner H3-based SBC by Sinovoip, which has >> already mainline device tree file that have landed into U-Boot source >> tree. >> >> Add a defconfig fil

[U-Boot] [PATCH v5 00/33] ARM: i.MX6: SabreSD: Add dts support

2017-05-04 Thread Jagan Teki
From: Jagan Teki Compared to previous series, this series - remove DCD addition on SPL for duallite, since it's not working - Add board_fit_config_name_match for SPL to fetch board dts - Now we have single SPL deconfig file for all SabreSD cpu models. Changes for v5: - rebase on master - removed

[U-Boot] [PATCH v5 02/33] ARM: dts: i.MX6: Add imx6qdl-sabresd.dtsi

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add common minimal dtsi file for i.MX6QDL Sabresd boards, - uart1 - usdhc2 - usdhc3 - usdhc4 Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/imx6qdl-sabresd.dtsi | 111 ++ 1 file change

[U-Boot] [PATCH v5 03/33] ARM: dts: imx6qdl-sabresd: Add imx6q-sabresd.dts

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add initial dts support for i.MX6 Quad Sabresd board. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/Makefile | 1 + arch/arm/dts/imx6q-sabresd.dts | 21 + 2 files changed, 22 insertions(+)

[U-Boot] [PATCH v5 01/33] mx6sabresd: README: Fix to add space on dd command

2017-05-04 Thread Jagan Teki
From: Jagan Teki Fix to give space between of and bs of dd command. Cc: Fabio Estevam Cc: Stefano Babic Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- board/freescale/mx6sabresd/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/mx6sabresd/RE

[U-Boot] [PATCH v5 12/33] ARM: i.MX6: sabresd: defconfig move - CONFIG_USB_EHCI(_MX6)

2017-05-04 Thread Jagan Teki
From: Jagan Teki Defconfig move on i.MX6 Sabresd boards: - CONFIG_USB_EHCI as CONFIG_USB_EHCI_HCD - CONFIG_USB_EHCI_MX6 Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/imx6qdl_sabresd_spl_defconfig | 2 ++ configs/mx6dlsabresd_defconfig

[U-Boot] [PATCH v5 09/33] ARM: dts: imx6qdl-sabresd: Add I2C node's

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add I2C nodes for i.MX6QDL sabresd boards. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/imx6qdl-sabresd.dtsi | 42 +++ 1 file changed, 42 insertions(+) diff --git a/arch/arm/dts/imx

[U-Boot] [PATCH v5 24/33] ARM: i.MX6: %s/mx6[dl|q]sabresd_defconfig/imx6[dl|q]_sabresd_defconfig

2017-05-04 Thread Jagan Teki
mx6dlsabresd_defconfig => imx6dl_sabresd_defconfig mx6qsabresd_defconfig => imx6q_sabresd_defconfig Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- board/freescale/mx6sabresd/MAINTAINERS | 4 ++-- configs/{mx6dlsabresd_defconfig =>

[U-Boot] [PATCH v5 06/33] ARM: dts: imx6qdl-sabresd: Add imx6qp-sabresd.dts

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add initial dts support for i.MX6 Quad Plus Sabresd board. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/Makefile | 1 + arch/arm/dts/imx6qdl-sabresd.dtsi | 96 --- arch/

[U-Boot] [PATCH v5 17/33] ARM: dts: imx6qdl-sabresd: Add FEC node

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add FEC node for i.MX6QDL Sabresd boards. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/imx6qdl-sabresd.dtsi | 29 + 1 file changed, 29 insertions(+) diff --git a/arch/arm/dts/imx6qdl-sabres

[U-Boot] [PATCH v5 05/33] ARM: i.MX6Q: sabresd: Add initial devicetree support

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add initial devicetree support for i.MX6 Quad Sabresd board. The configs item are copied from configs/mx6sabresd_spl_defconfig and added - CONFIG_OF_CONTROL=y - CONFIG_DM_GPIO=y - CONFIG_DM_MMC=y - CONFIG_BLK is not set - CONFIG_DM_MMC_OPS is not set - CONFIG_PINCTRL=y - CONFIG_

[U-Boot] [PATCH v5 20/33] ARM: i.MX6: sabresd: Add dm_gpio_* for backlight

2017-05-04 Thread Jagan Teki
From: Jagan Teki For OF_CONTROL, gpio's need to configure through dm_gpio_* calls instead of non-dm gpio code, So add dm_gpio_* calls for dts supported code. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- board/freescale/mx6sabresd/mx6sabresd.c | 22

[U-Boot] [PATCH v5 16/33] ARM: i.MX6: sabresd: Enable DM_USB

2017-05-04 Thread Jagan Teki
From: Jagan Teki Enable DM_USB for dt supported sabresd config boards: - imx6q_sabresd_defconfig - imx6qp_sabresd_defconfig Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- board/freescale/mx6sabresd/mx6sabresd.c | 4 ++-- configs/imx6qdl_sabresd_spl_d

[U-Boot] [PATCH v5 04/33] ARM: i.MX6: sabresd: Remove SPL_I2C_SUPPORT

2017-05-04 Thread Jagan Teki
From: Jagan Teki I2C support not needed for SPL build, hence removed the CONFIG_SPL_I2C_SUPPORT from mx6sabresd_spl_defconfig Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/mx6sabresd_spl_defconfig | 1 - 1 file changed, 1 deletion(-) diff -

[U-Boot] [PATCH v5 08/33] ARM: i.MX6: sabresd: Move CONFIG_SYS_I2C_MXC to defconfigs

2017-05-04 Thread Jagan Teki
From: Jagan Teki Moved CONFIG_SYS_I2C_MXC from include/configs/mxsabresd.h to imx6 sabresd defconfigs. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/imx6qdl_sabresd_spl_defconfig | 1 + configs/mx6dlsabresd_defconfig| 1 + configs/mx

[U-Boot] [PATCH v5 32/33] ARM: i.MX6: sabresd: Cleanup board code

2017-05-04 Thread Jagan Teki
From: Jagan Teki - Give proper tab alignment for display_info_t structure - Add tab spaces UART_PAD_CTRL and SPI_PAD_CTRL - Give proper alignment of reg init values on setup_display - Add space and newline on board_init_f Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by

[U-Boot] [PATCH v5 21/33] ARM: i.MX6: sabresd: Add imx6_pcie_toggle_power

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add imx6_pcie_toggle_power on board file using dm_gpio_* calls for OF_CONTROL configs. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- board/freescale/mx6sabresd/mx6sabresd.c | 30 ++ 1 file changed, 30 ins

[U-Boot] [PATCH v5 13/33] ARM: dts: imx6qdl-sabresd: Add usb host node

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add usb host node for i.MX6QDL sabresd boards. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/imx6qdl-sabresd.dtsi | 23 +++ 1 file changed, 23 insertions(+) diff --git a/arch/arm/dts/imx6qdl-sabresd

[U-Boot] [PATCH v5 15/33] ARM: i.MX6: sabresd: Enable CONFIG_DM_REGULATOR

2017-05-04 Thread Jagan Teki
From: Jagan Teki Enable CONFIG_DM_REGULATOR for i.MX6QDL sabresd boards. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/imx6qdl_sabresd_spl_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx6qdl_sabresd_spl_defconfig b

[U-Boot] [PATCH v5 10/33] ARM: dts: imx6qdl-sabresd: Add PMIC pfuze100 node

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add PMIC pfuze100 node via i2c2 for i.MX6QDL sabresd boards. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/imx6qdl-sabresd.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/imx6qdl-sabresd.dtsi

[U-Boot] [PATCH v5 29/33] ARM: i.MX6: %s/MX6SABRESD/IMX6SABRESD

2017-05-04 Thread Jagan Teki
From: Jagan Teki Rename MX6SABRESD with IMX6SABRESD so-that it can compatible with Linux i.MX file notations. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/cpu/armv7/mx6/Kconfig | 16 board/freescale/imx6sabresd/Kc

[U-Boot] [PATCH v5 14/33] ARM: dts: imx6qdl-sabresd: Add usb otg node

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add usb otg node for i.MX6QDL sabresd boards. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/imx6qdl-sabresd.dtsi | 23 +++ 1 file changed, 23 insertions(+) diff --git a/arch/arm/dts/imx6qdl-sabresd.

[U-Boot] [PATCH v5 18/33] ARM: i.MX6: sabre: Move CONFIG_FEC_MXC to defconfigs

2017-05-04 Thread Jagan Teki
From: Jagan Teki Moved CONFIG_FEC_MXC from include/configs/mxsabresd.h to imx6 sabresd and sabreauto defconfigs. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/imx6qdl_sabresd_spl_defconfig | 1 + configs/mx6dlsabreauto_defconfig | 2 ++

[U-Boot] [PATCH v5 26/33] ARM: i.MX6DL: sabresd: Add dts support for imx6dl_sabresd

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add devicetree support for imx6dl_sabresd non-spl board. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/imx6dl_sabresd_defconfig | 14 ++ 1 file changed, 14 insertions(+) diff --git a/configs/imx6dl_sabresd_defco

[U-Boot] [PATCH v5 22/33] ARM: i.MX6: sabresd: Add imx6_pcie_toggle_reset

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add imx6_pcie_toggle_reset on board file using dm_gpio_* calls for OF_CONTROL configs. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- board/freescale/mx6sabresd/mx6sabresd.c | 31 +++ 1 file changed, 31 in

[U-Boot] [PATCH v5 07/33] ARM: i.MX6QP: sabresd: Add initial devicetree support

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add initial dts support for i.MX6 Quad Plus Sabresd board. Boot from MMC: - U-Boot SPL 2017.03-33690-ga80e4f6-dirty (Mar 30 2017 - 00:40:29) Trying to boot from MMC1 U-Boot 2017.03-33690-ga80e4f6-dirty (Mar 30 2017 - 00:40:29 +0530) CPU: Freescale i.MX6QP rev1.0

[U-Boot] [PATCH v5 11/33] ARM: i.MX6: sabresd: Enable DM_I2C and DM_PMIC

2017-05-04 Thread Jagan Teki
From: Jagan Teki Enable DM_I2C, DM_PMIC and DM_PMIC_PFUZE100 for dt supported sabresd config board I2C Log: => i2c bus Bus 0: i2c@021a Bus 1: i2c@021a4000 08: pfuze100@08, offset len 1, flags 0 Bus 2: i2c@021a8000 => i2c dev 1 Setting bus to 1 => i2c speed 10 Setting bus s

[U-Boot] [PATCH v5 28/33] ARM: i.MX6: %s/mx6sabresd/imx6sabresd

2017-05-04 Thread Jagan Teki
Rename all mx6sabresd files and directories to imx6sabresd, this will eventually compatible with Linux i.MX file notations and also some of the boards(engicam) in the current tree are now following same convention. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan T

[U-Boot] [PATCH v5 19/33] ARM: i.MX6: sabresd: Enable DM_ETH

2017-05-04 Thread Jagan Teki
From: Jagan Teki Enable DM_ETH for dt supported sabresd config boards: - imx6q_sabresd_defconfig - imx6qp_sabresd_defconfig Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- board/freescale/mx6sabresd/mx6sabresd.c | 6 ++ configs/imx6qdl_sabresd_spl

[U-Boot] [PATCH v5 27/33] ARM: i.MX6: sabresd: Drop legacy non-fdt code

2017-05-04 Thread Jagan Teki
From: Jagan Teki - Removed non-fdt code (becuase which has dt support) - Remove mx6sabresd_spl_defconfig - Re-arrange the header includes and removed unneeded includes. - Move the SPL code in #ifdef CONFIG_SPL_BUILD area. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by

[U-Boot] [PATCH v5 33/33] imx6sabresd: README: Update with dtb changes

2017-05-04 Thread Jagan Teki
From: Jagan Teki Now SabreSD board support SPL and non-SPL with devicetree enabled, so update the README according with images generated with respective builds. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- board/freescale/imx6sabresd/README | 46 ++

[U-Boot] [PATCH v5 25/33] ARM: i.MX6Q: sabresd: Add dts support for imx6q_sabresd

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add devicetree support for imx6q_sabresd non-spl board. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/imx6q_sabresd_defconfig | 14 ++ 1 file changed, 14 insertions(+) diff --git a/configs/imx6q_sabresd_defconfi

[U-Boot] [PATCH v5 31/33] ARM: i.MX6: sabresd: Drop checkboard

2017-05-04 Thread Jagan Teki
From: Jagan Teki Since SabreSD is supporting fdt, there is no use of printing the board name explicitly using checkboard because dtb supported u-boot will print model like this Model: Freescale i.MX6 Quad Plus SABRE Smart Device Board Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi

[U-Boot] [PATCH v5 30/33] ARM: i.MX6: sabresd: Move DM_* and OF_CONTROL to arch Kconfig

2017-05-04 Thread Jagan Teki
From: Jagan Teki Since all defconfig have common CONFIG_DM_* for respective dm uclass configs move them on arch Kconfig and also move CONFIG_OF_CONTROL Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/cpu/armv7/mx6/Kconfig| 8

[U-Boot] [PATCH v5 23/33] ARM: dts: imx6qdl-sabresd: Add imx6dl-sabresd.dts

2017-05-04 Thread Jagan Teki
From: Jagan Teki Add initial dts support for i.MX6 DualLite Sabresd board. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/Makefile | 1 + arch/arm/dts/imx6dl-sabresd.dts | 17 + 2 files changed, 18 insertions(+

Re: [U-Boot] [PATCH] defconfig: firefly-rk3399: fix pinctrl config option

2017-05-04 Thread Simon Glass
On 3 May 2017 at 17:29, Heiko Stuebner wrote: > > The option is named PINCTRL_ROCKCHIP_RK3399 not ROCKCHIP_RK3399_PINCTRL. > Set the correct option. > > Signed-off-by: Heiko Stuebner > --- > configs/firefly-rk3399_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Sim

Re: [U-Boot] [PATCH 1/7] rockchip: rk3368: Add clok drvier

2017-05-04 Thread Simon Glass
Hi Andy, On 4 May 2017 at 02:48, Andy Yan wrote: > Hi Simon: > > > On 2017年04月29日 08:26, Simon Glass wrote: >> >> Hi Andy, >> >> On 20 April 2017 at 20:31, Andy Yan wrote: >>> >>> Add driver to setup the various PLLs and peripheral >>> clocks on the RK3368. >> >> Subject: clock > > > Sorry,

Re: [U-Boot] [RESEND PATCH v2 1/5] net: pch_gbe: Reset during probe

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:57, Daniel Schwierzeck wrote: > > From: Paul Burton > > Using the EG20T gigabit ethernet controller on the MIPS Boston board, we > find that we have to reset the controller in order for the RGMII link to > the PHY to become functional. Without doing so we constantly time ou

Re: [U-Boot] [U-Boot 3/3] rockchip: rk3288: enable rockusb support on rk3288 based device

2017-05-04 Thread Simon Glass
Hi, On 4 May 2017 at 03:19, Lukasz Majewski wrote: > Hi Eddie, Simon, > >> Hi Simon >> >> 2017-05-03 18:09 GMT+08:00 Simon Glass : >> > Hi Eddie, >> > >> > On 2 May 2017 at 04:37, Eddie Cai wrote: >> >> Hi Simon >> >> 2017-03-20 10:30 GMT+08:00 Simon Glass : >> >>> Hi Eddie. >> >>> >> >>> On 15

Re: [U-Boot] [PATCH v3 1/4] tools: moveconfig: extract helper function for user confirmation

2017-05-04 Thread Simon Glass
On 2 May 2017 at 03:30, Chris Packham wrote: > Avoid repetitive code dealing with asking the user for confirmation. > > Signed-off-by: Chris Packham > --- > > Changes in v3: None > Changes in v2: None > > tools/moveconfig.py | 37 ++--- > 1 file changed, 18 insert

Re: [U-Boot] [RESEND PATCH v2 6/6] boston: Enable CONFIG_DISTRO_DEFAULTS in defconfigs

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:22, Daniel Schwierzeck wrote: > From: Paul Burton > > CONFIG_DISTRO_DEFAULTS selects a number of things we want for Boston > defconfigs & generally describes what we want - to be able to boot an > arbitrary Linux distribution. Enable it in order to shorten the > defconfigs

Re: [U-Boot] [RESEND PATCH v2 4/5] net: pch_gbe: Add cache maintenance

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:57, Daniel Schwierzeck wrote: > From: Paul Burton > > On MIPS systems DMA isn't coherent with the CPU caches unless an IOCU is > present. When there is no IOCU we need to writeback or invalidate the > data caches at appropriate points. Perform this cache maintenance in > th

Re: [U-Boot] [PATCH v3 2/4] tools: moveconfig: cleanup whitelist entries

2017-05-04 Thread Simon Glass
On 2 May 2017 at 03:30, Chris Packham wrote: > After moving to KConfig and removing from all headers options should be > removed from config_whitelist.txt so the build starts complaining if > someone adds them back. > > Acked-by: Masahiro Yamada > Signed-off-by: Chris Packham > --- > Simon asked

Re: [U-Boot] [RESEND PATCH v2 3/5] net: pch_gbe: CPU accessible addresses are virtual

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:57, Daniel Schwierzeck wrote: > From: Paul Burton > > Use the virt_to_bus & bus_to_virt functions rather than phys_to_bus & > bus_to_phys, since the addresses accessed by the CPU will be virtual > rather than physical. On MIPS physical & virtual addresses differ as we > use

Re: [U-Boot] [RESEND PATCH v2 5/6] boston: Bump CONFIG_SYS_BOOTM_LEN to 64MiB

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:22, Daniel Schwierzeck wrote: > From: Paul Burton > > The default value of CONFIG_SYS_BOOTM_LEN is too small for typical > boston Linux kernels. Increase the limit to 64MB, which covers current > kernels with plenty of breathing room. > > Signed-off-by: Paul Burton > Signe

Re: [U-Boot] [RESEND PATCH v2 1/6] image: Use ram_top, not bi_memsize, in getenv_bootm_size

2017-05-04 Thread Simon Glass
Hi Daniel, On 30 April 2017 at 13:22, Daniel Schwierzeck wrote: > From: Paul Burton > > When determining the region of memory to allow for use by bootm, using > bi_memstart & adding bi_memsize can cause problems if that leads to an > integer overflow. For example on some MIPS systems bi_memstart

Re: [U-Boot] [RESEND PATCH v2 2/5] net: pch_gbe: Fix rx descriptor buffer addresses

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:57, Daniel Schwierzeck wrote: > From: Paul Burton > > The loop to set up buffer addresses in rx descriptors always operated on > descriptor 0, rather than on each descriptor sequentially. Fix this in > order to setup correct buffer addresses for each descriptor. > > Signed-

Re: [U-Boot] [PATCH v3 4/4] README: remove CONFIG_CMD_DATE

2017-05-04 Thread Simon Glass
On 2 May 2017 at 03:30, Chris Packham wrote: > CONFIG_CMD_DATE was recently moved to Kconfig. Remove the now duplicate > description of the option. > > Signed-off-by: Chris Packham > --- > > Changes in v3: None > Changes in v2: None > > README | 1 - > 1 file changed, 1 deletion(-) Reviewed-by:

Re: [U-Boot] [PATCH 1/3] dm: led: add BCM6358 led driver

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:09, Álvaro Fernández Rojas wrote: > This driver is a simplified version of linux/drivers/leds/leds-bcm6358.c > > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/led/Kconfig | 7 ++ > drivers/led/Makefile | 1 + > drivers/led/led_bcm6358.c | 227 > +++

Re: [U-Boot] [PATCH v3 3/4] tools: moveconfig: cleanup README entires

2017-05-04 Thread Simon Glass
On 2 May 2017 at 03:30, Chris Packham wrote: > The Kconfig description replaces the description in the README file so > as options are migrated they can be removed from the README. > > Signed-off-by: Chris Packham > --- > > Changes in v3: None > Changes in v2: None > > tools/moveconfig.py | 41 +

Re: [U-Boot] [PATCH 4/5] mips: bmips: add bcm6345-rst driver support for BCM63268

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:10, Álvaro Fernández Rojas wrote: > This driver can control up to 32 clocks. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/brcm,bcm63268.dtsi | 7 +++ > include/dt-bindings/reset/bcm63268-reset.h | 32 > ++ > 2 fil

Re: [U-Boot] [PATCH 5/5] mips: bmips: enable bcm6345-clk driver for all BMIPS boards

2017-05-04 Thread Simon Glass
2017-05-03 7:09 GMT-06:00 Álvaro Fernández Rojas : > Signed-off-by: Álvaro Fernández Rojas > --- > configs/comtrend_ar5387un_ram_defconfig | 1 + > configs/comtrend_vr3032u_ram_defconfig | 1 + > configs/huawei_hg556a_ram_defconfig | 1 + > configs/sfr_nb4-ser_ram_defconfig | 1 + > 4

Re: [U-Boot] [PATCH 2/5] mips: bmips: add bcm6328-led driver support for BCM6328

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:08, Álvaro Fernández Rojas wrote: > This driver can control up to 24 LEDs and supports HW blinking and serial > leds. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/brcm,bcm6328.dtsi | 9 + > 1 file changed, 9 insertions(+) > Reviewed-by: Simon Glas

Re: [U-Boot] [RESEND PATCH v2 3/6] boston: Move CM GCRs away from flash

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:22, Daniel Schwierzeck wrote: > From: Paul Burton > > Move the MIPS Coherence Manager (CM) Global Configuration Registers > (GCRs) away from the region of the physical address space which the > Boston board's parallel flash is found in, such that we can access all > of flas

Re: [U-Boot] [PATCH 3/5] mips: bmips: add bcm6345-gpio driver support for BCM6328

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:07, Álvaro Fernández Rojas wrote: > This SoC has one gpio bank with a total of 32 GPIOs. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/brcm,bcm6328.dtsi | 9 + > 1 file changed, 9 insertions(+) Reviewed-by: Simon Glass _

Re: [U-Boot] [PATCH] ARM: mvebu: switch db-88f6820-amc to DM for i2c

2017-05-04 Thread Simon Glass
On 2 May 2017 at 02:35, Chris Packham wrote: > Move existing configuration from header file to defconfig or dts as > appropriate. > > Signed-off-by: Chris Packham > --- > > arch/arm/dts/armada-385-amc.dts | 3 +++ > configs/db-88f6820-amc_defconfig | 2 ++ > include/configs/db-88f6820-amc.h | 7

Re: [U-Boot] [PATCH 5/5] mips: bmips: add Comtrend VR-3032u bcm6328-leds

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:08, Álvaro Fernández Rojas wrote: > This board has several LEDs attached to its BCM6328 led controller. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/comtrend,vr-3032u.dts| 43 > ++ > configs/comtrend_vr3032u_ram_defconfi

Re: [U-Boot] [RESEND PATCH v2 2/6] MIPS: Make CM GCR base configurable

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:22, Daniel Schwierzeck wrote: > From: Paul Burton > > Without adding a prompt for CONFIG_MIPS_CM_BASE, Kconfig doesn't allow > defconfigs to set it. Provide the prompt in order to allow for that. > > Signed-off-by: Paul Burton > Signed-off-by: Daniel Schwierzeck > > --- >

Re: [U-Boot] [RESEND PATCH v2 4/6] boston: Setup memory ranges in FDT provided to Linux

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:22, Daniel Schwierzeck wrote: > From: Paul Burton > > The boston memory map isn't suited to the simple "all memory starting > from 0" approach that the MIPS arch_fixup_fdt() implementation takes. > Instead we need to indicate the first 256MiB of DDR from 0 and the rest > fr

Re: [U-Boot] [PATCH 1/5] dm: clk: add BCM6345 clock driver

2017-05-04 Thread Simon Glass
Hi Alvarao, On 3 May 2017 at 07:09, Álvaro Fernández Rojas wrote: > This is a simplified version of linux/arch/mips/bcm63xx/clk.c > > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/clk/Kconfig | 8 + > drivers/clk/Makefile | 1 + > drivers/clk/clk_bcm6345.c | 78 > +

Re: [U-Boot] [PATCH 5/5] mips: bmips: add Huawei HG556a gpio-leds

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:07, Álvaro Fernández Rojas wrote: > This board has several LEDs attached to gpio0. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/huawei,hg556a.dts | 73 > + > configs/huawei_hg556a_ram_defconfig | 4 ++ > 2 files cha

Re: [U-Boot] [PATCH 2/5] mips: bmips: add bcm6345-rst driver support for BCM6358

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:10, Álvaro Fernández Rojas wrote: > This driver can control up to 32 resets. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/brcm,bcm6358.dtsi | 7 +++ > include/dt-bindings/reset/bcm6358-reset.h | 21 + > 2 files changed, 28

Re: [U-Boot] [PATCH 4/5] mips: bmips: add bcm6345-gpio driver support for BCM63268

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:07, Álvaro Fernández Rojas wrote: > This SoC has one gpio bank divided into two 32 bit registers, with a total of > 52 GPIOs. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/brcm,bcm63268.dtsi | 19 +++ > 1 file changed, 19 insertions(+) Revie

Re: [U-Boot] [PATCH 3/5] mips: bmips: add bcm6328-led driver support for BCM63268

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:08, Álvaro Fernández Rojas wrote: > This driver can control up to 24 LEDs and supports HW blinking and serial > leds. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/brcm,bcm63268.dtsi | 9 + > 1 file changed, 9 insertions(+) > Reviewed-by: Simon Gla

Re: [U-Boot] [PATCH 5/5] mips: bmips: enable bcm6345-reset driver for all BMIPS boards

2017-05-04 Thread Simon Glass
On 3 May 2017 at 07:10, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > configs/comtrend_ar5387un_ram_defconfig | 3 +++ > configs/comtrend_vr3032u_ram_defconfig | 3 +++ > configs/huawei_hg556a_ram_defconfig | 3 +++ > configs/sfr_nb4-ser_ram_defconfig |

  1   2   >