Merge tag 'pinctrl-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pinctrl fixes from Linus Walleij: "First round of pin control fixes for v3.14: - Protect pinctrl_list_add() with the proper mutex. This was identified by RedHat. Caused nasty locking warnings was rootcased by Stanislaw Gruszka. - Avoid adding dangerous debugfs files when either half of the subsystem is unused: pinmux or pinconf. - Various fixes to various drivers: locking, hardware particulars, DT parsing, error codes" * tag 'pinctrl-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: pinctrl: tegra: return correct error type pinctrl: do not init debugfs entries for unimplemented functionalities pinctrl: protect pinctrl_list add pinctrl: sirf: correct the pin index of ac97_pins group pinctrl: imx27: fix offset calculation in imx_read_2bit pinctrl: vt8500: Change devicetree data parsing pinctrl: imx27: fix wrong offset to ICONFB pinctrl: at91: use locked variant of irq_set_handler
Showing
- drivers/pinctrl/core.c 6 additions, 2 deletionsdrivers/pinctrl/core.c
- drivers/pinctrl/pinctrl-at91.c 5 additions, 5 deletionsdrivers/pinctrl/pinctrl-at91.c
- drivers/pinctrl/pinctrl-imx1-core.c 5 additions, 5 deletionsdrivers/pinctrl/pinctrl-imx1-core.c
- drivers/pinctrl/pinctrl-tegra.c 1 addition, 1 deletiondrivers/pinctrl/pinctrl-tegra.c
- drivers/pinctrl/sirf/pinctrl-prima2.c 1 addition, 1 deletiondrivers/pinctrl/sirf/pinctrl-prima2.c
- drivers/pinctrl/vt8500/pinctrl-wmt.c 14 additions, 1 deletiondrivers/pinctrl/vt8500/pinctrl-wmt.c
Loading
Please register or sign in to comment