Age | Commit message (Expand) | Author |
2022-01-24 | pinctrl: at91-pio4: Use platform_get_irq() to get the interrupt | Lad Prabhakar |
2021-12-16 | pinctrl: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko |
2021-04-13 | pinctrl: at91-pio4: Fix slew rate disablement | Tudor Ambarus |
2021-02-12 | pinctrl: at91-pio4: fix "Prefer 'unsigned int' to bare use of 'unsigned'" | Claudiu Beznea |
2021-02-12 | pinctrl: at91-pio4: add support for slew-rate | Claudiu Beznea |
2020-11-24 | pinctrl: at91-pio4: add support for fewer lines on last PIO bank | Eugen Hristev |
2020-11-11 | pinctrl: pinctrl-at91-pio4: Set irq handler and data in one go | Martin Kaiser |
2020-09-29 | pinctrl: at91-pio4: add support for sama7g5 SoC | Eugen Hristev |
2020-07-16 | pinctrl: pinctrl-at91-pio4: PM related attribute descriptions | Lee Jones |
2020-05-25 | pinctrl: Fix return value about devm_platform_ioremap_resource() | Tiezhu Yang |
2019-11-05 | pinctrl: use devm_platform_ioremap_resource() to simplify code | YueHaibing |
2019-10-03 | pinctrl: at91-pio4: implement .get_multiple and .set_multiple | Alexandre Belloni |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner |
2018-11-05 | pinctrl: pinctrl-at91-pio4: simplify getting .driver_data | Wolfram Sang |
2018-09-14 | pinctrl: at91-pio4: Get rid of legacy call | Linus Walleij |
2018-09-13 | pinctrl: at91-pio4: fix has_config check in atmel_pctl_dt_subnode_to_map() | Dan Carpenter |
2018-07-16 | pinctrl: at91-pio4: Remove redundant return value check | Wei Yongjun |
2018-07-16 | pinctrl: at91-pio4: add support for drive strength | Ludovic Desroches |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-05-24 | pinctrl: at91-pio4: add missing of_node_put | Julia Lawall |
2018-01-08 | pinctrl: at91-pio4: account for const type of of_device_id.data | Julia Lawall |
2017-08-14 | pinctrl: Convert to using %pOF instead of full_name | Rob Herring |
2017-04-07 | pinctrl: at91-pio4: handle suspend to ram | Alexandre Belloni |
2016-06-13 | pinctrl: at91-pio4: make it explicitly non-modular | Paul Gortmaker |
2016-06-08 | pinctrl: at91-pio4: fix non-exported functions | Ben Dooks |
2016-05-19 | Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds |
2016-04-29 | pinctrl: at91-pio4: fix pull-up/down logic | Ludovic Desroches |
2016-04-21 | pinctrl: at91-pio4: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan |
2016-04-01 | pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_map | Irina Tirdea |
2016-03-09 | pinctrl: at91: use __maybe_unused to hide pm functions | Arnd Bergmann |
2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2016-01-05 | pinctrl: at91-pio4: use gpiochip data pointer | Linus Walleij |
2015-12-10 | pinctrl: at91-pio4: fix memleak after using dt map | Ludovic Desroches |
2015-11-30 | pinctrl: at91-pio4: use %pr format string for resource | Arnd Bergmann |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij |
2015-10-02 | pinctrl: at91-pio4: irq argument as been removed from irq flow handlers | Ludovic Desroches |
2015-10-02 | pinctrl: at91-pio4: use irq_set_handler_locked | Ludovic Desroches |
2015-10-02 | pinctrl: at91-pio4: add PM stuff | Ludovic Desroches |
2015-09-21 | pinctrl: introduce driver for Atmel PIO4 controller | Ludovic Desroches |