1. 995b60b sandbox: Rename 'num-gpios' property to avoid dtc warning by Simon Glass · 7 years ago
  2. 6e5308c rockchip: gpio: remove dead code by Heinrich Schuchardt · 7 years ago
  3. 8bbff6a Convert CONFIG_MXC_GPIO to Kconfig by Adam Ford · 7 years ago
  4. 8953d86 gpio: mxc: add i.MX8M support by Peng Fan · 7 years ago
  5. caf2233 bcm283x: Add pinctrl driver by Alexander Graf · 7 years ago
  6. f5ac4f2 gpio: mpc8xxx: Make live-tree compatible by Mario Six · 7 years ago
  7. f9c7fde gpio: mpc8xxx: Make compatible with more SoCs by Mario Six · 7 years ago
  8. 3c21683 gpio: mpc8xxx: Rename Kconfig option, structures, and functions by Mario Six · 7 years ago
  9. 76d00cc gpio: mpc85xx: Rename driver file to mpc8xxx by Mario Six · 7 years ago
  10. aadc5e6 gpio: mpc85xx_gpio: Fix style violations by Mario Six · 7 years ago
  11. f62ca2cd gpio: pca953x_gpio: Make live-tree compatible by Mario Six · 7 years ago
  12. fb01e07 gpio: pca953x_gpio: Fix style violations by Mario Six · 7 years ago
  13. 9c486e7 Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  14. 8b05436 gpio: rmobile: Add RCar Gen2 compatible string by Marek Vasut · 7 years ago
  15. a6968ec gpio: sunxi: Add compatible string for H5 PIO by Chris Blake · 7 years ago
  16. bb2277b GPIO: tca642x: Rework to not include commands in SPL by Tom Rini · 7 years ago
  17. 0d097b7 GPIO: pca953x: Rework to not include commands in SPL by Tom Rini · 7 years ago
  18. e0cc0b6 db820c: enable pmic gpios for pm8994 by Jorge Ramirez-Ortiz · 7 years ago
  19. c8f7877 board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver by Patrice Chotard · 7 years ago
  20. 290e7cf mx6ull: Handle the CONFIG_MX6ULL cases correctly by Fabio Estevam · 7 years ago
  21. fd12455 Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  22. d5fbcd5 gpio/hsdk: Depend on DM_GPIO instead of simple DM by Alexey Brodkin · 7 years ago
  23. e3ab424 gpio: rmobile: Add generic Gen3 compatible by Marek Vasut · 7 years ago
  24. f122c13 gpio: rmobile: Add R8A77995 D3 compatible by Marek Vasut · 7 years ago
  25. 0f2f0d8 gpio: rmobile: Add R8A77970 V3M compatible by Marek Vasut · 7 years ago
  26. 52c8034 gpio: rmobile: Set GPIO mode in GPSR when requested by Marek Vasut · 7 years ago
  27. e9986a4 gpio: uniphier: import dt-binginds header from Linux by Masahiro Yamada · 7 years ago
  28. ed3986c bitops: collect BIT macros to include/linux/bitops.h by Masahiro Yamada · 7 years ago
  29. 3194c3c ARC: HSDK: introduce CREG GPIO driver by Eugeniy Paltsev · 7 years ago
  30. 3bc599c stm32: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  31. c5fb1c2 gpio: uniphier: rework single device node model by Masahiro Yamada · 7 years ago
  32. 2ee87b0 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  33. ae06a1b dm: gpio: pca953x: Drop pointless data structure checks by Simon Glass · 7 years ago
  34. 7c84319 dm: gpio: Correct use of -ENODEV in drivers by Simon Glass · 7 years ago
  35. 4d68604 dm: gpio: Add a comment about not copying some drivers by Simon Glass · 7 years ago
  36. 1ba2147 dm: gpio: vybrid_gpio: Correct driver's use of bind() method by Simon Glass · 7 years ago
  37. f5f6959 gpio: rmobile: Add Renesas RCar GPIO driver by Marek Vasut · 7 years ago
  38. c23ce9a rockchip: gpio: remove outdated/misleading comment by Philipp Tomsich · 7 years ago
  39. a1d3480 rockchip: gpio: convert to livetree by Philipp Tomsich · 7 years ago
  40. bc5d038 stm32f1: remove stm32f1 support by Patrice Chotard · 7 years ago
  41. 90d99e5 Convert CONFIG_CMD_TCA642X to Kconfig by Simon Glass · 7 years ago
  42. 1c27a4c gpio: Drop sx151x driver by Simon Glass · 7 years ago
  43. ba7cc6c Kconfig: Drop CONFIG_CMD_PCA953X_INFO by Simon Glass · 7 years ago
  44. 0091362 Convert CONFIG_CMD_PCA953X to Kconfig by Simon Glass · 7 years ago
  45. 7243689 x86: Convert INTEL_ICH6_GPIO to Kconfig by Bin Meng · 7 years ago
  46. 56f5c40 dm: tegra: gpio: Convert to support livetree by Simon Glass · 7 years ago
  47. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  48. fb07f97 gpio: add static to get_function() by Masahiro Yamada · 7 years ago
  49. d2d20d9 dm: bcm6345_gpio: Set proper output level in bcm6345_gpio_direction_output by Axel Lin · 7 years ago
  50. 2e5184d gpio: samsung: Drop s3c2440_gpio driver by Simon Glass · 7 years ago
  51. 04048d5 dm: gpio: power: Convert pm8916 drivers to livetree by Simon Glass · 7 years ago
  52. 150c5af dm: gpio: Add live tree support by Simon Glass · 7 years ago
  53. 95795ad dm: gpio: sandbox: Use dev_read...() functions to access DT by Simon Glass · 7 years ago
  54. 3a57123 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 7 years ago
  55. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  56. 4af0d7e dm: Fix up inclusion of common.h by Simon Glass · 7 years ago
  57. 79fc0c7 atmel: Fix up use of dm_scan_fdt_node() by Simon Glass · 7 years ago
  58. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  59. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  60. 1815c29 gpio: rcar_gen3: Fix GPIO read support by Kouei Abe · 7 years ago
  61. aab203e gpio: 74x164: make oe-pins optional by Peng Fan · 8 years ago
  62. 770ee01 x86: ich6_gpio: Add use-lvl-write-cache for I/O access mode by Bin Meng · 7 years ago
  63. 29cb2b3 gpio: Move OMAP_GPIO to Kconfig by Tom Rini · 7 years ago
  64. 7589791 gpio-uclass.c: Fix comparison of unsigned expression warning by Tom Rini · 7 years ago
  65. e64bdb2 dm: gpio: add BCM6345 gpio driver by Álvaro Fernández Rojas · 7 years ago
  66. 7741710 dm: gpio: Add driver for stm32f7 gpio controller by Vikas Manocha · 8 years ago
  67. 33559ff gpio: sunxi: Add compatible string for R40 PIO by Chen-Yu Tsai · 8 years ago
  68. f2f3c15 gpio: at91_gpio: add the clock support by Wenyou Yang · 8 years ago
  69. cf46888 gpio: at91_gpio: add the device tree support by Wenyou Yang · 8 years ago
  70. 5a07a5f gpio: Kconfig: add CONFIG_AT91_GPIO option by Wenyou Yang · 8 years ago
  71. 2dc63f7 gpio: at91_gpio: remove CPU_HAS_PIO3 macro by Wenyou Yang · 8 years ago
  72. d665eb6 gpio: Add Rapid GPIO2P driver for i.MX7ULP by Peng Fan · 8 years ago
  73. 21342d4 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  74. 7582ddc GPIO: Correct doc typo "confguration" -> "configuration" by Robert P. J. Day · 8 years ago
  75. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  76. c7c47ca Update Maintainer and Author's email address by Ajay Bhargav · 8 years ago
  77. f2e70a0 gpio: zynq: Remove empty line by Michal Simek · 8 years ago
  78. 4faf5f9 gpio: bcm2835: add device tree support by Fabian Vogt · 8 years ago
  79. 2d0c2c4 gpio: dwapb: Add support for port B by Phil Edworthy · 8 years ago
  80. d85d92a gpio: atmel_pio4: Remove unnecessary clock calling by Wenyou Yang · 8 years ago
  81. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  82. 26f50fb Revert "x86: broadwell: gpio: Remove the codes to set up pin control" by Simon Glass · 8 years ago
  83. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  84. 601147b serial: bcm283x_mu: Detect disabled serial device by Alexander Graf · 8 years ago
  85. 04a993f bcm2835_gpio: Implement GPIOF_FUNC by Alexander Graf · 8 years ago
  86. ee3311d gpio: atmel_pio4: Rework to support DM & DT by Wenyou Yang · 8 years ago
  87. 46ed938 gpio: atmel_pio4: Move PIO4 definitions to head file by Wenyou Yang · 8 years ago
  88. 6e06acb fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  89. 5746b0d gpio: Add driver for TI PCF8575 I2C GPIO expander by Vignesh R · 8 years ago
  90. 4694dc5 sunxi: gpio: Add .xlate function for gpio phandle resolution by Chen-Yu Tsai · 8 years ago
  91. 4e3d840 ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · 8 years ago
  92. 4b689f0 dm: gpio: MPC85XX GPIO platform data support by Hamish Martin · 8 years ago
  93. fc76b69 gpio: pca953x: Fix register reading past 8th GPIO by mario.six@gdsys.cc · 8 years ago
  94. fd9102d Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  95. 152ac5f gpio: at91: Fix pullup/pulldown configuration on PIO3 by Marek Vasut · 8 years ago
  96. 9769e05 x86: broadwell: gpio: Remove the codes to set up pin control by Bin Meng · 8 years ago
  97. d8906c1 x86: Probe pinctrl driver in cpu_init_r() by Bin Meng · 8 years ago
  98. 8142340 x86: ich6_gpio: Output return value of syscon_get_by_driver_data() by Bin Meng · 8 years ago
  99. cc74952 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  100. 743268f dm: test: Add GPIO open drain tests by mario.six@gdsys.cc · 8 years ago