[U-Boot] Please pull u-boot-dm

Hi Tom,
I thought I had already sent these but just noticed that I had not.
The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:
Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-10feb19
for you to fetch changes up to afcd64579486e1745a3cb964bfe36267d90b4c3e:
sound: Allow audio codecs to be used by other SoCs (2019-02-09 12:50:22 -0700)
---------------------------------------------------------------- Samsung sound patches (applied for Samsung maintainer) Common sound support buildman environment support of-platdata documentation improvements
---------------------------------------------------------------- Chris Packham (1): buildman: fix typo
Lokesh Vutla (3): Revert "power: regulator: Return success on attempt to disable an always-on regulator" power: regulator: Introduce regulator_set_enable_if_allowed api mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulator
Simon Glass (15): Convert CONFIG_BOARD_TYPES to Kconfig exynos: Drop duplicate 'model' line exynos: Convert to use CONFIG_BLK sound: Add a driver for max98088 spring: Update sound to use max98088 codec spring: Update flashmap details samsung: Drop board_enable_audio_codec() samsung: mmc: Drop old MMC init code fdt: samsung: Drop unused fdt_compat_id values fdt: tegra: Drop COMPAT_AMS_AS3722 buildman: Write the environment out to an 'env' file misc: Allow child devices sound: samsung: Fix 'regiter' typo sound: i2s: Tidy up a few comments sound: Allow audio codecs to be used by other SoCs
Simon Goldschmidt (1): of-platdata: improve documentation
arch/arm/dts/exynos5250-spring.dts | 77 ++++++--- arch/arm/mach-exynos/Kconfig | 7 + arch/arm/mach-exynos/include/mach/mmc.h | 2 - arch/arm/mach-s5pc1xx/Kconfig | 2 + arch/arm/mach-s5pc1xx/Makefile | 1 + arch/arm/mach-s5pc1xx/pinmux.c | 20 +++ board/samsung/common/board.c | 52 +------ board/samsung/common/exynos5-dt.c | 29 ---- common/Kconfig | 8 + configs/axs101_defconfig | 1 + configs/axs103_defconfig | 1 + configs/odroid-xu3_defconfig | 1 + configs/odroid_defconfig | 1 + configs/spring_defconfig | 1 + doc/driver-model/of-plat.txt | 31 ++-- drivers/misc/misc-uclass.c | 3 + drivers/mmc/omap_hsmmc.c | 16 +- drivers/mmc/s5p_sdhci.c | 50 ------ drivers/power/regulator/regulator-uclass.c | 13 +- drivers/sound/Kconfig | 14 +- drivers/sound/Makefile | 1 + drivers/sound/max98088.c | 424 ++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/sound/max98088.h | 192 +++++++++++++++++++++++ drivers/sound/max98090.c | 7 - drivers/sound/max98095.c | 7 - drivers/sound/maxim_codec.c | 3 - drivers/sound/samsung-i2s.c | 16 +- drivers/sound/samsung_sound.c | 6 +- dts/Kconfig | 6 +- include/configs/axs10x.h | 5 - include/configs/hsdk.h | 5 - include/configs/odroid.h | 1 - include/configs/odroid_xu3.h | 1 - include/fdtdec.h | 7 - include/i2s.h | 11 +- include/power/regulator.h | 11 ++ include/samsung/misc.h | 2 - lib/fdtdec.c | 7 - scripts/config_whitelist.txt | 1 - test/dm/regulator.c | 21 +++ tools/buildman/builderthread.py | 3 + tools/buildman/control.py | 2 +- 42 files changed, 829 insertions(+), 240 deletions(-) create mode 100644 arch/arm/mach-s5pc1xx/pinmux.c create mode 100644 drivers/sound/max98088.c create mode 100644 drivers/sound/max98088.h
Regards, SImon

