| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -2/+2 |
| 2025-05-13 | pinctrl: at91: Fix possible out-of-boundary access | Andy Shevchenko | 1 | -1/+5 |
| 2025-04-29 | pinctrl: at91: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -6/+9 |
| 2024-08-23 | pinctrl: at91: make it work with current gpiolib | Thomas Blocher | 1 | -1/+4 |
| 2024-06-26 | pinctrl: at91: Use scope based of_node_put() cleanups | Peng Fan | 1 | -10/+4 |
| 2023-10-30 | pinctrl: Use device_get_match_data() | Rob Herring | 1 | -6/+5 |
| 2023-08-21 | pinctrl: at91: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helper | Andy Shevchenko | 1 | -6/+4 |
| 2023-05-24 | pinctrl: at91: fix a couple NULL vs IS_ERR() checks | Dan Carpenter | 1 | -4/+4 |
| 2023-03-13 | pinctrl: at91: Remove pioc_index from struct at91_gpio_chip | Mark Brown | 1 | -3/+0 |
| 2023-03-13 | pinctrl: at91: Make the irqchip immutable | Mark Brown | 1 | -1/+24 |
| 2023-03-06 | pinctrl: at91: Utilise temporary variable for struct device | Andy Shevchenko | 1 | -34/+26 |
| 2023-03-06 | pinctrl: at91: Use dev_err_probe() instead of custom messaging | Andy Shevchenko | 1 | -43/+21 |
| 2023-03-06 | pinctrl: at91: Use of_device_get_match_data() | Andy Shevchenko | 1 | -4/+2 |
| 2023-03-06 | pinctrl: at91: Don't mix non-devm calls with devm ones | Andy Shevchenko | 1 | -10/+2 |
| 2023-03-06 | pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2) | Andy Shevchenko | 1 | -6/+17 |
| 2023-02-06 | pinctrl: at91: use devm_kasprintf() to avoid potential leaks | Claudiu Beznea | 1 | -1/+1 |
| 2023-01-27 | pinctrl: at91: fix deferred probing support | Rob Herring | 1 | -23/+13 |
| 2023-01-27 | pinctrl: at91: Tag suspend/resume __maybe_unused | Linus Walleij | 1 | -2/+2 |
| 2022-12-29 | pinctrl: at91: convert to NOIRQ_SYSTEM_SLEEP_PM_OPS | Arnd Bergmann | 1 | -1/+1 |
| 2022-10-24 | pinctrl: at91: Add missing header(s) | Andy Shevchenko | 1 | -7/+9 |
| 2022-09-03 | pinctrl: at91: use dev_dbg() instead of printk() | Claudiu Beznea | 1 | -2/+2 |
| 2022-09-03 | pinctrl: at91: move gpio suspend/resume calls to driver's context | Claudiu Beznea | 1 | -43/+36 |
| 2022-09-03 | pinctrl: at91: use kernel-doc style for documentation of at91_gpio_chip | Claudiu Beznea | 1 | -7/+19 |
| 2022-07-26 | pinctrl: at91: Fix typo 'the the' in comment | Slark Xiao | 1 | -1/+1 |
| 2022-07-18 | pinctrl: at91: remove #ifdef CONFIG_PM | Claudiu Beznea | 1 | -7/+1 |
| 2021-12-16 | pinctrl: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 1 | -1/+0 |
| 2021-08-12 | pinctrl: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -4/+2 |
| 2021-05-25 | pinctrl: at91: Constify struct at91_pinctrl_mux_ops | Rikard Falkeborn | 1 | -7/+7 |
| 2021-03-26 | ARM: at91: pm: Move prototypes to mutually included header | Lee Jones | 1 | -0/+2 |
| 2021-01-05 | pinctrl: remove empty lines in pinctrl subsystem | Zhaoyu Liu | 1 | -1/+0 |
| 2021-01-04 | pinctrl: at91: convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
| 2020-07-16 | pinctrl: pinctrl-at91: Demote non-kerneldoc header and complete another | Lee Jones | 1 | -1/+5 |
| 2020-06-20 | pinctrl: at91: Make use of for_each_requested_gpio() | Andy Shevchenko | 1 | -5/+2 |
| 2020-02-21 | pinctrl: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
| 2019-11-05 | pinctrl: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-11-03 | pinctrl: at91: Enable slewrate by default on SAM9X60 | Codrin Ciubotariu | 1 | -2/+2 |
| 2019-10-16 | pinctrl: at91: Pass irqchip when adding gpiochip | Linus Walleij | 1 | -25/+22 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434 | Thomas Gleixner | 1 | -2/+1 |
| 2019-02-08 | pinctrl: at91: add slewrate support for SAM9X60 | Claudiu Beznea | 1 | -0/+48 |
| 2019-02-08 | pinctrl: at91: add compatibles for SAM9X60 pin controller | Claudiu Beznea | 1 | -0/+2 |
| 2019-02-08 | pinctrl: at91: add drive strength support for SAM9X60 | Claudiu Beznea | 1 | -0/+52 |
| 2019-02-08 | pinctrl: at91: add option to use drive strength bits | Claudiu Beznea | 1 | -12/+20 |
| 2018-09-14 | pinctrl: Include <linux/gpio/driver.h> nothing else | Linus Walleij | 1 | -2/+2 |
| 2018-09-14 | pinctrl: at91: don't use the same irqchip with multiple gpiochips | Ludovic Desroches | 1 | -14/+14 |
| 2018-08-29 | pinctrl: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -4/+4 |
| 2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -12/+22 |
| 2018-01-03 | pinctrl: at91: Delete an error message for a failed memory allocation in at91... | Markus Elfring | 1 | -3/+1 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2016-10-31 | pinctrl: at91: add support for OUTPUT config | Boris BREZILLON | 1 | -0/+21 |
| 2016-09-12 | pinctrl/at91: Don't provide a default trigger type | Marc Zyngier | 1 | -1/+1 |
| 2016-06-15 | pinctrl: fix incorrect inline keyword in multiple drivers | Arnd Bergmann | 1 | -1/+1 |
| 2016-06-13 | pinctrl: at91: make it explicitly non-modular | Paul Gortmaker | 1 | -11/+0 |
| 2016-05-02 | pinctrl: at91: Merge clk_prepare and clk_enable into clk_prepare_enable | Alexander Stein | 1 | -10/+3 |
| 2016-05-02 | pinctrl: at91: Make at91_gpio_template const | Alexander Stein | 1 | -1/+1 |
| 2016-04-21 | pinctrl: at91: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan | 1 | -11/+2 |
| 2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -16/+12 |
| 2016-01-05 | pinctrl: at91: use gpiochip data pointer | Linus Walleij | 1 | -15/+11 |
| 2015-12-10 | pinctrl: at91: Use platform_register/unregister_drivers() | Thierry Reding | 1 | -7/+7 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-11-02 | Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -24/+2 |
| 2015-10-27 | pinctrl: at91: add missing of_node_put | Julia Lawall | 1 | -1/+4 |
| 2015-10-16 | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski | 1 | -24/+2 |
| 2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
| 2015-08-30 | pinctrl: at91: fix null pointer dereference | David Dueck | 1 | -0/+15 |
| 2015-08-26 | pinctrl: at91: Use generic irq_{request,release}_resources() | Geert Uytterhoeven | 1 | -24/+0 |
| 2015-07-17 | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -1/+1 |
| 2015-07-17 | pinctrl/at91: Use irq_set_handler_locked() | Thomas Gleixner | 1 | -5/+5 |
| 2015-06-10 | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 1 | -2/+2 |
| 2015-05-06 | pinctrl: at91: Add set_multiple GPIO chip feature | Alexander Stein | 1 | -0/+16 |
| 2015-04-14 | Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -32/+28 |
| 2015-04-07 | pinctrl: at91: convert __raw to endian agnostic IO | Ben Dooks | 1 | -25/+25 |
| 2015-03-27 | pinctrl: constify of_device_id array | Fabian Frederick | 1 | -2/+2 |
| 2015-03-18 | pinctrl: at91: move lock/unlock_as_irq calls into request/release | Boris Brezillon | 1 | -10/+7 |
| 2015-03-09 | pinctrl: at91: simplify probe error handling | Baruch Siach | 1 | -5/+1 |
| 2015-01-26 | pinctrl: at91: allow to have disabled gpio bank | Jean-Christophe PLAGNIOL-VILLARD | 1 | -53/+55 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
| 2014-12-14 | Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -2/+2 |
| 2014-12-03 | pinctrl: at91: enhance (debugfs) at91_gpio_dbg_show | Matthieu Crapet | 1 | -6/+7 |
| 2014-10-29 | pinctrl: at91: use own header | Alexandre Belloni | 1 | -3/+1 |
| 2014-10-28 | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq | Alexandre Courbot | 1 | -2/+2 |
| 2014-10-20 | pinctrl: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -2/+0 |
| 2014-10-07 | Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -18/+194 |
| 2014-09-23 | pinctrl: at91: disable PD or PU before enabling PU or PD | Wenyou Yang | 1 | -0/+6 |
| 2014-09-23 | pinctrl: at91: Fix error handling while doing gpiochio_irqchip_add | Pramod Gurav | 1 | -4/+10 |
| 2014-09-23 | pinctrl: at91: Fix failure path in at91_gpio_probe path | Pramod Gurav | 1 | -7/+13 |
| 2014-09-05 | pinctrl: at91: Switch to using managed clk_get | Pramod Gurav | 1 | -4/+2 |
| 2014-09-05 | pinctrl: at91: add drive strength configuration | Marek Roszko | 1 | -1/+161 |
| 2014-09-04 | pinctrl: clean up after enable refactoring | Linus Walleij | 1 | -3/+3 |
| 2014-08-17 | pinctrl: pinctrl-at91.c: fix decimal printf format specifiers prefixed with 0x | Hans Wennborg | 1 | -2/+2 |
| 2014-07-11 | pinctrl: pinctrl-at91.c: Cleaning up values that are never used | Rickard Strandqvist | 1 | -2/+2 |
| 2014-07-11 | pinctrl: pinctrl-at91.c: Cleaning up if unsigned is less than zero | Rickard Strandqvist | 1 | -1/+1 |
| 2014-07-11 | pinctrl: avoid duplicated calling enable_pinmux_setting for a pin | Fan Wu | 1 | -21/+0 |
| 2014-05-27 | pinctrl/at91: Fix lockup when IRQ on PIOC and PIOD occurs | Alexander Stein | 1 | -0/+13 |
| 2014-04-22 | pinctrl/at91: Fix mask creation in at91_gpio_dbg_show | Alexander Stein | 1 | -2/+1 |
| 2014-04-22 | pinctrl/at91: convert driver to use gpiolib irqchip | Alexander Stein | 1 | -105/+30 |
| 2014-02-25 | pinctrl: at91: implement get_direction | Richard Genoud | 1 | -0/+12 |
| 2014-02-10 | pinctrl: at91: use gpiolib API to mark a GPIO used as an IRQ | Jean-Jacques Hiblot | 1 | -0/+27 |
| 2014-02-03 | pinctrl: at91: use locked variant of irq_set_handler | Nicolas Ferre | 1 | -5/+5 |
| 2014-01-21 | Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -13/+35 |
| 2013-12-16 | pinctrl: at91: replace clk_prepare + clk_enable by clk_prepare_enable | Boris BREZILLON | 1 | -4/+2 |
| 2013-12-16 | pinctrl: at91: fix clk_unprepare and clk_disable order | Boris BREZILLON | 1 | -5/+3 |
| 2013-12-13 | pinctrl: at91: implement at91_pinconf_dbg_show | Alexandre Belloni | 1 | -0/+25 |
| 2013-12-12 | pinctrl: at91: initialize config parameter to 0 | Alexandre Belloni | 1 | -1/+2 |
| 2013-12-12 | pinctrl: at91: correct a few typos | Alexandre Belloni | 1 | -3/+3 |
| 2013-12-04 | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 1 | -1/+1 |
| 2013-11-05 | pinctrl: at91: copy define to driver | Linus Walleij | 1 | -0/+1 |
| 2013-10-23 | pinctrl: at91: correct a few typos | Alexandre Belloni | 1 | -4/+4 |
| 2013-10-08 | pinctrl: remove redundant of_match_ptr | Sachin Kamat | 1 | -2/+2 |
| 2013-09-27 | pinctrl: at91: fix sam9x5 debounce/deglitch functions | Boris BREZILLON | 1 | -5/+13 |
| 2013-09-27 | pinctrl: at91: fix typos | Boris BREZILLON | 1 | -3/+3 |
| 2013-08-28 | pinctrl: at91: fix get_pullup/down function return | Boris BREZILLON | 1 | -2/+2 |
| 2013-08-28 | pinctrl: Pass all configs to driver on pin_config_set() | Sherman Yin | 1 | -16/+26 |
| 2013-08-07 | pinctrl: at91: choose appropriate handler for level interrupts | Boris BREZILLON | 1 | -2/+14 |
| 2013-06-16 | drivers/pinctrl: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -6/+1 |
| 2013-05-02 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
| 2013-04-09 | Merge tag 'v3.9-rc5' into next/cleanup | Arnd Bergmann | 1 | -1/+60 |
| 2013-04-03 | Merge tag 'v3.9-rc5' into devel | Linus Walleij | 1 | -1/+60 |
| 2013-03-27 | pinctrl: at91: Fix checkpatch errors | Sachin Kamat | 1 | -8/+9 |
| 2013-03-27 | pinctrl: at91: Remove duplicate const | Sachin Kamat | 1 | -2/+2 |
| 2013-03-26 | arm: Move chained_irq_(enter|exit) to a generic file | Catalin Marinas | 1 | -2/+1 |
| 2013-03-14 | ARM: at91: add gpio suspend/resume support when using pinctrl | Ludovic Desroches | 1 | -1/+60 |
| 2013-03-07 | pinctrl: Declare operation structures as const | Laurent Pinchart | 1 | -3/+3 |
| 2013-01-22 | pinctrl: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -4/+3 |
| 2013-01-03 | Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -19/+18 |
| 2013-01-03 | Drivers: pinctrl: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -19/+18 |
| 2012-12-26 | drivers/pinctrl/pinctrl-at91.c: convert kfree to devm_kfree | Julia Lawall | 1 | -1/+1 |
| 2012-11-21 | Merge branch 'at91' into devel | Linus Walleij | 1 | -1/+125 |
| 2012-11-19 | pinctrl: at91 add deglitch, debounce, pull down and schmitt trigger mux optio... | Jean-Christophe PLAGNIOL-VILLARD | 1 | -0/+111 |
| 2012-11-19 | pinctrl: at91: provide gpio names | Jean-Christophe PLAGNIOL-VILLARD | 1 | -1/+14 |
| 2012-11-11 | pinctrl: Staticize pinconf_ops | Axel Lin | 1 | -1/+1 |
| 2012-11-05 | pinctrl: at91: Staticize non-exported symbols | Axel Lin | 1 | -10/+12 |
| 2012-10-28 | pinctrl/at91: remove unused variable in at91_dt_node_to_map() | Wei Yongjun | 1 | -3/+0 |
| 2012-10-28 | pinctrl/at91: using for_each_set_bit to simplify the code | Wei Yongjun | 1 | -3/+1 |
| 2012-10-28 | pinctrl/at91: remove duplicated include from pinctrl-at91.c | Wei Yongjun | 1 | -1/+0 |
| 2012-10-28 | pinctrl/: at91: fix warnings | Jean-Christophe PLAGNIOL-VILLARD | 1 | -2/+2 |
| 2012-10-24 | gpio/at91: auto request and configure the pio as input when the interrupt is ... | Jean-Christophe PLAGNIOL-VILLARD | 1 | -1/+25 |
| 2012-10-24 | pinctrl: at91: fix typo on PULL_UP | Jean-Christophe PLAGNIOL-VILLARD | 1 | -1/+1 |
| 2012-10-13 | ARM: at91: add pinctrl support | Jean-Christophe PLAGNIOL-VILLARD | 1 | -0/+1490 |