summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-apple-gpio.c
AgeCommit message (Expand)AuthorFilesLines
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