Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5cb95fae7a326f164751782114981e48bf284258
/
drivers
/
pinctrl
/
nomadik
/
pinctrl-nomadik.c
31ebe86
pinctrl: nomadik: don't default-flag IRQs as falling
by Linus Walleij
· 8 years ago
6d6cc0d
pinctrl: nomadik: make core support explicitly non-modular
by Paul Gortmaker
· 8 years ago
0f9d85b
pinctrl: nomadik: use of_property_read_bool
by Julia Lawall
· 8 years ago
d94ba9e7d
Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 8 years ago
27cdb5d
pinctrl: nomadik: fix warnings from unexported functions
by Ben Dooks
· 9 years ago
6b1a7c9
pinctrl: nomadik: fix inversion of gpio direction
by Linus Walleij
· 9 years ago
a37571a
Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 9 years ago
caee57e
pinctrl: nomadik: hide nmk_gpio_get_mode when unused
by Arnd Bergmann
· 9 years ago
67668a5
pinctrl: nomadik: implement .get_direction()
by Linus Walleij
· 9 years ago
5e81e0a
pinctrl: nomadik: use BIT() with offsets consequently
by Linus Walleij
· 9 years ago
0ee6011
pinctrl: nomadic: Use devm_pinctrl_register() for pinctrl registration
by Laxman Dewangan
· 9 years ago
d32f7fd
pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_map
by Irina Tirdea
· 9 years ago
6ee3345
pinctrl: nomadik: fix pull debug print inversion
by Linus Walleij
· 9 years ago
68ab012
pinctrl: nomadik: use gpiochip data pointer
by Linus Walleij
· 9 years ago
58383c78
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
d7f005e
pinctrl: nomadik: reflect current input value
by Linus Walleij
· 9 years ago
802bb9b
pinctrl: nomadik: depromote GPIO to subsystem_init()
by Linus Walleij
· 9 years ago
ee04139
pinctrl/ARM: move GPIO and pinctrl deps to device tree
by Linus Walleij
· 9 years ago
ab4a936
pinctrl: nomadik: assure GPIO chips are populated
by Linus Walleij
· 9 years ago
6ca7d2e
pinctrl: nomadik: find chip from local array
by Linus Walleij
· 9 years ago
bc222ef
pinctrl: nomadik: break out state container allocator
by Linus Walleij
· 9 years ago
5663bb2
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 10 years ago
323de9e
pinctrl: make pinctrl_register() return proper error code
by Masahiro Yamada
· 10 years ago
3007d94
pinctrl: nomadik: assign chips dynamically
by Linus Walleij
· 10 years ago
a21763a
pinctrl: nomadik: activate strict mux mode
by Linus Walleij
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
87b5067
pinctrl: nomadik: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
1637d48
pinctrl: nomadik: force-convert to generic config bindings
by Linus Walleij
· 10 years ago
68d41f2
pinctrl: nomadik: force-convert to generic mux bindings
by Linus Walleij
· 10 years ago
ea58459
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
8f1774a
pinctrl: nomadik: improve GPIO debug prints
by Linus Walleij
· 10 years ago
c2f6d05
pinctrl: nomadik: refactor DT parser to take two paths
by Linus Walleij
· 10 years ago
6e9b1c3
pinctrl: nomadik: use utils map free function
by Linus Walleij
· 10 years ago
ba38829
pinctrl: nomadik: use util function to reserve maps
by Linus Walleij
· 10 years ago
2fcea6c
pinctrl: remove remaining users of gpiochip_remove() retval
by Linus Walleij
· 10 years ago
03e9f0c
pinctrl: clean up after enable refactoring
by Linus Walleij
· 10 years ago
3a19805
pinctrl: nomadik: move all Nomadik drivers to subdir
by Linus Walleij
· 10 years ago
[Renamed (99%) from drivers/pinctrl/pinctrl-nomadik.c]
2243a87
pinctrl: avoid duplicated calling enable_pinmux_setting for a pin
by Fan Wu
· 11 years ago
6888c75
pinctrl: nomadik: delete stray debug print
by Linus Walleij
· 11 years ago
154d6f1
Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 11 years ago
e0bc34a
pinctrl: nomadik: convert driver to use gpiolib irqchip
by Linus Walleij
· 11 years ago
8f18bcf
pinctrl: nomadik: factor in platform data container
by Linus Walleij
· 11 years ago
194e15b
pinctrl: nomadik: rename secondary to latent
by Linus Walleij
· 11 years ago
57ef042
gpio: switch drivers to use new callback
by Linus Walleij
· 11 years ago
c003eed
pinctrl: nomadik: Convert to modern pm_ops
by Ulf Hansson
· 11 years ago
131d85b
pinctrl: nomadik: Silence compiler warn for !CONFIG_PM
by Ulf Hansson
· 11 years ago
9b6d351
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
a547df9
Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 11 years ago
11b35a3
Merge tag 'renesas-dt3-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
by Olof Johansson
· 11 years ago
9fb1f39
gpio/pinctrl: make gpio_chip members typed boolean
by Linus Walleij
· 11 years ago
f4b3f52
pinctrl: nomadik: decomission non-DT boot path
by Linus Walleij
· 11 years ago
8d99339
pinctrl: nomadik: move platform data handling into driver
by Linus Walleij
· 11 years ago
4705845
pinctrl: nomadik: always display IRQ in debugfs
by Linus Walleij
· 11 years ago
494336f
pinctrl: nomadik: mark GPIO lines used for IRQ
by Linus Walleij
· 11 years ago
03b054e
pinctrl: Pass all configs to driver on pin_config_set()
by Sherman Yin
· 11 years ago
690ebab
pinctrl: nomadik: simplify use of devm_ioremap_resource
by Julia Lawall
· 11 years ago
f84b417
pinctrl: nomadik: shut up a warning for flags
by Linus Walleij
· 11 years ago
bf4dae5
pinctrl: nomadik: delete ancient pin control API
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
15f4b11
Merge tag 'nomadik-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/dt
by Arnd Bergmann
· 11 years ago
2230a36e
pinctrl: nomadik: Staticize local symbols
by Sachin Kamat
· 11 years ago
3fd765a
pinctrl/nomadik: Standardise Pinctrl compat string for Nomadik based platforms
by Lee Jones
· 12 years ago
6b09a83
pinctrl/nomadik: Standardise Pinctrl compat string for DBx5x based platforms
by Lee Jones
· 12 years ago
a772635
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
356d3e4
pinctrl/nomadik: add device tree bindings for db8540
by Gabriel Fernandez
· 12 years ago
87ff934
pinctrl/nomadik: Fix checkpatch errors
by Sachin Kamat
· 12 years ago
de88cbb
arm: Move chained_irq_(enter|exit) to a generic file
by Catalin Marinas
· 12 years ago
022ab14
pinctrl: Declare operation structures as const
by Laurent Pinchart
· 12 years ago
a8f3740
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
8a3a11f
Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 12 years ago
604d11d
Merge tag 'v3.8-rc6' into next/dt
by Olof Johansson
· 12 years ago
0fafd50
pinctrl: nomadik: nmk_prcm_gpiocr_get_mode may be unused
by Arnd Bergmann
· 12 years ago
6010d40
ARM: nomadik: move GPIO and pinctrl to device tree
by Linus Walleij
· 12 years ago
9e0c1fb
pinctrl: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
32e67ee
pinctrl: nomadik: Allow prcm_base to be extracted from Device Tree
by Lee Jones
· 12 years ago
e32af88
pinctrl/nomadik: add device tree support
by Gabriel Fernandez
· 12 years ago
50f690d
pinctrl/nomadik: simplify GPIO probe
by Linus Walleij
· 12 years ago
aa6e379
pinctrl/nomadik: make independent of <mach/irqs.h>
by Linus Walleij
· 12 years ago
8d99b32
pinctrl/nomadik: adopt pinctrl sleep mode management
by Julien Delacou
· 12 years ago
4956964
Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
150632b
Drivers: pinctrl: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
4ca075d
pinctrl: nomadik: return if prcm_base is NULL
by Fabio Baltieri
· 12 years ago
b8edf84
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
5212d09
pinctrl: nomadik: Staticize non-exported symbols
by Axel Lin
· 12 years ago
953e9e9
pinctrl: nomadik: Prevent NULL dereference if of_match_device returns NULL
by Axel Lin
· 12 years ago
f1671bf
pinctrl/nomadik: make independent of prcmu driver
by Jonas Aaberg
· 12 years ago
8c995d6
pinctrl: nomadik: Add terminating entry for platform_device_id table
by Axel Lin
· 12 years ago
c3b9d1d
ARM: plat-nomadik: convert platforms to SPARSE_IRQ
by Linus Walleij
· 12 years ago
c3123cf
pinctrl/nomadik: merge old pincfg header
by Linus Walleij
· 12 years ago
7cb15e1
pinctrl/nomadik: move the platform data header
by Linus Walleij
· 12 years ago
2249b19
pinctrl/nomadik: debugfs display of other alternate-C functions
by Jean-Nicolas Graux
· 12 years ago
287f121
pinctrl/nomadik: merge old pincfg header
by Linus Walleij
· 12 years ago
bb16bd9
pinctrl/nomadik: move the platform data header
by Linus Walleij
· 12 years ago
f64228ee
ARM: plat-nomadik: move NMK_GPIO_PER_CHIP into gpio-nomadik.h
by Patrice Chotard
· 12 years ago
1d853ca
pinctrl/nomadik: allow to support several ranges per GPIO bank
by Patrice Chotard
· 12 years ago
38843e2
pinctrl/nomadik: pass DT node to the irqdomain
by Linus Walleij
· 12 years ago
832b6cd
pinctrl/nomadik: use zero as default irq_start
by Linus Walleij
· 12 years ago
Next »