index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-pl061.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: pl061: Move irq_chip definition inside struct pl061
Manivannan Sadhasivam
2018-11-05
1
-11
/
+10
*
gpio: pl061: Include the right header
Linus Walleij
2018-05-24
1
-1
/
+1
*
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
2017-11-08
1
-1
/
+1
*
gpio: pl061: constify amba_id
Arvind Yadav
2017-08-31
1
-1
/
+1
*
gpio: pl061: make use of raw_spinlock variants
Julia Cartwright
2017-03-16
1
-14
/
+14
*
gpio: pl061: delete platform data handling
Linus Walleij
2016-12-07
1
-38
/
+3
*
gpio: pl061: move platform data into driver
Linus Walleij
2016-12-07
1
-1
/
+13
*
gpio: pl061: rename variable from chip to pl061
Linus Walleij
2016-12-07
1
-93
/
+93
*
gpio: pl061: rename state container struct
Linus Walleij
2016-12-07
1
-15
/
+15
*
gpio: pl061: use local state for parent IRQ storage
Linus Walleij
2016-12-07
1
-1
/
+4
*
gpio: pl061: implement .get_direction()
Linus Walleij
2016-04-28
1
-0
/
+8
*
gpio: pl061: remove range check
Linus Walleij
2016-04-28
1
-6
/
+0
*
gpio: pl061: make explicitly non-modular
Paul Gortmaker
2016-03-31
1
-8
/
+4
*
gpio: pl061: use gpiochip data pointer
Linus Walleij
2016-01-05
1
-10
/
+10
*
gpio: pl061: add support for wakeup configuration
Sudeep Holla
2015-12-14
1
-0
/
+9
*
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
1
-6
/
+6
*
gpio: pl061: use the generic request/free implementations
Jonas Gorski
2015-10-16
1
-28
/
+4
*
gpio: pl061: assign the apropriate handler for irqs
Linus Walleij
2015-10-15
1
-5
/
+25
*
gpio: pl061: returning with lock held in pl061_irq_type()
Dan Carpenter
2015-10-15
1
-6
/
+7
*
gpio: pl061: detail IRQ trigger handling
Linus Walleij
2015-10-02
1
-8
/
+47
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-1
/
+1
*
gpio: pl061: hook request if gpio-ranges avaiable
Yunlei He
2014-12-03
1
-6
/
+14
*
gpio: pl061: use BIT() macro instead of shifting bits
Javier Martinez Canillas
2014-05-03
1
-13
/
+13
*
gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.h
Axel Lin
2014-04-28
1
-1
/
+0
*
gpio: pl061: convert driver to use gpiolib irqchip
Linus Walleij
2014-03-26
1
-62
/
+18
*
gpio: switch drivers to use new callback
Linus Walleij
2014-03-18
1
-7
/
+7
*
gpio: gpio-pl061: Use %pa to print 'resource_size_t'
Fabio Estevam
2014-03-07
1
-2
/
+2
*
gpio: pl061: Use devm_ioremap_resource()
Jingoo Han
2014-02-24
1
-12
/
+3
*
gpio: pl061: remove confusing naming
Linus Walleij
2014-02-03
1
-3
/
+2
*
gpio: pl061: refactor type setting
Linus Walleij
2014-02-03
1
-12
/
+14
*
gpio: pl061: lock IRQs when starting them
Linus Walleij
2014-02-03
1
-0
/
+22
*
gpio: pl061: proper error messages
Linus Walleij
2014-02-03
1
-5
/
+17
*
gpio: pl061: move irqdomain initialization
Linus Walleij
2013-11-27
1
-5
/
+5
*
gpio: pl061: drop references to "virtual" IRQ
Linus Walleij
2013-10-16
1
-5
/
+5
*
gpio: use dev_get_platdata()
Jingoo Han
2013-08-16
1
-1
/
+1
*
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-02
1
-1
/
+1
|
\
|
*
arm: Move chained_irq_(enter|exit) to a generic file
Catalin Marinas
2013-03-26
1
-1
/
+1
*
|
gpio: pl061: Add pl061_gpio_free()
Axel Lin
2013-03-27
1
-0
/
+8
*
|
gpio: pl061: bind pinctrl by gpio request
Haojian Zhuang
2013-03-07
1
-0
/
+13
*
|
gpio: pl061: support irqdomain
Haojian Zhuang
2013-03-07
1
-39
/
+65
|
/
*
gpio: pl061: set initcall level to module init
Haojian Zhuang
2013-01-22
1
-1
/
+1
*
gpio/pl061: remove old comment
Baruch Siach
2012-11-30
1
-6
/
+1
*
gpio/gpio-pl061: Covert to use devm_* functions
Tobias Klauser
2012-10-15
1
-37
/
+22
*
gpio/gpio-pl061: No need of thaw and poweroff routines for hibernate
Viresh Kumar
2012-02-16
1
-1
/
+6
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-01-14
1
-90
/
+110
|
\
|
*
Merge branch 'gpio-for-grant' of git://sources.calxeda.com/kernel/linux into ...
Grant Likely
2012-01-05
1
-94
/
+42
|
|
\
|
|
*
gpio: pl061: remove combined interrupt
Rob Herring
2012-01-05
1
-36
/
+8
|
|
*
gpio: pl061: convert to use generic irq chip
Rob Herring
2012-01-05
1
-48
/
+26
|
|
*
gpio: pl061: convert to use 0 for no irq
Rob Herring
2012-01-04
1
-4
/
+4
|
|
*
gpio: pl061: use chained_irq_* functions in irq handler
Rob Herring
2012-01-04
1
-2
/
+4
[next]