aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-at91.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30pinctrl: Use device_get_match_data()Rob Herring1-6/+5
2023-08-21pinctrl: at91: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko1-6/+4
2023-05-24pinctrl: at91: fix a couple NULL vs IS_ERR() checksDan Carpenter1-4/+4
2023-03-13pinctrl: at91: Remove pioc_index from struct at91_gpio_chipMark Brown1-3/+0
2023-03-13pinctrl: at91: Make the irqchip immutableMark Brown1-1/+24
2023-03-06pinctrl: at91: Utilise temporary variable for struct deviceAndy Shevchenko1-34/+26
2023-03-06pinctrl: at91: Use dev_err_probe() instead of custom messagingAndy Shevchenko1-43/+21
2023-03-06pinctrl: at91: Use of_device_get_match_data()Andy Shevchenko1-4/+2
2023-03-06pinctrl: at91: Don't mix non-devm calls with devm onesAndy Shevchenko1-10/+2
2023-03-06pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)Andy Shevchenko1-6/+17
2023-02-06pinctrl: at91: use devm_kasprintf() to avoid potential leaksClaudiu Beznea1-1/+1
2023-01-27pinctrl: at91: fix deferred probing supportRob Herring1-23/+13
2023-01-27pinctrl: at91: Tag suspend/resume __maybe_unusedLinus Walleij1-2/+2
2022-12-29pinctrl: at91: convert to NOIRQ_SYSTEM_SLEEP_PM_OPSArnd Bergmann1-1/+1
2022-10-24pinctrl: at91: Add missing header(s)Andy Shevchenko1-7/+9
2022-09-03pinctrl: at91: use dev_dbg() instead of printk()Claudiu Beznea1-2/+2
2022-09-03pinctrl: at91: move gpio suspend/resume calls to driver's contextClaudiu Beznea1-43/+36
2022-09-03pinctrl: at91: use kernel-doc style for documentation of at91_gpio_chipClaudiu Beznea1-7/+19
2022-07-26pinctrl: at91: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-18pinctrl: at91: remove #ifdef CONFIG_PMClaudiu Beznea1-7/+1
2021-12-16pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko1-1/+0
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-4/+2
2021-05-25pinctrl: at91: Constify struct at91_pinctrl_mux_opsRikard Falkeborn1-7/+7
2021-03-26ARM: at91: pm: Move prototypes to mutually included headerLee Jones1-0/+2
2021-01-05pinctrl: remove empty lines in pinctrl subsystemZhaoyu Liu1-1/+0
2021-01-04pinctrl: at91: convert comma to semicolonZheng Yongjun1-1/+1
2020-07-16pinctrl: pinctrl-at91: Demote non-kerneldoc header and complete anotherLee Jones1-1/+5
2020-06-20pinctrl: at91: Make use of for_each_requested_gpio()Andy Shevchenko1-5/+2
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-11-05pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-11-03pinctrl: at91: Enable slewrate by default on SAM9X60Codrin Ciubotariu1-2/+2
2019-10-16pinctrl: at91: Pass irqchip when adding gpiochipLinus Walleij1-25/+22
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434Thomas Gleixner1-2/+1
2019-02-08pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea1-0/+48
2019-02-08pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea1-0/+2
2019-02-08pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea1-0/+52
2019-02-08pinctrl: at91: add option to use drive strength bitsClaudiu Beznea1-12/+20
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij1-2/+2
2018-09-14pinctrl: at91: don't use the same irqchip with multiple gpiochipsLudovic Desroches1-14/+14
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-12/+22
2018-01-03pinctrl: at91: Delete an error message for a failed memory allocation in at91...Markus Elfring1-3/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2016-10-31pinctrl: at91: add support for OUTPUT configBoris BREZILLON1-0/+21
2016-09-12pinctrl/at91: Don't provide a default trigger typeMarc Zyngier1-1/+1
2016-06-15pinctrl: fix incorrect inline keyword in multiple driversArnd Bergmann1-1/+1
2016-06-13pinctrl: at91: make it explicitly non-modularPaul Gortmaker1-11/+0
2016-05-02pinctrl: at91: Merge clk_prepare and clk_enable into clk_prepare_enableAlexander Stein1-10/+3
2016-05-02pinctrl: at91: Make at91_gpio_template constAlexander Stein1-1/+1
2016-04-21pinctrl: at91: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-11/+2
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-16/+12
2016-01-05pinctrl: at91: use gpiochip data pointerLinus Walleij1-15/+11
2015-12-10pinctrl: at91: Use platform_register/unregister_drivers()Thierry Reding1-7/+7
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-11-02Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-24/+2
2015-10-27pinctrl: at91: add missing of_node_putJulia Lawall1-1/+4
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-24/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-30pinctrl: at91: fix null pointer dereferenceDavid Dueck1-0/+15
2015-08-26pinctrl: at91: Use generic irq_{request,release}_resources()Geert Uytterhoeven1-24/+0
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-07-17pinctrl/at91: Use irq_set_handler_locked()Thomas Gleixner1-5/+5
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-05-06pinctrl: at91: Add set_multiple GPIO chip featureAlexander Stein1-0/+16
2015-04-14Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-32/+28
2015-04-07pinctrl: at91: convert __raw to endian agnostic IOBen Dooks1-25/+25
2015-03-27pinctrl: constify of_device_id arrayFabian Frederick1-2/+2
2015-03-18pinctrl: at91: move lock/unlock_as_irq calls into request/releaseBoris Brezillon1-10/+7
2015-03-09pinctrl: at91: simplify probe error handlingBaruch Siach1-5/+1
2015-01-26pinctrl: at91: allow to have disabled gpio bankJean-Christophe PLAGNIOL-VILLARD1-53/+55
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-2/+2
2014-12-03pinctrl: at91: enhance (debugfs) at91_gpio_dbg_showMatthieu Crapet1-6/+7
2014-10-29pinctrl: at91: use own headerAlexandre Belloni1-3/+1
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-2/+2
2014-10-20pinctrl: drop owner assignment from platform_driversWolfram Sang1-2/+0
2014-10-07Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-18/+194
2014-09-23pinctrl: at91: disable PD or PU before enabling PU or PDWenyou Yang1-0/+6
2014-09-23pinctrl: at91: Fix error handling while doing gpiochio_irqchip_addPramod Gurav1-4/+10
2014-09-23pinctrl: at91: Fix failure path in at91_gpio_probe pathPramod Gurav1-7/+13
2014-09-05pinctrl: at91: Switch to using managed clk_getPramod Gurav1-4/+2
2014-09-05pinctrl: at91: add drive strength configurationMarek Roszko1-1/+161
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-3/+3
2014-08-17pinctrl: pinctrl-at91.c: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-2/+2
2014-07-11pinctrl: pinctrl-at91.c: Cleaning up values that are never usedRickard Strandqvist1-2/+2
2014-07-11pinctrl: pinctrl-at91.c: Cleaning up if unsigned is less than zeroRickard Strandqvist1-1/+1
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu1-21/+0
2014-05-27pinctrl/at91: Fix lockup when IRQ on PIOC and PIOD occursAlexander Stein1-0/+13
2014-04-22pinctrl/at91: Fix mask creation in at91_gpio_dbg_showAlexander Stein1-2/+1
2014-04-22pinctrl/at91: convert driver to use gpiolib irqchipAlexander Stein1-105/+30
2014-02-25pinctrl: at91: implement get_directionRichard Genoud1-0/+12
2014-02-10pinctrl: at91: use gpiolib API to mark a GPIO used as an IRQJean-Jacques Hiblot1-0/+27
2014-02-03pinctrl: at91: use locked variant of irq_set_handlerNicolas Ferre1-5/+5
2014-01-21Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+35
2013-12-16pinctrl: at91: replace clk_prepare + clk_enable by clk_prepare_enableBoris BREZILLON1-4/+2
2013-12-16pinctrl: at91: fix clk_unprepare and clk_disable orderBoris BREZILLON1-5/+3
2013-12-13pinctrl: at91: implement at91_pinconf_dbg_showAlexandre Belloni1-0/+25
2013-12-12pinctrl: at91: initialize config parameter to 0Alexandre Belloni1-1/+2
2013-12-12pinctrl: at91: correct a few typosAlexandre Belloni1-3/+3
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-11-05pinctrl: at91: copy define to driverLinus Walleij1-0/+1
2013-10-23pinctrl: at91: correct a few typosAlexandre Belloni1-4/+4
2013-10-08pinctrl: remove redundant of_match_ptrSachin Kamat1-2/+2
2013-09-27pinctrl: at91: fix sam9x5 debounce/deglitch functionsBoris BREZILLON1-5/+13
2013-09-27pinctrl: at91: fix typosBoris BREZILLON1-3/+3
2013-08-28pinctrl: at91: fix get_pullup/down function returnBoris BREZILLON1-2/+2
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin1-19/+29
2013-08-07pinctrl: at91: choose appropriate handler for level interruptsBoris BREZILLON1-2/+14
2013-06-16drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+1
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2013-04-09Merge tag 'v3.9-rc5' into next/cleanupArnd Bergmann1-1/+60
2013-04-03Merge tag 'v3.9-rc5' into develLinus Walleij1-1/+60
2013-03-27pinctrl: at91: Fix checkpatch errorsSachin Kamat1-8/+9
2013-03-27pinctrl: at91: Remove duplicate constSachin Kamat1-2/+2
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-2/+1
2013-03-14ARM: at91: add gpio suspend/resume support when using pinctrlLudovic Desroches1-1/+60
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart1-3/+3
2013-01-22pinctrl: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2013-01-03Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-19/+18
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman1-19/+18
2012-12-26drivers/pinctrl/pinctrl-at91.c: convert kfree to devm_kfreeJulia Lawall1-1/+1
2012-11-21Merge branch 'at91' into develLinus Walleij1-1/+125
2012-11-19pinctrl: at91 add deglitch, debounce, pull down and schmitt trigger mux optio...Jean-Christophe PLAGNIOL-VILLARD1-0/+111
2012-11-19pinctrl: at91: provide gpio namesJean-Christophe PLAGNIOL-VILLARD1-1/+14
2012-11-11pinctrl: Staticize pinconf_opsAxel Lin1-1/+1
2012-11-05pinctrl: at91: Staticize non-exported symbolsAxel Lin1-10/+12
2012-10-28pinctrl/at91: remove unused variable in at91_dt_node_to_map()Wei Yongjun1-3/+0
2012-10-28pinctrl/at91: using for_each_set_bit to simplify the codeWei Yongjun1-3/+1
2012-10-28pinctrl/at91: remove duplicated include from pinctrl-at91.cWei Yongjun1-1/+0
2012-10-28pinctrl/: at91: fix warningsJean-Christophe PLAGNIOL-VILLARD1-2/+2
2012-10-24gpio/at91: auto request and configure the pio as input when the interrupt is ...Jean-Christophe PLAGNIOL-VILLARD1-1/+25
2012-10-24pinctrl: at91: fix typo on PULL_UPJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-10-13ARM: at91: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD1-0/+1490