1. c29e2f2 pinctrl: sh-pfc: Convert to devm_gpiochip_add_data() by Geert Uytterhoeven · 8 years ago
  2. 9697643 pinctrl: sh-pfc: Let gpio_chip.to_irq() return zero on error by Geert Uytterhoeven · 8 years ago
  3. 7cb093c pinctrl: sh-pfc: use gpiochip data pointer by Linus Walleij · 9 years ago
  4. 58383c7 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  5. 4adeabd pinctrl: sh-pfc: Remove hardcoded IRQ numbers by Laurent Pinchart · 9 years ago
  6. 90d0661 pinctrl: sh-pfc: Get rid of CONFIG_ARCH_SHMOBILE_LEGACY by Geert Uytterhoeven · 9 years ago
  7. 56f891b pinctrl: sh-pfc: Confine legacy function GPIOs to SH by Geert Uytterhoeven · 9 years ago
  8. 57106e5 pinctrl: sh-pfc: Remove empty gpio_function_free() by Geert Uytterhoeven · 9 years ago
  9. 18fab399 pinctrl: sh-pfc: Stop calling gpiochip_add_pin_range() on DT platforms by Geert Uytterhoeven · 9 years ago
  10. 1f34de0 pinctrl: sh-pfc: Use u32 to store register addresses by Geert Uytterhoeven · 10 years ago
  11. 17c7cbb pinctrl: sh-pfc: Use reg_width instead of reg as sentinel by Geert Uytterhoeven · 10 years ago
  12. cef28a2 pinctrl: sh-pfc: Use unsigned int for register/field widths and offsets by Geert Uytterhoeven · 10 years ago
  13. fc88936 pinctrl: sh-pfc: Use u32 to store register data by Geert Uytterhoeven · 10 years ago
  14. b4e7c55 pinctrl: remove all usage of gpio_remove ret val in driver/pinctl by abdoulaye berthe · 10 years ago
  15. 6d5bddd pinctrl: sh-pfc: Constify IRQ GPIOs arrays by Laurent Pinchart · 11 years ago
  16. 70c8f01 sh-pfc: Support GPIO to IRQ mapping specified IRQ resources by Laurent Pinchart · 11 years ago
  17. 5b46ac3 sh-pfc: Rename sh_pfc window field to windows by Laurent Pinchart · 11 years ago
  18. 316b255 sh-pfc: Terminate gpios array by -1 by Laurent Pinchart · 11 years ago
  19. 8d72a7f sh-pfc: Turn unsigned indices into unsigned int by Laurent Pinchart · 11 years ago
  20. 4f82e3e sh-pfc: Support pins not associated with a GPIO port by Laurent Pinchart · 11 years ago
  21. acac8ed sh-pfc: Compute pin ranges automatically by Laurent Pinchart · 11 years ago
  22. 28818fa sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pins by Laurent Pinchart · 11 years ago
  23. 757b055 sh-pfc: Rename gpio arguments to be consistent with the rest of the code by Laurent Pinchart · 11 years ago
  24. a1a3580 sh-pfc: Don't overallocate memory for the GPIO chip pins array by Laurent Pinchart · 11 years ago
  25. ceef91d sh-pfc: Skip gpiochip registration when no GPIO resource is found by Laurent Pinchart · 12 years ago
  26. 1a4fd58 sh-pfc: Make GPIO support optional by Laurent Pinchart · 12 years ago
  27. 542a564 sh-pfc: Make function GPIOs support optional by Laurent Pinchart · 12 years ago
  28. 9a643c9 sh-pfc: Convert message printing from pr_* to dev_* by Laurent Pinchart · 12 years ago
  29. b705c05 sh-pfc: Use proper error codes by Laurent Pinchart · 12 years ago
  30. cd3c1be sh-pfc: Constify all SoC data by Laurent Pinchart · 12 years ago
  31. 861601d sh-pfc: Remove configuration dry-run and free by Laurent Pinchart · 12 years ago
  32. 1a0039d sh-pfc: Don't modify sh_pfc_pin SoC data by Laurent Pinchart · 12 years ago
  33. 51cb226 sh-pfc: Don't modify pinmux_data_reg SoC data by Laurent Pinchart · 12 years ago
  34. e51d534 sh-pfc: Don't map data registers individually by Laurent Pinchart · 12 years ago
  35. 41f1219 sh-pfc: Move GPIO registers access functions to gpio.c by Laurent Pinchart · 12 years ago
  36. 63d5738 sh-pfc: Add support for sparse pin numbers by Laurent Pinchart · 12 years ago
  37. 247127f sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range() by Laurent Pinchart · 12 years ago
  38. 934cb02 sh-pfc: Add function to retrieve a pin instance from its pin number by Laurent Pinchart · 12 years ago
  39. 0b73ee5 sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic by Laurent Pinchart · 12 years ago
  40. a68fdca9 sh-pfc: Use pinmux identifiers in the pin muxing API by Laurent Pinchart · 12 years ago
  41. c07f54f sh-pfc: Look up IRQ table entries by GPIO number by Laurent Pinchart · 12 years ago
  42. 1688381 sh-pfc: Split pins and functions into separate gpio_chip instances by Laurent Pinchart · 12 years ago
  43. a373ed0 sh-pfc: Split pins and functions definition tables by Laurent Pinchart · 12 years ago
  44. 24d6b36 sh-pfc: Don't needlessly check GPIO type in sh_gpio_free() by Laurent Pinchart · 12 years ago
  45. 2119f7c sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only by Laurent Pinchart · 12 years ago
  46. d7a7ca5 sh-pfc: Replace first_gpio and last_gpio with nr_gpios by Laurent Pinchart · 12 years ago
  47. c332380 sh-pfc: Move sh_pfc.h from include/linux/ to driver directory by Laurent Pinchart · 12 years ago
  48. 19bb7fe3 sh-pfc: Support pinmux info in driver data instead of platform data by Laurent Pinchart · 12 years ago
  49. 6e54d8d sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/ by Laurent Pinchart · 12 years ago[Renamed from drivers/sh/pfc/gpio.c]
  50. 90efde2 sh-pfc: Sort headers alphabetically by Laurent Pinchart · 12 years ago
  51. a99ebec sh-pfc: Remove check for impossible error condition by Laurent Pinchart · 12 years ago
  52. 1724acf sh-pfc: Use devm_kzalloc() by Laurent Pinchart · 12 years ago
  53. c6193ea sh-pfc: Move platform device and driver to the core by Laurent Pinchart · 12 years ago
  54. 6f6a4a6 sh-pfc: Merge PFC core and gpio by Laurent Pinchart · 12 years ago
  55. f916513 sh-pfc: Move private definitions and declarations to private header by Laurent Pinchart · 12 years ago
  56. d4e62d0 sh-pfc: Split platform data from the sh_pfc structure by Laurent Pinchart · 12 years ago
  57. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  58. 6679185 ARM: shmobile: move custom gpio functions to sh-gpio.h by Rob Herring · 12 years ago
  59. a2d3aff sh: pfc: Make pr_fmt consistent across pfc drivers. by Paul Mundt · 12 years ago
  60. ca5481c6 sh: pfc: Rudimentary pinctrl-backed GPIO support. by Paul Mundt · 12 years ago
  61. afae021 sh: pfc: Shuffle PFC support core. by Paul Mundt · 12 years ago[Renamed from drivers/sh/pfc-gpio.c]
  62. b3c185a sh: pfc: Split out gpio chip support. by Paul Mundt · 12 years ago