+Tom
On Sun, 10 Feb 2019 at 03:27, Simon Glass sjg@chromium.org wrote:
Hi Tom,
I thought I had already sent these but just noticed that I had not.
The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:
Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-10feb19
for you to fetch changes up to afcd64579486e1745a3cb964bfe36267d90b4c3e:
sound: Allow audio codecs to be used by other SoCs (2019-02-09 12:50:22 -0700)
Samsung sound patches (applied for Samsung maintainer) Common sound support buildman environment support of-platdata documentation improvements
Chris Packham (1): buildman: fix typo
Lokesh Vutla (3): Revert "power: regulator: Return success on attempt to disable an always-on regulator" power: regulator: Introduce regulator_set_enable_if_allowed api mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulator
Simon Glass (15): Convert CONFIG_BOARD_TYPES to Kconfig exynos: Drop duplicate 'model' line exynos: Convert to use CONFIG_BLK sound: Add a driver for max98088 spring: Update sound to use max98088 codec spring: Update flashmap details samsung: Drop board_enable_audio_codec() samsung: mmc: Drop old MMC init code fdt: samsung: Drop unused fdt_compat_id values fdt: tegra: Drop COMPAT_AMS_AS3722 buildman: Write the environment out to an 'env' file misc: Allow child devices sound: samsung: Fix 'regiter' typo sound: i2s: Tidy up a few comments sound: Allow audio codecs to be used by other SoCs
Simon Goldschmidt (1): of-platdata: improve documentation
arch/arm/dts/exynos5250-spring.dts | 77 ++++++--- arch/arm/mach-exynos/Kconfig | 7 + arch/arm/mach-exynos/include/mach/mmc.h | 2 - arch/arm/mach-s5pc1xx/Kconfig | 2 + arch/arm/mach-s5pc1xx/Makefile | 1 + arch/arm/mach-s5pc1xx/pinmux.c | 20 +++ board/samsung/common/board.c | 52 +------ board/samsung/common/exynos5-dt.c | 29 ---- common/Kconfig | 8 + configs/axs101_defconfig | 1 + configs/axs103_defconfig | 1 + configs/odroid-xu3_defconfig | 1 + configs/odroid_defconfig | 1 + configs/spring_defconfig | 1 + doc/driver-model/of-plat.txt | 31 ++-- drivers/misc/misc-uclass.c | 3 + drivers/mmc/omap_hsmmc.c | 16 +- drivers/mmc/s5p_sdhci.c | 50 ------ drivers/power/regulator/regulator-uclass.c | 13 +- drivers/sound/Kconfig | 14 +- drivers/sound/Makefile | 1 + drivers/sound/max98088.c | 424 ++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/sound/max98088.h | 192 +++++++++++++++++++++++ drivers/sound/max98090.c | 7 - drivers/sound/max98095.c | 7 - drivers/sound/maxim_codec.c | 3 - drivers/sound/samsung-i2s.c | 16 +- drivers/sound/samsung_sound.c | 6 +- dts/Kconfig | 6 +- include/configs/axs10x.h | 5 - include/configs/hsdk.h | 5 - include/configs/odroid.h | 1 - include/configs/odroid_xu3.h | 1 - include/fdtdec.h | 7 - include/i2s.h | 11 +- include/power/regulator.h | 11 ++ include/samsung/misc.h | 2 - lib/fdtdec.c | 7 - scripts/config_whitelist.txt | 1 - test/dm/regulator.c | 21 +++ tools/buildman/builderthread.py | 3 + tools/buildman/control.py | 2 +- 42 files changed, 829 insertions(+), 240 deletions(-) create mode 100644 arch/arm/mach-s5pc1xx/pinmux.c create mode 100644 drivers/sound/max98088.c create mode 100644 drivers/sound/max98088.h
Regards, SImon

Hi Tom,
On Sun, 10 Feb 2019 at 10:28, Simon Glass sjg@chromium.org wrote:
+Tom
On Sun, 10 Feb 2019 at 03:27, Simon Glass sjg@chromium.org wrote:
Hi Tom,
I thought I had already sent these but just noticed that I had not.
The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:
Also the build result is here:
https://travis-ci.org/sglass68/u-boot/builds/491045229
[..]
Regards, Simon

On Sun, Feb 10, 2019 at 03:27:56AM -0600, Simon Glass wrote:
Hi Tom,
I thought I had already sent these but just noticed that I had not.
The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:
Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-10feb19
for you to fetch changes up to afcd64579486e1745a3cb964bfe36267d90b4c3e:
sound: Allow audio codecs to be used by other SoCs (2019-02-09 12:50:22 -0700)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini