Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
9ec8b177323e34516ab176a812b42cf3564cd819
/
drivers
/
gpio
/
gpio-nomadik.c
64842aa
gpiolib: output basic details and consolidate gpio device drivers
by Grant Likely
· 13 years ago
41684f6
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
479a0c7
gpio/nomadik: use genirq core to track enablement
by Linus Walleij
· 13 years ago
3c0227d
gpio/nomadik: disable clocks when unused
by Rabin Vincent
· 13 years ago
0f33286
ARM: 7032/1: plat-nomadik: break out GPIO driver specifics
by Linus Walleij
· 13 years ago
75482dc
ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.h
by Russell King
· 13 years ago
33d7864
gpio/nomadik: fix sleepmode for elder Nomadik
by Linus Walleij
· 13 years ago
bc6f5cf
gpio/nomadik: add function to read GPIO pull down status
by Rickard Andersson
· 13 years ago
8ea72a3
gpio/nomadik: show all pins in debug
by Rabin Vincent
· 13 years ago
37d7245
gpio: move Nomadik GPIO driver to drivers/gpio
by Grant Likely
· 13 years ago
[Renamed from arch/arm/plat-nomadik/gpio.c]
adfed15
ARM: nmk: update GPIO chained IRQ handler to entry/exit functions
by Will Deacon
· 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
d1118f6
arm: nomadik: Use local irq state
by Thomas Gleixner
· 14 years ago
4fe25e3
arm: nomadik: Remove non existing cpu id check
by Thomas Gleixner
· 14 years ago
b15f052
arm/gpio: Remove three copies of broken and racy debug code
by Thomas Gleixner
· 14 years ago
b9df468
plat-nomadik: make GPIO interrupts work with cpuidle ApSleep
by Rabin Vincent
· 14 years ago
3c4bee0
plat-nomadik: fix compilation warning
by Linus Walleij
· 14 years ago
5317e4d1
plat-nomadik: get rid of unused GPIO PM code
by Rabin Vincent
· 14 years ago
8b40eee
plat-nomadik: change sleep/wakeup setting in GPIO SLPM register
by Rikard Olsson
· 14 years ago
01727e6
plat-nomadik: implement safe switch sequence for Alt-C
by Rabin Vincent
· 14 years ago
3546d15
plat-nomadik: set altfunc to GPIO when enabling the sleep config
by Rabin Vincent
· 14 years ago
2c8bb0e
plat-nomadik: type secondary IRQ correctly
by Virupax Sadashivpetimath
· 14 years ago
9c66ee6
plat-nomadik: pull-up/down settings for GPIO resume
by Jonas Aaberg
· 14 years ago
33b744b
plat-nomadik: support secondary GPIO interrupts
by Rabin Vincent
· 14 years ago
c84c7c0
plat-nomadik: implement suspend/resume for GPIO
by Rabin Vincent
· 15 years ago
d0b543c
plat-nomadik: add custom dbg_show for GPIO
by Rabin Vincent
· 15 years ago
e493e06
plat-nomadik: support varying number of GPIOs per block
by Rabin Vincent
· 15 years ago
f272c00
ARM: plat-nomadik: irq_data conversion.
by Lennert Buytenhek
· 14 years ago
8d568ae
nomadik-gpio: use dev name if no name is specified
by Rabin Vincent
· 14 years ago
dacdc96
nomadik-gpio: allow sleep mode dir/pull to differ from normal mode
by Rabin Vincent
· 14 years ago
fd0d67d
ARM: 6347/2: nomadik: move nmk_gpio_probe to .devinit.text
by Uwe Kleine-König
· 14 years ago
6720db7
ARM: 6354/1: nomadik-gpio: allow control of sleep mode direction and pull up
by Rabin Vincent
· 14 years ago
7e3f7e5
ARM: 6353/1: nomadik-gpio: add SLPM register handing for DB8500v2
by Rabin Vincent
· 14 years ago
f6aa01c
ARM: 6177/1: nomadik-gpio: fix "ignoring return value" warning
by Rabin Vincent
· 14 years ago
0d2aec9
ARM: 6176/1: nomadik-gpio: implement to_irq
by Rabin Vincent
· 14 years ago
4d4e20f
ARM: 6175/1: nomadik-gpio: implement set_wake
by Rabin Vincent
· 14 years ago
33f45ea
ARM: 6156/1: nomadik-gpio: switch to core_initcall
by Rabin Vincent
· 14 years ago
378be06
ARM: 6155/1: nomadik-gpio: add pin configuration API
by Rabin Vincent
· 14 years ago
6f9a974
ARM: 6154/1: nomadik-gpio: refactor nmk_gpio_set_mode
by Rabin Vincent
· 14 years ago
81a3c29
ARM: 6149/1: nomadik-gpio: add function to configure sleep mode behaviour
by Rabin Vincent
· 14 years ago
5b327ed
ARM: 6148/1: nomadik-gpio: add function to configure pullup/pulldown
by Rabin Vincent
· 14 years ago
6647c6c
ARM: 6147/1: nomadik-gpio: set val in ->direction_output()
by Rabin Vincent
· 14 years ago
ac1d426
Merge branch 'devel-stable' into devel
by Russell King
· 14 years ago
af7dc22
ARM: 6104/1: nomadik-gpio: use clk API
by Rabin Vincent
· 15 years ago
2210d64
ARM: 6102/1: nomadik-gpio: set a default trigger for interrupts
by Rabin Vincent
· 15 years ago
7a852d8
ARM: 6101/1: nomadik-gpio: don't enable in set_type
by Rabin Vincent
· 15 years ago
040e5ec
ARM: 6100/1: nomadik-gpio: factor out helper to enable/disable irqs
by Rabin Vincent
· 15 years ago
6b07aae
ARM: 6099/1: nomadik-gpio: fix mask/unmask
by Rabin Vincent
· 15 years ago
3e3c62c
ARM: 5972/1: nomadik-gpio: convert to platform driver
by Rabin Vincent
· 15 years ago
aaedaa2
ARM: 5971/1: nomadik-gpio: mask/ack/unmask the parent irq
by Rabin Vincent
· 15 years ago
c0fcb8d
ARM: 5970/1: nomadik-gpio: fix spinlock usage
by Rabin Vincent
· 15 years ago
3a5e854
ARM: 5969/1: nomadik: move gpio to plat-nomadik
by Rabin Vincent
· 15 years ago
[Renamed from arch/arm/mach-nomadik/gpio.c]
2ec1d35
[ARM] 5584/1: nomadik: add gpio driver and devices
by Alessandro Rubini
· 15 years ago