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-ep93xx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: ep93xx: remove unused variable
Arnd Bergmann
2023-01-27
1
-2
/
+0
*
gpio: ep93xx: Make irqchip immutable
Nikita Shubin
2023-01-25
1
-13
/
+21
*
gpio: ep93xx: Fix port F hwirq numbers in handler
Nikita Shubin
2023-01-25
1
-1
/
+1
*
gpio: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-08-12
1
-4
/
+4
*
gpio: ep93xx: refactor base IRQ number
Nikita Shubin
2021-02-15
1
-5
/
+7
*
gpio: ep93xx: refactor ep93xx_gpio_add_bank
Nikita Shubin
2021-02-15
1
-5
/
+4
*
gpio: ep93xx: Fix typo s/hierarchial/hierarchical
Nikita Shubin
2021-02-15
1
-1
/
+1
*
gpio: ep93xx: drop to_irq binding
Nikita Shubin
2021-02-15
1
-6
/
+0
*
gpio: ep93xx: Fix wrong irq numbers in port F
Nikita Shubin
2021-02-15
1
-0
/
+1
*
gpio: ep93xx: Fix single irqchip with multi gpiochips
Nikita Shubin
2021-02-10
1
-11
/
+19
*
gpio: ep93xx: fix BUG_ON port F usage
Nikita Shubin
2021-02-10
1
-87
/
+99
*
gpio: ep93xx: Pass irqchip when adding gpiochip
Linus Walleij
2019-09-04
1
-67
/
+73
*
gpio: ep93xx: Use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
2019-06-27
1
-5
/
+2
*
gpio: ep93xx: fix test for end of loop
Dan Carpenter
2018-09-10
1
-1
/
+1
*
gpio: ep93xx: fix incorrect array element size check
Colin Ian King
2018-09-10
1
-1
/
+1
*
gpio: ep93xx: Switch A and B to use GPIOLIB_IRQCHIP
Linus Walleij
2018-08-29
1
-45
/
+50
*
gpio: ep93xx: Cut gpio_to_irq() usage
Linus Walleij
2018-08-29
1
-24
/
+24
*
gpio: ep93xx: Use for_each_set_bit() in IRQ handler
Linus Walleij
2018-08-29
1
-14
/
+10
*
gpio: ep93xx: Use the hwirq and port
Linus Walleij
2018-08-29
1
-19
/
+14
*
gpio: ep93xx: Do not pingpong irq numbers
Linus Walleij
2018-08-29
1
-12
/
+23
*
gpio: ep93xx: Properly call the chained IRQ handler
Linus Walleij
2018-08-29
1
-0
/
+8
*
gpio: ep93xx: Rename has_debounce to has_irq
Linus Walleij
2018-08-29
1
-7
/
+7
*
gpio: ep93xx: Pass around struct gpio_chip
Linus Walleij
2018-08-29
1
-38
/
+73
*
gpio: ep93xx: Switch to SPDX license tag
Linus Walleij
2018-08-29
1
-4
/
+1
*
gpio: ep93xx: Cut down variable names
Linus Walleij
2018-08-29
1
-13
/
+13
*
ARM/gpio: ep93xx: build standalone
Arnd Bergmann
2018-08-29
1
-25
/
+23
*
pinctrl / gpio: Introduce .set_config() callback for GPIO chips
Mika Westerberg
2017-01-26
1
-3
/
+8
*
gpio: ep93xx: Use devm_gpiochip_add_data() for gpio registration
Laxman Dewangan
2016-02-23
1
-1
/
+1
*
gpio: generic: factor into gpio_chip struct
Linus Walleij
2016-01-05
1
-12
/
+13
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-3
/
+2
*
gpio: kill off set_irq_flags usage
Rob Herring
2015-07-28
1
-1
/
+1
*
gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removal
Thomas Gleixner
2015-07-14
1
-1
/
+3
*
gpio/ep93xx: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-14
1
-1
/
+1
*
gpio: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
gpio: ep93xx: Use devm_ioremap_resource()
Jingoo Han
2014-05-27
1
-1
/
+1
*
gpio: gpioep93xx: use devm functions
abdoulaye berthe
2014-05-16
1
-27
/
+7
*
gpio: ep93xx: get rid of bogus __raw* accessors
Linus Walleij
2013-10-16
1
-9
/
+9
*
gpio: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
gpio/generic: initialize basic_mmio_gpio shadow variables properly
Shawn Guo
2012-05-19
1
-1
/
+1
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-03-28
1
-8
/
+0
|
\
|
*
gpio/ep93xx: Remove unused inline function and useless pr_err message
H Hartley Sweeten
2012-03-25
1
-8
/
+0
*
|
ep93xx: Configure GPIO ports in core code
Ryan Mallon
2012-03-14
1
-7
/
+0
|
/
*
drivers/gpio: Fix drivers who are implicit users of module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
ARM: 7042/3: mach-ep93xx: break out GPIO driver specifics
Linus Walleij
2011-10-01
1
-0
/
+3
*
ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driver
Linus Walleij
2011-08-22
1
-1
/
+18
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-07-25
1
-1
/
+1
*
gpio/ep93xx: Remove superfluous debug pr_info statement
Grant Likely
2011-06-09
1
-1
/
+0
*
gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio library
H Hartley Sweeten
2011-06-08
1
-121
/
+119
*
gpio/ep93xx: fix pr_fmt output
H Hartley Sweeten
2011-06-07
1
-1
/
+1
*
gpio: reorganize drivers
Grant Likely
2011-06-06
1
-2
/
+0
[next]