index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-06
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-28
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-21
Andres has moved
Andres Salomon
1
-1
/
+1
2010-07-06
of/gpio: add default of_xlate function if device has a node pointer
Anton Vorontsov
2
-1
/
+5
2010-07-06
of/gpio: stop using device_node data pointer to find gpio_chip
Grant Likely
1
-0
/
+32
2010-07-06
of/gpio: Kill of_gpio_chip and add members directly to gpio_chip
Anton Vorontsov
1
-9
/
+7
2010-07-06
gpiolib: cosmetic improvements for error handling in gpiochip_add()
Anton Vorontsov
1
-6
/
+12
2010-06-30
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-19
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-1
/
+1
2010-05-12
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-30
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-4
/
+10
2010-04-30
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-28
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
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
18
-1
/
+17
2010-03-25
drivers/gpio/max730x.c: add license macro
Richard Röjfors
1
-0
/
+4
2010-03-08
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
1
-2
/
+6
2010-03-08
mfd: Fix lpc_sch related depends/selects, fix build error
Randy Dunlap
1
-1
/
+2
2010-03-08
gpio: Fix sch_gpio warning
Samuel Ortiz
1
-3
/
+16
2010-03-08
gpio: add Intel SCH GPIO controller driver
Denis Turischev
3
-0
/
+299
2010-03-08
gpiolib: Force wm831x GPIOs into GPIO mode when requested
Mark Brown
1
-2
/
+4
2010-03-08
mfd: Add WM831x revision B support
Mark Brown
1
-5
/
+16
[next]