
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.
Patrick Delaunay (5): 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 misc: change RCC form MISC to NOP uclass
arch/arm/mach-stm32mp/bsec.c | 31 +++++++------ board/st/stm32mp1/stm32mp1.c | 2 +- drivers/misc/stm32_rcc.c | 5 +- drivers/misc/stm32mp_fuse.c | 74 +++++++++++++++++++++++------- drivers/power/pmic/stpmic1.c | 107 +++++++++++++++++++++++-------------------- include/power/stpmic1.h | 7 --- 6 files changed, 132 insertions(+), 94 deletions(-)