index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-12
gpiolib: Implement set_debounce for WM831x GPIOs
Mark Brown
1
-0
/
+32
2010-08-12
gpio: Add STMPE GPIO driver
Rabin Vincent
3
-0
/
+407
2010-08-11
gpio: sx150x: add Semtech I2C sx150x gpio expander driver
Gregory Bean
3
-0
/
+657
2010-08-11
gpiolib: allow nested threaded irqs for poll(2)
Daniel Gl?ckner
1
-2
/
+2
2010-08-11
gpiolib: get rid of struct poll_desc and worklet
Daniel Gl?ckner
1
-53
/
+27
2010-08-11
gpiolib: decouple might_sleep_if() from DEBUG
David Brownell
1
-6
/
+6
2010-08-11
pcf857x: support working w/o platform data
Dmitry Eremin-Solenikov
1
-5
/
+4
2010-08-11
gpio: max730x: make pullups configurable via platformdata
Marc Kleine-Budde
1
-7
/
+15
2010-08-05
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-15
/
+55
2010-07-31
Merge branch 'misc' into devel
Russell King
1
-2
/
+2
2010-07-27
gpio: fix spurious printk when freeing a gpio
Jon Povey
1
-3
/
+4
2010-07-27
ARM: Fix section build warnings for AMBA drivers
Russell King
1
-2
/
+2
2010-07-24
Merge commit 'v2.6.35-rc6' into devicetree/next
Grant Likely
3
-3
/
+7
2010-07-20
Andres has moved
Andres Salomon
1
-1
/
+1
2010-07-05
of/gpio: add default of_xlate function if device has a node pointer
Anton Vorontsov
2
-1
/
+5
2010-07-05
of/gpio: stop using device_node data pointer to find gpio_chip
Grant Likely
1
-0
/
+32
2010-07-05
of/gpio: Kill of_gpio_chip and add members directly to gpio_chip
Anton Vorontsov
1
-9
/
+7
2010-07-05
gpiolib: cosmetic improvements for error handling in gpiochip_add()
Anton Vorontsov
1
-6
/
+12
2010-06-29
drivers/gpio is platform-neutral
David Brownell
2
-2
/
+6
2010-05-28
gpio: Fix inverted rdc321x gpio data out registers
Florian Fainelli
1
-1
/
+1
2010-05-28
mfd: Change rdc321x resources flags to IORESOURCE_IO
Florian Fainelli
1
-2
/
+2
2010-05-28
gpio: rdc321x needs to select MFD_CORE
Randy Dunlap
1
-0
/
+1
2010-05-28
gpio: Add TC35892 GPIO driver
Rabin Vincent
3
-0
/
+389
2010-05-28
gpio: Update gfp/slab.h includes for rdc321x
Tejun Heo
1
-0
/
+1
2010-05-28
gpio: Add support for Janz VMOD-TTL Digital IO module
Ira W. Snyder
3
-0
/
+269
2010-05-28
gpio: Add support for RDC321x GPIO controller
Florian Fainelli
3
-1
/
+255
2010-05-27
drivers/gpio/it8761e_gpio: check return value of gpiochip_remove()
Daniel Mack
1
-1
/
+4
2010-05-27
gpio: add Penwell gpio support
Alek Du
2
-34
/
+53
2010-05-27
gpiolib: introduce set_debounce method
Felipe Balbi
1
-0
/
+43
2010-05-27
gpiolib: make gpiochip_add() show a better error message
Ben Dooks
1
-1
/
+1
2010-05-27
gpio: max732x: fix input configuration for open-drain pins
Marc Zyngier
1
-0
/
+7
2010-05-27
max732x: correct nr_port checking off by one error
Axel Lin
1
-3
/
+3
2010-05-27
pl061: fix offset value range checking
Axel Lin
1
-1
/
+1
2010-05-27
gpiolib: a gpio is unsigned, so use %u to print it
Uwe Kleine-König
1
-1
/
+1
2010-05-27
gpiolib: make names array and its values const
Uwe Kleine-König
3
-3
/
+3
2010-05-27
gpio: add interrupt handling capability to max732x
Marc Zyngier
2
-19
/
+343
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
5
-16
/
+47
2010-05-21
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
1
-1
/
+1
2010-05-20
Merge branch 'topic/asoc' into for-linus
Takashi Iwai
1
-0
/
+12
2010-05-18
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-1
/
+1
2010-05-11
it8761e_gpio: fix bug in gpio numbering
Denis Turischev
1
-9
/
+9
2010-04-30
Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-1
/
+2
2010-04-29
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-4
/
+10
2010-04-29
ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is n...
viresh kumar
1
-1
/
+1
2010-04-28
gpio: potential null dereference
Dan Carpenter
1
-1
/
+2
2010-04-27
gpio: fix pca953x set_type 'scheduling while atomic' bug
Marc Zyngier
1
-1
/
+13
2010-04-22
ARM: 6060/1: PL061 GPIO: Setting gpio val after changing direction to OUT.
viresh kumar
1
-0
/
+6
2010-04-22
ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for real irqs.
viresh kumar
1
-3
/
+3
2010-04-07
drivers/gpio/timbgpio.c: add missing unlock
Julia Lawall
1
-4
/
+8
2010-04-05
gpiolib: Implement gpio_to_irq for WM8994 GPIO controller
Mark Brown
1
-0
/
+12
[next]