Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
54774f8600687d03f74bc30295b9596be3e05e5a
/
drivers
/
gpio
/
gpio-davinci.c
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
bcae888
Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into devel
by Linus Walleij
· 9 years ago
3685bbc
gpio/davinci: add interrupt support for GPIOs 16-31
by Vitaly Andrianov
· 9 years ago
bdac2b6
gpio/davinci: Fix race in installing chained irq handler
by Thomas Gleixner
· 9 years ago
1765d67
gpio/davinci: Avoid redundant lookup of irq_data
by Thomas Gleixner
· 9 years ago
c3ca1e6
gpio/davinci: Prepare gpio_irq_handler for irq argument removal
by Thomas Gleixner
· 9 years ago
c16edb8
gpio/davinci: Use accessor function irq_data_get_irq_handler_data()
by Jiang Liu
· 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
5bb5428
gpio: gpio-davinci: remove duplicate check on resource
by Varka Bhadram
· 10 years ago
4a3a950
gpio: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
9ea9363c
gpio: davinci: remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
758afe4
gpio: davinci: fix gpio selection for OF
by Alexander Holler
· 11 years ago
0c6feb0
gpio: davinci: reuse for keystone soc
by Grygorii Strashko
· 11 years ago
58c0f5a
gpio: davinci: Use signed type for 'irq' variable
by Alexander Shiyan
· 11 years ago
6075a8b
gpio: davinci: don't create irq_domain in case of unbanked irqs
by Grygorii Strashko
· 11 years ago
0d978eb
gpio: davinci: use chained_irq_enter/chained_irq_exit API
by Grygorii Strashko
· 11 years ago
c770844
gpio: davinci: add OF support
by KV Sujith
· 11 years ago
9211ff3
gpio: davinci: convert to use irqdomain support.
by Lad, Prabhakar
· 11 years ago
c21d500
gpio: davinci: get rid of DAVINCI_N_GPIO
by Grygorii Strashko
· 11 years ago
388291c
gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*
by Lad, Prabhakar
· 11 years ago
34af1ab
gpio: davinci: fix check for unbanked gpio
by Lad, Prabhakar
· 11 years ago
118150f
gpio: davinci: move to platform device
by KV Sujith
· 11 years ago
131a10a
gpio: davinci: coding style correction
by Philip Avinash
· 11 years ago
ce6b658
gpio: davinci: preparation for switch to common clock framework
by Murali Karicheri
· 12 years ago
81b279d
gpio/davinci: fix enabling unbanked GPIO IRQs
by Sekhar Nori
· 13 years ago
ab2dde9
gpio/davinci: fix oops on unbanked gpio irq request
by Sekhar Nori
· 13 years ago
526a0dc
ARM: 7074/1: gpio: davinci: eliminate unused variable warnings
by Axel Lin
· 13 years ago
8338d87
ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystem
by Linus Walleij
· 13 years ago
[Renamed from arch/arm/mach-davinci/gpio.c]
2f8163b
ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h
by Russell King
· 13 years ago
f299bb9
arm: davinci: Fix low level gpio irq handlers' argument
by Ido Yariv
· 13 years ago
7416401
arm: davinci: Fix fallout from generic irq chip conversion
by Thomas Gleixner
· 13 years ago
6845664a
arm: Cleanup the irq namespace
by Thomas Gleixner
· 14 years ago
5093aec
arm: davinci: Cleanup irq chip code
by Thomas Gleixner
· 14 years ago
2326544
ARM: davinci: irq_data conversion.
by Lennert Buytenhek
· 14 years ago
b8d4429
Davinci: gpio - use ioremap()
by Cyril Chemparathy
· 15 years ago
5b3a05c
Davinci: eliminate pinmux offset verbosity
by Cyril Chemparathy
· 15 years ago
b27b6d0
Davinci: gpio - fine grained locking
by Cyril Chemparathy
· 15 years ago
686b634
Davinci: gpio - controller type support
by Cyril Chemparathy
· 15 years ago
c12f415
Davinci: gpio - register layout invariant inlines
by Cyril Chemparathy
· 15 years ago
99e9e52
Davinci: gpio - structs and functions renamed
by Cyril Chemparathy
· 15 years ago
ba4a984
Davinci: gpio - minor cleanup
by Cyril Chemparathy
· 15 years ago
21ce873
davinci: sparse: gpio: void casting
by Kevin Hilman
· 15 years ago
28552c2
davinci: misc cleanups from sparse
by Kevin Hilman
· 15 years ago
42d399e
DaVinci: remove unneeded #include's
by Sergei Shtylyov
· 15 years ago
7a36071
davinci: dm365 gpio irq support
by David Brownell
· 15 years ago
a994955
davinci: Make GPIO code more generic
by Mark A. Greer
· 16 years ago
dc75602
davinci: fixups for banked GPIO interrupt handling
by Kevin Hilman
· 15 years ago
df4aab4
davinci: gpio irq enable tweaks
by David Brownell
· 16 years ago
474dad5
davinci: gpio bugfixes
by David Brownell
· 16 years ago
c97f681
Merge branch 'for-rmk' of git://source.mvista.com/git/linux-davinci-2.6.git
by Russell King
· 16 years ago
d8aa025
[ARM] 5298/1: Drop desc_handle_irq()
by Dmitry Baryshkov
· 16 years ago
dce1115
ARM: DaVinci: SOC GPIOs use gpiolib
by David Brownell
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
3d9edf0
[ARM] 4457/2: davinci: GPIO support
by Vladimir Barinov
· 17 years ago