index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-davinci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: Use device_get_match_data()
Rob Herring
2023-10-09
1
-6
/
+3
*
gpio: davinci: Remove redundant dev_err_probe()
Ruan Jinjie
2023-07-29
1
-1
/
+1
*
gpio: davinci: make davinci_gpio_dev_pm_ops static
Min-Hua Chen
2023-06-13
1
-1
/
+1
*
gpio: davinci: correct non-kerneldoc comment
Krzysztof Kozlowski
2023-05-11
1
-1
/
+1
*
Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-25
1
-2
/
+0
|
\
|
*
gpiolib: remove asm-generic/gpio.h
Arnd Bergmann
2023-03-06
1
-2
/
+0
*
|
gpio: davinci: Add irq chip flag to skip set wake
Dhruva Gole
2023-04-03
1
-1
/
+1
*
|
gpio: davinci: Do not clear the bank intr enable bit in save_context
Dhruva Gole
2023-04-03
1
-3
/
+0
|
/
*
gpio: davinci: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
2023-01-30
1
-1
/
+0
*
gpio: davinci: Do not mention legacy API in the code
Andy Shevchenko
2023-01-30
1
-1
/
+1
*
gpio: davinci: add support of module build
Guillaume La Roque
2022-11-10
1
-0
/
+11
*
gpio: davinci: Stop using ARCH_NR_GPIOS
Christophe Leroy
2022-10-17
1
-3
/
+0
*
gpio: davinci: Add support for system suspend/resume PM
Devarsh Thakkar
2022-07-19
1
-0
/
+83
*
gpio: Get rid of duplicate of_node assignment in the drivers
Andy Shevchenko
2021-12-17
1
-1
/
+0
*
gpio: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-08-12
1
-2
/
+1
*
gpio: davinci: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-28
1
-6
/
+2
*
gpio: Unconditionally assign .request()/.free()
Thierry Reding
2020-04-02
1
-5
/
+2
*
gpio: davinci: silence error prints in case of EPROBE_DEFER
Keerthy
2019-07-15
1
-2
/
+3
*
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2019-07-09
1
-3
/
+4
|
\
|
*
gpio: davinci: Add new compatible for K3 AM654 SoCs
Keerthy
2019-06-08
1
-0
/
+1
|
*
gpio: davinci: Fix the compiler warning with ARM64 config enabled
Keerthy
2019-06-08
1
-3
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
gpio: davinci: use devm_platform_ioremap_resource()
Bartosz Golaszewski
2019-02-21
1
-3
/
+1
*
gpio: davinci: restore a way to manually specify the GPIO base
Bartosz Golaszewski
2018-11-26
1
-1
/
+1
*
gpio: davinci: Move driver local definitions to driver
Andrew F. Davis
2018-09-20
1
-0
/
+28
*
gpio: davinci: Allocate the correct amount of memory for controller
Andrew F. Davis
2018-09-20
1
-6
/
+4
*
gpio: davinci: Use dev name for label and automatic base selection
Andrew F. Davis
2018-09-20
1
-18
/
+4
*
gpio: davinci: Do not assume continuous IRQ numbering
Keerthy
2018-06-18
1
-21
/
+42
*
gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probe
Keerthy
2018-06-18
1
-18
/
+11
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
gpio: davinci: fix build warning when !CONFIG_OF
Sekhar Nori
2018-05-30
1
-2
/
+0
*
gpio: davinci: add support for pinmux gpio ranges
David Lechner
2018-02-12
1
-0
/
+6
*
Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-01-31
1
-1
/
+1
|
\
|
*
gpio: davinci: Include proper header
Linus Walleij
2018-01-14
1
-1
/
+1
*
|
gpio: davinci: Assign first bank regs for unbanked case
Keerthy
2017-11-30
1
-1
/
+1
|
/
*
gpio: davinci: Handle the return value of davinci_gpio_irq_setup function
Keerthy
2017-08-14
1
-1
/
+4
*
gpio: davinci: Convert prinkt to dev_err
Keerthy
2017-08-14
1
-2
/
+1
*
gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_data
Keerthy
2017-08-14
1
-2
/
+12
*
gpio: davinci: Handle return value of clk_prepare_enable
Arvind Yadav
2017-05-29
1
-2
/
+9
*
gpio: davinci: use devm_irq_alloc_descs()
Bartosz Golaszewski
2017-03-15
1
-1
/
+1
*
gpio: davinci: Remove custom .xlate
Keerthy
2017-01-26
1
-22
/
+0
*
gpio: davinci: Add support for multiple GPIO controllers
Keerthy
2017-01-26
1
-1
/
+3
*
gpio: davinci: Redesign driver to accommodate ngpios in one gpio chip
Keerthy
2017-01-26
1
-54
/
+73
*
gpio: davinci: Remove gpio2regs function
Keerthy
2017-01-26
1
-24
/
+11
*
gpio: davinci: Remove redundant members davinci_gpio_controller stuct
Keerthy
2017-01-11
1
-3
/
+0
*
gpio: davinci: Use unique labels for each gpio chip
Axel Haslam
2016-11-09
1
-1
/
+6
*
Merge branch 'devel' into for-next
Linus Walleij
2016-02-22
1
-2
/
+3
|
\
|
*
gpio: davinci: Fix possible NULL pointer deference
Nicholas Krause
2016-02-16
1
-0
/
+2
|
*
gpio: davinci: use irq_data_get_chip_type
Geliang Tang
2016-01-28
1
-2
/
+1
*
|
gpio: davinci: Fix the number of controllers allocated
Lokesh Vutla
2016-02-10
1
-2
/
+3
[next]