Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d58922ce8cadba7e758608fef9438bc183b46b0f
/
drivers
/
pinctrl
/
sh-pfc
/
pinctrl.c
03b054e
pinctrl: Pass all configs to driver on pin_config_set()
by Sherman Yin
· 11 years ago
acac8ed
sh-pfc: Compute pin ranges automatically
by Laurent Pinchart
· 11 years ago
28818fa
sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pins
by Laurent Pinchart
· 11 years ago
3a8d63d
sh-pfc: Guard DT parsing with #ifdef CONFIG_OF
by Laurent Pinchart
· 11 years ago
12f3ad8
sh-pfc: Add pinconf support to DT bindings
by Laurent Pinchart
· 11 years ago
fe1c9a8
sh-pfc: Add DT support
by Laurent Pinchart
· 11 years ago
e3c4705
sh-pfc: Configure pins as GPIOs at request time when handled externally
by Laurent Pinchart
· 12 years ago
6dc9b45
sh-pfc: Return an error if a pin doesn't support the requested direction
by Laurent Pinchart
· 12 years ago
9a643c9
sh-pfc: Convert message printing from pr_* to dev_*
by Laurent Pinchart
· 12 years ago
9fddc4a
sh-pfc: Clean up pin configuration type handling
by Laurent Pinchart
· 12 years ago
0d00f00
sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction()
by Laurent Pinchart
· 12 years ago
c58d9c1
sh-pfc: Implement generic pinconf support
by Laurent Pinchart
· 12 years ago
b705c05
sh-pfc: Use proper error codes
by Laurent Pinchart
· 12 years ago
cd3c1be
sh-pfc: Constify all SoC data
by Laurent Pinchart
· 12 years ago
861601d
sh-pfc: Remove configuration dry-run and free
by Laurent Pinchart
· 12 years ago
1a0039d
sh-pfc: Don't modify sh_pfc_pin SoC data
by Laurent Pinchart
· 12 years ago
fd9d05b
sh-pfc: Fix return value check in sh_pfc_register_pinctrl()
by Wei Yongjun
· 12 years ago
3d8d9f1
sh-pfc: Expose real groups and functions in pinctrl/pinmux operations
by Laurent Pinchart
· 12 years ago
63d5738
sh-pfc: Add support for sparse pin numbers
by Laurent Pinchart
· 12 years ago
247127f
sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range()
by Laurent Pinchart
· 12 years ago
934cb02
sh-pfc: Add function to retrieve a pin instance from its pin number
by Laurent Pinchart
· 12 years ago
a68fdca9
sh-pfc: Use pinmux identifiers in the pin muxing API
by Laurent Pinchart
· 12 years ago
a3db40a
sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin
by Laurent Pinchart
· 12 years ago
a373ed0
sh-pfc: Split pins and functions definition tables
by Laurent Pinchart
· 12 years ago
2119f7c
sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only
by Laurent Pinchart
· 12 years ago
380c2ed
sh-pfc: Initialize pinmux_gpio flags statically
by Laurent Pinchart
· 12 years ago
d7a7ca5
sh-pfc: Replace first_gpio and last_gpio with nr_gpios
by Laurent Pinchart
· 12 years ago
d785fdb
sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios()
by Laurent Pinchart
· 12 years ago
e3e89ae
sh-pfc: Drop the sh_pfc_pinctrl spinlock
by Laurent Pinchart
· 12 years ago
dcc427e
sh-pfc: Don't define the per-device pinctrl struct instances as global
by Laurent Pinchart
· 12 years ago
fe330ce
sh-pfc: Declare operation structures as const
by Laurent Pinchart
· 12 years ago
c332380
sh-pfc: Move sh_pfc.h from include/linux/ to driver directory
by Laurent Pinchart
· 12 years ago
19bb7fe3
sh-pfc: Support pinmux info in driver data instead of platform data
by Laurent Pinchart
· 12 years ago
6e54d8d
sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/
by Laurent Pinchart
· 12 years ago
[Renamed from drivers/sh/pfc/pinctrl.c]
90efde2
sh-pfc: Sort headers alphabetically
by Laurent Pinchart
· 12 years ago
4a2e0d1
sh-pfc: Let the compiler decide whether to inline functions
by Laurent Pinchart
· 12 years ago
1724acf
sh-pfc: Use devm_kzalloc()
by Laurent Pinchart
· 12 years ago
c6193ea
sh-pfc: Move platform device and driver to the core
by Laurent Pinchart
· 12 years ago
f9492fd
sh-pfc: Merge PFC core and pinctrl
by Laurent Pinchart
· 12 years ago
f916513
sh-pfc: Move private definitions and declarations to private header
by Laurent Pinchart
· 12 years ago
d4e62d0
sh-pfc: Split platform data from the sh_pfc structure
by Laurent Pinchart
· 12 years ago
0fe763c
Drivers: misc: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
16d74eb
sh: pfc: Fix up GPIO mux type reconfig case.
by Paul Mundt
· 12 years ago
077664a
sh: pfc: Release spinlock in sh_pfc_gpio_request_enable() error path
by Laurent Pinchart
· 12 years ago
1e32dfe
sh: pfc: Fix up init ordering mess.
by Paul Mundt
· 12 years ago
92f53a8
sh: pfc: Build fix for pinctrl_remove_gpio_range() changes.
by Paul Mundt
· 12 years ago
fdd85ec
sh: pfc: pin config get/set support.
by Paul Mundt
· 12 years ago
5440711
sh: pfc: Prefer DRV_NAME over KBUILD_MODNAME.
by Paul Mundt
· 12 years ago
e3f805e
sh: pfc: pinctrl legacy group support.
by Paul Mundt
· 12 years ago
e3e7945
sh: pfc: Ignore pinmux GPIOs with invalid enum IDs.
by Paul Mundt
· 12 years ago
1acbbb4ed
sh: pfc: Export pinctrl binding init symbol.
by Paul Mundt
· 12 years ago
a2d3aff
sh: pfc: Make pr_fmt consistent across pfc drivers.
by Paul Mundt
· 12 years ago
d93a891
sh: pfc: pinctrl legacy function support.
by Paul Mundt
· 12 years ago
ca5481c6
sh: pfc: Rudimentary pinctrl-backed GPIO support.
by Paul Mundt
· 12 years ago