public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Minkyu Kang" <mk7.kang@samsung.com>
To: "'Tom Rini'" <trini@konsulko.com>, <u-boot@lists.denx.de>
Subject: please pull u-boot-samsung master
Date: Tue, 2 Dec 2025 15:59:32 +0900	[thread overview]
Message-ID: <0cdd01dc6359$36177b60$a2467220$@samsung.com> (raw)
In-Reply-To: CGME20251202065932epcas1p317a2fa75a3b16a4984a0c0bdf0515b5a@epcas1p3.samsung.com

Dear Tom,

The following changes since commit caa740df9cae5ddc74b18b88a4fea43e27b2fdf6:

  Gitlab: Optimize the job dependency list more (2025-11-11 11:55:16 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 422b15bb5b693376e345d3f32d7cec4588f3bfba:

  doc: samsung: exynos-mobile: add documentation for exynos7870 (2025-12-02
13:38:28 +0900)

----------------------------------------------------------------
Kaustabh Chakraborty (14):
      clk: exynos: provide device pointer to clk_register_* functions
      clk: exynos: add support for fixed rate and fixed factor clocks
      clk: exynos: add support for PLL1417X
      clk: exynos: add function for Samsung CMU ops->request
      clk: exynos: add support for Exynos7870 CMU
      clk: use private clk struct to access clock flags
      pinctrl: exynos: bind GPIO driver along with pinctrl
      pinctrl: exynos78x0: add proper support for exynos7870 pinctrl
      serial: s5p: add compatible for exynos8895
      soc: exynos-pmu: add support for Exynos7 PMU
      gpio: s5p: increment bank base address only if bank is initialized
      board: samsung: add support for Samsung Exynos mobile device boards
      board: samsung: exynos-mobile: add exynos7870 support and three
devices
      doc: samsung: exynos-mobile: add documentation for exynos7870

Sam Protsenko (6):
      board: samsung: e850-96: Keep public functions together
      board: samsung: e850-96: Add routines for checking boot dev
      board: samsung: e850-96: Split LDFW loading and init
      board: samsung: e850-96: Add routine for loading images over USB
      board: samsung: e850-96: Load firmwares over USB on USB boot
      board: samsung: e850-96: Enter DFU automatically on USB boot

Tom Rini (1):
      s5p4418_nanopi2: Stop disabling device tree relocation

 arch/arm/mach-exynos/Kconfig                        |  11 +-
 board/samsung/e850-96/Makefile                      |   2 +-
 board/samsung/e850-96/bootdev.c                     |  99 +++++++++
 board/samsung/e850-96/bootdev.h                     |  23 ++
 board/samsung/e850-96/e850-96.c                     |  71 +++++--
 board/samsung/e850-96/fw.c                          |  76 +++++--
 board/samsung/e850-96/fw.h                          |  10 +-
 board/samsung/exynos-mobile/Kconfig                 |  18 ++
 board/samsung/exynos-mobile/MAINTAINERS             |   6 +
 board/samsung/exynos-mobile/Makefile                |   5 +
 board/samsung/exynos-mobile/debug-exynos7870.config |   7 +
 board/samsung/exynos-mobile/exynos-mobile.c         | 403
+++++++++++++++++++++++++++++++++++
 board/samsung/exynos-mobile/exynos-mobile.env       |  18 ++
 configs/exynos-mobile_defconfig                     |  72 +++++++
 doc/board/samsung/exynos-mobile.rst                 |  45 ++++
 doc/board/samsung/exynos-mobile/exynos7870.rst      |  85 ++++++++
 doc/board/samsung/index.rst                         |   1 +
 drivers/clk/clk-uclass.c                            |   6 +-
 drivers/clk/exynos/Kconfig                          |   7 +
 drivers/clk/exynos/Makefile                         |   1 +
 drivers/clk/exynos/clk-exynos7870.c                 | 929
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++
 drivers/clk/exynos/clk-pll.c                        |   4 +-
 drivers/clk/exynos/clk-pll.h                        |   4 +-
 drivers/clk/exynos/clk.c                            |  99 +++++++--
 drivers/clk/exynos/clk.h                            |  53 +++++
 drivers/gpio/s5p_gpio.c                             |   5 +-
 drivers/pinctrl/exynos/pinctrl-exynos.c             |  11 +
 drivers/pinctrl/exynos/pinctrl-exynos.h             |   1 +
 drivers/pinctrl/exynos/pinctrl-exynos7420.c         |   1 +
 drivers/pinctrl/exynos/pinctrl-exynos78x0.c         |  60 ++++++
 drivers/pinctrl/exynos/pinctrl-exynos850.c          |   1 +
 drivers/serial/serial_s5p.c                         |   1 +
 drivers/soc/samsung/exynos-pmu.c                    |   3 +
 include/configs/exynos-mobile.h                     |  14 ++
 include/configs/s5p4418_nanopi2.h                   |   1 -
 35 files changed, 2089 insertions(+), 64 deletions(-)
 create mode 100644 board/samsung/e850-96/bootdev.c
 create mode 100644 board/samsung/e850-96/bootdev.h
 create mode 100644 board/samsung/exynos-mobile/Kconfig
 create mode 100644 board/samsung/exynos-mobile/MAINTAINERS
 create mode 100644 board/samsung/exynos-mobile/Makefile
 create mode 100644 board/samsung/exynos-mobile/debug-exynos7870.config
 create mode 100644 board/samsung/exynos-mobile/exynos-mobile.c
 create mode 100644 board/samsung/exynos-mobile/exynos-mobile.env
 create mode 100644 configs/exynos-mobile_defconfig
 create mode 100644 doc/board/samsung/exynos-mobile.rst
 create mode 100644 doc/board/samsung/exynos-mobile/exynos7870.rst
 create mode 100644 drivers/clk/exynos/clk-exynos7870.c
 create mode 100644 include/configs/exynos-mobile.h

Thanks,
Minkyu Kang.




       reply	other threads:[~2025-12-02  6:59 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20251202065932epcas1p317a2fa75a3b16a4984a0c0bdf0515b5a@epcas1p3.samsung.com>
2025-12-02  6:59 ` Minkyu Kang [this message]
2025-12-02 19:30   ` please pull u-boot-samsung master Tom Rini
     [not found] <CGME20260225075234epcas1p4b0561d04c012cbe3574755cc475c34fe@epcas1p4.samsung.com>
2026-02-25  7:52 ` Minkyu Kang
2026-02-25 17:26   ` Tom Rini
     [not found] <CGME20260223103749epcas1p2d9af2576eb9704b70a8572f7ccb8080f@epcas1p2.samsung.com>
2026-02-23 10:37 ` Minkyu Kang
2026-02-23 18:45   ` Tom Rini
2026-02-24  1:06     ` Minkyu Kang
2026-02-24 15:45       ` Kaustabh Chakraborty
2025-09-05  6:39 Minkyu Kang
2025-09-05 16:44 ` Tom Rini
     [not found] <CGME20250725073112epcas1p364a18714ffddd807ea6c1fd1b8b373bd@epcas1p3.samsung.com>
2025-07-25  7:31 ` Please " Minkyu Kang
2025-07-25 16:31   ` Tom Rini
     [not found] <CGME20250210043511epcas1p33ed93b581644b1a1a14a8710afeaaf97@epcas1p3.samsung.com>
2025-02-10  4:35 ` Minkyu Kang
2025-02-10 15:52   ` Tom Rini
     [not found] <CGME20241203063944epcas1p45e5c757403cd06ebd265a93e7fdbbeff@epcas1p4.samsung.com>
2024-12-03  6:39 ` Minkyu Kang
2024-12-03 19:57   ` Tom Rini
     [not found] <CGME20240822102010epcas1p434e5a447b002e8bdea5423a034c2e444@epcas1p4.samsung.com>
2024-08-22 10:20 ` Minkyu Kang
2024-08-22 21:54   ` Tom Rini
2024-08-23  7:50     ` Minkyu Kang
     [not found] <CGME20240603060854epcas1p207233f59828c47f31e941894634b9af7@epcas1p2.samsung.com>
2024-06-03  6:08 ` Minkyu Kang
2024-06-03 17:42   ` Tom Rini
     [not found] <CGME20240404085411epcas1p3f10e648bd35670e090592cb4fbb97d58@epcas1p3.samsung.com>
2024-04-04  8:54 ` Minkyu Kang
2024-04-06  0:41   ` Tom Rini
     [not found] <CGME20240220042544epcas1p1814450956381663117a9e274d775a952@epcas1p1.samsung.com>
2024-02-20  4:25 ` Minkyu Kang
2024-02-20 18:15   ` Tom Rini
     [not found] <CGME20240109015516epcas1p368e48c6d3e2433577bf7d0684966c45b@epcas1p3.samsung.com>
2024-01-09  1:55 ` Minkyu Kang
2024-01-09 15:59   ` Tom Rini
     [not found]     ` <29757fea-207b-53c8-844f-e76829cf04b3@posteo.net>
     [not found]       ` <20240111175723.GK1610741@bill-the-cat>
2024-01-12 18:52         ` Stefan Bosch
2024-01-12 18:54           ` Tom Rini
2024-01-09 17:49   ` Tom Rini
2024-01-11  5:25     ` Minkyu Kang
     [not found] <CGME20231128031606epcas1p4a03b83245075b91119b523dda9899537@epcas1p4.samsung.com>
2023-11-28  3:16 ` Minkyu Kang
2023-11-28 16:28   ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2021-01-22  7:45 please " Minkyu Kang
2021-01-23 17:45 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='0cdd01dc6359$36177b60$a2467220$@samsung.com' \
    --to=mk7.kang@samsung.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox