aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-at91-pio4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2018-11-05pinctrl: pinctrl-at91-pio4: simplify getting .driver_dataWolfram Sang1-4/+2
2018-09-14pinctrl: at91-pio4: Get rid of legacy callLinus Walleij1-11/+10
2018-09-13pinctrl: at91-pio4: fix has_config check in atmel_pctl_dt_subnode_to_map()Dan Carpenter1-6/+2
2018-07-16pinctrl: at91-pio4: Remove redundant return value checkWei Yongjun1-4/+0
2018-07-16pinctrl: at91-pio4: add support for drive strengthLudovic Desroches1-0/+42
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-16/+23
2018-05-24pinctrl: at91-pio4: add missing of_node_putJulia Lawall1-1/+3
2018-01-08pinctrl: at91-pio4: account for const type of of_device_id.dataJulia Lawall1-2/+2
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring1-6/+5
2017-04-07pinctrl: at91-pio4: handle suspend to ramAlexandre Belloni1-6/+28
2016-06-13pinctrl: at91-pio4: make it explicitly non-modularPaul Gortmaker1-19/+3
2016-06-08pinctrl: at91-pio4: fix non-exported functionsBen Dooks1-3/+3
2016-05-19Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-15/+15
2016-04-29pinctrl: at91-pio4: fix pull-up/down logicLudovic Desroches1-0/+2
2016-04-21pinctrl: at91-pio4: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-13/+13
2016-04-01pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea1-2/+2
2016-03-09pinctrl: at91: use __maybe_unused to hide pm functionsArnd Bergmann1-2/+2
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-7/+9
2016-01-05pinctrl: at91-pio4: use gpiochip data pointerLinus Walleij1-6/+8
2015-12-10pinctrl: at91-pio4: fix memleak after using dt mapLudovic Desroches1-6/+9
2015-11-30pinctrl: at91-pio4: use %pr format string for resourceArnd Bergmann1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-6/+6
2015-10-02pinctrl: at91-pio4: irq argument as been removed from irq flow handlersLudovic Desroches1-2/+3
2015-10-02pinctrl: at91-pio4: use irq_set_handler_lockedLudovic Desroches1-5/+5
2015-10-02pinctrl: at91-pio4: add PM stuffLudovic Desroches1-0/+76
2015-09-21pinctrl: introduce driver for Atmel PIO4 controllerLudovic Desroches1-0/+1017