[U-Boot] please pull u-boot-samsung master

Hi Tom,
The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 0fd36730396a86e5513b45221af60889e6028654:
ARM: Odroid XU3: Enable driver I2C support for OdroidXU3 (2019-03-12 15:56:45 +0900)
---------------------------------------------------------------- Anand Moon (1): ARM: Odroid XU3: Enable driver I2C support for OdroidXU3
Krzysztof Kozlowski (15): adc: exynos-adc: Fix wrong bit operation used to stop the ADC power: regulator: s2mps11: Fix step for LDO27 and LDO35 arm: exynos: Detect revision later, when all resources are ready arm: exynos: odroid-xu3: Display info late to have proper type arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revision regulator: Add support for ramp delay power: regulator: s2mps11: Add enable delay arm: dts: exynos: Add supply for ADC block to Odroid XU3 family arm: dts: exynos: Add ramp delay property to LDO regulators to Odroid XU3 family arm: exynos: arndale: Replace Chander Kashyap inactive maintainer configs: odroid_xu3: Use consistent syntax for #include configs: odroid_xu3: Unify indentation arm: exynos: Remove duplicated "boardname" env setting arm: dts: exynos: Adjust whitespace around status property arm: exynos: odroid: Fix build if BOARD_TYPES are not set
Minkyu Kang (1): espresso7420: remove duplicated config
arch/arm/dts/exynos5422-odroidxu3.dts | 22 +++++++++++++++++++++- board/samsung/arndale/MAINTAINERS | 4 ++-- board/samsung/common/board.c | 25 +++++++++++++++++++++++-- board/samsung/common/bootscripts/autoboot.cmd | 10 +++++----- board/samsung/common/exynos5-dt-types.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++---- board/samsung/common/misc.c | 2 +- board/samsung/odroid/odroid.c | 35 +++++++++++++++++++++++++++++------ configs/odroid-xu3_defconfig | 3 +++ doc/device-tree-bindings/regulator/regulator.txt | 2 ++ drivers/adc/exynos-adc.c | 2 +- drivers/power/regulator/regulator-uclass.c | 47 +++++++++++++++++++++++++++++++++++++++++++++-- drivers/power/regulator/s2mps11_regulator.c | 15 ++++++++++++++- include/configs/espresso7420.h | 2 -- include/configs/odroid.h | 2 +- include/configs/odroid_xu3.h | 20 ++++++++++++-------- include/power/regulator.h | 2 ++ include/samsung/misc.h | 1 + 17 files changed, 212 insertions(+), 36 deletions(-)

On Tue, Mar 12, 2019 at 05:23:37PM +0900, Minkyu Kang wrote:
Hi Tom,
The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 0fd36730396a86e5513b45221af60889e6028654:
ARM: Odroid XU3: Enable driver I2C support for OdroidXU3 (2019-03-12 15:56:45 +0900)
NAK: $ ./tools/genboardscfg.py -f WARNING: Odd Fixes: unknown status for 'arndale'

Hi Tom,
The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 1411298cbca83a8527d2c1b5c4d299871fc34cf1:
arndale: fix unknown status (2019-03-14 09:38:41 +0900)
---------------------------------------------------------------- Anand Moon (1): ARM: Odroid XU3: Enable driver I2C support for OdroidXU3
Krzysztof Kozlowski (15): adc: exynos-adc: Fix wrong bit operation used to stop the ADC power: regulator: s2mps11: Fix step for LDO27 and LDO35 arm: exynos: Detect revision later, when all resources are ready arm: exynos: odroid-xu3: Display info late to have proper type arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revision regulator: Add support for ramp delay power: regulator: s2mps11: Add enable delay arm: dts: exynos: Add supply for ADC block to Odroid XU3 family arm: dts: exynos: Add ramp delay property to LDO regulators to Odroid XU3 family arm: exynos: arndale: Replace Chander Kashyap inactive maintainer configs: odroid_xu3: Use consistent syntax for #include configs: odroid_xu3: Unify indentation arm: exynos: Remove duplicated "boardname" env setting arm: dts: exynos: Adjust whitespace around status property arm: exynos: odroid: Fix build if BOARD_TYPES are not set
Minkyu Kang (2): espresso7420: remove duplicated config arndale: fix unknown status
arch/arm/dts/exynos5422-odroidxu3.dts | 22 +++++++++++++++++++++- board/samsung/arndale/MAINTAINERS | 2 +- board/samsung/common/board.c | 25 +++++++++++++++++++++++-- board/samsung/common/bootscripts/autoboot.cmd | 10 +++++----- board/samsung/common/exynos5-dt-types.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++---- board/samsung/common/misc.c | 2 +- board/samsung/odroid/odroid.c | 35 +++++++++++++++++++++++++++++------ configs/odroid-xu3_defconfig | 3 +++ doc/device-tree-bindings/regulator/regulator.txt | 2 ++ drivers/adc/exynos-adc.c | 2 +- drivers/power/regulator/regulator-uclass.c | 47 +++++++++++++++++++++++++++++++++++++++++++++-- drivers/power/regulator/s2mps11_regulator.c | 15 ++++++++++++++- include/configs/espresso7420.h | 2 -- include/configs/odroid.h | 2 +- include/configs/odroid_xu3.h | 20 ++++++++++++-------- include/power/regulator.h | 2 ++ include/samsung/misc.h | 1 + 17 files changed, 211 insertions(+), 35 deletions(-)

On Thu, Mar 14, 2019 at 01:12:41PM +0900, Minkyu Kang wrote:
Hi Tom,
The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 1411298cbca83a8527d2c1b5c4d299871fc34cf1:
arndale: fix unknown status (2019-03-14 09:38:41 +0900)
Applied to u-boot/master, thanks!

On Thu, 14 Mar 2019 at 01:32, Tom Rini trini@konsulko.com wrote:
On Tue, Mar 12, 2019 at 05:23:37PM +0900, Minkyu Kang wrote:
Hi Tom,
The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 0fd36730396a86e5513b45221af60889e6028654:
ARM: Odroid XU3: Enable driver I2C support for OdroidXU3 (2019-03-12 15:56:45 +0900)
NAK: $ ./tools/genboardscfg.py -f WARNING: Odd Fixes: unknown status for 'arndale'
Hi Tom,
That's the valid entry from MAINTAINERS so one of them should be updated (either remove Odd fixes or accept it).
Best regards, Krzysztof
participants (3)
-
Krzysztof Kozlowski
-
Minkyu Kang
-
Tom Rini