summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-mcp23s08.c
Commit message (Expand)AuthorAgeFilesLines
* 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