1. 64b1797 x86: broadwell: Add a GPIO driver by Simon Glass · 9 years ago
  2. 779653b x86: Drop all the old pin configuration code by Simon Glass · 9 years ago
  3. 15cf75e x86: gpio: Allow the pinctrl driver to set up the pin config by Simon Glass · 9 years ago
  4. d6d50db x86: gpio: Correct GPIO setup ordering by Simon Glass · 9 years ago
  5. 17c43f1 gpio: Use const where possible by Simon Glass · 9 years ago
  6. bbf2478 gpio: Add a function to obtain a GPIO vector value by Simon Glass · 9 years ago
  7. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  8. b9a66b6 gpio: uniphier: add driver for UniPhier GPIO controller by Masahiro Yamada · 9 years ago
  9. e66c49f stm32: add support for stm32f7 & stm32f746 discovery board by Vikas Manocha · 9 years ago
  10. 09959ba gpio: stm32_gpio: move base addresses to the soc file by Vikas Manocha · 9 years ago
  11. 14cec06 gpio: stm32_gpio: move clock config from driver to board by Vikas Manocha · 9 years ago
  12. 651827c tegra: gpio: Show the GPIO value for outputs by Simon Glass · 9 years ago
  13. 57dc53a Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 9 years ago
  14. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  15. 3ddc1c7 x86: ich6_gpio: Convert to use proper DM API by Bin Meng · 9 years ago
  16. 9e30ba2 dm: vybrid_gpio: Drop legacy code by Bhuvanchandra DV · 9 years ago
  17. 386d934 drivers: gpio: add driver for Microchip PIC32 GPIO controller. by Purna Chandra Mandal · 9 years ago
  18. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  19. 4864782 rockchip: gpio: Implement the get_function() method by Simon Glass · 9 years ago
  20. 7d0c2c3 rockchip: gpio: Read the GPIO value correctly by Simon Glass · 9 years ago
  21. 4dc5259 dm: gpio: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  22. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  23. 88f91d1 gpio: mxs: add name_to_gpio() function by Måns Rullgård · 9 years ago
  24. 5be9356 Change e-mail address of Kamil Lulko by Kamil Lulko · 9 years ago
  25. 2c62c56 gpio: atmel: Add the PIO4 driver support by Wenyou Yang · 9 years ago
  26. 079bfc5 altera_pio: change ioremap to map_physmem by Thomas Chou · 9 years ago
  27. daa75b3 i2c: Fix pca953x endianess issue by Dirk Eibach · 9 years ago
  28. 88d5ecf nios2 : convert altera_pio to driver model by Thomas Chou · 9 years ago
  29. 1ed0f85 drivers: gpio: omap: add support for parsing additional gpio parameters by Mugunthan V N · 9 years ago
  30. 6944aff sunxi: power: Unify axp pmic function names by Hans de Goede · 9 years ago
  31. 6f183e8 gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr() by Przemyslaw Marczak · 9 years ago
  32. fe82857 gpio: tegra: use named constants by Stephen Warren · 9 years ago
  33. 9f75a22 gpio: tegra: remove unused type by Stephen Warren · 9 years ago
  34. 0c35e3a ARM: tegra: don't enable GPIOs until direction is set by Stephen Warren · 9 years ago
  35. f9d3cab ARM: tegra: fix GPIO init table programming by Stephen Warren · 9 years ago
  36. 850f788 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 9 years ago
  37. 8998347 gpio: lpc32xx: fix issues with port3 gpio by Sylvain Lemieux · 9 years ago
  38. c9feb42 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  39. 1f8f773 rockchip: gpio: Add rockchip GPIO driver by Simon Glass · 9 years ago
  40. 26dd346 imx: mxc_gpio: add support for imx7d SoC by Adrian Alonso · 9 years ago
  41. 4e9838c dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  42. 9035edb gpio: sh-pfc: fix gpio input read by Vladimir Barinov · 9 years ago
  43. df1c9eb x86: gpio: Tidy up gpio_ich6_get_base() and callers by Simon Glass · 9 years ago
  44. e7cc0b6 x86: gpio: Correct calls to _ich6_gpio_set_direction() by Simon Glass · 9 years ago
  45. e30a70c gpio: Add DW APB GPIO driver by Marek Vasut · 9 years ago
  46. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  47. fbf10ae sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster by Hans de Goede · 9 years ago
  48. 0a9e340 gpio: omap: Drop 'method' parameter by Tom Rini · 9 years ago
  49. 152f4898 dm: gpio: hi6220: Add a hi6220 GPIO driver model driver. by Peter Griffin · 9 years ago
  50. 0b11dbf drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
  51. eca4866 dm: gpio: Check a GPIO is valid before using it by Simon Glass · 9 years ago
  52. 8b09791 x86: Add some missing global_data declarations in files that use gd by Simon Glass · 9 years ago
  53. 7a1af7a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  54. f2753b0 mxc: gpio add i.MX6UL support by Peng Fan · 9 years ago
  55. efa677f dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · 9 years ago
  56. 32ec159 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · 9 years ago
  57. ce22c5b dm: gpio: Allow GPIO uclass to be used in SPL by Simon Glass · 9 years ago
  58. 6f43ba7 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 9 years ago
  59. 1f9e5e2 gpio: lpc32xx: Use priv_data instead of platdata by Axel Lin · 9 years ago
  60. 4d80051 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  61. d348a94 dm: gpio: vf610: Add GPIO driver support by Bhuvanchandra DV · 9 years ago
  62. ae89bb0 dm: gpio: uclass: Add flag to control sequence numbering by Bhuvanchandra DV · 9 years ago
  63. 290ac3b Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 9 years ago
  64. a52783e sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl" by Hans de Goede · 9 years ago
  65. 5318f18 x86: gpio: add pinctrl support from the device tree by Gabriel Huau · 9 years ago
  66. 0144caf gpio: stm32: add stm32f1 support by Matt Porter · 9 years ago
  67. 0e6b7a2 Merge git://git.denx.de/u-boot-samsung by Tom Rini · 9 years ago
  68. 962f5ca dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · 9 years ago
  69. 895b5d6 gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places by Axel Lin · 9 years ago
  70. 13cfd10 gpio: s3c: Fix the GPIO driver by Marek Vasut · 10 years ago
  71. 421b32b sunxi: axp: Remove non driver-model support from the axp gpio code by Hans de Goede · 9 years ago
  72. f9b7a04 sunxi: axp: Add driver-model support to the axp_gpio code by Hans de Goede · 9 years ago
  73. 2fcf033 sunxi: axp: Move axp gpio code to a separate axpi-gpio driver by Hans de Goede · 9 years ago
  74. 12ce155 sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops by Hans de Goede · 9 years ago
  75. 746c087 sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code too by Hans de Goede · 9 years ago
  76. 11d52a9 sunxi: gpio: Add compatible strings for all supported SoCs by Hans de Goede · 9 years ago
  77. a5ab883 sunxi: gpio: Add temporary implementation of name_to_gpio() by Simon Glass · 9 years ago
  78. 07ce60f sunxi: gpio: Rename GPIOs to include a 'P' prefix by Simon Glass · 9 years ago
  79. d37c628 gpio: add Xilinx Zynq PS GPIO driver by Andrea Scian · 10 years ago
  80. 3d046f6 mvgpio: remove CONFIG_SHEEVA_88SV331xV5 dependency by Zhou Zhu · 10 years ago
  81. ee4303c gpio: mvmfp: support newer MFP bit definitions by Xiang Wang · 10 years ago
  82. eaaa4f7 ARMv7M: Add STM32F4 support by rev13@wp.pl · 10 years ago
  83. d79c50a sandbox: Move GPIO CONFIGs to Kconfig by Simon Glass · 10 years ago
  84. 56a71f8 dm: gpio: Add an implementation for gpio_get_number() by Simon Glass · 10 years ago
  85. 2984e7a dm: gpio: request list: return the count if requests max_count reached by Przemyslaw Marczak · 9 years ago
  86. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  87. 31f57c2 x86: Add a x86_ prefix to the x86-specific PCI functions by Simon Glass · 10 years ago
  88. 8deacca sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig by Paul Kocialkowski · 10 years ago
  89. f7c7ab6 power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic by Paul Kocialkowski · 10 years ago
  90. 606f704 lpc32xx: add GPIO support by Albert ARIBAUD \(3ADEV\) · 9 years ago
  91. bdfb341 dm: tegra: Enable driver model in SPL and adjust the GPIO driver by Simon Glass · 10 years ago
  92. 99c0ae1 dm:gpio:mxc add DT support by Peng Fan · 10 years ago
  93. 637a769 dm:gpio:mxc add a bank_index entry in platdata by Peng Fan · 10 years ago
  94. f94a1be dm: Expand and complete Kconfig in drivers/ by Simon Glass · 10 years ago
  95. 26c0472 gpio: omap: Pass correct argument to _get_gpio_direction() by Axel Lin · 10 years ago
  96. d895821 gpio: at91: Fix getting address of private data by Axel Lin · 10 years ago
  97. 1d08b4b dm: exynos: Add a GPIO translation function by Simon Glass · 10 years ago
  98. 838aa5c dm: tegra: Add a GPIO translation function by Simon Glass · 10 years ago
  99. 3669e0e dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  100. 0dac4d5 dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago