mbox series

Please pull u-boot-samsung master

Message ID 2c9801da21a9$39c76750$ad5635f0$@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-samsung master | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

Message

Minkyu Kang Nov. 28, 2023, 3:16 a.m. UTC
Dear Tom,

The following changes since commit 17e9db18f17b6cad278694d4a61df95e96bdf4f5:

  Merge tag 'doc-2024-01-rc3' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-11-11 09:22:54
-0500)

are available in the git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 470682ace1e03a6573d6eef9a00b524d608ddfa7:

  configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs
(2023-11-27 18:57:35 +0900)

----------------------------------------------------------------
Sam Protsenko (13):
      arm: exynos: Include missing CPU header in soc.c
      arm: exynos: Include missing CPU header in gpio.h
      watchdog: s5p_wdt: Include missing CPU header
      exynos: Avoid duplicate reset_cpu with SYSRESET enabled
      serial: s5p: Fix clk_get_by_index() error code check
      clk: exynos: Add header guard for clk-pll.h
      serial: s5p: Remove common.h inclusion
      serial: s5p: Use livetree API to get "id" property
      serial: s5p: Use named constants for register values
      serial: s5p: Improve coding style
      serial: s5p: Use dev_read_addr_ptr() to get base address
      board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte Kconfig
      configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs

 arch/arm/mach-exynos/include/mach/gpio.h |  3 +++
 arch/arm/mach-exynos/soc.c               |  3 +++
 board/samsung/axy17lte/Kconfig           | 14 +++---------
 configs/a3y17lte_defconfig               |  1 -
 configs/a5y17lte_defconfig               |  1 -
 configs/a7y17lte_defconfig               |  1 -
 drivers/clk/exynos/clk-pll.h             |  5 +++++
 drivers/serial/serial_s5p.c              | 79
+++++++++++++++++++++++++++++++++++++-------------------------------
 drivers/watchdog/s5p_wdt.c               |  1 +

Thanks,
Minkyu Kang.

Comments

Tom Rini Nov. 28, 2023, 4:28 p.m. UTC | #1
On Tue, Nov 28, 2023 at 12:16:06PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 17e9db18f17b6cad278694d4a61df95e96bdf4f5:
> 
>   Merge tag 'doc-2024-01-rc3' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-11-11 09:22:54
> -0500)
> 
> are available in the git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 470682ace1e03a6573d6eef9a00b524d608ddfa7:
> 
>   configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs
> (2023-11-27 18:57:35 +0900)
> 

Applied to u-boot/master, thanks!