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-davinci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
gpio: Get rid of duplicate of_node assignment in the drivers
Andy Shevchenko
1
-1
/
+0
2021-08-12
gpio: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
1
-2
/
+1
2020-08-28
gpio: davinci: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+2
2020-04-02
gpio: Unconditionally assign .request()/.free()
Thierry Reding
1
-5
/
+2
2019-07-15
gpio: davinci: silence error prints in case of EPROBE_DEFER
Keerthy
1
-2
/
+3
2019-07-09
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-3
/
+4
2019-06-08
gpio: davinci: Add new compatible for K3 AM654 SoCs
Keerthy
1
-0
/
+1
2019-06-08
gpio: davinci: Fix the compiler warning with ARM64 config enabled
Keerthy
1
-3
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-02-21
gpio: davinci: use devm_platform_ioremap_resource()
Bartosz Golaszewski
1
-3
/
+1
2018-11-26
gpio: davinci: restore a way to manually specify the GPIO base
Bartosz Golaszewski
1
-1
/
+1
2018-09-20
gpio: davinci: Move driver local definitions to driver
Andrew F. Davis
1
-0
/
+28
2018-09-20
gpio: davinci: Allocate the correct amount of memory for controller
Andrew F. Davis
1
-6
/
+4
2018-09-20
gpio: davinci: Use dev name for label and automatic base selection
Andrew F. Davis
1
-18
/
+4
2018-06-18
gpio: davinci: Do not assume continuous IRQ numbering
Keerthy
1
-21
/
+42
2018-06-18
gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probe
Keerthy
1
-18
/
+11
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-2
/
+2
2018-05-30
gpio: davinci: fix build warning when !CONFIG_OF
Sekhar Nori
1
-2
/
+0
2018-02-12
gpio: davinci: add support for pinmux gpio ranges
David Lechner
1
-0
/
+6
2018-01-31
Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-1
/
+1
2018-01-14
gpio: davinci: Include proper header
Linus Walleij
1
-1
/
+1
2017-11-30
gpio: davinci: Assign first bank regs for unbanked case
Keerthy
1
-1
/
+1
2017-08-14
gpio: davinci: Handle the return value of davinci_gpio_irq_setup function
Keerthy
1
-1
/
+4
2017-08-14
gpio: davinci: Convert prinkt to dev_err
Keerthy
1
-2
/
+1
2017-08-14
gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_data
Keerthy
1
-2
/
+12
2017-05-29
gpio: davinci: Handle return value of clk_prepare_enable
Arvind Yadav
1
-2
/
+9
2017-03-15
gpio: davinci: use devm_irq_alloc_descs()
Bartosz Golaszewski
1
-1
/
+1
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-11
gpio: davinci: Remove redundant members davinci_gpio_controller stuct
Keerthy
1
-3
/
+0
2016-11-09
gpio: davinci: Use unique labels for each gpio chip
Axel Haslam
1
-1
/
+6
2016-02-22
Merge branch 'devel' into for-next
Linus Walleij
1
-2
/
+3
2016-02-16
gpio: davinci: Fix possible NULL pointer deference
Nicholas Krause
1
-0
/
+2
2016-02-10
gpio: davinci: Fix the number of controllers allocated
Lokesh Vutla
1
-2
/
+3
2016-02-10
gpio: davinci: Add the missing of-node pointer
Keerthy
1
-1
/
+1
2016-01-28
gpio: davinci: use irq_data_get_chip_type
Geliang Tang
1
-2
/
+1
2016-01-05
gpio: davinci: use gpiochip data pointer
Linus Walleij
1
-9
/
+6
2015-12-27
gpio: davinci: Be sure to clamp return value
Linus Walleij
1
-1
/
+1
2015-12-04
gpio: davinci: fix missed parent conversion
Linus Walleij
1
-1
/
+1
2015-11-30
gpio: use dev_get_platdata()
Nizam Haider
1
-1
/
+1
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
1
-2
/
+2
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-2
/
+1
2015-07-28
gpio: kill off set_irq_flags usage
Rob Herring
1
-1
/
+0
2015-07-17
Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Walleij
1
-10
/
+9
2015-07-17
gpio/davinci: add interrupt support for GPIOs 16-31
Vitaly Andrianov
1
-1
/
+1
2015-07-14
gpio/davinci: Fix race in installing chained irq handler
Thomas Gleixner
1
-4
/
+2
2015-07-14
gpio/davinci: Avoid redundant lookup of irq_data
Thomas Gleixner
1
-4
/
+4
2015-07-14
gpio/davinci: Prepare gpio_irq_handler for irq argument removal
Thomas Gleixner
1
-1
/
+2
[next]