Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f900f7a438e5238d1d8ce7ea8d9beb9b1f012db6
/
drivers
/
pinctrl
/
sh-pfc
/
gpio.c
c29e2f2
pinctrl: sh-pfc: Convert to devm_gpiochip_add_data()
by Geert Uytterhoeven
· 8 years ago
9697643
pinctrl: sh-pfc: Let gpio_chip.to_irq() return zero on error
by Geert Uytterhoeven
· 9 years ago
7cb093c
pinctrl: sh-pfc: use gpiochip data pointer
by Linus Walleij
· 9 years ago
58383c7
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
4adeabd
pinctrl: sh-pfc: Remove hardcoded IRQ numbers
by Laurent Pinchart
· 9 years ago
90d0661
pinctrl: sh-pfc: Get rid of CONFIG_ARCH_SHMOBILE_LEGACY
by Geert Uytterhoeven
· 9 years ago
56f891b
pinctrl: sh-pfc: Confine legacy function GPIOs to SH
by Geert Uytterhoeven
· 9 years ago
57106e5
pinctrl: sh-pfc: Remove empty gpio_function_free()
by Geert Uytterhoeven
· 9 years ago
18fab399
pinctrl: sh-pfc: Stop calling gpiochip_add_pin_range() on DT platforms
by Geert Uytterhoeven
· 9 years ago
1f34de0
pinctrl: sh-pfc: Use u32 to store register addresses
by Geert Uytterhoeven
· 10 years ago
17c7cbb
pinctrl: sh-pfc: Use reg_width instead of reg as sentinel
by Geert Uytterhoeven
· 10 years ago
cef28a2
pinctrl: sh-pfc: Use unsigned int for register/field widths and offsets
by Geert Uytterhoeven
· 10 years ago
fc88936
pinctrl: sh-pfc: Use u32 to store register data
by Geert Uytterhoeven
· 10 years ago
b4e7c55
pinctrl: remove all usage of gpio_remove ret val in driver/pinctl
by abdoulaye berthe
· 10 years ago
6d5bddd
pinctrl: sh-pfc: Constify IRQ GPIOs arrays
by Laurent Pinchart
· 11 years ago
70c8f01
sh-pfc: Support GPIO to IRQ mapping specified IRQ resources
by Laurent Pinchart
· 11 years ago
5b46ac3
sh-pfc: Rename sh_pfc window field to windows
by Laurent Pinchart
· 11 years ago
316b255
sh-pfc: Terminate gpios array by -1
by Laurent Pinchart
· 11 years ago
8d72a7f
sh-pfc: Turn unsigned indices into unsigned int
by Laurent Pinchart
· 11 years ago
4f82e3e
sh-pfc: Support pins not associated with a GPIO port
by Laurent Pinchart
· 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
757b055
sh-pfc: Rename gpio arguments to be consistent with the rest of the code
by Laurent Pinchart
· 11 years ago
a1a3580
sh-pfc: Don't overallocate memory for the GPIO chip pins array
by Laurent Pinchart
· 11 years ago
ceef91d
sh-pfc: Skip gpiochip registration when no GPIO resource is found
by Laurent Pinchart
· 12 years ago
1a4fd58
sh-pfc: Make GPIO support optional
by Laurent Pinchart
· 12 years ago
542a564
sh-pfc: Make function GPIOs support optional
by Laurent Pinchart
· 12 years ago
9a643c9
sh-pfc: Convert message printing from pr_* to dev_*
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
51cb226
sh-pfc: Don't modify pinmux_data_reg SoC data
by Laurent Pinchart
· 12 years ago
e51d534
sh-pfc: Don't map data registers individually
by Laurent Pinchart
· 12 years ago
41f1219
sh-pfc: Move GPIO registers access functions to gpio.c
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
0b73ee5
sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic
by Laurent Pinchart
· 12 years ago
a68fdca9
sh-pfc: Use pinmux identifiers in the pin muxing API
by Laurent Pinchart
· 12 years ago
c07f54f
sh-pfc: Look up IRQ table entries by GPIO number
by Laurent Pinchart
· 12 years ago
1688381
sh-pfc: Split pins and functions into separate gpio_chip instances
by Laurent Pinchart
· 12 years ago
a373ed0
sh-pfc: Split pins and functions definition tables
by Laurent Pinchart
· 12 years ago
24d6b36
sh-pfc: Don't needlessly check GPIO type in sh_gpio_free()
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
d7a7ca5
sh-pfc: Replace first_gpio and last_gpio with nr_gpios
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/gpio.c]
90efde2
sh-pfc: Sort headers alphabetically
by Laurent Pinchart
· 12 years ago
a99ebec
sh-pfc: Remove check for impossible error condition
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
6f6a4a6
sh-pfc: Merge PFC core and gpio
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
6679185
ARM: shmobile: move custom gpio functions to sh-gpio.h
by Rob Herring
· 12 years ago
a2d3aff
sh: pfc: Make pr_fmt consistent across pfc drivers.
by Paul Mundt
· 12 years ago
ca5481c6
sh: pfc: Rudimentary pinctrl-backed GPIO support.
by Paul Mundt
· 12 years ago
afae021
sh: pfc: Shuffle PFC support core.
by Paul Mundt
· 12 years ago
[Renamed from drivers/sh/pfc-gpio.c]
b3c185a
sh: pfc: Split out gpio chip support.
by Paul Mundt
· 12 years ago