mbox series

[U-Boot,v2,0/7] misc: update drivers for stm32mp1

Message ID 1564744088-16896-1-git-send-email-patrick.delaunay@st.com
Headers show
Series misc: update drivers for stm32mp1 | expand

Message

Patrick DELAUNAY Aug. 2, 2019, 11:08 a.m. UTC
Update the stm32mp1 drivers after the commit 8729b1ae2cbd
("misc: Update read() and write() methods to return bytes xfered")
And the introduction of NOP u-class.


Changes in v2:
- udpate bsec patch after rebase (use offs)
- impact in added command stboard after rebase
- rebase v2019.10-rc1

Patrick Delaunay (7):
  bsec: update after MISC u-class update
  pmu: stpmic1: change specific NVM api to MISC
  stpmic1: simplify stpmic1_sysreset_request
  stm32mp1: update test on misc_read result
  stm32mp1: update sysconf_init on misc_read result
  stm32mp1: board update command stboard on misc_read result
  misc: change RCC form MISC to NOP uclass

 arch/arm/mach-stm32mp/bsec.c    |  30 +++++------
 board/st/stm32mp1/cmd_stboard.c |   2 +-
 board/st/stm32mp1/stm32mp1.c    |   4 +-
 drivers/misc/stm32_rcc.c        |   5 +-
 drivers/misc/stm32mp_fuse.c     |  74 ++++++++++++++++++++-------
 drivers/power/pmic/stpmic1.c    | 107 +++++++++++++++++++++-------------------
 include/power/stpmic1.h         |   7 ---
 7 files changed, 134 insertions(+), 95 deletions(-)