[PATCH 0/2] pinctrl: st: Driver fixing & clean-up

Maxime COQUELIN maxime.coquelin at st.com
Tue Apr 8 08:21:47 PDT 2014


This series is composed of two patches for ST pinctrl driver.

The first one makes use of const qualifier where applicable, as reported by
Joe Perches in the series adding support to STiH407 SoC.

The second one makes use of ARRAY_SIZE to pass the STiH415's delays table
size, instead of passing the raw value. This correction had already been done
for STiH416 table.

Maxime Coquelin (2):
  pinctrl: st: Use const qualifier when required
  pinctrl: st: Use ARRAY_SIZE for STiH415 data

 drivers/pinctrl/pinctrl-st.c | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

-- 
1.9.0




More information about the linux-arm-kernel mailing list