Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
adb74015709d3fbf34dd66c7bb2e902a5da70dcc
/
drivers
/
gpio
/
gpio-omap.c
8b1e0dd
gpio: gpio-omap: fix level interrupt idling
by Russell King
· 6 years ago
198ab40
gpio: omap: return error if requested debounce time is not possible
by David Rivshin
· 8 years ago
0c0451e
gpio: omap: fix irq triggering in smart-idle wakeup mode
by Grygorii Strashko
· 9 years ago
7b1e5dc
gpio: omap: drop dev field from gpio_bank structure
by Grygorii Strashko
· 9 years ago
d99f7ae
gpio: omap: use gpiochip data pointer
by Linus Walleij
· 9 years ago
0529357
Merge tag 'v4.4-rc6' into devel
by Linus Walleij
· 9 years ago
000255b
gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacks
by Grygorii Strashko
· 9 years ago
58383c7
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
30cefea
gpio: omap: fix static checker warning
by Grygorii Strashko
· 9 years ago
450fa54
gpio: omap: convert to use generic irq handler
by Grygorii Strashko
· 9 years ago
aca82d1
gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlock
by Grygorii Strashko
· 9 years ago
fadb97b
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
46d4f7c
gpio: omap: Fix GPIO numbering for deferred probe
by Tony Lindgren
· 9 years ago
5e606ab
gpio: omap: Fix gpiochip_add() handling for deferred probe
by Tony Lindgren
· 9 years ago
5d9452e
gpio: omap: fix clk_prepare/unprepare usage
by Grygorii Strashko
· 9 years ago
235f1eb
gpio: omap: protect regs access in omap_gpio_irq_handler
by Grygorii Strashko
· 9 years ago
e85ec6c
gpio: omap: fix omap2_set_gpio_debounce
by Grygorii Strashko
· 9 years ago
89d18e3
gpio: omap: switch to use platform_get_irq
by Grygorii Strashko
· 9 years ago
bb8cdf9
gpio: omap: remove wrong irq_domain_remove usage in probe
by Grygorii Strashko
· 9 years ago
627c89b
gpio: omap: Fix missing raw locks conversion
by Axel Lin
· 9 years ago
5f6f02c
Merge tag 'v4.2-rc4' into devel
by Linus Walleij
· 9 years ago
4dbada2
gpio: omap: use raw locks for locking
by Sebastian Andrzej Siewior
· 9 years ago
c23837c
gpio: omap: prevent module from being unloaded while in use
by Grygorii Strashko
· 9 years ago
977bd8a
gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_type
by Grygorii Strashko
· 9 years ago
476f8b4
gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 9 years ago
43ec2e4
gpio/omap: Use irq_set_handler_locked()
by Thomas Gleixner
· 9 years ago
121dcb7
gpio: omap: rework omap_gpio_irq_startup to handle current pin state properly
by Grygorii Strashko
· 9 years ago
c351817
gpio: omap: rework omap_gpio_request to touch only gpio specific registers
by Grygorii Strashko
· 9 years ago
6e96c1b
gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registers
by Grygorii Strashko
· 9 years ago
1562e46
gpio: omap: fix error handling in omap_gpio_irq_type
by Grygorii Strashko
· 9 years ago
5f982c7
gpio: omap: fix omap_gpio_free to not clean up irq configuration
by Grygorii Strashko
· 9 years ago
8becdc1
Merge tag 'v4.1-rc3' into devel
by Linus Walleij
· 9 years ago
cac089f
gpio: omap: Allow building as a loadable module
by Tony Lindgren
· 10 years ago
d2d05c6
gpio: omap: Fix regression for MPUIO interrupts
by Tony Lindgren
· 10 years ago
17d33a4
gpio: omap: get rid of GPIO_INDEX() macro
by Grygorii Strashko
· 10 years ago
ea5fbe8
gpio: omap: get rid of omap_irq_to_gpio()
by Grygorii Strashko
· 10 years ago
8ac58a0
gpio: omap: get rid of GPIO_BIT() macro
by Grygorii Strashko
· 10 years ago
9943f26
gpio: omap: convert gpio irq functions to use GPIO offset
by Grygorii Strashko
· 10 years ago
37e14ec
gpio: omap: drop 'gpio' param from omap_gpio_init_irq()
by Grygorii Strashko
· 10 years ago
4a58d22
gpio: omap: convert debounce functions switch to use gpio offset
by Grygorii Strashko
· 10 years ago
04ebcbd
gpio: omap: simplify omap_set_gpio_dataout_x()
by Grygorii Strashko
· 10 years ago
b2b2004
gpio: omap: convert omap_gpio_is_input() to use gpio offset
by Grygorii Strashko
· 10 years ago
878ce05
gpio: omap: irq_shutdown: remove unnecessary call of gpiochip_unlock_as_irq
by Grygorii Strashko
· 10 years ago
3d009c8
gpio: omap: Fix bad device access with setup_irq()
by Tony Lindgren
· 10 years ago
980f3c3
Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
ecb2312
gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
by Rafael J. Wysocki
· 10 years ago
e3a2e87
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
by Alexandre Courbot
· 10 years ago
46824e2
gpio: omap: Fix interrupt names
by Nishanth Menon
· 10 years ago
da26d5d
gpio: remove remaining users of gpiochip_remove() retval
by Linus Walleij
· 10 years ago
a0e827c
gpio: omap: Add an omap prefix to all functions
by Javier Martinez Canillas
· 10 years ago
598f64d
gpio: omap: Remove unneeded include
by Javier Martinez Canillas
· 10 years ago
55db60c
gpio: omap: Remove unnecessary lockdep class
by Javier Martinez Canillas
· 10 years ago
345477f
gpio: omap: prepare and unprepare the debounce clock
by Rajendra Nayak
· 11 years ago
b1e9fec
gpio: omap: use BIT() macro instead of shifting bits
by Javier Martinez Canillas
· 11 years ago
9370084
gpio: omap: implement get_direction
by Yegor Yefremov
· 11 years ago
fb655f5
gpio: omap: convert driver to use gpiolib irqchip
by Javier Martinez Canillas
· 11 years ago
6ef7f38
gpio: omap: check gpiochip_add() return value
by Javier Martinez Canillas
· 11 years ago
caebd9d
gpio: omap: convert to use irq_domain_add_simple()
by Javier Martinez Canillas
· 11 years ago
717f70e
gpio: omap: Use devm_ioremap_resource()
by Jingoo Han
· 11 years ago
661553b
gpio/omap: raw read and write endian fix
by Victor Kamensky
· 11 years ago
2f56e0a
gpio/omap: use gpiolib API to mark a GPIO used as an IRQ
by Javier Martinez Canillas
· 11 years ago
fac7fa1
gpio/omap: auto-setup a GPIO when used as an IRQ
by Javier Martinez Canillas
· 11 years ago
fa365e4
gpio/omap: maintain GPIO and IRQ usage separately
by Javier Martinez Canillas
· 11 years ago
388f430
drivers/gpio/gpio-omap.c: convert comma to semicolon
by Julia Lawall
· 11 years ago
e56aee1
gpio: use dev_get_platdata()
by Jingoo Han
· 11 years ago
60b5adf
Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 11 years ago
397eada
gpio/omap: don't use linear domain mapping for OMAP1
by Javier Martinez Canillas
· 11 years ago
ea4a21a
gpio/omap: omap_gpio_init_context stub must be inline
by Arnd Bergmann
· 11 years ago
352a2d5
gpio/omap: ensure gpio context is initialised
by Jon Hunter
· 12 years ago
30c67e9
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
a2797be
gpio/omap: force restore if context loss is not detectable
by Jon Hunter
· 12 years ago
3513cde
gpio/omap: optimise interrupt service routine
by Jon Hunter
· 12 years ago
60b18b9
gpio/omap: remove extra context restores in *_runtime_resume()
by Tarun Kanti DebBarma
· 12 years ago
879fe32
gpio/omap: free irq domain in probe() failure paths
by Jon Hunter
· 12 years ago
e83507b
gpio: gpio-omap.c: fix checkpatch error
by Laurent Navet
· 12 years ago
de88cbb
arm: Move chained_irq_(enter|exit) to a generic file
by Catalin Marinas
· 12 years ago
8d4c277
gpio/omap: warn if bank is not enabled on setting irq type
by Jon Hunter
· 12 years ago
ede4d7a
gpio/omap: convert gpio irq domain to linear mapping
by Jon Hunter
· 12 years ago
e9a65bb
gpio: using common order: let 'static const' instead of 'const static'
by Chen Gang
· 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
b0885d0
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 12 years ago
3836309
gpio: remove use of __devinit
by Bill Pemberton
· 12 years ago
c9c55d9
gpio/omap: fix off-mode bug: clear debounce settings on free/reset
by Jon Hunter
· 12 years ago
086d585
gpio/gpio-omap: Use existing pointer to struct device
by Tobias Klauser
· 12 years ago
61464c8
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
4b25408
ARM: OMAP: Move gpio.h to include/linux/platform_data
by Tony Lindgren
· 12 years ago
c06e676
gpio/gpio-omap: make platformdata used as *of_device_id.data const
by Uwe Kleine-König
· 12 years ago
f6817a2
gpio/gpio-omap.c: add a const qualifier
by Uwe Kleine-König
· 12 years ago
f948ad0
Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 12 years ago
3467201
gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()
by Tarun Kanti DebBarma
· 12 years ago
7b86cef
gpio/omap: fix invalid context restore of gpio bank-0
by Jon Hunter
· 12 years ago
9e303f2
gpio/omap: fix irq loss while in idle with debounce on
by Grazvydas Ignotas
· 12 years ago
b3c64bc
gpio/omap: (re)fix wakeups on level-triggered GPIOs
by Kevin Hilman
· 12 years ago
22770de
gpio/omap: fix broken context restore for non-OFF mode transitions
by Kevin Hilman
· 12 years ago
1b128703
gpio/omap: fix missing check in *_runtime_suspend()
by Tarun Kanti DebBarma
· 13 years ago
4e962e8
gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()
by Tarun Kanti DebBarma
· 13 years ago
9c4ed9e
gpio/omap: remove suspend/resume callbacks
by Tarun Kanti DebBarma
· 13 years ago
b1a8e3d
gpio/omap: remove retrigger variable in gpio_irq_handler
by Tarun Kanti DebBarma
· 13 years ago
499fa28
gpio/omap: remove saved_wakeup field from struct gpio_bank
by Tarun Kanti DebBarma
· 13 years ago
Next »