aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds101-676/+12822
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-0/+487
2018-01-30pinctrl: mcp23s08: fix irq setup orderDmitry Mastykin1-4/+4
2018-01-22pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+2
2018-01-22pinctrl: stm32: add STM32F769 MCU supportAlexandre Torgue3-0/+1834
2018-01-18pinctrl: sx150x: Add a static gpio/pinctrl pin range mappingPeter Rosin1-0/+5
2018-01-18pinctrl: sx150x: Register pinctrl before adding the gpiochipPeter Rosin1-14/+21
2018-01-18pinctrl: sx150x: Unregister the pinctrl on releasePeter Rosin1-1/+1
2018-01-18pinctrl: ingenic: Remove redundant dev_err call in ingenic_pinctrl_probe()Wei Yongjun1-3/+1
2018-01-16pinctrl: sprd: Use seq_putc() in sprd_pinconf_group_dbg_show()Markus Elfring1-1/+1
2018-01-16pinctrl: pinmux: Use seq_putc() in pinmux_pins_show()Markus Elfring1-1/+1
2018-01-16pinctrl: abx500: Use seq_putc() in abx500_gpio_dbg_show()Markus Elfring1-1/+1
2018-01-11pinctrl: mediatek: mt7622: align error handling of mtk_hw_get_value callSean Wang1-4/+4
2018-01-11pinctrl: mediatek: mt7622: fix potential uninitialized value being returnedSean Wang1-2/+4
2018-01-11pinctrl: uniphier: refactor drive strength get/set functionsMasahiro Yamada1-85/+91
2018-01-11pinctrl: imx7ulp: constify struct imx_cfg_params_decodeStefan Agner3-3/+3
2018-01-11pinctrl: imx: constify struct imx_pinctrl_soc_infoStefan Agner11-11/+11
2018-01-11pinctrl: imx7d: simplify imx7d_pinctrl_probeStefan Agner1-7/+3
2018-01-11pinctrl: imx: use struct imx_pinctrl_soc_info as a constStefan Agner4-52/+44
2018-01-10pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly.hao_zhang1-1/+3
2018-01-09pinctrl: qcom: Add msm8998 pinctrl driverKhan, Imran3-0/+1599
2018-01-09pinctrl: mcp23s08: Combine two function calls into one in mcp23s08_dbg_show()Markus Elfring1-6/+5
2018-01-09pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULLBai Ping1-4/+48
2018-01-09pinctrl: Add Microsemi Ocelot SoC driverAlexandre Belloni3-0/+523
2018-01-09pinctrl: remove redundant mux_setting clear in pinmux_disable_setting()Masahiro Yamada1-2/+0
2018-01-08Merge tag 'sh-pfc-for-v4.16-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij3-2/+371
2018-01-08pinctrl: armada-37xx: account for const type of of_device_id.dataJulia Lawall1-2/+2
2018-01-08pinctrl: axp209: account for const type of of_device_id.dataJulia Lawall1-1/+1
2018-01-08pinctrl: at91-pio4: account for const type of of_device_id.dataJulia Lawall1-2/+2
2018-01-08pinctrl: baytrail: Enable glitch filter for GPIOs used as interruptsHans de Goede1-0/+6
2018-01-08pinctrl: vt8500: Delete an error message for a failed memory allocation in five functionsMarkus Elfring5-15/+5
2018-01-03pinctrl: tegra: Delete two error messages for a failed memory allocation in tegra_pinctrl_probe()Markus Elfring1-6/+3
2018-01-03pinctrl: spear: Delete an error message for a failed memory allocation in spear_pinctrl_probe()Markus Elfring1-3/+1
2018-01-03pinctrl/spear/plgpio: Delete two error messages for a failed memory allocation in plgpio_probe()Markus Elfring1-6/+2
2018-01-03pinctrl: samsung: Add SPDX license identifiersKrzysztof Kozlowski10-131/+89
2018-01-03pinctrl: xway: Delete two error messages for a failed memory allocation in pinmux_xway_probe()Markus Elfring1-6/+4
2018-01-03pinctrl: utils: Delete an error message for a failed memory allocation in pinctrl_utils_add_map_configs()Markus Elfring1-3/+1
2018-01-03pinctrl: tz1090-pdc: Delete an error message for a failed memory allocation in two functionsMarkus Elfring1-6/+3
2018-01-03pinctrl: tz1090: Delete an error message for a failed memory allocation in two functionsMarkus Elfring1-6/+3
2018-01-03pinctrl: single: Delete an unnecessary return statement in pcs_irq_chain_handler()Markus Elfring1-2/+0
2018-01-03pinctrl: single: Delete an error message for a failed memory allocation in pcs_probe()Markus Elfring1-3/+2
2018-01-03pinctrl: rockchip: Fix a typo in four comment linesMarkus Elfring1-4/+4
2018-01-03pinctrl: rockchip: Improve a size determination in rockchip_pinctrl_probe()Markus Elfring1-1/+1
2018-01-03pinctrl: rockchip: Delete error messages for a failed memory allocation in two functionsMarkus Elfring1-9/+4
2018-01-03pinctrl: palmas: Delete an error message for a failed memory allocation in palmas_pinctrl_probe()Markus Elfring1-3/+1
2018-01-03pinctrl: at91: Delete an error message for a failed memory allocation in at91_pinctrl_mux_mask()Markus Elfring1-3/+1
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner1-1/+1
2017-12-28pinctrl: sunxi: fix a typo when merging A20 support to A10 driverIcenowy Zheng1-1/+1
2017-12-28pinctrl: msm: Delete an error message for a failed memory allocation in msm_pinctrl_probe()Markus Elfring1-3/+2
2017-12-28Revert "pinctrl: qcom: disable GPIO groups with no pins"Linus Walleij1-23/+5