aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-apple-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-24pinctrl: apple-gpio: Add missing header(s)Andy Shevchenko1-2/+5
2022-05-25pinctrl: apple: Use a raw spinlock for the regmapHector Martin1-0/+1
2022-05-05Merge branch 'irq/gpio-immutable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij1-13/+16
2022-05-05pinctrl: apple: Make it work as a moduleHector Martin1-0/+1
2022-04-19pinctrl: apple-gpio: Make the irqchip immutableMarc Zyngier1-13/+16
2021-12-02pinctrl: apple-gpio: fix flexible_array.cocci warningskernel test robot1-1/+1
2021-11-27pinctrl: apple: return an error if pinmux is missing in the DTJoey Gouly1-1/+1
2021-11-27pinctrl: apple: use modulo rather than bitwise andJoey Gouly1-1/+1
2021-11-27pinctrl: apple: don't set gpio_chip.of_nodeJoey Gouly1-1/+0
2021-11-27pinctrl: apple: remove gpio-controller checkJoey Gouly1-4/+0
2021-11-27pinctrl: apple: give error label a specific nameJoey Gouly1-3/+4
2021-11-27pinctrl: apple: make apple_gpio_get_direction more readableJoey Gouly1-2/+3
2021-11-27pinctrl: apple: handle regmap_read errorsJoey Gouly1-3/+7
2021-11-27pinctrl: apple: add missing bits.h headerJoey Gouly1-0/+1
2021-11-27pinctrl: apple: use C style commentJoey Gouly1-1/+1
2021-11-27pinctrl: apple: add missing commaJoey Gouly1-1/+1
2021-11-27pinctrl: apple: fix some formatting issuesJoey Gouly1-41/+28
2021-11-16pinctrl: apple: Always return valid type in apple_gpio_irq_typeSven Peter1-6/+6
2021-10-27pinctrl: add pinctrl/GPIO driver for Apple SoCsJoey Gouly1-0/+534