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