[U-Boot] [GIT PULL] Kconfig changes

Hi Tom,
I have put together that CMD_DM enabling we have discussed (and small Kconfig changes). I have rebased it on Friday and travis also looks good. https://travis-ci.org/michalsimek/u-boot/builds/408812930
There will be more and more collisions when new stuff is coming that's why please consider to pull these patches to your tree.
Thanks, Michal
The following changes since commit 2547e91dc15e5203e15d4ebde9172174743b14a7:
tegra: Indicate that binman makes all three output files (2018-07-26 15:49:40 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git kconfig
for you to fetch changes up to 4f19bb26b78a45ce291bab587396e5fc51821690:
kconfig: Replace spaces with tabs (2018-07-27 08:19:02 +0200)
---------------------------------------------------------------- Michal Simek (8): Kconfig: Remove trailing whitespaces in prompt common: Log should depends on DM not be selected by DM Kconfig: Replace spaces with tabs and missing newline Kconfig: Sort bool, default, select and imply options dm: Change CMD_DM enabling Kconfig: Sort bool, default, select and imply options fpga: Kconfig: Replace spaces with tabs kconfig: Replace spaces with tabs
Kconfig | 54 +++++++++++++++++++------------------- arch/Kconfig | 57 +++++++++++++++++++++------------------- arch/arc/Kconfig | 10 +++---- arch/arm/Kconfig | 239 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------- arch/arm/cpu/armv7/ls102xa/Kconfig | 10 +++---- arch/arm/cpu/armv8/Kconfig | 4 +-- arch/arm/mach-at91/Kconfig | 66 +++++++++++++++++++++++++--------------------- arch/arm/mach-davinci/Kconfig | 4 +-- arch/arm/mach-exynos/Kconfig | 30 ++++++++++----------- arch/arm/mach-imx/mx3/Kconfig | 2 +- arch/arm/mach-imx/mx5/Kconfig | 14 +++++----- arch/arm/mach-imx/mx6/Kconfig | 193 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------- arch/arm/mach-imx/mx7/Kconfig | 23 +++++++++------- arch/arm/mach-meson/Kconfig | 2 ++ arch/arm/mach-mvebu/Kconfig | 6 ++--- arch/arm/mach-omap2/Kconfig | 6 ++--- arch/arm/mach-omap2/am33xx/Kconfig | 64 +++++++++++++++++++++++++++++---------------- arch/arm/mach-omap2/omap3/Kconfig | 30 ++++++++++++++------- arch/arm/mach-omap2/omap5/Kconfig | 12 ++++----- arch/arm/mach-qemu/Kconfig | 2 +- arch/arm/mach-rmobile/Kconfig.32 | 22 +++++++++++----- arch/arm/mach-rockchip/rk3288/Kconfig | 20 +++++++------- arch/arm/mach-socfpga/Kconfig | 4 +-- arch/arm/mach-stm32/Kconfig | 20 +++++++------- arch/arm/mach-tegra/Kconfig | 9 ++++--- arch/arm/mach-tegra/tegra124/Kconfig | 4 +-- arch/arm/mach-uniphier/Kconfig | 7 ++--- arch/microblaze/Kconfig | 5 ++-- arch/mips/Kconfig | 56 +++++++++++++++++++++------------------ arch/mips/mach-ath79/Kconfig | 10 +++---- arch/mips/mach-bmips/Kconfig | 36 +++++++++++++------------- arch/mips/mach-pic32/Kconfig | 6 ++--- arch/powerpc/Kconfig | 2 +- arch/powerpc/cpu/mpc83xx/Kconfig | 7 ++--- cmd/Kconfig | 20 +++++++------- common/Kconfig | 2 +- drivers/fpga/Kconfig | 16 ++++++------ drivers/power/pmic/Kconfig | 2 +- dts/Kconfig | 2 +- 39 files changed, 596 insertions(+), 482 deletions(-)

On Mon, Jul 30, 2018 at 08:27:19AM +0200, Michal Simek wrote:
Hi Tom,
I have put together that CMD_DM enabling we have discussed (and small Kconfig changes). I have rebased it on Friday and travis also looks good. https://travis-ci.org/michalsimek/u-boot/builds/408812930
There will be more and more collisions when new stuff is coming that's why please consider to pull these patches to your tree.
Thanks, Michal
The following changes since commit 2547e91dc15e5203e15d4ebde9172174743b14a7:
tegra: Indicate that binman makes all three output files (2018-07-26 15:49:40 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git kconfig
for you to fetch changes up to 4f19bb26b78a45ce291bab587396e5fc51821690:
kconfig: Replace spaces with tabs (2018-07-27 08:19:02 +0200)
Michal Simek (8): Kconfig: Remove trailing whitespaces in prompt common: Log should depends on DM not be selected by DM Kconfig: Replace spaces with tabs and missing newline Kconfig: Sort bool, default, select and imply options dm: Change CMD_DM enabling Kconfig: Sort bool, default, select and imply options fpga: Kconfig: Replace spaces with tabs kconfig: Replace spaces with tabs
So, I had also been testing these changes over the weekend. Sorry, I thought I had moved them to under review but clearly did not.

Hi Tom,
On 30.7.2018 22:03, Tom Rini wrote:
On Mon, Jul 30, 2018 at 08:27:19AM +0200, Michal Simek wrote:
Hi Tom,
I have put together that CMD_DM enabling we have discussed (and small Kconfig changes). I have rebased it on Friday and travis also looks good. https://travis-ci.org/michalsimek/u-boot/builds/408812930
There will be more and more collisions when new stuff is coming that's why please consider to pull these patches to your tree.
Thanks, Michal
The following changes since commit 2547e91dc15e5203e15d4ebde9172174743b14a7:
tegra: Indicate that binman makes all three output files (2018-07-26 15:49:40 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git kconfig
for you to fetch changes up to 4f19bb26b78a45ce291bab587396e5fc51821690:
kconfig: Replace spaces with tabs (2018-07-27 08:19:02 +0200)
Michal Simek (8): Kconfig: Remove trailing whitespaces in prompt common: Log should depends on DM not be selected by DM Kconfig: Replace spaces with tabs and missing newline Kconfig: Sort bool, default, select and imply options dm: Change CMD_DM enabling Kconfig: Sort bool, default, select and imply options fpga: Kconfig: Replace spaces with tabs kconfig: Replace spaces with tabs
So, I had also been testing these changes over the weekend. Sorry, I thought I had moved them to under review but clearly did not.
Not an issue. I have rebased this patchset and I see that there is one thing incorrectly resolved. This should be applied on the top of rc1. I have sent a proper patch for that.
Thanks, Michal
diff --git a/arch/arm/mach-imx/mx7/Kconfig b/arch/arm/mach-imx/mx7/Kconfig index 1acd7f3c7cb7..232f33285d40 100644 --- a/arch/arm/mach-imx/mx7/Kconfig +++ b/arch/arm/mach-imx/mx7/Kconfig @@ -43,6 +43,7 @@ config TARGET_PICO_IMX7D select DM_THERMAL select MX7D select SUPPORT_SPL + imply CMD_DM
config TARGET_WARP7 bool "warp7" @@ -51,7 +52,6 @@ config TARGET_WARP7 select DM_THERMAL select MX7D imply CMD_DM - imply CMD_DM
config TARGET_COLIBRI_IMX7 bool "Support Colibri iMX7S/iMX7D modules"
participants (2)
-
Michal Simek
-
Tom Rini