summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tegra.c
AgeCommit message (Expand)Author
2017-08-14gpio: tegra: Use unsigned int where possibleThierry Reding
2017-08-14gpio: tegra: Fix checkpatch warningsThierry Reding
2017-08-14gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding
2017-08-14gpio: tegra: Remove unnecessary checkThierry Reding
2017-08-14gpio: tegra: Use platform_get_irq()Thierry Reding
2017-08-14gpio: tegra: Use platform_irq_count()Thierry Reding
2017-08-14gpio: tegra: remove gpio_to_irq() from hw irq handlersGrygorii Strashko
2017-08-02gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2016-06-22gpio: tegra: Make lockdep class file-scopedThierry Reding
2016-04-30gpio: tegra: Implement gpio_get_direction callbackLaxman Dewangan
2016-04-29gpio: tegra: Add support for gpio debounceLaxman Dewangan
2016-04-29gpio: tegra: Get rid of all file scoped global variablesLaxman Dewangan
2016-04-29gpio: tegra: Make of_device_id compatible data to constantLaxman Dewangan
2016-04-29gpio: tegra: Don't open code of_device_get_match_data()Laxman Dewangan
2016-02-23gpio: tegra: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: convert remaining users to gpiochip_add_data()Linus Walleij
2015-11-17gpio-tegra: Do not create the debugfs entry by defaultSuzuki K. Poulose
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-28gpio: kill off set_irq_flags usageRob Herring
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-14gpio/gpio-tegra: Use irq_set_handler_locked()Thomas Gleixner
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-06-18gpio: gpio-tegra: Fix race in installing chained IRQ handlerRussell King
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang
2014-05-09gpio: tegra: Make of_device_id array constJingoo Han
2014-05-09gpio: tegra: remove unnecessary OOM messagesJingoo Han
2013-12-11gpio: tegra: add missing error handling to probeStephen Warren
2013-10-17gpio: tegra: use new gpio_lock_as_irq() APIStephen Warren
2013-05-18drivers/gpio: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-04-28Merge branch 'gic/cleanup' into next/socOlof Johansson
2013-04-03gpio: tegra: add gpio wakeup source handlingJoseph Lo
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas
2013-03-04gpio/tegra: assume CONFIG_OFStephen Warren
2013-01-22gpio: Convert to devm_ioremap_resource()Thierry Reding
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-11-28gpio: remove use of __devinitdataBill Pemberton
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-11-17gpio: tegra: read output value when gpio is set in direction_outLaxman Dewangan
2012-11-08gpio: tegra: Drop exporting static functionsAxel Lin
2012-11-08gpio: tegra: Staticize non-exported symbolsAxel Lin
2012-11-08gpio: tegra: fix suspend/resume apisLaxman Dewangan
2012-10-26gpio/tegra: convert to use linear irqdomainLinus Walleij
2012-09-06gpio: tegra: remove useless includes of <mach/*.h>Stephen Warren
2012-04-18gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren
2012-04-18gpio: tegra: configure pins during irq_set_typeStephen Warren