Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
adb74015709d3fbf34dd66c7bb2e902a5da70dcc
/
drivers
/
gpio
/
gpio-tegra.c
d94bf3a
gpio: tegra: Move driver registration to subsys_init level
by Dmitry Osipenko
· 6 years ago
9ee8ff4
gpio: tegra: Make lockdep class file-scoped
by Thierry Reding
· 8 years ago
f002d07
gpio: tegra: Implement gpio_get_direction callback
by Laxman Dewangan
· 9 years ago
3737de4
gpio: tegra: Add support for gpio debounce
by Laxman Dewangan
· 9 years ago
b546be0
gpio: tegra: Get rid of all file scoped global variables
by Laxman Dewangan
· 9 years ago
804f568
gpio: tegra: Make of_device_id compatible data to constant
by Laxman Dewangan
· 9 years ago
171b92c
gpio: tegra: Don't open code of_device_get_match_data()
by Laxman Dewangan
· 9 years ago
8b4acf3
gpio: tegra: Use devm_gpiochip_add_data() for gpio registration
by Laxman Dewangan
· 9 years ago
4eab22e
gpio: convert remaining users to gpiochip_add_data()
by Linus Walleij
· 9 years ago
b59d5fb
gpio-tegra: Do not create the debugfs entry by default
by Suzuki K. Poulose
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
23393d4
gpio: kill off set_irq_flags usage
by Rob Herring
· 9 years ago
476f8b4
gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 9 years ago
f170d71
gpio/gpio-tegra: Use irq_set_handler_locked()
by Thomas Gleixner
· 9 years ago
10b4b09
Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
e88d251
gpio: gpio-tegra: Fix race in installing chained IRQ handler
by Russell King
· 9 years ago
20a8a96
Drivers: gpio: Fix spelling errors
by Colin Cronin
· 9 years ago
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
e3a2e87
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
by Alexandre Courbot
· 10 years ago
4a3a950
gpio: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
30373b6
gpio: tegra: Make of_device_id array const
by Jingoo Han
· 10 years ago
c88a73b
gpio: tegra: remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
f57f98a
gpio: tegra: add missing error handling to probe
by Stephen Warren
· 11 years ago
df231f2
gpio: tegra: use new gpio_lock_as_irq() API
by Stephen Warren
· 11 years ago
8cfc2a1
drivers/gpio: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 11 years ago
30c67e9
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
e0d20b6
Merge branch 'gic/cleanup' into next/soc
by Olof Johansson
· 12 years ago
203f31c
gpio: tegra: add gpio wakeup source handling
by Joseph Lo
· 12 years ago
de88cbb
arm: Move chained_irq_(enter|exit) to a generic file
by Catalin Marinas
· 12 years ago
165b6c2
gpio/tegra: assume CONFIG_OF
by Stephen Warren
· 12 years ago
641d034
gpio: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
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
aeca8ad
gpio: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
3836309
gpio: remove use of __devinit
by Bill Pemberton
· 12 years ago
195812e
gpio: tegra: read output value when gpio is set in direction_out
by Laxman Dewangan
· 12 years ago
65b6ca4
gpio: tegra: Drop exporting static functions
by Axel Lin
· 12 years ago
924a098
gpio: tegra: Staticize non-exported symbols
by Axel Lin
· 12 years ago
8939ddc
gpio: tegra: fix suspend/resume apis
by Laxman Dewangan
· 12 years ago
d023567
gpio/tegra: convert to use linear irqdomain
by Linus Walleij
· 12 years ago
70a5dbf
gpio: tegra: remove useless includes of <mach/*.h>
by Stephen Warren
· 12 years ago
3e215d0
gpio: tegra: Hide tegra_gpio_enable/disable()
by Stephen Warren
· 13 years ago
d941136
gpio: tegra: configure pins during irq_set_type
by Stephen Warren
· 13 years ago
4a3398e
gpio: tegra: Iterate over the correct number of banks
by Stephen Warren
· 13 years ago
5c1e2c9
gpio: tegra: fix register address calculations for Tegra30
by Stephen Warren
· 13 years ago
7bf97e1
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
b0092f2
gpio: tegra: tegra_gpio_config shouldn't be __init
by Stephen Warren
· 13 years ago
691e06c
ARM: tegra: export tegra_gpio_{en,dis}able
by Arnd Bergmann
· 13 years ago
bdc93a7
gpio: tegra: Fix build issue due to irq_domain rework.
by Stephen Warren
· 13 years ago
3391811
gpio: tegra: Parameterize the number of banks
by Stephen Warren
· 13 years ago
6f74dc9
gpio: tegra: Dynamically allocate IRQ base, and support DT
by Stephen Warren
· 13 years ago
aedd4fd
drivers/gpio/gpio-tegra.c: use devm_request_and_ioremap
by Julia Lawall
· 13 years ago
efa62e1
Merge branch 'depends/rmk/gpio' into next/devel
by Arnd Bergmann
· 13 years ago
88d8951
gpio/tegra: Convert to a platform device
by Stephen Warren
· 13 years ago
ea5abbd
ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>
by Stephen Warren
· 13 years ago
438a99c
ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irq
by Stephen Warren
· 13 years ago
4700800
ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpio
by Stephen Warren
· 13 years ago
f7f678a
gpio/tegra: Use engineering names in DT compatible property
by Stephen Warren
· 13 years ago
df22122
gpio/tegra: add devicetree support
by Grant Likely
· 13 years ago
ea5a960
gpio/tegra: Move Tegra gpio driver to drivers/gpio
by Grant Likely
· 13 years ago
[Renamed from arch/arm/mach-tegra/gpio.c]
9802294
ARM: tegra: update GPIO chained IRQ handler to use entry/exit functions
by Will Deacon
· 14 years ago
c8309ef
ARM: tegra: gpio: Fix unused variable warnings
by Colin Cross
· 14 years ago
f38c02f
arm: Fold irq_set_chip/irq_set_handler
by Thomas Gleixner
· 14 years ago
6845664a
arm: Cleanup the irq namespace
by Thomas Gleixner
· 14 years ago
1475b85
arm: Use genirq lockdep helper to set lock class
by Thomas Gleixner
· 14 years ago
b0f18ed
arm: tegra: Remove unused bogus irq enable/disable magic
by Thomas Gleixner
· 14 years ago
632095e
ARM: tegra: add tegra_gpio_table and tegra_gpio_config
by Olof Johansson
· 14 years ago
2ea67fd
ARM: tegra: Add prototypes for subsystem suspend functions
by Colin Cross
· 14 years ago
867996c
arm/tegra: Fix tegra irq_data conversion
by Grant Likely
· 14 years ago
37337a8
ARM: tegra: irq_data conversion.
by Lennert Buytenhek
· 14 years ago
2e47b8b
[ARM] tegra: gpio: Add suspend and wake support
by Colin Cross
· 15 years ago
3c92db9
[ARM] tegra: add GPIO support
by Erik Gilling
· 15 years ago