mbox series

Pull request: u-boot-samsung master

Message ID f69ac0b7-8e19-2403-fa8f-61675c1ec20c@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-samsung master | expand

Pull-request

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

Message

Minkyu Kang Feb. 26, 2021, 6:39 a.m. UTC
Dear Tom,

The following changes since commit 8f7a16aac36c2a38956bd04b53cb7b94b7a70180:

  Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2021-02-22 12:37:02 -0500)

are available in the git repository at:


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

for you to fetch changes up to 0b547b40b149cf76c9f857fc9df2223aa88759e7:

  samsung: origen: change maintainer (2021-02-23 15:43:27 +0900)

----------------------------------------------------------------
Jaehoon Chung (2):
      board: samsung: covert to driver model about power_key_pressed
      power: pmic: remove pmic_max8997/8 files

Mark Kettenis (1):
      serial: s5p: Allow independent selection

Minkyu Kang (6):
      samsung: goni: change maintainer
      samsung: smdk5250: change maintainer
      samsung: smdk5420: change maintainer
      samsung: smdkv310: change maintainer
      samsung: espresso7420: change maintainer
      samsung: origen: change maintainer

 board/samsung/common/misc.c            |  27 +++++++++++----------
 board/samsung/espresso7420/MAINTAINERS |   2 +-
 board/samsung/goni/MAINTAINERS         |   2 +-
 board/samsung/origen/MAINTAINERS       |   2 +-
 board/samsung/smdk5250/MAINTAINERS     |   4 ++--
 board/samsung/smdk5420/MAINTAINERS     |   2 +-
 board/samsung/smdkv310/MAINTAINERS     |   2 +-
 drivers/power/pmic/Makefile            |   2 --
 drivers/power/pmic/pmic_max8997.c      | 107 ----------------------------------------------------------------------------------
 drivers/power/pmic/pmic_max8998.c      |  32 -------------------------
 drivers/serial/Kconfig                 |   7 ++++++
 drivers/serial/Makefile                |   2 +-
 12 files changed, 29 insertions(+), 162 deletions(-)
 delete mode 100644 drivers/power/pmic/pmic_max8997.c
 delete mode 100644 drivers/power/pmic/pmic_max8998.c

Comments

Tom Rini Feb. 26, 2021, 5:40 p.m. UTC | #1
On Fri, Feb 26, 2021 at 03:39:58PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 8f7a16aac36c2a38956bd04b53cb7b94b7a70180:
> 
>   Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2021-02-22 12:37:02 -0500)
> 
> are available in the git repository at:
> 
> 
>   git@gitlab.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 0b547b40b149cf76c9f857fc9df2223aa88759e7:
> 
>   samsung: origen: change maintainer (2021-02-23 15:43:27 +0900)
> 

Applied to u-boot/master, thanks!