summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-02101-676/+12822
|\
| * pinctrl: mcp23s08: fix irq setup orderDmitry Mastykin2018-01-301-4/+4
| * pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2018-01-221-1/+2
| * pinctrl: stm32: add STM32F769 MCU supportAlexandre Torgue2018-01-223-0/+1834
| * pinctrl: sx150x: Add a static gpio/pinctrl pin range mappingPeter Rosin2018-01-181-0/+5
| * pinctrl: sx150x: Register pinctrl before adding the gpiochipPeter Rosin2018-01-181-14/+21
| * pinctrl: sx150x: Unregister the pinctrl on releasePeter Rosin2018-01-181-1/+1
| * pinctrl: ingenic: Remove redundant dev_err call in ingenic_pinctrl_probe()Wei Yongjun2018-01-181-3/+1
| * pinctrl: sprd: Use seq_putc() in sprd_pinconf_group_dbg_show()Markus Elfring2018-01-161-1/+1
| * pinctrl: pinmux: Use seq_putc() in pinmux_pins_show()Markus Elfring2018-01-161-1/+1
| * pinctrl: abx500: Use seq_putc() in abx500_gpio_dbg_show()Markus Elfring2018-01-161-1/+1
| * pinctrl: mediatek: mt7622: align error handling of mtk_hw_get_value callSean Wang2018-01-111-4/+4
| * pinctrl: mediatek: mt7622: fix potential uninitialized value being returnedSean Wang2018-01-111-2/+4
| * pinctrl: uniphier: refactor drive strength get/set functionsMasahiro Yamada2018-01-111-85/+91
| * pinctrl: imx7ulp: constify struct imx_cfg_params_decodeStefan Agner2018-01-113-3/+3
| * pinctrl: imx: constify struct imx_pinctrl_soc_infoStefan Agner2018-01-1111-11/+11
| * pinctrl: imx7d: simplify imx7d_pinctrl_probeStefan Agner2018-01-111-7/+3
| * pinctrl: imx: use struct imx_pinctrl_soc_info as a constStefan Agner2018-01-114-52/+44
| * pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly.hao_zhang2018-01-101-1/+3
| * pinctrl: qcom: Add msm8998 pinctrl driverKhan, Imran2018-01-093-0/+1599
| * pinctrl: mcp23s08: Combine two function calls into one in mcp23s08_dbg_show()Markus Elfring2018-01-091-6/+5
| * pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULLBai Ping2018-01-091-4/+48
| * pinctrl: Add Microsemi Ocelot SoC driverAlexandre Belloni2018-01-093-0/+523
| * pinctrl: remove redundant mux_setting clear in pinmux_disable_setting()Masahiro Yamada2018-01-091-2/+0
| * Merge tag 'sh-pfc-for-v4.16-tag2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2018-01-083-2/+371
| |\
| | * pinctrl: sh-pfc: r8a7795: Add SATA pins, groups, and functionsWolfram Sang2017-12-211-0/+24
| | * pinctrl: sh-pfc: r8a7791: Add tpu groups and functionFabrizio Castro2017-12-191-2/+40
| | * pinctrl: sh-pfc: r8a7794: Add i2c5 pin groups and functionBiju Das2017-12-191-0/+41
| | * pinctrl: sh-pfc: r8a7794: Add tpu groups and functionFabrizio Castro2017-12-191-0/+101
| | * pinctrl: sh-pfc: r8a7794: Add PWM[0123456] supportFabrizio Castro2017-12-191-0/+165
| * | pinctrl: armada-37xx: account for const type of of_device_id.dataJulia Lawall2018-01-081-2/+2
| * | pinctrl: axp209: account for const type of of_device_id.dataJulia Lawall2018-01-081-1/+1
| * | pinctrl: at91-pio4: account for const type of of_device_id.dataJulia Lawall2018-01-081-2/+2
| * | pinctrl: baytrail: Enable glitch filter for GPIOs used as interruptsHans de Goede2018-01-081-0/+6
| * | pinctrl: vt8500: Delete an error message for a failed memory allocation in fi...Markus Elfring2018-01-085-15/+5
| * | pinctrl: tegra: Delete two error messages for a failed memory allocation in t...Markus Elfring2018-01-031-6/+3
| * | pinctrl: spear: Delete an error message for a failed memory allocation in spe...Markus Elfring2018-01-031-3/+1
| * | pinctrl/spear/plgpio: Delete two error messages for a failed memory allocatio...Markus Elfring2018-01-031-6/+2
| * | pinctrl: samsung: Add SPDX license identifiersKrzysztof Kozlowski2018-01-0310-131/+89
| * | pinctrl: xway: Delete two error messages for a failed memory allocation in pi...Markus Elfring2018-01-031-6/+4
| * | pinctrl: utils: Delete an error message for a failed memory allocation in pin...Markus Elfring2018-01-031-3/+1
| * | pinctrl: tz1090-pdc: Delete an error message for a failed memory allocation i...Markus Elfring2018-01-031-6/+3
| * | pinctrl: tz1090: Delete an error message for a failed memory allocation in tw...Markus Elfring2018-01-031-6/+3
| * | pinctrl: single: Delete an unnecessary return statement in pcs_irq_chain_hand...Markus Elfring2018-01-031-2/+0
| * | pinctrl: single: Delete an error message for a failed memory allocation in pc...Markus Elfring2018-01-031-3/+2
| * | pinctrl: rockchip: Fix a typo in four comment linesMarkus Elfring2018-01-031-4/+4
| * | pinctrl: rockchip: Improve a size determination in rockchip_pinctrl_probe()Markus Elfring2018-01-031-1/+1
| * | pinctrl: rockchip: Delete error messages for a failed memory allocation in tw...Markus Elfring2018-01-031-9/+4
| * | pinctrl: palmas: Delete an error message for a failed memory allocation in pa...Markus Elfring2018-01-031-3/+1
| * | pinctrl: at91: Delete an error message for a failed memory allocation in at91...Markus Elfring2018-01-031-3/+1
OpenPOWER on IntegriCloud