aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-abx500.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-13pinctrl: abx500: Fix checking if pin use AlternateFunction registerAxel Lin1-1/+1
2013-02-10pinctrl/abx500: use direct IRQ definesLinus Walleij1-2/+1
2013-02-10pinctrl/abx500: replace IRQ offsets with table read-in valuesLee Jones1-7/+11
2013-02-10pinctrl/abx500: move IRQ handling to ab8500-coreLee Jones1-296/+3
2013-02-07pinctrl/abx500: adjust offset for get_mode()Linus Walleij1-1/+3
2013-02-06pinctrl/abx500: add Device Tree supportLee Jones1-5/+31
2013-02-06pinctrl/abx500: align GPIO cluster boundariesLee Jones1-2/+4
2013-02-06pinctrl/abx500: prevent error path from corrupting returning errorLee Jones1-4/+5
2013-02-05pinctrl/abx500: destroy mutex if returning early due to errorLee Jones1-0/+3
2013-02-05pinctrl/abx500: beautify the ABX500 pin control driverLee Jones1-35/+59
2013-02-05pinctrl/abx500: replace incorrect return valueLee Jones1-2/+1
2013-02-05pinctrl/abx500: use the BIT() macro where appropriateLee Jones1-1/+1
2013-02-05pinctrl/abx500: add AB8540 sub-driverPatrice Chotard1-0/+3
2013-02-05pinctrl/abx500: add AB9540 sub-driverPatrice Chotard1-0/+3
2013-02-05pinctrl/abx500: add AB8505 sub-driverPatrice Chotard1-0/+3
2013-01-30pinctrl/abx500: add AB8500 sub-driverPatrice Chotard1-0/+3
2013-01-30pinctrl: add abx500 pinctrl driver corePatrice Chotard1-0/+1233