aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-at91.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30pinctrl: Use device_get_match_data()Gravatar Rob Herring 1-6/+5
2023-08-21pinctrl: at91: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperGravatar Andy Shevchenko 1-6/+4
2023-05-24pinctrl: at91: fix a couple NULL vs IS_ERR() checksGravatar Dan Carpenter 1-4/+4
2023-03-13pinctrl: at91: Remove pioc_index from struct at91_gpio_chipGravatar Mark Brown 1-3/+0
2023-03-13pinctrl: at91: Make the irqchip immutableGravatar Mark Brown 1-1/+24
2023-03-06pinctrl: at91: Utilise temporary variable for struct deviceGravatar Andy Shevchenko 1-34/+26
2023-03-06pinctrl: at91: Use dev_err_probe() instead of custom messagingGravatar Andy Shevchenko 1-43/+21
2023-03-06pinctrl: at91: Use of_device_get_match_data()Gravatar Andy Shevchenko 1-4/+2
2023-03-06pinctrl: at91: Don't mix non-devm calls with devm onesGravatar Andy Shevchenko 1-10/+2
2023-03-06pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)Gravatar Andy Shevchenko 1-6/+17
2023-02-06pinctrl: at91: use devm_kasprintf() to avoid potential leaksGravatar Claudiu Beznea 1-1/+1
2023-01-27pinctrl: at91: fix deferred probing supportGravatar Rob Herring 1-23/+13
2023-01-27pinctrl: at91: Tag suspend/resume __maybe_unusedGravatar Linus Walleij 1-2/+2
2022-12-29pinctrl: at91: convert to NOIRQ_SYSTEM_SLEEP_PM_OPSGravatar Arnd Bergmann 1-1/+1
2022-10-24pinctrl: at91: Add missing header(s)Gravatar Andy Shevchenko 1-7/+9
2022-09-03pinctrl: at91: use dev_dbg() instead of printk()Gravatar Claudiu Beznea 1-2/+2
2022-09-03pinctrl: at91: move gpio suspend/resume calls to driver's contextGravatar Claudiu Beznea 1-43/+36
2022-09-03pinctrl: at91: use kernel-doc style for documentation of at91_gpio_chipGravatar Claudiu Beznea 1-7/+19
2022-07-26pinctrl: at91: Fix typo 'the the' in commentGravatar Slark Xiao 1-1/+1
2022-07-18pinctrl: at91: remove #ifdef CONFIG_PMGravatar Claudiu Beznea 1-7/+1
2021-12-16pinctrl: Get rid of duplicate of_node assignment in the driversGravatar Andy Shevchenko 1-1/+0
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 1-4/+2
2021-05-25pinctrl: at91: Constify struct at91_pinctrl_mux_opsGravatar Rikard Falkeborn 1-7/+7
2021-03-26ARM: at91: pm: Move prototypes to mutually included headerGravatar Lee Jones 1-0/+2
2021-01-05pinctrl: remove empty lines in pinctrl subsystemGravatar Zhaoyu Liu 1-1/+0
2021-01-04pinctrl: at91: convert comma to semicolonGravatar Zheng Yongjun 1-1/+1
2020-07-16pinctrl: pinctrl-at91: Demote non-kerneldoc header and complete anotherGravatar Lee Jones 1-1/+5
2020-06-20pinctrl: at91: Make use of for_each_requested_gpio()Gravatar Andy Shevchenko 1-5/+2
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONGravatar Matti Vaittinen 1-1/+4
2019-11-05pinctrl: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-11-03pinctrl: at91: Enable slewrate by default on SAM9X60Gravatar Codrin Ciubotariu 1-2/+2
2019-10-16pinctrl: at91: Pass irqchip when adding gpiochipGravatar Linus Walleij 1-25/+22
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434Gravatar Thomas Gleixner 1-2/+1
2019-02-08pinctrl: at91: add slewrate support for SAM9X60Gravatar Claudiu Beznea 1-0/+48
2019-02-08pinctrl: at91: add compatibles for SAM9X60 pin controllerGravatar Claudiu Beznea 1-0/+2
2019-02-08pinctrl: at91: add drive strength support for SAM9X60Gravatar Claudiu Beznea 1-0/+52
2019-02-08pinctrl: at91: add option to use drive strength bitsGravatar Claudiu Beznea 1-12/+20
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseGravatar Linus Walleij 1-2/+2
2018-09-14pinctrl: at91: don't use the same irqchip with multiple gpiochipsGravatar Ludovic Desroches 1-14/+14
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-4/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-12/+22
2018-01-03pinctrl: at91: Delete an error message for a failed memory allocation in at91...Gravatar Markus Elfring 1-3/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 1-1/+1
2016-10-31pinctrl: at91: add support for OUTPUT configGravatar Boris BREZILLON 1-0/+21
2016-09-12pinctrl/at91: Don't provide a default trigger typeGravatar Marc Zyngier 1-1/+1
2016-06-15pinctrl: fix incorrect inline keyword in multiple driversGravatar Arnd Bergmann 1-1/+1
2016-06-13pinctrl: at91: make it explicitly non-modularGravatar Paul Gortmaker 1-11/+0
2016-05-02pinctrl: at91: Merge clk_prepare and clk_enable into clk_prepare_enableGravatar Alexander Stein 1-10/+3
2016-05-02pinctrl: at91: Make at91_gpio_template constGravatar Alexander Stein 1-1/+1
2016-04-21pinctrl: at91: Use devm_pinctrl_register() for pinctrl registrationGravatar Laxman Dewangan 1-11/+2