aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-abx500.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-28pinctrl: abx500: fix bitwise AND testDan Carpenter1-3/+3
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin1-85/+102
2013-06-24pinctrl: abx500: rework error pathPatrice Chotard1-27/+87
2013-06-24pinctrl: abx500: suppress hardcoded valuePatrice Chotard1-4/+17
2013-06-24pinctrl: abx500: factorize codePatrice Chotard1-17/+15
2013-06-24pinctrl: abx500: fix abx500_gpio_get()Patrice Chotard1-2/+15
2013-06-24pinctrl: abx500: fix abx500_pin_config_set()Patrice Chotard1-6/+25
2013-06-24pinctrl: abx500: Add device tree supportPatrice Chotard1-0/+184
2013-06-16pinctrl: abx500: fix build warningPatrice Chotard1-1/+1
2013-06-16pinctrl: abx500: fix abx500_gpio_dbg_show_one() to show pull up/downPatrice Chotard1-16/+70
2013-06-16pinctrl: abx500: allow to set pull upPatrice Chotard1-1/+23
2013-06-16pinctrl: abx500: fix abx500_config_pull_updownPatrice Chotard1-1/+1
2013-06-16pinctrl: abx500: suppress unused mutexPatrice Chotard1-10/+0
2013-05-14pinctrl: abx500: Rejiggle platform data and DT initialisationLee Jones1-14/+13
2013-05-14pinctrl: abx500: Specify failed sub-driver by ID instead of driver_dataLee Jones1-2/+1
2013-04-18pinctrl: abx500: fix issue when no pdataPatrice CHOTARD1-1/+0
2013-04-09pinctrl: abx500: Staticize some symbolsSachin Kamat1-5/+5
2013-04-03Merge tag 'v3.9-rc5' into develLinus Walleij1-1/+1
2013-03-13pinctrl: abx500: Fix checking if pin use AlternateFunction registerAxel Lin1-1/+1
2013-03-07pinctrl: abx500: Add terminating entry for of_device_id tableAxel Lin1-0/+1
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart1-3/+3
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