[U-Boot] Please pull u-boot-rockchip/master (for-master-20181210)

Philipp Tomsich philipp.tomsich at theobroma-systems.com
Mon Dec 10 13:34:42 UTC 2018


Tom,

Here’s another pull-request for rc2.
I expect a few more bug-fixes and DTS-changes later this week after having talked to
some of the stakeholders and also having seen internal review requests.

Build-test result for this one is at https://travis-ci.org/ptomsich/u-boot-rockchip/builds/465884207

Thanks,
Philipp.



The following changes since commit cde578ff36b15ec9c2033f03b94ecf809af7cc64:

  ARM: mvebu: restore license information in mv_ddr_plat.{c,h} (2018-12-09 17:10:13 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-rockchip.git tags/for-master-20181210

for you to fetch changes up to eff43904b7f0c05ed316755e83b5474792059a5c:

  rockchip: rk3399-puma: enable fan53555 regulators in DTS (2018-12-10 10:04:45 +0100)

----------------------------------------------------------------
Improvements:
- init DRAM for RK322x in SPL
- add FAN53555 PMIC/regulator driver
- update MicroCrystal RV3029 driver to Kconfig and sync from Linux
- add bootcount uclass and first DM-driver for bootcount

----------------------------------------------------------------
Kever Yang (1):
      rockchip: rk322x: ram: enable DRAM init in SPL instead of TPL

Philipp Tomsich (5):
      bootcount: add uclass for bootcount
      bootcount: add a DM RTC backing store for bootcount
      power: add FAN53555 family support
      rockchip: rk3399-puma: defconfig: enable FAN53555 regulator driver
      rockchip: rk3399-puma: enable fan53555 regulators in DTS

 arch/arm/dts/rk3399-puma.dtsi                   |   6 ++--
 configs/puma-rk3399_defconfig                   |   1 +
 doc/device-tree-bindings/chosen.txt             |  30 +++++++++++++++++
 doc/device-tree-bindings/regulator/fan53555.txt |  23 +++++++++++++
 drivers/bootcount/Kconfig                       |  28 ++++++++++++++++
 drivers/bootcount/Makefile                      |   3 ++
 drivers/bootcount/bootcount-uclass.c            |  93 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/bootcount/rtc.c                         |  89 ++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/power/pmic/Kconfig                      |  14 ++++++++
 drivers/power/pmic/Makefile                     |   1 +
 drivers/power/pmic/fan53555.c                   |  82 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/power/regulator/Kconfig                 |  16 +++++++++
 drivers/power/regulator/Makefile                |   1 +
 drivers/power/regulator/fan53555.c              | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/ram/rockchip/sdram_rk322x.c             |  12 +++----
 include/bootcount.h                             |  48 +++++++++++++++++++++++++++
 include/dm/uclass-id.h                          |   1 +
 17 files changed, 662 insertions(+), 8 deletions(-)
 create mode 100644 doc/device-tree-bindings/regulator/fan53555.txt
 create mode 100644 drivers/bootcount/bootcount-uclass.c
 create mode 100644 drivers/bootcount/rtc.c
 create mode 100644 drivers/power/pmic/fan53555.c
 create mode 100644 drivers/power/regulator/fan53555.c



More information about the U-Boot mailing list