summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: stm32: parse pinctrl nodes without subnodes as wellAhmad Fatoum2019-11-061-81/+99
* pinctrl: demote dev_info on successful probes to dev_dbgAhmad Fatoum2019-11-063-4/+4
* pinctrl: stm32: fix debug print of uninitialized variableAhmad Fatoum2019-11-061-3/+3
* pinctrl: add gpio and pinctrl driver for sama5d2 PIO4Ahmad Fatoum2019-10-144-0/+333
* pinctrl: i.MX iomux-v1: Add i.MX1 supportSascha Hauer2019-08-141-0/+2
* pinctrl: i.MX iomux-v1: Make base address initialization unnecessarySascha Hauer2019-08-142-19/+11
* pinctrl: stm32: fix error path when gpio chip is not foundAhmad Fatoum2019-07-091-2/+3
* pinctrl: stm32: add debug output in set_state callbackAhmad Fatoum2019-07-091-0/+3
* pinctrl: add driver for STM32 GPIO and pin multiplexerAhmad Fatoum2019-06-203-0/+432
* ARM: at91: replace __raw_{readl, writel} of peripherals with readl, writelAhmad Fatoum2019-05-241-14/+14
* treewide: surround Kconfig file paths with double quotesMasahiro Yamada2019-03-211-1/+1
* pinctrl: bcm2835: register the pin controller.Tomaz Solc2019-02-191-1/+51
* pinctrl: bcm2835: move existing code from gpio.Tomaz Solc2019-02-193-0/+169
* Kconfig: add pin controllers submenu.Tomaz Solc2019-02-191-0/+4
* pinctrl: imx-v3: imx8mq does use the old bindingLucas Stach2019-01-151-4/+0
* Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-12-071-8/+1
|\
| * pinctrl: at91: Add missing includeSascha Hauer2018-11-121-8/+1
* | pinctrl: tegra30: fix "Possible null pointer dereference: group" warningOleksij Rempel2018-11-211-2/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-11-091-2/+2
|\
| * pinctrl: at91: Do not print registration messagesSascha Hauer2018-11-021-2/+2
* | pinctrl: tree-wide probe devices during core_initcallMarco Felsch2018-10-1914-15/+15
|/
* pinctrl: imx-iomux-v3: fix compiler warningRoland Hieber2018-09-071-1/+1
* pinctrl: i.MX: Add code to parse "input-enable"Andrey Smirnov2018-08-131-0/+3
* pinctrl: i.MX: Add support for i.MX8Andrey Smirnov2018-06-111-6/+50
* pinctrl-vf610: Make use of BIT macroAndrey Smirnov2018-04-111-3/+3
* pinctrl: do not dereference a device tree property directlySascha Hauer2018-01-311-12/+6
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-261-2/+0
* pinctrl: mxs: fix error message to mention right property nameUwe Kleine-König2017-09-261-1/+1
* pinctrl: at91: move initcalls to postcore_initcallSam Ravnborg2017-07-201-2/+2
* pinctrl: at91: Bail out if atmel,pins property does not existSascha Hauer2017-06-271-0/+3
* pinctrl: at91: Implement .get_direction hookAndrey Smirnov2017-03-091-0/+16
* pinctrl: at91: Fix a bug in at91_pinctrl_set_state()Andrey Smirnov2017-03-091-0/+2
* pinctrl: at91: Fix a bug in at91_pinctrl_set_conf()Andrey Smirnov2017-03-091-1/+3
* pinctrl: i.MX7: Fix LPSR sel_imput settingSascha Hauer2017-02-061-1/+1
* ARM i.MX: Add i.MX6SL supportAlexander Kurz2017-02-021-0/+2
* pinmmux: i.MX: add pin mux support for i.MX7Juergen Borleis2017-01-201-8/+32
* i.MX: vf610: Add low-level pin configuration helperAndrey Smirnov2017-01-121-5/+6
* i.MX: iomuxv3: Use helper functions in iomux-v3.hAndrey Smirnov2017-01-121-34/+4
* Merge branch 'for-next/vybrid'Sascha Hauer2016-11-144-0/+218
|\
| * i.MX: Add pinctrl driver for VF610Andrey Smirnov2016-11-143-0/+173
| * pinctrl: Add provisions to control GPIO pin directionAndrey Smirnov2016-11-141-0/+45
* | Merge branch 'for-next/mvebu'Sascha Hauer2016-11-142-57/+60
|\ \
| * | pinctrl: mvebu: fix a comment about mv78460Uwe Kleine-König2016-10-211-1/+1
| * | pinctrl: mvebu: sync mpp names to Linux 4.9-rc1Uwe Kleine-König2016-10-192-56/+59
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2016-11-141-0/+2
|\ \ | |/ |/|
| * pinmux: imx-iomux-v3: Add i.MX6ul supportSascha Hauer2016-11-081-0/+2
* | pinctrl: mvebu: armada-370 fix gpio name for mpp63Uwe Kleine-König2016-10-041-1/+1
* | pinctrl: mvebu: add newline to error messageUwe Kleine-König2016-10-041-1/+2
|/
* pinctrl: iomux-v3: Cleaning SION patch before applyingAlexander Shiyan2016-05-311-1/+3
* Merge branch 'for-next/misc'Sascha Hauer2016-05-091-2/+2
|\