Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-14 Thread Petr Vorel
Hi Eugeniu, Masahiro, > > So, it seems like all the trailing white-space from above files > > disappeared on your branch, after applying the patches from the > > email client (who did this?...). > > I didn't expect that trailing white-space to be of any value for the > > test results, but it

Re: [U-Boot] [PATCH] kconfig: Print reverse dependencies in groups

2018-05-09 Thread Petr Vorel
Hi Eugeniu, > FWIW, here is some statistics of the kernel kconfig development in the > v4.10..v4.17-rc4 commit range: > - 86 non-merge change-sets: > git rev-list --no-merges --count v4.10..v4.17-rc4 -- scripts/kconfig/ > 86 FYI: I send some time ago a patchset to update kconfig in buildroot,

Re: [U-Boot] [PATCH] kconfig: Print reverse dependencies in groups

2018-05-08 Thread Petr Vorel
> Author: Petr Vorel <petr.vo...@gmail.com> > kconfig: make "Selected by:" and "Implied by:" readable > [2] commit 9a47ceec543bfb703fbe2f8d584850b582caf1a6 > Masahiro Yamada <yamada.masah...@socionext.com> > kconfig: cl

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-12 Thread Petr Vorel
Hi Eugeniu, > Hello Petr, > On Sat, May 12, 2018 at 08:25:56PM +0200, Petr Vorel wrote: > > When applied all 6 patches, I got several errors (see bellow). > > I tested in on 2 distros (Debian unstable and openSUSE Tumbleweed). > > The code I applied is here, did I

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-12 Thread Petr Vorel
whole patch-set with the other options: make config make defconfig make menuconfig make xconfig make gconfig make oldconfig > Reviewed-by: Masahiro Yamada <yamada.masah...@socionext.com> > Signed-off-by: Eugeniu Rosca <ero...@de.adit-jv.com> Tested-by: Petr Vorel <petr.v

Re: [U-Boot] [PATCH v3 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-21 Thread Petr Vorel
onfig/tests/warn_recursive_dep/__init__.py::test PASSED [100%] > == 14 passed in 0.34 seconds > == > Signed-off-by: Eugeniu Rosca <ero...@de.adit-jv.com> > Reviewed-by: Masahiro Yamada <yamada.masah...@socionext.com>

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-15 Thread Petr Vorel
Hi Eugeniu, > 2018-05-13 2:13 GMT+09:00 Eugeniu Rosca : > > Align Kconfig to Linux 4.17-rc4 with minimal impact on non-kconfig files. > > Previous Kconfig sync was done by commit bf7ab1e70fd762 ("kconfig: > > re-sync with Linux 4.10") and it achieved almost perfect

Re: [U-Boot] [PATCH] env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE

2018-06-09 Thread Petr Vorel
Hi Alex, > If ENV_IS_IN_EXT4 is set you shouldn't be able to select ENV_IS_NOWHERE. > Signed-off-by: Alex Kiernan Tested-by: Petr Vorel Nice fix, thanks :) Kind regards, Petr ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.d

[U-Boot] [PATCH 2/3] Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig

2018-02-10 Thread Petr Vorel
Signed-off-by: Petr Vorel <petr.vo...@gmail.com> Cc: Joe Hershberger <joe.hershber...@ni.com> Cc: Heiko Schocher <h...@denx.de> --- README| 6 -- configs/am335x_igep003x_defconfig | 1 + configs/igep0032_defconfig| 1 + env/Kconfig

[U-Boot] [PATCH 1/3] ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG

2018-02-10 Thread Petr Vorel
Use of CONFIG_UBIFS_SILENCE_MSG was added in 147162dac6 ("ubi: ubifs: Turn off verbose prints") Then it was removed in ff94bc40af ("mtd, ubi, ubifs: resync with Linux-3.14") Cc: Joe Hershberger <joe.hershber...@ni.com> Cc: Heiko Schocher <h...@denx.de> Si

[U-Boot] [PATCH 3/3] Convert CONFIG_UBI_SILENCE_MSG to Kconfig

2018-02-10 Thread Petr Vorel
Signed-off-by: Petr Vorel <petr.vo...@gmail.com> --- README| 6 -- configs/am335x_igep003x_defconfig | 1 + configs/igep0032_defconfig| 1 + drivers/mtd/ubi/Kconfig | 8 env/Kconfig | 5 - include/c

Re: [U-Boot] [PATCH v2 1/2] Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig

2018-04-01 Thread Petr Vorel
Hi Alex, > Convert CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig > Signed-off-by: Alex Kiernan <alex.kier...@gmail.com> > Reviewed-by: Lukasz Majewski <lu...@denx.de> Reviewed-by: Petr Vorel > --- > Changes in v2: > - Rebase against master > - Drop default in

Re: [U-Boot] [PATCH v2 2/2] Cleanup CONFIG_VERSION_VARIABLE migration

2018-04-01 Thread Petr Vorel
.kier...@gmail.com> Reviewed-by: Petr Vorel <petr.vo...@gmail.com> > --- > Changes in v2: > - Remove default from Kconfig to avoid over-conversion by moveconfig Kind regards, Petr ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v3 1/3] ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG

