Home
last modified time | relevance | path

Searched hist:"13 c03cb6ca652ceca20f92d90cdcd62e99af605a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-rockchip.c13c03cb6ca652ceca20f92d90cdcd62e99af605a Wed Jul 08 03:20:57 UTC 2020 Jianqun Xu <jay.xu@rock-chips.com> pinctrl: rockchip: Covert the struct rockchip_pin_ctrl to const type

The rockchip_pin_ctrl struct is BSS data, only memset oncetime, but the
driver maybe probed several times, the nr_pins member of struct won't
to start from 0. that will cause pinctrl driver error.

Change-Id: I3d081da8bb91573126c6ee5af345ed73c85bb7af
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>