summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-apple-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: apple-gpio: Add missing header(s)Andy Shevchenko2022-10-241-2/+5
* pinctrl: apple: Use a raw spinlock for the regmapHector Martin2022-05-251-0/+1
* Merge branch 'irq/gpio-immutable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2022-05-051-13/+16
|\
| * pinctrl: apple-gpio: Make the irqchip immutableMarc Zyngier2022-04-191-13/+16
* | pinctrl: apple: Make it work as a moduleHector Martin2022-05-051-0/+1
|/
* pinctrl: apple-gpio: fix flexible_array.cocci warningskernel test robot2021-12-021-1/+1
* pinctrl: apple: return an error if pinmux is missing in the DTJoey Gouly2021-11-271-1/+1
* pinctrl: apple: use modulo rather than bitwise andJoey Gouly2021-11-271-1/+1
* pinctrl: apple: don't set gpio_chip.of_nodeJoey Gouly2021-11-271-1/+0
* pinctrl: apple: remove gpio-controller checkJoey Gouly2021-11-271-4/+0
* pinctrl: apple: give error label a specific nameJoey Gouly2021-11-271-3/+4
* pinctrl: apple: make apple_gpio_get_direction more readableJoey Gouly2021-11-271-2/+3
* pinctrl: apple: handle regmap_read errorsJoey Gouly2021-11-271-3/+7
* pinctrl: apple: add missing bits.h headerJoey Gouly2021-11-271-0/+1
* pinctrl: apple: use C style commentJoey Gouly2021-11-271-1/+1
* pinctrl: apple: add missing commaJoey Gouly2021-11-271-1/+1
* pinctrl: apple: fix some formatting issuesJoey Gouly2021-11-271-41/+28
* pinctrl: apple: Always return valid type in apple_gpio_irq_typeSven Peter2021-11-161-6/+6
* pinctrl: add pinctrl/GPIO driver for Apple SoCsJoey Gouly2021-10-271-0/+534