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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-06
Merge branch 'ib-gpiod-flags' into devel
Linus Walleij
6
-28
/
+35
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
5
-23
/
+27
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-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
43
-198
/
+347
2017-01-26
pinctrl / gpio: Introduce .set_config() callback for GPIO chips
Mika Westerberg
23
-167
/
+269
2017-01-26
pinctrl: Allow configuration of pins from gpiolib based drivers
Mika Westerberg
3
-0
/
+50
2017-01-26
pinctrl: Widen the generic pinconf argument from 16 to 24 bits
Mika Westerberg
17
-31
/
+28
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
6
-40
/
+47
2017-01-26
gpio: Add a driver for Cortina Systems Gemini GPIO
Linus Walleij
3
-0
/
+246
2017-01-26
gpio: davinci: Remove custom .xlate
Keerthy
1
-22
/
+0
2017-01-26
gpio: davinci: Add support for multiple GPIO controllers
Keerthy
1
-1
/
+3
2017-01-26
gpio: davinci: Redesign driver to accommodate ngpios in one gpio chip
Keerthy
1
-54
/
+73
2017-01-26
gpio: davinci: Remove gpio2regs function
Keerthy
1
-24
/
+11
2017-01-26
gpio: intel-mid: Fix build warning when !CONFIG_PM
Augusto Mecking Caringi
1
-1
/
+1
2017-01-26
gpio: Pass GPIO label down to gpiod_request
Alexander Stein
6
-16
/
+25
2017-01-26
gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO
Andy Shevchenko
6
-34
/
+32
2017-01-11
gpio: mvebu: fix warning when building on 64-bit
Russell King
1
-1
/
+1
2017-01-11
gpio: pca953x: Add optional reset gpio control
Steve Longerbeam
1
-0
/
+9
2017-01-11
gpio: Remove impossible checks on container_of() result
Stephen Boyd
1
-3
/
+1
2017-01-11
gpiolib: Update documentation of struct acpi_gpio_info
Andy Shevchenko
2
-4
/
+4
2017-01-11
gpiolib: Switch to for_each_set_bit()
Andy Shevchenko
1
-12
/
+6
2017-01-11
gpio: davinci: Remove redundant members davinci_gpio_controller stuct
Keerthy
1
-3
/
+0
2017-01-09
gpio: devres: Use global array of gpio suffixes
Andy Shevchenko
1
-4
/
+5
2016-12-30
gpio: of: Add support for multiple GPIOs in a single GPIO hog
Geert Uytterhoeven
1
-11
/
+20
2016-12-30
gpio: update my email address
John Crispin
3
-3
/
+3
2016-12-28
gpio: mockup: coding style fixes
Bartosz Golaszewski
1
-7
/
+4
2016-12-28
gpio: mockup: dynamically allocate memory for chip name
Bartosz Golaszewski
1
-3
/
+7
[next]