Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
56902791977fa54fd0c34a7a6ea0c5da78b2334d
/
drivers
/
pinctrl
/
pinctrl-coh901.c
88aa9f7
pinctrl: coh901: fix initconst annotation
by Arnd Bergmann
· 9 years ago
014c1b3
pinctrl: u300: use gpiochip data pointer
by Linus Walleij
· 9 years ago
01a6283
pinctrl: coh901: Be sure to clamp return value
by Linus Walleij
· 9 years ago
58383c7
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
98c85d5
pinctrl: replace trivial implementations of gpio_chip request/free
by Jonas Gorski
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
fc02a46
pinctrl/coh901: Prepare u300_gpio_irq_handler for irq argument removal
by Thomas Gleixner
· 9 years ago
5663bb2
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 9 years ago
b4e7c55
pinctrl: remove all usage of gpio_remove ret val in driver/pinctl
by abdoulaye berthe
· 10 years ago
523dcce
pinctrl: coh901: convert driver to use gpiolib irqchip
by Linus Walleij
· 11 years ago
8c1d50a
pinctrl: coh901: move irq line locking to resource callbacks
by Linus Walleij
· 11 years ago
873ee9e
pinctrl: coh901: mark GPIO lines used for IRQ
by Linus Walleij
· 11 years ago
3dbde57
Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 11 years ago
c3b693d
Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/soc
by Arnd Bergmann
· 11 years ago
b263e9b
pinctrl: get rid of all platform data for coh901
by Linus Walleij
· 11 years ago
c87feee
pinctrl: coh901: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
351c216
pinctrl: coh901: add device tree support
by Linus Walleij
· 12 years ago
97fc463
pinctrl: Don't override the error code in probe error handling
by Axel Lin
· 11 years ago
0497a59
drivers/pinctrl: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 11 years ago
28d0c14
pinctrl: coh901: Fix error checking in u300_gpio_to_irq
by Axel Lin
· 12 years ago
8b0ef25
pinctrl: coh901: Fix checkpatch error
by Sachin Kamat
· 12 years ago
9e0c1fb
pinctrl: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
8604ac3
pinctrl/u300/coh901: stop spawning pinctrl from GPIO
by Linus Walleij
· 12 years ago
387923c
pinctrl/u300/coh901: let the gpio_chip register the range
by Linus Walleij
· 12 years ago
8035720
pinctrl: coh901: Return proper error if irq_domain_add_linear() fails
by Axel Lin
· 12 years ago
585583f
pinctrl/coh901: convert to use managed resources
by Linus Walleij
· 12 years ago
a6c45b9
pinctrl/coh901: use irqdomain, allocate irqdescs
by Linus Walleij
· 12 years ago
6517285
pinctrl/coh901: move header to platform data dir
by Linus Walleij
· 12 years ago
04b13de
pinctrl/coh901: retire ancient GPIO block versions
by Linus Walleij
· 12 years ago
27e8461
pinctrl/coh901: use clk_prepare_[en|dis]able()
by Linus Walleij
· 12 years ago
122dbe7
pinctrl: mark const init data with __initconst instead of __initdata
by Uwe Kleine-König
· 13 years ago
dc0b1aa
pinctrl: support pinconfig on the U300
by Linus Walleij
· 13 years ago
a050b3e
pinctrl/coh901: use generic pinconf enums and parameters
by Linus Walleij
· 13 years ago
128a06d
pinctrl: spawn U300 pinctrl from the COH901 GPIO
by Linus Walleij
· 13 years ago
e93bcee
pinctrl: move generic functions to the pinctrl_ namespace
by Linus Walleij
· 13 years ago
28a8d14
pinctrl: break out a pinctrl consumer header
by Linus Walleij
· 13 years ago
b4e3ac7
pinctrl/coh901: driver to request its pins
by Linus Walleij
· 13 years ago
ca402d3
pinctrl: move the U300 GPIO driver to pinctrl
by Linus Walleij
· 13 years ago
[Renamed from drivers/gpio/gpio-u300.c]
cc890cd
ARM: 7083/1: rewrite U300 GPIO to use gpiolib
by Linus Walleij
· 13 years ago
eb3cf18
ARM: 7033/1: mach-u300: break out GPIO driver specifics
by Linus Walleij
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
c103de2
gpio: reorganize drivers
by Grant Likely
· 13 years ago
06caa7a
gpio: move U300 GPIO driver to drivers/gpio
by Linus Walleij
· 13 years ago
[Renamed from arch/arm/mach-u300/gpio.c]
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 14 years ago
fcfadca
ARM: 5956/1: misplaced parentheses
by Roel Kluin
· 15 years ago
ee17962
ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3
by Linus Walleij
· 15 years ago
df1e052
ARM: 5666/1: Revamped U300 padmux API
by Linus Walleij
· 15 years ago
f7a9a4d
[ARM] 5510/1: U300 GPIO debug and init fixes
by Linus Walleij
· 16 years ago
bd41b99
[ARM] 5471/2: U300 GPIO and PADMUX support
by Linus Walleij
· 16 years ago