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
/
gpio-max732x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-20
gpio: max732x: remove redundant check
Gaurav Singh
1
-1
/
+1
2019-07-09
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-29
/
+16
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-4
/
+1
2019-05-31
gpio: max732x: use devm_gpiochip_add_data()
Bartosz Golaszewski
1
-6
/
+2
2019-05-31
gpio: max732x: use i2c_new_dummy_device()
Bartosz Golaszewski
1
-23
/
+14
2018-06-18
gpio: max732x: add error handling for i2c_new_dummy
Zhouyang Jia
1
-0
/
+12
2017-11-29
gpio: max732x: Remove duplicate NULL check
Andy Shevchenko
1
-4
/
+2
2017-11-08
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
1
-1
/
+1
2017-05-23
gpio: max732x: move header file out of I2C realm
Wolfram Sang
1
-1
/
+1
2016-11-25
gpio: simplify adding threaded interrupts
Linus Walleij
1
-9
/
+8
2016-01-05
gpio: max732x: use gpiochip data pointer
Linus Walleij
1
-15
/
+10
2015-12-27
gpio: max732x: Be sure to clamp return value
Linus Walleij
1
-2
/
+2
2015-11-30
gpio: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
1
-2
/
+2
2015-08-26
gpio: max732x: Fix error handling in probe()
Nicholas Krause
1
-3
/
+8
2015-07-16
gpio: max732x: Add missing dev reference to gpiochip
Marek Vasut
1
-0
/
+1
2015-05-06
gpio: max732x: Fix irq-events handler
Semen Protsenko
1
-1
/
+1
2015-05-06
gpio: max732x: Add IRQF_SHARED to irq flags
Semen Protsenko
1
-6
/
+4
2015-05-04
gpio: max732x: Propagate wake-up setting to parent irq controller
Semen Protsenko
1
-0
/
+9
2015-03-02
gpio: max732x: convert to GPIOLIB_IRQCHIP
Linus Walleij
1
-92
/
+42
2015-02-03
gpio: max732x: use an inline function for container cast
Linus Walleij
1
-15
/
+10
2015-01-30
gpio: max732x: add set_multiple function
Mans Rullgard
1
-3
/
+25
2015-01-15
gpio: max732x: Fix possible deadlock
Semen Protsenko
1
-1
/
+11
2015-01-15
gpio: max732x: Rewrite IRQ code to use irq_domain API
Semen Protsenko
1
-35
/
+65
2015-01-15
gpio: max732x: Add device tree support
Semen Protsenko
1
-11
/
+51
2014-07-22
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
1
-6
/
+1
2014-03-12
gpio: max732x: Fix possible NULL pointer dereference on i2c_new_dummy error
Krzysztof Kozlowski
1
-0
/
+7
2014-03-12
gpio: max732x: Fix I2C dummy device resource leak on probe failure
Krzysztof Kozlowski
1
-0
/
+2
2013-12-04
gpio/pinctrl: make gpio_chip members typed boolean
Linus Walleij
1
-1
/
+1
2013-08-16
gpio: use dev_get_platdata()
Jingoo Han
1
-4
/
+4
2013-03-27
gpio: max732x: use devm_kzalloc()
Jingoo Han
1
-3
/
+2
2012-11-28
gpio: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-28
gpio: remove use of __devinit
Bill Pemberton
1
-2
/
+2
2012-11-28
gpio: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2011-06-06
gpio: reorganize drivers
Grant Likely
1
-0
/
+714