Re: [U-Boot] Convert CONFIG_VIDEO_OMAP3 to Kconfig

2018-08-17 Thread Tom Rini
On Thu, Aug 02, 2018 at 08:50:20AM -0500, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_VIDEO_OMAP3 > > Signed-off-by: Adam Ford Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot

Re: [U-Boot] Removed unused references to CONFIG_SERIALx

2018-08-17 Thread Tom Rini
On Tue, Aug 07, 2018 at 07:08:32AM -0500, Adam Ford wrote: > After creating CONS_INDEX and migrating a bunch of boards to it, > there are a bunch of defined references to CONFIG_SERIALx which > are not referenced in any C code or #ifdef, so they can now be > removed > > Signed-off-by: Adam Ford

Re: [U-Boot] Convert CONFIG_SYS_I2C_DAVINCI to Kconfig

2018-08-17 Thread Tom Rini
On Fri, Aug 10, 2018 at 05:05:22AM -0500, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_SYS_I2C_DAVINCI > > Signed-off-by: Adam Ford > > diff --git a/configs/da850_am18xxevm_defconfig > b/configs/da850_am18xxevm_defconfig > index abb2295951..31e0529e40 100644 Applied

Re: [U-Boot] [U-Boot, v3, 1/2] Add BOOTCOUNT_BOOTLIMIT to set reboot limit

2018-08-17 Thread Tom Rini
On Sat, Jul 21, 2018 at 08:25:32PM +, Alex Kiernan wrote: > Add ability to set environment bootlimit from Kconfig > > Signed-off-by: Alex Kiernan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot

Re: [U-Boot] Convert CONFIG_TWL4030_LED et al to Kconfig

2018-08-17 Thread Tom Rini
On Mon, Aug 06, 2018 at 02:26:50PM -0500, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_TWL4030_LED >CONFIG_TWL4030_INPUT > > This also removes dead references to: >CONFIG_TWL4030_KEYPAD > > Signed-off-by: Adam Ford Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] Convert CONFIG_MII et al to Kconfig

2018-08-17 Thread Tom Rini
On Fri, Jul 20, 2018 at 11:03:57PM -0500, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_MII >CONFIG_DRIVER_TI_EMAC > > Signed-off-by: Adam Ford > Acked-by: Jagan Teki > Acked-by: Joe Hershberger Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,v3,2/2] Migrate bootlimit to Kconfig

2018-08-17 Thread Tom Rini
On Sat, Jul 21, 2018 at 08:25:33PM +, Alex Kiernan wrote: > Migrate boards which set bootlimit in the environment to Kconfig. > > We exclude gurnard_defconfig which includes a bootlimit=, but doesn't set > CONFIG_BOOTCOUNT_LIMIT, so we'd fail to include a bootlimit setting > if we migrated

[U-Boot] [PATCH] GPIO: omap_gpio: Fix gpio name names with device tree

2018-08-17 Thread Adam Ford
The GPIO bank numbers do not appear in the device tree, so this patch makes the gpio name based on the address (ie gpio@49054000_31 vs gpio4_31) adam Signed-off-by: Adam Ford diff --git a/drivers/gpio/omap_gpio.c b/drivers/gpio/omap_gpio.c index 651f6994e4..0f1ddeff92 100644 ---

[U-Boot] [PATCH] sunxi: fix sid base address macro name for H6

2018-08-17 Thread Icenowy Zheng
In the current H6 CPU memory space code, the SUNXI in the macro name of the SID address base is wrongly spelled as SNUXI, which leads to SID readout not working. Fix this macro name. Fixes: 55f6b1c351c9 ("sunxi: add basic memory map definitions of H6 SoC") Signed-off-by: Icenowy Zheng ---

<    1   2