Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c24449b321095d8c80cdda3d68107269c1d5569f
/
drivers
/
gpio
/
gpio-davinci.c
448cf90
gpio: Get rid of duplicate of_node assignment in the drivers
by Andy Shevchenko
· 3 years ago
dbd1c54
gpio: Bulk conversion to generic_handle_domain_irq()
by Marc Zyngier
· 3 years, 8 months ago
33b78b5
gpio: davinci: Simplify with dev_err_probe()
by Krzysztof Kozlowski
· 4 years, 4 months ago
f0254b5
gpio: Unconditionally assign .request()/.free()
by Thierry Reding
· 4 years, 9 months ago
541e409
gpio: davinci: silence error prints in case of EPROBE_DEFER
by Keerthy
· 5 years ago
2ec98f5
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 5 years ago
6a4d8b6
gpio: davinci: Add new compatible for K3 AM654 SoCs
by Keerthy
· 6 years ago
36c0551
gpio: davinci: Fix the compiler warning with ARM64 config enabled
by Keerthy
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
fa7569c
gpio: davinci: use devm_platform_ioremap_resource()
by Bartosz Golaszewski
· 6 years ago
786a9ab
gpio: davinci: restore a way to manually specify the GPIO base
by Bartosz Golaszewski
· 6 years ago
79b73ff
gpio: davinci: Move driver local definitions to driver
by Andrew F. Davis
· 6 years ago
c809e37
gpio: davinci: Allocate the correct amount of memory for controller
by Andrew F. Davis
· 6 years ago
587f7a6
gpio: davinci: Use dev name for label and automatic base selection
by Andrew F. Davis
· 6 years ago
eb3744a
gpio: davinci: Do not assume continuous IRQ numbering
by Keerthy
· 7 years ago
c1d013a
gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probe
by Keerthy
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
6310b93
gpio: davinci: fix build warning when !CONFIG_OF
by Sekhar Nori
· 7 years ago
3c87d7c
gpio: davinci: add support for pinmux gpio ranges
by David Lechner
· 7 years ago
9798f51
Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 7 years ago
7220c43
gpio: davinci: Include proper header
by Linus Walleij
· 7 years ago
7f8e2a8
gpio: davinci: Assign first bank regs for unbanked case
by Keerthy
· 7 years ago
5e7a0ce
gpio: davinci: Handle the return value of davinci_gpio_irq_setup function
by Keerthy
· 7 years ago
1a9ef90
gpio: davinci: Convert prinkt to dev_err
by Keerthy
· 7 years ago
8327e1b
gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_data
by Keerthy
· 7 years ago
6dc0048
gpio: davinci: Handle return value of clk_prepare_enable
by Arvind Yadav
· 8 years ago
a1a3c2d
gpio: davinci: use devm_irq_alloc_descs()
by Bartosz Golaszewski
· 8 years ago
035a86b
gpio: davinci: Remove custom .xlate
by Keerthy
· 8 years ago
8e11047
gpio: davinci: Add support for multiple GPIO controllers
by Keerthy
· 8 years ago
b5cf3fd
gpio: davinci: Redesign driver to accommodate ngpios in one gpio chip
by Keerthy
· 8 years ago
8f7cf8c
gpio: davinci: Remove gpio2regs function
by Keerthy
· 8 years ago
bb5b067
gpio: davinci: Remove redundant members davinci_gpio_controller stuct
by Keerthy
· 8 years ago
e027503
gpio: davinci: Use unique labels for each gpio chip
by Axel Haslam
· 8 years ago
3cf42ef
Merge branch 'devel' into for-next
by Linus Walleij
· 9 years ago
d6f434e
gpio: davinci: Fix possible NULL pointer deference
by Nicholas Krause
· 9 years ago
6ec9249a
gpio: davinci: Fix the number of controllers allocated
by Lokesh Vutla
· 9 years ago
310a7e6
gpio: davinci: Add the missing of-node pointer
by Keerthy
· 9 years ago
ccdbddf
gpio: davinci: use irq_data_get_chip_type
by Geliang Tang
· 9 years ago
72a1ca2
gpio: davinci: use gpiochip data pointer
by Linus Walleij
· 9 years ago
5b8d8fb
gpio: davinci: Be sure to clamp return value
by Linus Walleij
· 9 years ago
6ddbaed
gpio: davinci: fix missed parent conversion
by Linus Walleij
· 9 years ago
ab128af
gpio: use dev_get_platdata()
by Nizam Haider
· 9 years ago
58383c78
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
23393d4
gpio: kill off set_irq_flags usage
by Rob Herring
· 9 years ago
bcae888
Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into devel
by Linus Walleij
· 9 years ago
3685bbc
gpio/davinci: add interrupt support for GPIOs 16-31
by Vitaly Andrianov
· 9 years ago
bdac2b6
gpio/davinci: Fix race in installing chained irq handler
by Thomas Gleixner
· 9 years ago
1765d67
gpio/davinci: Avoid redundant lookup of irq_data
by Thomas Gleixner
· 9 years ago
c3ca1e6
gpio/davinci: Prepare gpio_irq_handler for irq argument removal
by Thomas Gleixner
· 9 years ago
c16edb8
gpio/davinci: Use accessor function irq_data_get_irq_handler_data()
by Jiang Liu
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
5bb5428
gpio: gpio-davinci: remove duplicate check on resource
by Varka Bhadram
· 10 years ago
4a3a950
gpio: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
9ea9363c
gpio: davinci: remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
758afe4
gpio: davinci: fix gpio selection for OF
by Alexander Holler
· 11 years ago
0c6feb0
gpio: davinci: reuse for keystone soc
by Grygorii Strashko
· 11 years ago
58c0f5a
gpio: davinci: Use signed type for 'irq' variable
by Alexander Shiyan
· 11 years ago
6075a8b
gpio: davinci: don't create irq_domain in case of unbanked irqs
by Grygorii Strashko
· 11 years ago
0d978eb
gpio: davinci: use chained_irq_enter/chained_irq_exit API
by Grygorii Strashko
· 11 years ago
c770844
gpio: davinci: add OF support
by KV Sujith
· 11 years ago
9211ff3
gpio: davinci: convert to use irqdomain support.
by Lad, Prabhakar
· 11 years ago
c21d500
gpio: davinci: get rid of DAVINCI_N_GPIO
by Grygorii Strashko
· 11 years ago
388291c
gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*
by Lad, Prabhakar
· 11 years ago
34af1ab
gpio: davinci: fix check for unbanked gpio
by Lad, Prabhakar
· 11 years ago
118150f
gpio: davinci: move to platform device
by KV Sujith
· 11 years ago
131a10a
gpio: davinci: coding style correction
by Philip Avinash
· 11 years ago
ce6b658
gpio: davinci: preparation for switch to common clock framework
by Murali Karicheri
· 12 years ago
81b279d
gpio/davinci: fix enabling unbanked GPIO IRQs
by Sekhar Nori
· 13 years ago
ab2dde9
gpio/davinci: fix oops on unbanked gpio irq request
by Sekhar Nori
· 13 years ago
526a0dc
ARM: 7074/1: gpio: davinci: eliminate unused variable warnings
by Axel Lin
· 13 years ago
8338d87
ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystem
by Linus Walleij
· 13 years ago
[Renamed from arch/arm/mach-davinci/gpio.c]
2f8163b
ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h
by Russell King
· 13 years ago
f299bb9
arm: davinci: Fix low level gpio irq handlers' argument
by Ido Yariv
· 13 years ago
7416401
arm: davinci: Fix fallout from generic irq chip conversion
by Thomas Gleixner
· 14 years ago
6845664a
arm: Cleanup the irq namespace
by Thomas Gleixner
· 14 years ago
5093aec
arm: davinci: Cleanup irq chip code
by Thomas Gleixner
· 14 years ago
2326544
ARM: davinci: irq_data conversion.
by Lennert Buytenhek
· 14 years ago
b8d4429
Davinci: gpio - use ioremap()
by Cyril Chemparathy
· 15 years ago
5b3a05c
Davinci: eliminate pinmux offset verbosity
by Cyril Chemparathy
· 15 years ago
b27b6d0
Davinci: gpio - fine grained locking
by Cyril Chemparathy
· 15 years ago
686b634
Davinci: gpio - controller type support
by Cyril Chemparathy
· 15 years ago
c12f415
Davinci: gpio - register layout invariant inlines
by Cyril Chemparathy
· 15 years ago
99e9e52
Davinci: gpio - structs and functions renamed
by Cyril Chemparathy
· 15 years ago
ba4a984
Davinci: gpio - minor cleanup
by Cyril Chemparathy
· 15 years ago
21ce873
davinci: sparse: gpio: void casting
by Kevin Hilman
· 15 years ago
28552c2
davinci: misc cleanups from sparse
by Kevin Hilman
· 15 years ago
42d399e
DaVinci: remove unneeded #include's
by Sergei Shtylyov
· 15 years ago
7a36071
davinci: dm365 gpio irq support
by David Brownell
· 16 years ago
a994955
davinci: Make GPIO code more generic
by Mark A. Greer
· 16 years ago
dc75602
davinci: fixups for banked GPIO interrupt handling
by Kevin Hilman
· 16 years ago
df4aab4
davinci: gpio irq enable tweaks
by David Brownell
· 16 years ago
474dad5
davinci: gpio bugfixes
by David Brownell
· 16 years ago
c97f681
Merge branch 'for-rmk' of git://source.mvista.com/git/linux-davinci-2.6.git
by Russell King
· 16 years ago
d8aa025
[ARM] 5298/1: Drop desc_handle_irq()
by Dmitry Baryshkov
· 16 years ago
dce1115
ARM: DaVinci: SOC GPIOs use gpiolib
by David Brownell
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
3d9edf0
[ARM] 4457/2: davinci: GPIO support
by Vladimir Barinov
· 17 years ago