summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-at91-pio4.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1Star
* pinctrl: pinctrl-at91-pio4: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2Star
* pinctrl: at91-pio4: Get rid of legacy callLinus Walleij2018-09-141-11/+10Star
* pinctrl: at91-pio4: fix has_config check in atmel_pctl_dt_subnode_to_map()Dan Carpenter2018-09-131-6/+2Star
* pinctrl: at91-pio4: Remove redundant return value checkWei Yongjun2018-07-161-4/+0Star
* pinctrl: at91-pio4: add support for drive strengthLudovic Desroches2018-07-161-0/+42
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-16/+23
* pinctrl: at91-pio4: add missing of_node_putJulia Lawall2018-05-241-1/+3
* pinctrl: at91-pio4: account for const type of of_device_id.dataJulia Lawall2018-01-081-2/+2
* pinctrl: Convert to using %pOF instead of full_nameRob Herring2017-08-141-6/+5Star
* pinctrl: at91-pio4: handle suspend to ramAlexandre Belloni2017-04-071-6/+28
* pinctrl: at91-pio4: make it explicitly non-modularPaul Gortmaker2016-06-131-19/+3Star
* pinctrl: at91-pio4: fix non-exported functionsBen Dooks2016-06-081-3/+3
* Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-05-191-15/+15
|\
| * pinctrl: at91-pio4: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-13/+13
| * pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea2016-04-011-2/+2
* | pinctrl: at91-pio4: fix pull-up/down logicLudovic Desroches2016-04-291-0/+2
|/
* pinctrl: at91: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-091-2/+2
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-7/+9
|\
| * pinctrl: at91-pio4: use gpiochip data pointerLinus Walleij2016-01-051-6/+8
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-6/+6
* | pinctrl: at91-pio4: fix memleak after using dt mapLudovic Desroches2015-12-101-6/+9
* | pinctrl: at91-pio4: use %pr format string for resourceArnd Bergmann2015-11-301-1/+1
|/
* pinctrl: at91-pio4: irq argument as been removed from irq flow handlersLudovic Desroches2015-10-021-2/+3
* pinctrl: at91-pio4: use irq_set_handler_lockedLudovic Desroches2015-10-021-5/+5
* pinctrl: at91-pio4: add PM stuffLudovic Desroches2015-10-021-0/+76
* pinctrl: introduce driver for Atmel PIO4 controllerLudovic Desroches2015-09-211-0/+1017