aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-at91.c
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434Thomas Gleixner
2019-02-08pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea
2019-02-08pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea
2019-02-08pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea
2019-02-08pinctrl: at91: add option to use drive strength bitsClaudiu Beznea
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij
2018-09-14pinctrl: at91: don't use the same irqchip with multiple gpiochipsLudovic Desroches
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-01-03pinctrl: at91: Delete an error message for a failed memory allocation in at91...Markus Elfring
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2016-10-31pinctrl: at91: add support for OUTPUT configBoris BREZILLON
2016-09-12pinctrl/at91: Don't provide a default trigger typeMarc Zyngier
2016-06-15pinctrl: fix incorrect inline keyword in multiple driversArnd Bergmann
2016-06-13pinctrl: at91: make it explicitly non-modularPaul Gortmaker
2016-05-02pinctrl: at91: Merge clk_prepare and clk_enable into clk_prepare_enableAlexander Stein
2016-05-02pinctrl: at91: Make at91_gpio_template constAlexander Stein
2016-04-21pinctrl: at91: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-01-05pinctrl: at91: use gpiochip data pointerLinus Walleij
2015-12-10pinctrl: at91: Use platform_register/unregister_drivers()Thierry Reding
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-11-02Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-10-27pinctrl: at91: add missing of_node_putJulia Lawall
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-08-30pinctrl: at91: fix null pointer dereferenceDavid Dueck
2015-08-26pinctrl: at91: Use generic irq_{request,release}_resources()Geert Uytterhoeven
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-17pinctrl/at91: Use irq_set_handler_locked()Thomas Gleixner
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada
2015-05-06pinctrl: at91: Add set_multiple GPIO chip featureAlexander Stein
2015-04-14Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2015-04-07pinctrl: at91: convert __raw to endian agnostic IOBen Dooks
2015-03-27pinctrl: constify of_device_id arrayFabian Frederick
2015-03-18pinctrl: at91: move lock/unlock_as_irq calls into request/releaseBoris Brezillon
2015-03-09pinctrl: at91: simplify probe error handlingBaruch Siach
2015-01-26pinctrl: at91: allow to have disabled gpio bankJean-Christophe PLAGNIOL-VILLARD
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-12-03pinctrl: at91: enhance (debugfs) at91_gpio_dbg_showMatthieu Crapet
2014-10-29pinctrl: at91: use own headerAlexandre Belloni
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot
2014-10-20pinctrl: drop owner assignment from platform_driversWolfram Sang
2014-10-07Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-09-23pinctrl: at91: disable PD or PU before enabling PU or PDWenyou Yang
2014-09-23pinctrl: at91: Fix error handling while doing gpiochio_irqchip_addPramod Gurav
2014-09-23pinctrl: at91: Fix failure path in at91_gpio_probe pathPramod Gurav
2014-09-05pinctrl: at91: Switch to using managed clk_getPramod Gurav
2014-09-05pinctrl: at91: add drive strength configurationMarek Roszko