1. 88aa9f7 pinctrl: coh901: fix initconst annotation by Arnd Bergmann · 8 years ago
  2. 014c1b3 pinctrl: u300: use gpiochip data pointer by Linus Walleij · 9 years ago
  3. 01a6283 pinctrl: coh901: Be sure to clamp return value by Linus Walleij · 8 years ago
  4. 58383c7 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  5. 98c85d5 pinctrl: replace trivial implementations of gpio_chip request/free by Jonas Gorski · 9 years ago
  6. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  7. fc02a46 pinctrl/coh901: Prepare u300_gpio_irq_handler for irq argument removal by Thomas Gleixner · 9 years ago
  8. 5663bb2 pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  9. b4e7c55 pinctrl: remove all usage of gpio_remove ret val in driver/pinctl by abdoulaye berthe · 10 years ago
  10. 523dcce pinctrl: coh901: convert driver to use gpiolib irqchip by Linus Walleij · 10 years ago
  11. 8c1d50a pinctrl: coh901: move irq line locking to resource callbacks by Linus Walleij · 10 years ago
  12. 873ee9e pinctrl: coh901: mark GPIO lines used for IRQ by Linus Walleij · 11 years ago
  13. 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
  14. c3b693d Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/soc by Arnd Bergmann · 11 years ago
  15. b263e9b pinctrl: get rid of all platform data for coh901 by Linus Walleij · 11 years ago
  16. c87feee pinctrl: coh901: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  17. 351c216 pinctrl: coh901: add device tree support by Linus Walleij · 11 years ago
  18. 97fc463 pinctrl: Don't override the error code in probe error handling by Axel Lin · 11 years ago
  19. 0497a59 drivers/pinctrl: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  20. 28d0c14 pinctrl: coh901: Fix error checking in u300_gpio_to_irq by Axel Lin · 11 years ago
  21. 8b0ef25 pinctrl: coh901: Fix checkpatch error by Sachin Kamat · 11 years ago
  22. 9e0c1fb pinctrl: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  23. 8604ac3 pinctrl/u300/coh901: stop spawning pinctrl from GPIO by Linus Walleij · 12 years ago
  24. 387923c pinctrl/u300/coh901: let the gpio_chip register the range by Linus Walleij · 12 years ago
  25. 8035720 pinctrl: coh901: Return proper error if irq_domain_add_linear() fails by Axel Lin · 12 years ago
  26. 585583f pinctrl/coh901: convert to use managed resources by Linus Walleij · 12 years ago
  27. a6c45b9 pinctrl/coh901: use irqdomain, allocate irqdescs by Linus Walleij · 12 years ago
  28. 6517285 pinctrl/coh901: move header to platform data dir by Linus Walleij · 12 years ago
  29. 04b13de pinctrl/coh901: retire ancient GPIO block versions by Linus Walleij · 12 years ago
  30. 27e8461 pinctrl/coh901: use clk_prepare_[en|dis]able() by Linus Walleij · 12 years ago
  31. 122dbe7 pinctrl: mark const init data with __initconst instead of __initdata by Uwe Kleine-König · 12 years ago
  32. dc0b1aa pinctrl: support pinconfig on the U300 by Linus Walleij · 13 years ago
  33. a050b3e pinctrl/coh901: use generic pinconf enums and parameters by Linus Walleij · 13 years ago
  34. 128a06d pinctrl: spawn U300 pinctrl from the COH901 GPIO by Linus Walleij · 12 years ago
  35. e93bcee pinctrl: move generic functions to the pinctrl_ namespace by Linus Walleij · 12 years ago
  36. 28a8d14 pinctrl: break out a pinctrl consumer header by Linus Walleij · 12 years ago
  37. b4e3ac7 pinctrl/coh901: driver to request its pins by Linus Walleij · 13 years ago
  38. ca402d3 pinctrl: move the U300 GPIO driver to pinctrl by Linus Walleij · 13 years ago[Renamed from drivers/gpio/gpio-u300.c]
  39. cc890cd ARM: 7083/1: rewrite U300 GPIO to use gpiolib by Linus Walleij · 13 years ago
  40. eb3cf18 ARM: 7033/1: mach-u300: break out GPIO driver specifics by Linus Walleij · 13 years ago
  41. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  42. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  43. c103de2 gpio: reorganize drivers by Grant Likely · 13 years ago
  44. 06caa7a gpio: move U300 GPIO driver to drivers/gpio by Linus Walleij · 13 years ago[Renamed from arch/arm/mach-u300/gpio.c]
  45. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  46. fcfadca ARM: 5956/1: misplaced parentheses by Roel Kluin · 14 years ago
  47. ee17962 ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3 by Linus Walleij · 15 years ago
  48. df1e052 ARM: 5666/1: Revamped U300 padmux API by Linus Walleij · 15 years ago
  49. f7a9a4d [ARM] 5510/1: U300 GPIO debug and init fixes by Linus Walleij · 15 years ago
  50. bd41b99 [ARM] 5471/2: U300 GPIO and PADMUX support by Linus Walleij · 15 years ago