mbox series

[0/4] Several patch to solve warning on stm32mp1 board with W=1

Message ID 20200128094415.5768-1-patrick.delaunay@st.com
Headers show
Series Several patch to solve warning on stm32mp1 board with W=1 | expand

Message

Patrick DELAUNAY Jan. 28, 2020, 9:44 a.m. UTC
Hi,

this serie includes few remaining patches on STM32 drivers or board
code to avoid warning when the board stm32mp1 is compiled with W=1.

See also patches on:
- ENV (V2): http://patchwork.ozlabs.org/patch/1230200/
- MTD (merged): http://patchwork.ozlabs.org/patch/1228814/

Regards



Patrick Delaunay (4):
  board: stm32mp1: board: add include for dfu
  board: stm32mp1: change dfu function to static
  pinctrl: stmfx: update the result type of dm_i2c_reg_read
  clk: stm32mp1: solve type issue in stm32mp1_lse_enable and
    stm32mp1_clktree

 board/st/stm32mp1/stm32mp1.c    | 5 +++--
 drivers/clk/clk_stm32mp1.c      | 9 +++++----
 drivers/pinctrl/pinctrl-stmfx.c | 7 ++++---
 3 files changed, 12 insertions(+), 9 deletions(-)