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
2017-04-20
Annotate hardware config module parameters in drivers/gpio/
David Howells
5
-9
/
+9
2017-03-17
gpio:mcp23s08 Fixed missing interrupts
Robert Middleton
1
-5
/
+60
2017-03-06
gpio: altera: Use handle_level_irq when configured as a level_high
Phil Reid
1
-15
/
+11
2017-03-06
gpio: xgene: mark PM functions as __maybe_unused
Arnd Bergmann
1
-10
/
+3
2017-03-06
gpio: mockup: return -EFAULT if copy_from_user() fails
Dan Carpenter
1
-4
/
+3
2017-03-06
gpio: altera-a10sr: Set gpio_chip parent property
Thor Thayer
1
-1
/
+1
2017-02-23
Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
24
-538
/
+1671
2017-02-13
gpio: pci-idio-16: Fix PCI BAR index
William Breathitt Gray
1
-2
/
+3
2017-02-13
gpio: pci-idio-16: Fix PCI device ID code
William Breathitt Gray
1
-1
/
+1
2017-02-13
gpio: mockup: implement event injecting over debugfs
Bartosz Golaszewski
1
-1
/
+115
2017-02-13
gpio: mockup: add a dummy irqchip
Bartosz Golaszewski
2
-0
/
+81
2017-02-06
gpio: mockup: implement naming the lines
Bartosz Golaszewski
1
-0
/
+35
2017-02-06
gpio: mockup: code shrink
Bartosz Golaszewski
1
-21
/
+8
2017-02-06
gpio: mockup: readability tweaks
Bartosz Golaszewski
1
-57
/
+66
2017-02-06
gpio: Add GPIO support for the ACCES PCI-IDIO-16
William Breathitt Gray
3
-0
/
+358
2017-02-06
Merge branch 'ib-gpiod-flags' into devel
Linus Walleij
2
-12
/
+16
2017-02-04
gpio: aspeed: Remove dependence on GPIOF_* macros
Andrew Jeffery
1
-3
/
+2
2017-02-04
gpio: Add the devm_fwnode_get_index_gpiod_from_child() helper
Boris Brezillon
2
-13
/
+16
2017-02-04
gpio: Rename devm_get_gpiod_from_child()
Boris Brezillon
1
-7
/
+8
2017-02-04
gpio: mcp23s08: Select REGMAP/REGMAP_I2C to fix build error
Axel Lin
1
-0
/
+2
2017-02-01
gpio: ws16c48: Add support for GPIO names
William Breathitt Gray
1
-1
/
+18
2017-02-01
gpio: gpio-mm: Add support for GPIO names
William Breathitt Gray
1
-1
/
+14
2017-02-01
gpio: 104-idio-16: Add support for GPIO names
William Breathitt Gray
1
-1
/
+10
2017-02-01
gpio: 104-idi-48: Add support for GPIO names
William Breathitt Gray
1
-1
/
+14
2017-02-01
gpio: 104-dio-48e: Add support for GPIO names
William Breathitt Gray
1
-1
/
+22
2017-02-01
gpio: ws16c48: Remove unnecessary driver_data set
William Breathitt Gray
1
-2
/
+0
2017-02-01
gpio: gpio-mm: Remove unnecessary driver_data set
William Breathitt Gray
1
-2
/
+0
2017-02-01
gpio: 104-idio-16: Remove unnecessary driver_data set
William Breathitt Gray
1
-2
/
+0
2017-02-01
gpio: 104-idi-48: Remove unnecessary driver_data set
William Breathitt Gray
1
-2
/
+0
2017-02-01
gpio: 104-dio-48e: Remove unnecessary driver_data set
William Breathitt Gray
1
-2
/
+0
2017-01-31
gpiolib: Fix a WARN_ON that can never trigger
Christophe JAILLET
1
-2
/
+1
2017-01-30
gpio: mcp23s08: use regmap
Sebastian Reichel
1
-190
/
+130
2017-01-30
Merge tag 'v4.10-rc6' into devel
Linus Walleij
2
-11
/
+11
2017-01-26
gpio: ws16c48: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-23
/
+5
2017-01-26
gpio: gpio-mm: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-11
/
+1
2017-01-26
gpio: 104-idio-16: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-22
/
+5
2017-01-26
gpio: 104-idi-48: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-23
/
+5
2017-01-26
gpio: 104-dio-48e: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-22
/
+5
2017-01-26
Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into devel
Linus Walleij
18
-114
/
+211
2017-01-26
Merge branch 'ib-pinctrl-genprops' into devel
Linus Walleij
18
-114
/
+211
2017-01-26
pinctrl / gpio: Introduce .set_config() callback for GPIO chips
Mika Westerberg
18
-114
/
+211
2017-01-26
gpio: aspeed: Add banks Y, Z, AA, AB and AC
Andrew Jeffery
1
-14
/
+160
2017-01-26
gpio: aspeed: Make bank names strings
Joel Stanley
1
-7
/
+7
2017-01-26
gpio: exar: add gpio for exar cards
Sudip Mukherjee
3
-0
/
+208
2017-01-26
gpio: ws16c48: Add set_multiple callback function support
William Breathitt Gray
1
-0
/
+41
2017-01-26
gpio: gpio-mm: Add set_multiple callback function support
William Breathitt Gray
1
-0
/
+39
2017-01-26
gpio: 104-idio-16: Add set_multiple callback function support
William Breathitt Gray
1
-0
/
+20
2017-01-26
gpio: 104-dio-48e: Add set_multiple callback function support
William Breathitt Gray
1
-0
/
+39
2017-01-26
Merge branch 'ib-gpiod-flags' into devel
Linus Walleij
2
-7
/
+26
2017-01-26
gpio: Add a driver for Cortina Systems Gemini GPIO
Linus Walleij
3
-0
/
+246
[next]