index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-em.c
Age
Commit message (
Expand
)
Author
2016-01-05
gpio: em: use gpiochip data pointer
Linus Walleij
2015-12-26
gpio: em: Be sure to clamp return value
Linus Walleij
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
2015-07-28
gpio: kill off set_irq_flags usage
Rob Herring
2015-07-16
gpio: em: Remove obsolete platform data support
Geert Uytterhoeven
2015-05-06
gpio: Constify irq_domain_ops
Krzysztof Kozlowski
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-28
gpio: em: Use dynamic allocation of GPIOs
Geert Uytterhoeven
2014-10-28
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
Alexandre Courbot
2014-10-20
gpio: drop owner assignment from platform_drivers
Wolfram Sang
2014-07-22
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
2014-05-09
gpio: em: remove unnecessary OOM messages
Jingoo Han
2014-05-03
gpio: em: use BIT() macro instead of shifting bits
Javier Martinez Canillas
2014-03-18
gpio: switch drivers to use new callback
Linus Walleij
2013-12-04
Merge branch 'mark-irqs' into devel
Linus Walleij
2013-12-04
gpio: em: lock IRQs when starting them
Linus Walleij
2013-11-25
gpio: em: Enable mask on suspend
Magnus Damm
2013-11-25
gpio: em: Use lazy disable
Magnus Damm
2013-11-25
gpio: em: Setup gpiochip->dev
Magnus Damm
2013-10-16
gpio: em: drop references to "virtual" IRQ
Linus Walleij
2013-09-19
emev2: GPIOLIB: Enable support for OF
Ian Molton
2013-08-16
gpio: use dev_get_platdata()
Jingoo Han
2013-07-21
gpio: em: Add pinctrl support
Magnus Damm
2013-03-27
gpio: em: Make use of devm functions
Magnus Damm
2013-03-06
gpio/em: Add Device Tree support
Magnus Damm
2013-02-14
gpio: em: Use irq_domain_add_simple() to fix runtime error
Magnus Damm
2012-12-11
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-11-28
gpio: remove use of __devexit
Bill Pemberton
2012-11-28
gpio: remove use of __devinit
Bill Pemberton
2012-11-28
gpio: remove use of __devexit_p
Bill Pemberton
2012-11-04
gpio: em: Fix build errors
Axel Lin
2012-10-26
gpio/em: convert to linear IRQ domain
Linus Walleij
2012-10-02
Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...
Linus Torvalds
2012-09-06
gpio: em: Use irq_data_get_irq_chip_data() at appropriate places
Axel Lin
2012-09-01
gpio: em: Fix checking return value of irq_alloc_descs
Axel Lin
2012-08-10
gpio: em: do not discard em_gio_irq_domain_cleanup
Arnd Bergmann
2012-05-18
gpio: Emma Mobile GPIO driver V2
Magnus Damm