aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-mcp23s08.c
AgeCommit message (Expand)Author
2019-07-21pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call orderPhil Reid
2019-03-13pinctrl: mcp23s08: spi: Fix regmap allocation for mcp23s18Jason Kridner
2018-10-10pinctrl: mcp23s08: fix irq and irqchip setup orderMarco Felsch
2018-06-18pinctrl: mcp23s08: debugfs: Do not restore the INTF registerJan Kundrát
2018-02-22pinctrl: mcp23s08: add open drain configuration for irq outputPhil Reid
2018-02-22pinctrl: mcp23s08: fix probing of mcp23s18Phil Reid
2018-02-12pinctrl: mcp23s08: spi: Fix duplicate pinctrl debugfs entriesJan Kundrát
2018-02-12pinctrl: mcp23s08: spi: Add HW address to gpio_chip.labelJan Kundrát
2018-02-12pinctrl: mcp23s08: spi: Fix regmap debugfs entriesJan Kundrát
2018-01-30pinctrl: mcp23s08: fix irq setup orderDmitry Mastykin
2018-01-09pinctrl: mcp23s08: Combine two function calls into one in mcp23s08_dbg_show()Markus Elfring
2017-11-29pinctrl: mcp23s08: Improve unlocking of a mutex in mcp23s08_irq()Markus Elfring
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-10-19gpio: mcp23s08: add support for mcp23018Phil Reid
2017-10-19pinctrl: mcp23s08: fix interrupt handling regressionDmitry Mastykin
2017-10-11pinctrl: mcp23s08: remove unused variables from pinconf_setPhil Reid
2017-05-23pinctrl: mcp23s08: drop comment about missing irq supportSebastian Reichel
2017-05-23pinctrl: mcp23s08: simplify spi_present_mask handlingSebastian Reichel
2017-05-23pinctrl: mcp23s08: generalize irq property handlingSebastian Reichel
2017-05-23pinctrl: mcp23s08: simplify spi pdata handlingSebastian Reichel
2017-05-23pinctrl: mcp23s08: simplify i2c pdata handlingSebastian Reichel
2017-05-23pinctrl: mcp23s08: switch to devm_gpiochip_add_dataSebastian Reichel
2017-05-23pinctrl: mcp23s08: use managed kzalloc for mcpSebastian Reichel
2017-05-23pinctrl: mcp23s08: irq mapping is already doneSebastian Reichel
2017-05-23pinctrl: mcp23s08: switch to regmap cachingSebastian Reichel
2017-05-23pinctrl: mcp23s08: drop pullup config from pdataSebastian Reichel
2017-05-23pinctrl: mcp23s08: add pinconf supportSebastian Reichel
2017-05-23gpio: mcp23s08: move to pinctrlSebastian Reichel