2018-03-23 Thread Petr Vorel
Use of CONFIG_UBIFS_SILENCE_MSG was added in 147162dac6 ("ubi: ubifs: Turn off verbose prints") Then it was removed in ff94bc40af ("mtd, ubi, ubifs: resync with Linux-3.14") Cc: Joe Hershberger <joe.hershber...@ni.com> Cc: Heiko Schocher <h...@denx.de> Si

[U-Boot] [PATCH v3 2/3] Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig

2018-03-23 Thread Petr Vorel
; Not setting CONFIG_UBIFS_SILENCE_MSG in am335x_igep003x_defconfig and igep0032_defconfig. Although it was defined in their config headers, it depends on CMD_UBIFS which is not set for them. Signed-off-by: Petr Vorel <petr.vo...@gmail.com> Cc: Joe Hershberger <joe.hershber...@ni.com> Cc: He

[U-Boot] [PATCH v3 0/3] Convert CONFIG_UBI_SILENCE_MSG and CONFIG_UBIFS_SILENCE_MSG to Kconfig

2018-03-23 Thread Petr Vorel
ncy on CMD_UBIFS for both CONFIG_UBI_SILENCE_MSG and CONFIG_UBIFS_SILENCE_MSG * Add missing CONFIG_UBI_SILENCE_MSG=y to defconfigs. Some of them might not need them (as they don't have CONFIG_ENV_IS_IN_UBI), but this way it stays the same it was before. Kind regards, Petr Petr Vorel (3): ub

[U-Boot] [PATCH v3 3/3] Convert CONFIG_UBI_SILENCE_MSG to Kconfig

2018-03-23 Thread Petr Vorel
Signed-off-by: Petr Vorel <petr.vo...@gmail.com> --- README| 6 -- configs/am335x_igep003x_defconfig | 1 + configs/igep0032_defconfig| 1 + configs/igep00x0_defconfig| 1 + drivers/mtd/ubi/Kconfig | 7 +++ env/K

Re: [U-Boot] [PATCH v2 1/2] Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig

2018-04-01 Thread Petr Vorel
Hi Alex, > Convert CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig > Signed-off-by: Alex Kiernan <alex.kier...@gmail.com> > Reviewed-by: Lukasz Majewski <lu...@denx.de> Reviewed-by: Petr Vorel <petr.vo...@gmail.com> > --- > Changes in v2: > - Rebase agains

Re: [U-Boot] [U-Boot, 1/3] ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG

2018-03-18 Thread Petr Vorel
Hi, > Use of CONFIG_UBIFS_SILENCE_MSG was added in > 147162dac6 ("ubi: ubifs: Turn off verbose prints") > > Then it was removed in > ff94bc40af ("mtd, ubi, ubifs: resync with Linux-3.14") > > Cc: Joe Hershberger <joe.hershber...@ni.com> > Cc: H

Re: [U-Boot] [U-Boot, 1/3] ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG

2018-03-19 Thread Petr Vorel
Hello Heiko, > Hello Petr, > Am 18.03.2018 um 19:30 schrieb Petr Vorel: > > Hi, > > > Use of CONFIG_UBIFS_SILENCE_MSG was added in > > > 147162dac6 ("ubi: ubifs: Turn off verbose prints") > > > Then it was removed in > > > ff94bc40af

[U-Boot] [PATCH v2 3/3] Convert CONFIG_UBI_SILENCE_MSG to Kconfig

2018-03-19 Thread Petr Vorel
Signed-off-by: Petr Vorel <petr.vo...@gmail.com> --- README| 6 -- configs/am335x_igep003x_defconfig | 1 + configs/igep0032_defconfig| 1 + drivers/mtd/ubi/Kconfig | 8 env/Kconfig | 5 - include/c

[U-Boot] [PATCH v2 1/3] ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG

2018-03-19 Thread Petr Vorel
Use of CONFIG_UBIFS_SILENCE_MSG was added in 147162dac6 ("ubi: ubifs: Turn off verbose prints") Then it was removed in ff94bc40af ("mtd, ubi, ubifs: resync with Linux-3.14") Cc: Joe Hershberger <joe.hershber...@ni.com> Cc: Heiko Schocher <h...@denx.de> Si

[U-Boot] [PATCH v2 2/3] Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig

2018-03-19 Thread Petr Vorel
Signed-off-by: Petr Vorel <petr.vo...@gmail.com> Cc: Joe Hershberger <joe.hershber...@ni.com> Cc: Heiko Schocher <h...@denx.de> --- README| 6 -- configs/am335x_igep003x_defconfig | 1 + configs/igep0032_defconfig| 1 + env/Kconfig

Re: [U-Boot] [PATCH v2 1/2] arm: at91: wdt: Convert watchdog driver to dm/dt

2018-09-22 Thread Petr Vorel
Hi Prasanthi, > Convert the Watchdog driver for AT91SAM9x processors to support > the driver model and device tree. > Signed-off-by: Prasanthi Chellakumar > --- > arch/arm/mach-at91/include/mach/at91_wdt.h | 12 +++- > drivers/watchdog/Kconfig | 7 ++ >

Re: [U-Boot] [PATCH v2 2/2] arm: at91: wdt: Convert watchdog config to Kconfig

2018-09-22 Thread Petr Vorel
Hi Prasanthi, > Convert "CONFIG_AT91SAM9_WATCHDOG" to new "CONFIG_WDT_AT91" > Kconfig option to support driver model and device tree. > Signed-off-by: Prasanthi Chellakumar > --- > README| 3 --- > arch/arm/dts/at91sam9260-smartweb.dts | 1 + >

Re: [U-Boot] [PATCH 1/7] spi: update management of default speed and mode

2018-12-10 Thread Petr Vorel
the test to remove these two defines. > > Signed-off-by: Patrick Delaunay Reviewed-by: Petr Vorel > > --- > > cmd/sf.c | 10 ++ > > common/spl/spl_spi.c | 11 ++- > > common/splash_source.c | 11 ++- Patch only applies to

Re: [U-Boot] [PATCH 3/7] da850evm: sf: Read default speed and mode values from DT

2018-12-10 Thread Petr Vorel
Hi Patrick, > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_*, instead read from DT node. > Signed-off-by: Patrick Delaunay Reviewed-by: Petr Vorel Kind regards, Petr ___ U-Boot mailing list U-Boot@lists.denx

Re: [U-Boot] [PATCH 6/7] env: Read default speed and mode values from DT

2018-12-10 Thread Petr Vorel
Hi Patrick, > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_*, instead read from DT node. > Signed-off-by: Patrick Delaunay Reviewed-by: Petr Vorel > --- > env/Kconfig | 4 ++-- > env/sf.c| 5 - > 2 files changed, 6 inser

Re: [U-Boot] [PATCH 2/7] spi: add comment for spi_flash_probe_bus_cs function

2018-12-10 Thread Petr Vorel
Hi Patrick, > On Mon, Dec 10, 2018 at 11:53 AM Patrick Delaunay > wrote: > > Add Kernel style documentation for spi_flash_probe_bus_cs(). > > Signed-off-by: Patrick Delaunay Reviewed-by: Petr Vorel > > --- > > include/spi_flash.h | 14 ++ >

Re: [U-Boot] [PATCH 7/7] spi: remove define for SPI default SPEED and MODE

2018-12-10 Thread Petr Vorel
Hi Patrick, > On Mon, Dec 10, 2018 at 11:53 AM Patrick Delaunay > wrote: > > In DM mode, the speed and mode defaults value will be taken from DT, > > so these defines should be never used and can be removed. > > Signed-off-by: Patrick Delaunay Reviewed-by: Petr Vore

Re: [U-Boot] [PATCH 5/7] mips: mt76xx: gardena-smart-gateway: Read default speed and mode values from DT

2018-12-10 Thread Petr Vorel
Hi Patrick, > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_*, instead read from DT node. > Signed-off-by: Patrick Delaunay Reviewed-by: Petr Vorel Kind regards, Petr ___ U-Boot mailing list U-Boot@lists.denx

Re: [U-Boot] [PATCH 4/7] dfu: sf: Read default speed and mode values from DT

2018-12-10 Thread Petr Vorel
Hi Patrick, > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_*, instead read from DT node. > Signed-off-by: Patrick Delaunay Reviewed-by: Petr Vorel Kind regards, Petr ___ U-Boot mailing list U-Boot@lists.denx

Re: [U-Boot] [PATCH 0/7] Remove defines for SPI default speed and mode

2018-12-12 Thread Petr Vorel
Hi Patrick, FYI this patchset breaks some machines: https://travis-ci.org/pevik/u-boot/builds/466192406 Kind regards, Petr ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2019-01-29 Thread Petr Vorel
Hi Patrick, > This patch update the behavior introduced by > commit 96907c0fe50a ("dm: spi: Read default speed and mode values from DT") ... Reviewed-by: Petr Vorel Nice idea. Kind regards, Petr ___ U-Boot mailing list U-Boot@lis

Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-02-03 Thread Petr Vorel
Hi, > Signed-off-by: Matthias Brugger Reviewed-by: Petr Vorel Kind regards, Petr