index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-mxc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: mxc: use devres for irq generic chip
Bartosz Golaszewski
2017-08-21
1
-5
/
+10
*
gpio: mxc: disallow unbinding the driver
Bartosz Golaszewski
2017-08-21
1
-0
/
+1
*
gpio: gpio-mxc: gpio_set_wake_irq() use proper return values
Philipp Rosenberger
2017-08-14
1
-5
/
+6
*
gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake source
Philipp Rosenberger
2017-08-01
1
-0
/
+3
*
gpio: mxc: use devm_irq_alloc_descs()
Bartosz Golaszewski
2017-03-15
1
-4
/
+2
*
Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-10-05
1
-8
/
+2
|
\
|
*
gpio: mxc: drop unused MODULE_ tags from non-modular code
Paul Gortmaker
2016-08-23
1
-8
/
+2
*
|
gpio: mxc: add generic gpio request/free callbacks to pinctrl
Vladimir Zapolskiy
2016-09-12
1
-0
/
+5
*
|
gpio: mxc: shift gpio_mxc_init() to subsys_initcall level
Vladimir Zapolskiy
2016-09-12
1
-1
/
+1
|
/
*
gpio: mxc: Use devm_gpiochip_add_data() for gpio registration
Laxman Dewangan
2016-02-23
1
-4
/
+2
*
gpio: generic: factor into gpio_chip struct
Linus Walleij
2016-01-05
1
-15
/
+12
*
gpio-mxc: stop including <asm-generic/bug>
Christoph Hellwig
2015-10-15
1
-1
/
+1
*
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-09-18
1
-2
/
+2
|
\
|
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-2
/
+2
*
|
gpio: mxc: need to check return value of irq_alloc_generic_chip
Peng Fan
2015-09-14
1
-2
/
+10
|
/
*
gpio: mxc: fix section mismatch warning
Dirk Behme
2015-08-13
1
-1
/
+1
*
gpio/mxc: mask gpio interrupts in suspend
Ulises Brindis
2015-08-13
1
-0
/
+1
*
gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-07-14
1
-3
/
+3
*
Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2015-06-23
1
-2
/
+3
|
\
|
*
gpio: Constify platform_device_id
Krzysztof Kozlowski
2015-05-12
1
-1
/
+1
|
*
gpio: mxc: read output value from GPIO_DR register
Vladimir Zapolskiy
2015-05-11
1
-1
/
+2
*
|
gpio: gpio-mxc: Fix race in installing chained IRQ handler
Russell King
2015-06-18
1
-7
/
+6
|
/
*
gpio: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
2014-07-22
1
-1
/
+1
*
gpio: mxc: Do not hard code return value
Sachin Kamat
2014-01-02
1
-1
/
+1
*
gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handler
Uwe Kleine-König
2013-08-16
1
-0
/
+4
*
gpio: gpio-mxc: Include "<linux/err.h>"
Fabio Estevam
2013-07-23
1
-0
/
+1
*
gpio: gpio-mxc: Use devm functions
Fabio Estevam
2013-07-20
1
-28
/
+8
*
arm: Move chained_irq_(enter|exit) to a generic file
Catalin Marinas
2013-03-26
1
-1
/
+1
*
gpio: remove use of __devinit
Bill Pemberton
2012-11-28
1
-2
/
+2
*
gpio/mxc: specify gpio base for device tree probe
Shawn Guo
2012-08-07
1
-1
/
+2
*
gpio/mxc: remove redundant shadow variables initialization
Shawn Guo
2012-08-07
1
-2
/
+0
*
Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...
Linus Torvalds
2012-07-26
1
-14
/
+57
|
\
|
*
gpio/mxc: use the edge_sel feature if available
Benoît Thébaudeau
2012-07-17
1
-14
/
+57
*
|
Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-07-23
1
-24
/
+32
|
\
\
|
*
|
gpio/mxc: move irq_domain_add_legacy call into gpio driver
Shawn Guo
2012-07-01
1
-24
/
+32
|
|
/
*
|
gpio/mxc: make irqs work for fsl,imx21-gpio devices
Uwe Kleine-König
2012-07-05
1
-4
/
+6
|
/
*
gpio/generic: initialize basic_mmio_gpio shadow variables properly
Shawn Guo
2012-05-19
1
-1
/
+1
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-0
/
+1
|
\
|
*
drivers/gpio: Fix drivers who are implicit users of module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
2011-11-01
1
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
gpio/mxc: move irq_to_gpio() into gpio-mxc driver
Shawn Guo
2011-08-17
1
-0
/
+2
|
*
gpio/mxc: add .to_irq for gpio chip
Shawn Guo
2011-08-16
1
-0
/
+10
*
|
gpio/mxc: add chained_irq_enter/exit() to mx3_gpio_irq_handler()
Shawn Guo
2011-09-21
1
-0
/
+6
|
/
*
gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renaming
Shawn Guo
2011-07-19
1
-2
/
+2
*
gpio/mxc: add device tree probe support
Shawn Guo
2011-07-08
1
-6
/
+28
*
gpio/mxc: get rid of the uses of cpu_is_mx()
Shawn Guo
2011-07-08
1
-18
/
+107
*
gpio/mxc: add missing initialization of basic_mmio_gpio shadow variables
Lothar Waßmann
2011-07-07
1
-0
/
+2
*
gpio/mxc: fix a bug with gpio_get_value calling
Shawn Guo
2011-06-11
1
-1
/
+1
*
gpio/mxc: convert gpio-mxc to use generic irq chip
Shawn Guo
2011-06-07
1
-61
/
+29
[next]