1. 11da905 gpio: tegra: Fix offset of pinctrl calls by Linus Walleij · 6 years ago
  2. 7ddb7dc gpio: gpio-tegra: simplify getting .driver_data by Wolfram Sang · 6 years ago
  3. 6de4c69 Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  4. 21041da gpio: tegra: Include the right header by Linus Walleij · 6 years ago
  5. 40b25bc gpio: tegra: Move driver registration to subsys_init level by Dmitry Osipenko · 6 years ago
  6. 0b07609 gpio: tegra: drop tegra specific GPIO lockdep classes by Stefan Agner · 6 years ago
  7. f78709a gpio: tegra: Fix tegra_gpio_irq_set_type() by Dmitry Osipenko · 7 years ago
  8. 2773eb2 gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macro by Axel Lin · 7 years ago
  9. 39c3fd5 kernel/irq: Extend lockdep class for request mutex by Andrew Lunn · 7 years ago
  10. a9a1d2a pinctrl/gpio: Unify namespace for cross-calls by Linus Walleij · 7 years ago
  11. 539b7a3 gpio: tegra: Use unsigned int where possible by Thierry Reding · 7 years ago
  12. 4bc1786 gpio: tegra: Fix checkpatch warnings by Thierry Reding · 7 years ago
  13. 9b88226 gpio: tegra: Prefer kcalloc() over kzalloc() with multiplies by Thierry Reding · 7 years ago
  14. 20133bd gpio: tegra: Remove unnecessary check by Thierry Reding · 7 years ago
  15. 9c07409 gpio: tegra: Use platform_get_irq() by Thierry Reding · 7 years ago
  16. 5642090 gpio: tegra: Use platform_irq_count() by Thierry Reding · 7 years ago
  17. c0debb3 gpio: tegra: remove gpio_to_irq() from hw irq handlers by Grygorii Strashko · 8 years ago
  18. 9e9509e gpio: tegra: fix unbalanced chained_irq_enter/exit by Michał Mirosław · 8 years ago
  19. 2956b5d pinctrl / gpio: Introduce .set_config() callback for GPIO chips by Mika Westerberg · 8 years ago
  20. 9ee8ff4 gpio: tegra: Make lockdep class file-scoped by Thierry Reding · 9 years ago
  21. f002d07 gpio: tegra: Implement gpio_get_direction callback by Laxman Dewangan · 9 years ago
  22. 3737de4 gpio: tegra: Add support for gpio debounce by Laxman Dewangan · 9 years ago
  23. b546be0 gpio: tegra: Get rid of all file scoped global variables by Laxman Dewangan · 9 years ago
  24. 804f568 gpio: tegra: Make of_device_id compatible data to constant by Laxman Dewangan · 9 years ago
  25. 171b92c gpio: tegra: Don't open code of_device_get_match_data() by Laxman Dewangan · 9 years ago
  26. 8b4acf3 gpio: tegra: Use devm_gpiochip_add_data() for gpio registration by Laxman Dewangan · 9 years ago
  27. 4eab22e gpio: convert remaining users to gpiochip_add_data() by Linus Walleij · 9 years ago
  28. b59d5fb gpio-tegra: Do not create the debugfs entry by default by Suzuki K. Poulose · 9 years ago
  29. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  30. 23393d4 gpio: kill off set_irq_flags usage by Rob Herring · 9 years ago
  31. 476f8b4 gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  32. f170d71 gpio/gpio-tegra: Use irq_set_handler_locked() by Thomas Gleixner · 10 years ago
  33. 10b4b09 Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  34. e88d251 gpio: gpio-tegra: Fix race in installing chained IRQ handler by Russell King · 10 years ago
  35. 20a8a96 Drivers: gpio: Fix spelling errors by Colin Cronin · 10 years ago
  36. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  37. e3a2e87 gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq by Alexandre Courbot · 10 years ago
  38. 4a3a950 gpio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  39. 30373b6 gpio: tegra: Make of_device_id array const by Jingoo Han · 11 years ago
  40. c88a73b gpio: tegra: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  41. f57f98a gpio: tegra: add missing error handling to probe by Stephen Warren · 11 years ago
  42. df231f2 gpio: tegra: use new gpio_lock_as_irq() API by Stephen Warren · 11 years ago
  43. 8cfc2a1 drivers/gpio: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
  44. 30c67e9 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  45. e0d20b6 Merge branch 'gic/cleanup' into next/soc by Olof Johansson · 12 years ago
  46. 203f31c gpio: tegra: add gpio wakeup source handling by Joseph Lo · 12 years ago
  47. de88cbb arm: Move chained_irq_(enter|exit) to a generic file by Catalin Marinas · 12 years ago
  48. 165b6c2 gpio/tegra: assume CONFIG_OF by Stephen Warren · 12 years ago
  49. 641d034 gpio: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  50. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  51. aeca8ad gpio: remove use of __devinitdata by Bill Pemberton · 12 years ago
  52. 3836309 gpio: remove use of __devinit by Bill Pemberton · 12 years ago
  53. 195812e gpio: tegra: read output value when gpio is set in direction_out by Laxman Dewangan · 12 years ago
  54. 65b6ca4 gpio: tegra: Drop exporting static functions by Axel Lin · 12 years ago
  55. 924a098 gpio: tegra: Staticize non-exported symbols by Axel Lin · 12 years ago
  56. 8939ddc gpio: tegra: fix suspend/resume apis by Laxman Dewangan · 12 years ago
  57. d023567 gpio/tegra: convert to use linear irqdomain by Linus Walleij · 12 years ago
  58. 70a5dbf gpio: tegra: remove useless includes of <mach/*.h> by Stephen Warren · 12 years ago
  59. 3e215d0 gpio: tegra: Hide tegra_gpio_enable/disable() by Stephen Warren · 13 years ago
  60. d941136 gpio: tegra: configure pins during irq_set_type by Stephen Warren · 13 years ago
  61. 4a3398e gpio: tegra: Iterate over the correct number of banks by Stephen Warren · 13 years ago
  62. 5c1e2c9 gpio: tegra: fix register address calculations for Tegra30 by Stephen Warren · 13 years ago
  63. 7bf97e1 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  64. b0092f2 gpio: tegra: tegra_gpio_config shouldn't be __init by Stephen Warren · 13 years ago
  65. 691e06c ARM: tegra: export tegra_gpio_{en,dis}able by Arnd Bergmann · 13 years ago
  66. bdc93a7 gpio: tegra: Fix build issue due to irq_domain rework. by Stephen Warren · 13 years ago
  67. 3391811 gpio: tegra: Parameterize the number of banks by Stephen Warren · 13 years ago
  68. 6f74dc9 gpio: tegra: Dynamically allocate IRQ base, and support DT by Stephen Warren · 13 years ago
  69. aedd4fd drivers/gpio/gpio-tegra.c: use devm_request_and_ioremap by Julia Lawall · 13 years ago
  70. efa62e1 Merge branch 'depends/rmk/gpio' into next/devel by Arnd Bergmann · 13 years ago
  71. 88d8951 gpio/tegra: Convert to a platform device by Stephen Warren · 13 years ago
  72. ea5abbd ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h> by Stephen Warren · 13 years ago
  73. 438a99c ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irq by Stephen Warren · 13 years ago
  74. 4700800 ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpio by Stephen Warren · 13 years ago
  75. f7f678a gpio/tegra: Use engineering names in DT compatible property by Stephen Warren · 14 years ago
  76. df22122 gpio/tegra: add devicetree support by Grant Likely · 14 years ago
  77. ea5a960 gpio/tegra: Move Tegra gpio driver to drivers/gpio by Grant Likely · 14 years ago[Renamed from arch/arm/mach-tegra/gpio.c]
  78. 9802294 ARM: tegra: update GPIO chained IRQ handler to use entry/exit functions by Will Deacon · 14 years ago
  79. c8309ef ARM: tegra: gpio: Fix unused variable warnings by Colin Cross · 14 years ago
  80. f38c02f arm: Fold irq_set_chip/irq_set_handler by Thomas Gleixner · 14 years ago
  81. 6845664a arm: Cleanup the irq namespace by Thomas Gleixner · 14 years ago
  82. 1475b85 arm: Use genirq lockdep helper to set lock class by Thomas Gleixner · 14 years ago
  83. b0f18ed arm: tegra: Remove unused bogus irq enable/disable magic by Thomas Gleixner · 14 years ago
  84. 632095e ARM: tegra: add tegra_gpio_table and tegra_gpio_config by Olof Johansson · 14 years ago
  85. 2ea67fd ARM: tegra: Add prototypes for subsystem suspend functions by Colin Cross · 14 years ago
  86. 867996c arm/tegra: Fix tegra irq_data conversion by Grant Likely · 14 years ago
  87. 37337a8 ARM: tegra: irq_data conversion. by Lennert Buytenhek · 14 years ago
  88. 2e47b8b [ARM] tegra: gpio: Add suspend and wake support by Colin Cross · 15 years ago
  89. 3c92db9 [ARM] tegra: add GPIO support by Erik Gilling · 15 years ago