summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-apple-gpio.c
AgeCommit message (Expand)Author
2022-10-24pinctrl: apple-gpio: Add missing header(s)Andy Shevchenko
2022-05-25pinctrl: apple: Use a raw spinlock for the regmapHector Martin
2022-05-05Merge branch 'irq/gpio-immutable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij
2022-05-05pinctrl: apple: Make it work as a moduleHector Martin
2022-04-19pinctrl: apple-gpio: Make the irqchip immutableMarc Zyngier
2021-12-02pinctrl: apple-gpio: fix flexible_array.cocci warningskernel test robot
2021-11-27pinctrl: apple: return an error if pinmux is missing in the DTJoey Gouly
2021-11-27pinctrl: apple: use modulo rather than bitwise andJoey Gouly
2021-11-27pinctrl: apple: don't set gpio_chip.of_nodeJoey Gouly
2021-11-27pinctrl: apple: remove gpio-controller checkJoey Gouly
2021-11-27pinctrl: apple: give error label a specific nameJoey Gouly
2021-11-27pinctrl: apple: make apple_gpio_get_direction more readableJoey Gouly
2021-11-27pinctrl: apple: handle regmap_read errorsJoey Gouly
2021-11-27pinctrl: apple: add missing bits.h headerJoey Gouly
2021-11-27pinctrl: apple: use C style commentJoey Gouly
2021-11-27pinctrl: apple: add missing commaJoey Gouly
2021-11-27pinctrl: apple: fix some formatting issuesJoey Gouly
2021-11-16pinctrl: apple: Always return valid type in apple_gpio_irq_typeSven Peter
2021-10-27pinctrl: add pinctrl/GPIO driver for Apple SoCsJoey Gouly