aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-04pinctrl: tegra: drop the wrapper around pinctrl_gpio_request()Bartosz Golaszewski1-6/+1
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski1-1/+1
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski1-1/+1
2023-11-04treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski1-1/+1
2023-11-04treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski1-1/+1
2023-11-04gpio: tegra: use new pinctrl GPIO helpersBartosz Golaszewski1-4/+4
2023-07-19gpio: Explicitly include correct DT includesRob Herring1-1/+1
2022-10-20gpio: tegra: Convert to immutable irq chipSvyatoslav Ryhel1-16/+44
2022-07-10gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier1-9/+6
2022-01-24gpio: tegra: Get rid of duplicate of_node assignmentAndy Shevchenko1-1/+0
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+4
2021-02-15gpio: tegra: Fix irq_set_affinityDmitry Osipenko1-1/+2
2021-02-15gpio: tegra: Support building driver as a loadable moduleDmitry Osipenko1-6/+9
2021-02-15gpio: tegra: Clean up whitespaces in tegra_gpio_driverDmitry Osipenko1-4/+4
2021-02-15gpio: tegra: Use debugfs_create_devm_seqfile()Dmitry Osipenko1-5/+3
2021-02-15gpio: tegra: Improve formatting of the codeDmitry Osipenko1-5/+10
2021-02-15gpio: tegra: Fix wake interruptDmitry Osipenko1-3/+13
2021-02-15gpio: tegra: Convert to gpio_irq_chipThierry Reding1-72/+146
2020-11-06gpio: tegra: Use raw_spinlockDmitry Osipenko1-5/+13
2020-11-06gpio: tegra: Add lockdep classDmitry Osipenko1-0/+4
2020-04-28gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren1-0/+1
2019-12-20gpio: tegra: Use NOIRQ phase for suspend/resumeDmitry Osipenko1-8/+2
2019-12-20gpio: tegra: Properly handle irq_set_irq_wake() errorDmitry Osipenko1-1/+6
2019-12-20gpio: tegra: Use generic readl_relaxed/writel_relaxed accessorsDmitry Osipenko1-2/+2
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-08-05gpio: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-2/+2
2019-07-06Revert "gpio: tegra: Clean-up debugfs initialisation"Linus Walleij1-3/+15
2019-06-27gpio: tegra: Clean-up debugfs initialisationJon Hunter1-15/+3
2019-06-27gpio: tegra: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-04-05drivers: gpio: tegra: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2019-02-19gpio: tegra: Fix offset of pinctrl callsLinus Walleij1-4/+21
2018-11-05gpio: gpio-tegra: simplify getting .driver_dataWolfram Sang1-4/+2
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-18/+10
2018-08-10gpio: tegra: Include the right headerLinus Walleij1-2/+2
2018-08-03gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko1-1/+1
2018-07-29gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner1-9/+0
2018-07-29gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko1-7/+8
2018-02-22gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macroAxel Lin1-13/+3
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn1-1/+3
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2017-08-14gpio: tegra: Use unsigned int where possibleThierry Reding1-32/+24
2017-08-14gpio: tegra: Fix checkpatch warningsThierry Reding1-12/+20
2017-08-14gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding1-2/+2
2017-08-14gpio: tegra: Remove unnecessary checkThierry Reding1-9/+2
2017-08-14gpio: tegra: Use platform_get_irq()Thierry Reding1-5/+5
2017-08-14gpio: tegra: Use platform_irq_count()Thierry Reding1-7/+6
2017-08-14gpio: tegra: remove gpio_to_irq() from hw irq handlersGrygorii Strashko1-1/+2
2017-08-02gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław1-3/+3
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-1/+13
2016-06-22gpio: tegra: Make lockdep class file-scopedThierry Reding1-2/+7
2016-04-30gpio: tegra: Implement gpio_get_direction callbackLaxman Dewangan1-0/+16
2016-04-29gpio: tegra: Add support for gpio debounceLaxman Dewangan1-1/+68
2016-04-29gpio: tegra: Get rid of all file scoped global variablesLaxman Dewangan1-152/+198
2016-04-29gpio: tegra: Make of_device_id compatible data to constantLaxman Dewangan1-2/+2
2016-04-29gpio: tegra: Don't open code of_device_get_match_data()Laxman Dewangan1-26/+24
2016-02-23gpio: tegra: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-1/+1
2016-01-05gpio: convert remaining users to gpiochip_add_data()Linus Walleij1-1/+1
2015-11-17gpio-tegra: Do not create the debugfs entry by defaultSuzuki K. Poulose1-49/+56
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-28gpio: kill off set_irq_flags usageRob Herring1-1/+0
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-3/+1
2015-07-14gpio/gpio-tegra: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+1
2015-06-18gpio: gpio-tegra: Fix race in installing chained IRQ handlerRussell King1-2/+2
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-2/+2
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-09gpio: tegra: Make of_device_id array constJingoo Han1-1/+1
2014-05-09gpio: tegra: remove unnecessary OOM messagesJingoo Han1-3/+1
2013-12-11gpio: tegra: add missing error handling to probeStephen Warren1-1/+6
2013-10-17gpio: tegra: use new gpio_lock_as_irq() APIStephen Warren1-0/+18
2013-05-18drivers/gpio: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-6/+5
2013-04-28Merge branch 'gic/cleanup' into next/socOlof Johansson1-2/+1
2013-04-03gpio: tegra: add gpio wakeup source handlingJoseph Lo1-2/+19
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-2/+1
2013-03-04gpio/tegra: assume CONFIG_OFStephen Warren1-6/+5
2013-01-22gpio: Convert to devm_ioremap_resource()Thierry Reding1-5/+4
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2012-11-28gpio: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-17gpio: tegra: read output value when gpio is set in direction_outLaxman Dewangan1-0/+5
2012-11-08gpio: tegra: Drop exporting static functionsAxel Lin1-2/+0
2012-11-08gpio: tegra: Staticize non-exported symbolsAxel Lin1-2/+2
2012-11-08gpio: tegra: fix suspend/resume apisLaxman Dewangan1-5/+13
2012-10-26gpio/tegra: convert to use linear irqdomainLinus Walleij1-9/+5
2012-09-06gpio: tegra: remove useless includes of <mach/*.h>Stephen Warren1-3/+0
2012-04-18gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren1-18/+18
2012-04-18gpio: tegra: configure pins during irq_set_typeStephen Warren1-0/+3
2012-04-04gpio: tegra: Iterate over the correct number of banksStephen Warren1-2/+2
2012-04-04gpio: tegra: fix register address calculations for Tegra30Stephen Warren1-13/+42
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+3
2012-03-19gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren1-1/+1
2012-03-12ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann1-0/+2
2012-02-26gpio: tegra: Fix build issue due to irq_domain rework.Stephen Warren1-8/+6
2012-02-06gpio: tegra: Parameterize the number of banksStephen Warren1-9/+33
2012-02-06gpio: tegra: Dynamically allocate IRQ base, and support DTStephen Warren1-7/+18
2012-01-02drivers/gpio/gpio-tegra.c: use devm_request_and_ioremapJulia Lawall1-8/+1
2011-10-31Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann1-7/+16
2011-10-13gpio/tegra: Convert to a platform deviceStephen Warren1-48/+95
2011-09-27ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>Stephen Warren1-0/+1
2011-08-24ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irqStephen Warren1-1/+5
2011-08-24ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpioStephen Warren1-6/+10
2011-07-05gpio/tegra: Use engineering names in DT compatible propertyStephen Warren1-1/+1
2011-06-15gpio/tegra: add devicetree supportGrant Likely1-0/+10
2011-06-15gpio/tegra: Move Tegra gpio driver to drivers/gpioGrant Likely1-0/+431