summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-at91.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: Use device_get_match_data()Rob Herring2023-10-301-6/+5
* pinctrl: at91: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko2023-08-211-6/+4
* pinctrl: at91: fix a couple NULL vs IS_ERR() checksDan Carpenter2023-05-241-4/+4
* pinctrl: at91: Remove pioc_index from struct at91_gpio_chipMark Brown2023-03-131-3/+0
* pinctrl: at91: Make the irqchip immutableMark Brown2023-03-131-1/+24
* pinctrl: at91: Utilise temporary variable for struct deviceAndy Shevchenko2023-03-061-34/+26
* pinctrl: at91: Use dev_err_probe() instead of custom messagingAndy Shevchenko2023-03-061-43/+21
* pinctrl: at91: Use of_device_get_match_data()Andy Shevchenko2023-03-061-4/+2
* pinctrl: at91: Don't mix non-devm calls with devm onesAndy Shevchenko2023-03-061-10/+2
* pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)Andy Shevchenko2023-03-061-6/+17
* pinctrl: at91: use devm_kasprintf() to avoid potential leaksClaudiu Beznea2023-02-061-1/+1
* pinctrl: at91: fix deferred probing supportRob Herring2023-01-271-23/+13
* pinctrl: at91: Tag suspend/resume __maybe_unusedLinus Walleij2023-01-271-2/+2
* pinctrl: at91: convert to NOIRQ_SYSTEM_SLEEP_PM_OPSArnd Bergmann2022-12-291-1/+1
* pinctrl: at91: Add missing header(s)Andy Shevchenko2022-10-241-7/+9
* pinctrl: at91: use dev_dbg() instead of printk()Claudiu Beznea2022-09-031-2/+2
* pinctrl: at91: move gpio suspend/resume calls to driver's contextClaudiu Beznea2022-09-031-43/+36
* pinctrl: at91: use kernel-doc style for documentation of at91_gpio_chipClaudiu Beznea2022-09-031-7/+19
* pinctrl: at91: Fix typo 'the the' in commentSlark Xiao2022-07-261-1/+1
* pinctrl: at91: remove #ifdef CONFIG_PMClaudiu Beznea2022-07-181-7/+1
* pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-161-1/+0
* pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-4/+2
* pinctrl: at91: Constify struct at91_pinctrl_mux_opsRikard Falkeborn2021-05-251-7/+7
* ARM: at91: pm: Move prototypes to mutually included headerLee Jones2021-03-261-0/+2
* pinctrl: remove empty lines in pinctrl subsystemZhaoyu Liu2021-01-051-1/+0
* pinctrl: at91: convert comma to semicolonZheng Yongjun2021-01-041-1/+1
* pinctrl: pinctrl-at91: Demote non-kerneldoc header and complete anotherLee Jones2020-07-161-1/+5
* pinctrl: at91: Make use of for_each_requested_gpio()Andy Shevchenko2020-06-201-5/+2
* pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-1/+4
* pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-051-3/+1
* pinctrl: at91: Enable slewrate by default on SAM9X60Codrin Ciubotariu2019-11-031-2/+2
* pinctrl: at91: Pass irqchip when adding gpiochipLinus Walleij2019-10-161-25/+22
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434Thomas Gleixner2019-06-051-2/+1
* pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea2019-02-081-0/+48
* pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea2019-02-081-0/+2
* pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea2019-02-081-0/+52
* pinctrl: at91: add option to use drive strength bitsClaudiu Beznea2019-02-081-12/+20
* pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-2/+2
* pinctrl: at91: don't use the same irqchip with multiple gpiochipsLudovic Desroches2018-09-141-14/+14
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-4/+4
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-12/+22
* pinctrl: at91: Delete an error message for a failed memory allocation in at91...Markus Elfring2018-01-031-3/+1
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* pinctrl: at91: add support for OUTPUT configBoris BREZILLON2016-10-311-0/+21
* pinctrl/at91: Don't provide a default trigger typeMarc Zyngier2016-09-121-1/+1
* pinctrl: fix incorrect inline keyword in multiple driversArnd Bergmann2016-06-151-1/+1
* pinctrl: at91: make it explicitly non-modularPaul Gortmaker2016-06-131-11/+0
* pinctrl: at91: Merge clk_prepare and clk_enable into clk_prepare_enableAlexander Stein2016-05-021-10/+3
* pinctrl: at91: Make at91_gpio_template constAlexander Stein2016-05-021-1/+1
* pinctrl: at91: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-11/+2