summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-at91.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434Thomas Gleixner2019-06-051-2/+1Star
* 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-131-12/+22
* pinctrl: at91: Delete an error message for a failed memory allocation in at91...Markus Elfring2018-01-031-3/+1Star
* 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/+0Star
* pinctrl: at91: Merge clk_prepare and clk_enable into clk_prepare_enableAlexander Stein2016-05-021-10/+3Star
* 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/+2Star
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-16/+12Star
|\
| * pinctrl: at91: use gpiochip data pointerLinus Walleij2016-01-051-15/+11Star
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | pinctrl: at91: Use platform_register/unregister_drivers()Thierry Reding2015-12-101-7/+7
|/
* Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-11-021-24/+2Star
|\
| * pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-24/+2Star
* | pinctrl: at91: add missing of_node_putJulia Lawall2015-10-271-1/+4
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* pinctrl: at91: fix null pointer dereferenceDavid Dueck2015-08-301-0/+15
* pinctrl: at91: Use generic irq_{request,release}_resources()Geert Uytterhoeven2015-08-261-24/+0Star
* pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-171-1/+1
* pinctrl/at91: Use irq_set_handler_locked()Thomas Gleixner2015-07-171-5/+5
* pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2
* pinctrl: at91: Add set_multiple GPIO chip featureAlexander Stein2015-05-061-0/+16
* Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-04-151-32/+28Star
|\
| * pinctrl: at91: convert __raw to endian agnostic IOBen Dooks2015-04-071-25/+25
| * pinctrl: constify of_device_id arrayFabian Frederick2015-03-271-2/+2
| * pinctrl: at91: simplify probe error handlingBaruch Siach2015-03-091-5/+1Star
* | pinctrl: at91: move lock/unlock_as_irq calls into request/releaseBoris Brezillon2015-03-181-10/+7Star
|/
* pinctrl: at91: allow to have disabled gpio bankJean-Christophe PLAGNIOL-VILLARD2015-01-261-53/+55
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-2/+0Star
|\
| * pinctrl: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0Star
* | Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-12-141-2/+2
|\ \
| * | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-2/+2
| |/
* | pinctrl: at91: enhance (debugfs) at91_gpio_dbg_showMatthieu Crapet2014-12-031-6/+7
* | pinctrl: at91: use own headerAlexandre Belloni2014-10-291-3/+1Star
|/
* Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-081-18/+194
|\
| * pinctrl: at91: disable PD or PU before enabling PU or PDWenyou Yang2014-09-231-0/+6
| * pinctrl: at91: Fix error handling while doing gpiochio_irqchip_addPramod Gurav2014-09-231-4/+10
| * pinctrl: at91: Fix failure path in at91_gpio_probe pathPramod Gurav2014-09-231-7/+13
| * pinctrl: at91: Switch to using managed clk_getPramod Gurav2014-09-051-4/+2Star
| * pinctrl: at91: add drive strength configurationMarek Roszko2014-09-051-1/+161