Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
560591f13e2f000977d887b31689f6b4d090ac4e
/
drivers
/
gpio
/
gpio-mxc.c
5ea80e4
gpio: mxc: Do not hard code return value
by Sachin Kamat
· 11 years ago
c0e811d
gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handler
by Uwe Kleine-König
· 11 years ago
18f92b1
gpio: gpio-mxc: Include "<linux/err.h>"
by Fabio Estevam
· 11 years ago
8cd73e4
gpio: gpio-mxc: Use devm functions
by Fabio Estevam
· 11 years ago
de88cbb
arm: Move chained_irq_(enter|exit) to a generic file
by Catalin Marinas
· 12 years ago
3836309
gpio: remove use of __devinit
by Bill Pemberton
· 12 years ago
7e6086d
gpio/mxc: specify gpio base for device tree probe
by Shawn Guo
· 12 years ago
f6b0ca2
gpio/mxc: remove redundant shadow variables initialization
by Shawn Guo
· 12 years ago
f948ad0
Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 12 years ago
3645f0c
Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
aeb2774
gpio/mxc: use the edge_sel feature if available
by Benoît Thébaudeau
· 12 years ago
33a4e98
gpio/mxc: make irqs work for fsl,imx21-gpio devices
by Uwe Kleine-König
· 12 years ago
1ab7ef1
gpio/mxc: move irq_domain_add_legacy call into gpio driver
by Shawn Guo
· 12 years ago
3e11f7b
gpio/generic: initialize basic_mmio_gpio shadow variables properly
by Shawn Guo
· 12 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
9524145
Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc
by Linus Torvalds
· 13 years ago
bb207ef
drivers/gpio: Fix drivers who are implicit users of module.h
by Paul Gortmaker
· 13 years ago
0e44b6e
gpio/mxc: add chained_irq_enter/exit() to mx3_gpio_irq_handler()
by Shawn Guo
· 13 years ago
a439561
gpio/mxc: move irq_to_gpio() into gpio-mxc driver
by Shawn Guo
· 13 years ago
09ad803
gpio/mxc: add .to_irq for gpio chip
by Shawn Guo
· 13 years ago
591567a
gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renaming
by Shawn Guo
· 13 years ago
8937cb6
gpio/mxc: add device tree probe support
by Shawn Guo
· 13 years ago
e7fc6ae
gpio/mxc: get rid of the uses of cpu_is_mx()
by Shawn Guo
· 13 years ago
fb14921
gpio/mxc: add missing initialization of basic_mmio_gpio shadow variables
by Lothar Waßmann
· 13 years ago
5523f86
gpio/mxc: fix a bug with gpio_get_value calling
by Shawn Guo
· 13 years ago
e4ea933
gpio/mxc: convert gpio-mxc to use generic irq chip
by Shawn Guo
· 13 years ago
2ce420d
gpio/mxc: convert gpio-mxc to use basic_mmio_gpio library
by Shawn Guo
· 13 years ago
b78d8e5
gpio/mxc: Change gpio-mxc into an upstanding gpio driver
by Shawn Guo
· 13 years ago
d37a65b
gpio/mxc: Move Freescale MXC gpio driver to drivers/gpio
by Shawn Guo
· 13 years ago
[Renamed from arch/arm/plat-mxc/gpio.c]
b5eee2f
ARM: mxc: Add missing lockdep annotation
by Thomas Gleixner
· 14 years ago
f38c02f
arm: Fold irq_set_chip/irq_set_handler
by Thomas Gleixner
· 14 years ago
6845664a
arm: Cleanup the irq namespace
by Thomas Gleixner
· 14 years ago
5ae30b4
ARM i.MX: Move gpio initialization to SoC specific files
by Sascha Hauer
· 14 years ago
039c464
plat-mxc: Provide irq_chip name for GPIO IRQs
by Alexander Stein
· 14 years ago
4d93579
ARM: plat-mxc: irq_data conversion.
by Lennert Buytenhek
· 14 years ago
3d5a44b
arm: mx50: add core functions support except clock
by Richard Zhao
· 14 years ago
b086e97
arm: plat-mxc: add full parameter macro to define gpio port
by Richard Zhao
· 14 years ago
a528bc8
ARM: mx3: introduce SOC_IMX31 and SOC_IMX35
by Uwe Kleine-König
· 14 years ago
d7e0951
ARM: mx3: move registration of gpios to plat-mxc/gpio.c
by Uwe Kleine-König
· 14 years ago
972cc48
ARM: imx: use SOC_IMX25 instead of ARCH_MX25 for multi-SoC
by Uwe Kleine-König
· 14 years ago
d485c7e
ARM: mx25: move registration of gpios to plat-mxc/gpio.c
by Uwe Kleine-König
· 14 years ago
e9f0baf
ARM: imx: move registration of gpios to plat-mxc/gpio.c
by Uwe Kleine-König
· 14 years ago
3bde75b
ARM: imx/gpio: remove some useless casts
by Uwe Kleine-König
· 14 years ago
a3484ff
ARM: imx: Add wake functionality to GPIO
by Dinh Nguyen
· 14 years ago
886ab3d
mxc/gpio: make _set_value work with values != 0/1
by Peter Korsgaard
· 14 years ago
14cb0de
arm/imx/gpio: add spinlock protection
by Baruch Siach
· 14 years ago
aa87214
i.MX51: handle IRQ for gpio 16..31
by Eric Bénard
· 14 years ago
e24798e
mx5: Add registration of GPIOs for MX5 devices
by Dinh Nguyen
· 15 years ago
6574305
arm/imx/gpio: remove a BUG_ON in hot path
by Uwe Kleine-König
· 15 years ago
3621f18
arm/imx/gpio: use fls to find set bits in the irq status register
by Uwe Kleine-König
· 15 years ago
3244c3e
arm/imx: use generic_handle_irq instead of open-coding it
by Uwe Kleine-König
· 15 years ago
3d40f7f
arm/imx/gpio: GPIO_INT_{HIGH,LOW}_LEV are not necessarily constant
by Uwe Kleine-König
· 15 years ago
060d20d
imx/gpio: Use handle_level_irq
by Uwe Kleine-König
· 15 years ago
8c25c36
Add i.MX25 support
by Sascha Hauer
· 15 years ago
494f22d
MXC gpio interrupt support: move register definitions to .c file
by Sascha Hauer
· 15 years ago
8afaada
mxc gpio: CONFIG_ARCH_* -> cpu_is_*()
by Sascha Hauer
· 15 years ago
910862e
mxc: emulate GPIO interrupt on both-edges
by Guennadi Liakhovetski
· 16 years ago
e2c97e7
MXC: remove BUG_ON in interrupt handler
by Sascha Hauer
· 16 years ago
999981d
mxc: first set GPIO level, then switch direction to output
by Guennadi Liakhovetski
· 16 years ago
cfca8b5
patch-mxc-add-ARCH_MX1
by Paulius Zaleckas
· 16 years ago
5cac9d6
[ARM] MXC: Fix mxc_gpio_get(), which must read PSR register instead DR.
by Darius Augulis
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
be50972
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
by Russell King
· 16 years ago
6cab486
[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*
by Dmitry Baryshkov
· 16 years ago
07bd1a6
MXC arch: Add gpio support for the whole platform
by Juergen Beisert
· 16 years ago