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
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-11
gpio: dwapb: don't include gpiolib.h
Bartosz Golaszewski
1
-1
/
+0
2023-09-11
gpio: xgene-sb: don't include gpiolib.h
Bartosz Golaszewski
1
-1
/
+0
2023-09-11
gpio: of: correct notifier return codes
Bartosz Golaszewski
1
-8
/
+8
2023-09-11
gpiolib: unexport gpiod_set_transitory()
Bartosz Golaszewski
2
-1
/
+2
2023-09-11
gpio: mockup: don't access internal GPIOLIB structures
Bartosz Golaszewski
1
-9
/
+30
2023-09-11
gpio: mockup: simplify code by using cleanup helpers
Bartosz Golaszewski
1
-24
/
+21
2023-09-11
gpio: mockup: deprecate the old testing module
Bartosz Golaszewski
1
-1
/
+3
2023-09-11
gpio: mockup: remove unused field
Bartosz Golaszewski
1
-2
/
+0
2023-09-11
gpio: mockup: fix kerneldoc
Bartosz Golaszewski
1
-0
/
+2
2023-09-11
gpio-f7188x: fix base values conflicts with other gpio pins
xingtong.wu
1
-69
/
+69
2023-09-11
gpio: pca953x: Revisit header inclusions
Andy Shevchenko
1
-6
/
+14
2023-09-11
gpio: pca953x: Get rid of useless goto label
Andy Shevchenko
1
-17
/
+7
2023-09-11
gpio: pca953x: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
Andy Shevchenko
1
-5
/
+3
2023-09-11
gpio: pca953x: Utilise temporary variable for struct gpio_chip
Andy Shevchenko
1
-4
/
+3
2023-09-11
gpio: pca953x: Utilise temporary variable for struct device
Andy Shevchenko
1
-16
/
+14
2023-09-11
gpio: pca953x: Simplify code with cleanup helpers
Andy Shevchenko
1
-48
/
+29
2023-09-11
gpio: pca953x: Split pca953x_restore_context() and pca953x_save_context()
Andy Shevchenko
1
-15
/
+29
2023-09-11
gpio: pca953x: Utilise dev_err_probe() where it makes sense
Andy Shevchenko
1
-5
/
+3
2023-09-11
gpio: pca953x: Fully convert to device managed resources
Andy Shevchenko
1
-33
/
+35
2023-09-11
gpio: pca953x: Drop unused fields in struct pca953x_platform_data
Andy Shevchenko
1
-29
/
+8
2023-09-06
gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres callbacks
Daniel Mack
1
-2
/
+24
2023-08-29
Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
80
-2015
/
+1505
2023-08-29
Merge tag 'mmc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-2
/
+18
2023-08-25
mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolib
Balamanikandan Gunasundar
1
-2
/
+18
2023-08-25
gpio: pca953x: add support for TCA9538
Liam Beguin
1
-0
/
+2
2023-08-25
gpio: pca953x: Use i2c_get_match_data()
Biju Das
1
-15
/
+3
2023-08-24
gpio: mlxbf3: use capital "OR" for multiple licenses in SPDX
Krzysztof Kozlowski
1
-1
/
+1
2023-08-23
gpio: sim: pass the GPIO device's software node to irq domain
Bartosz Golaszewski
1
-1
/
+1
2023-08-23
gpio: sim: dispose of irq mappings before destroying the irq_sim domain
Bartosz Golaszewski
1
-0
/
+13
2023-08-22
gpio: pcf857x: Extend match data support for OF tables
Biju Das
1
-15
/
+14
2023-08-22
gpio: vf610: switch to dynamic allocat GPIO base
Haibo Chen
1
-2
/
+1
2023-08-22
gpiolib: provide and use gpiod_line_state_notify()
Bartosz Golaszewski
3
-16
/
+14
2023-08-21
gpio: cdev: wake up lineevent poll() on device unbind
Bartosz Golaszewski
1
-0
/
+22
2023-08-21
gpio: cdev: wake up linereq poll() on device unbind
Bartosz Golaszewski
1
-0
/
+23
2023-08-21
gpio: cdev: wake up chardev poll() on device unbind
Bartosz Golaszewski
1
-2
/
+27
2023-08-21
gpiolib: add a second blocking notifier to struct gpio_device
Bartosz Golaszewski
3
-0
/
+5
2023-08-21
gpio: cdev: open-code to_gpio_chardev_data()
Bartosz Golaszewski
1
-7
/
+2
2023-08-21
gpiolib: rename the gpio_device notifier
Bartosz Golaszewski
3
-14
/
+14
2023-08-21
gpio: mlxbf3: Support add_pin_ranges()
Asmaa Mnebhi
1
-0
/
+24
2023-08-21
gpio: mxc: Use helper function devm_clk_get_optional_enabled()
Li Zetao
1
-8
/
+1
2023-08-21
gpio: pca9570: fix kerneldoc
Bartosz Golaszewski
1
-1
/
+1
2023-08-18
gpio: sim: simplify code with cleanup helpers
Bartosz Golaszewski
1
-169
/
+85
2023-08-16
gpiolib: fix reference leaks when removing GPIO chips still in use
Bartosz Golaszewski
1
-5
/
+11
2023-08-16
gpiolib: sysfs: Do unexport GPIO when user asks for it
Andy Shevchenko
1
-2
/
+5
2023-08-15
gpio: sim: replace memmove() + strstrip() with skip_spaces() + strim()
Bartosz Golaszewski
1
-7
/
+4
2023-08-12
gpio: sim: simplify gpio_sim_device_config_live_store()
Bartosz Golaszewski
1
-2
/
+1
2023-08-11
gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent
William Breathitt Gray
1
-1
/
+1
2023-08-11
gpio: mxc: release the parent IRQ in runtime suspend
Shenwei Wang
1
-12
/
+29
2023-08-11
gpio: mxs: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
1
-1
/
+1
2023-08-11
gpio: imx-scu: Use ARRAY_SIZE for array length
Rajeshwar R Shinde
1
-1
/
+2
[prev]
[next]