summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-amd.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl/amd: Remove the default de-bounce timeAgrawal, Nitesh-kumar2016-08-101-20/+0
* pinctrl: amd: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-6/+3
* pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea2016-04-011-1/+1
* pinctrl: amd:Add device HID for future AMD GPIO controllerWang Hongcheng2016-03-311-0/+1
* pinctrl: Fix return value check in amd_gpio_probe()Wei Yongjun2016-02-151-2/+2
* pinctrl: amd: use gpiochip data pointerLinus Walleij2016-01-051-19/+14
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-3/+3
* pinctrl/amd: Prepare amd_gpio_irq_handler for irq argument removalThomas Gleixner2015-07-171-1/+2
* pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-171-1/+1
* pinctrl/amd: Use irq_set_handler_locked()Thomas Gleixner2015-07-171-5/+5
* pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2
* pinctrl: Remove .owner fieldFabio Estevam2015-06-041-1/+0
* Fix inconsistent spinlock of AMD GPIO driver which can beKen Xue2015-04-071-10/+9
* pinctrl: add AMD GPIO driver support.Ken Xue2015-03-181-0/+870