summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-mcp23s08.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-231-1/+1
|\
| * pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+1
* | pinctrl: mcp23s08: fix irq and irqchip setup orderMarco Felsch2018-10-101-1/+12
|/
* pinctrl: mcp23s08: debugfs: Do not restore the INTF registerJan Kundrát2018-06-181-1/+1
* pinctrl: mcp23s08: add open drain configuration for irq outputPhil Reid2018-02-221-1/+6
* pinctrl: mcp23s08: fix probing of mcp23s18Phil Reid2018-02-221-2/+0
* pinctrl: mcp23s08: spi: Fix duplicate pinctrl debugfs entriesJan Kundrát2018-02-121-1/+8
* pinctrl: mcp23s08: spi: Add HW address to gpio_chip.labelJan Kundrát2018-02-121-3/+6
* pinctrl: mcp23s08: spi: Fix regmap debugfs entriesJan Kundrát2018-02-121-11/+26
* pinctrl: mcp23s08: fix irq setup orderDmitry Mastykin2018-01-301-4/+4
* pinctrl: mcp23s08: Combine two function calls into one in mcp23s08_dbg_show()Markus Elfring2018-01-091-6/+5
* pinctrl: mcp23s08: Improve unlocking of a mutex in mcp23s08_irq()Markus Elfring2017-11-291-20/+15
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-161-5/+15
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-1/+1
| |\
| * | gpio: mcp23s08: add support for mcp23018Phil Reid2017-10-191-1/+14
| * | pinctrl: mcp23s08: remove unused variables from pinconf_setPhil Reid2017-10-111-4/+1
* | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-1/+1
|\ \ \ | | |/ | |/|
| * | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| |/
* / pinctrl: mcp23s08: fix interrupt handling regressionDmitry Mastykin2017-10-191-3/+3
|/
* pinctrl: mcp23s08: drop comment about missing irq supportSebastian Reichel2017-05-231-17/+2
* pinctrl: mcp23s08: simplify spi_present_mask handlingSebastian Reichel2017-05-231-19/+10
* pinctrl: mcp23s08: generalize irq property handlingSebastian Reichel2017-05-231-18/+9
* pinctrl: mcp23s08: simplify spi pdata handlingSebastian Reichel2017-05-231-35/+32
* pinctrl: mcp23s08: simplify i2c pdata handlingSebastian Reichel2017-05-231-19/+7
* pinctrl: mcp23s08: switch to devm_gpiochip_add_dataSebastian Reichel2017-05-231-38/+2
* pinctrl: mcp23s08: use managed kzalloc for mcpSebastian Reichel2017-05-231-8/+2
* pinctrl: mcp23s08: irq mapping is already doneSebastian Reichel2017-05-231-4/+0
* pinctrl: mcp23s08: switch to regmap cachingSebastian Reichel2017-05-231-95/+192
* pinctrl: mcp23s08: drop pullup config from pdataSebastian Reichel2017-05-231-7/+0
* pinctrl: mcp23s08: add pinconf supportSebastian Reichel2017-05-231-24/+175
* gpio: mcp23s08: move to pinctrlSebastian Reichel2017-05-231-0/+1047