aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-05gpio: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-2/+2
2019-07-06Revert "gpio: tegra: Clean-up debugfs initialisation"Gravatar Linus Walleij 1-3/+15
2019-06-27gpio: tegra: Clean-up debugfs initialisationGravatar Jon Hunter 1-15/+3
2019-06-27gpio: tegra: No need to cast away return value of debugfs_create_file()Gravatar Greg Kroah-Hartman 1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2019-04-05drivers: gpio: tegra: use devm_platform_ioremap_resource()Gravatar Enrico Weigelt, metux IT consult 1-3/+1
2019-02-19gpio: tegra: Fix offset of pinctrl callsGravatar Linus Walleij 1-4/+21
2018-11-05gpio: gpio-tegra: simplify getting .driver_dataGravatar Wolfram Sang 1-4/+2
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-18/+10
2018-08-10gpio: tegra: Include the right headerGravatar Linus Walleij 1-2/+2
2018-08-03gpio: tegra: Move driver registration to subsys_init levelGravatar Dmitry Osipenko 1-1/+1
2018-07-29gpio: tegra: drop tegra specific GPIO lockdep classesGravatar Stefan Agner 1-9/+0
2018-07-29gpio: tegra: Fix tegra_gpio_irq_set_type()Gravatar Dmitry Osipenko 1-7/+8
2018-02-22gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macroGravatar Axel Lin 1-13/+3
2017-12-28kernel/irq: Extend lockdep class for request mutexGravatar Andrew Lunn 1-1/+3
2017-09-22pinctrl/gpio: Unify namespace for cross-callsGravatar Linus Walleij 1-2/+2
2017-08-14gpio: tegra: Use unsigned int where possibleGravatar Thierry Reding 1-32/+24
2017-08-14gpio: tegra: Fix checkpatch warningsGravatar Thierry Reding 1-12/+20
2017-08-14gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesGravatar Thierry Reding 1-2/+2
2017-08-14gpio: tegra: Remove unnecessary checkGravatar Thierry Reding 1-9/+2
2017-08-14gpio: tegra: Use platform_get_irq()Gravatar Thierry Reding 1-5/+5
2017-08-14gpio: tegra: Use platform_irq_count()Gravatar Thierry Reding 1-7/+6
2017-08-14gpio: tegra: remove gpio_to_irq() from hw irq handlersGravatar Grygorii Strashko 1-1/+2
2017-08-02gpio: tegra: fix unbalanced chained_irq_enter/exitGravatar Michał Mirosław 1-3/+3
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsGravatar Mika Westerberg 1-1/+13
2016-06-22gpio: tegra: Make lockdep class file-scopedGravatar Thierry Reding 1-2/+7
2016-04-30gpio: tegra: Implement gpio_get_direction callbackGravatar Laxman Dewangan 1-0/+16
2016-04-29gpio: tegra: Add support for gpio debounceGravatar Laxman Dewangan 1-1/+68
2016-04-29gpio: tegra: Get rid of all file scoped global variablesGravatar Laxman Dewangan 1-152/+198
2016-04-29gpio: tegra: Make of_device_id compatible data to constantGravatar Laxman Dewangan 1-2/+2
2016-04-29gpio: tegra: Don't open code of_device_get_match_data()Gravatar Laxman Dewangan 1-26/+24
2016-02-23gpio: tegra: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-1/+1
2016-01-05gpio: convert remaining users to gpiochip_add_data()Gravatar Linus Walleij 1-1/+1
2015-11-17gpio-tegra: Do not create the debugfs entry by defaultGravatar Suzuki K. Poulose 1-49/+56
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-1/+1
2015-07-28gpio: kill off set_irq_flags usageGravatar Rob Herring 1-1/+0
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 1-3/+1
2015-07-14gpio/gpio-tegra: Use irq_set_handler_locked()Gravatar Thomas Gleixner 1-2/+2
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+1
2015-06-18gpio: gpio-tegra: Fix race in installing chained IRQ handlerGravatar Russell King 1-2/+2
2015-05-19Drivers: gpio: Fix spelling errorsGravatar Colin Cronin 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqGravatar Alexandre Courbot 1-2/+2
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-09gpio: tegra: Make of_device_id array constGravatar Jingoo Han 1-1/+1
2014-05-09gpio: tegra: remove unnecessary OOM messagesGravatar Jingoo Han 1-3/+1
2013-12-11gpio: tegra: add missing error handling to probeGravatar Stephen Warren 1-1/+6
2013-10-17gpio: tegra: use new gpio_lock_as_irq() APIGravatar Stephen Warren 1-0/+18
2013-05-18drivers/gpio: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-5/+0