1. 7fa52c2 gpio: xilinx: Return 0 from xilinx_gpio_set_value by Michal Simek · 6 years ago
  2. 810e4bc gpio: xilinx: Not read output values via regs by Michal Simek · 6 years ago
  3. ee39afb gpio: xilinx: Simplify logic in xilinx_gpio_set_value by Michal Simek · 6 years ago
  4. c2116f3 gpio: xilinx: Set value before changing direction by Michal Simek · 6 years ago
  5. e2f91e5 gpio: xilinx: Remove !DM driver by Michal Simek · 6 years ago
  6. 9260d99 gpio: xilinx: Find out bank before use in xilinx_gpio_get_function() by Michal Simek · 6 years ago
  7. c782417 gpio: zynq: Used platdata structure for storing static data instead of priv by Vipul Kumar · 6 years ago
  8. b23d633 GPIO: CREG: improve flexibility of hsdk-creg-gpio driver by Eugeniy Paltsev · 6 years ago
  9. baad83a Convert CONFIG_DA8XX_GPIO to Kconfig by Adam Ford · 6 years ago
  10. 4e39ea8 microblaze: Convert generic platform to DM gpio by Michal Simek · 6 years ago
  11. 6887797 gpio: xilinx: Convert driver to DM by Michal Simek · 6 years ago
  12. e440665 gpio: zynq: Setup bank_name to dev->name by Michal Simek · 6 years ago
  13. 625bc08 gpio: zynq: Read of mach data in platdata with dev_get_driver_data by Michal Simek · 6 years ago
  14. 5f7202c gpio: dm: Support manual relocation for gpio by Michal Simek · 6 years ago
  15. d05b794 gpio: zynq: Fix typo in one error message by Michal Simek · 6 years ago
  16. 5f49251 gpio: zynq: Use live-tree function by Michal Simek · 6 years ago
  17. 1ac4c1b gpio: omap_gpio: Convert to auto-alloc feature when DT is supported by Adam Ford · 6 years ago
  18. cb5660e Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  19. 22f2e93 gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO by Adam Ford · 6 years ago
  20. 9c286a7 dm: gpio: Add DM compatibility to GPIO driver for Davinci by Adam Ford · 6 years ago
  21. fd94af5 drivers/gpio/mxc: fix MXC GPIO name in KConfig by Hannes Schmelzer · 6 years ago
  22. 615900b gpio: zynq_gpio: bank description should use unsigned type by Michal Simek · 6 years ago
  23. b6f9cbb gpio: zynq: Do not check unsigned type that is >= 0 by Michal Simek · 6 years ago
  24. 2467224 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  25. 1877884 gpio: bcm6345: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  26. ca4b4eb gpio: rmobile: Add R8A77990 E3 compatible by Marek Vasut · 7 years ago
  27. 8650491 gpio: atmel_pio4: give a full configuration when muxing pins by Ludovic Desroches · 7 years ago
  28. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  29. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  30. e3d057a gpio: uclass: Fix debug string by Mario Six · 7 years ago
  31. 8f5faaa Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  32. 4088d82 sunxi: gpio: add missing compatible strings by Andre Przywara · 7 years ago
  33. c16d716 gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag by Faiz Abbas · 7 years ago
  34. 85b5397 arm: stm32: add new architecture for STM32MP family by Patrick Delaunay · 7 years ago
  35. e26db27 gpio: stm32f7_gpio: handle node ngpios by Patrick Delaunay · 7 years ago
  36. d78f968 dm: gpio: Convert stm32f7 driver to livetree by Patrick Delaunay · 7 years ago
  37. b489358 treewide: Fix gdsys mail addresses by Mario Six · 7 years ago
  38. d8a69cb Merge git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  39. b40ca9a gpio: pca953x_gpio: Support label setting from DT by Mario Six · 7 years ago
  40. 87f22c2 gpio: rcar: Add R8A77965 M3N entries by Marek Vasut · 7 years ago
  41. 0690587 microblaze: Added Kconfig support for CONFIG_XILINX_GPIO by Vipul Kumar · 7 years ago
  42. 9e7ab23 sandbox: Rename 'num-gpios' property to avoid dtc warning by Simon Glass · 7 years ago
  43. e148154 rockchip: gpio: remove dead code by Heinrich Schuchardt · 7 years ago
  44. b413c45 Convert CONFIG_MXC_GPIO to Kconfig by Adam Ford · 7 years ago
  45. fa94fb4 gpio: mxc: add i.MX8M support by Peng Fan · 7 years ago
  46. fce8e5c bcm283x: Add pinctrl driver by Alexander Graf · 7 years ago
  47. f99b6bf gpio: mpc8xxx: Make live-tree compatible by Mario Six · 7 years ago
  48. d7c6f71 gpio: mpc8xxx: Make compatible with more SoCs by Mario Six · 7 years ago
  49. d006f68 gpio: mpc8xxx: Rename Kconfig option, structures, and functions by Mario Six · 7 years ago
  50. 09b1fa5 gpio: mpc85xx: Rename driver file to mpc8xxx by Mario Six · 7 years ago
  51. cc94b17 gpio: mpc85xx_gpio: Fix style violations by Mario Six · 7 years ago
  52. cc567d4 gpio: pca953x_gpio: Make live-tree compatible by Mario Six · 7 years ago
  53. 3df8286 gpio: pca953x_gpio: Fix style violations by Mario Six · 7 years ago
  54. 357f199 Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  55. e4f6e9b gpio: rmobile: Add RCar Gen2 compatible string by Marek Vasut · 7 years ago
  56. e3b0a65 gpio: sunxi: Add compatible string for H5 PIO by Chris Blake · 7 years ago
  57. 207b37e GPIO: tca642x: Rework to not include commands in SPL by Tom Rini · 7 years ago
  58. 0964d06 GPIO: pca953x: Rework to not include commands in SPL by Tom Rini · 7 years ago
  59. 3556161 db820c: enable pmic gpios for pm8994 by Jorge Ramirez-Ortiz · 7 years ago
  60. 1a4b8de board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver by Patrice Chotard · 7 years ago
  61. 1b691df mx6ull: Handle the CONFIG_MX6ULL cases correctly by Fabio Estevam · 7 years ago
  62. 73aa5d9 Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  63. 7259338 gpio/hsdk: Depend on DM_GPIO instead of simple DM by Alexey Brodkin · 7 years ago
  64. 54a34ed gpio: rmobile: Add generic Gen3 compatible by Marek Vasut · 7 years ago
  65. c129f2b gpio: rmobile: Add R8A77995 D3 compatible by Marek Vasut · 7 years ago
  66. 6403ab8 gpio: rmobile: Add R8A77970 V3M compatible by Marek Vasut · 7 years ago
  67. f22c40a gpio: rmobile: Set GPIO mode in GPSR when requested by Marek Vasut · 7 years ago
  68. de10c66 gpio: uniphier: import dt-binginds header from Linux by Masahiro Yamada · 7 years ago
  69. 14fecf9 bitops: collect BIT macros to include/linux/bitops.h by Masahiro Yamada · 7 years ago
  70. 92d32fc ARC: HSDK: introduce CREG GPIO driver by Eugeniy Paltsev · 7 years ago
  71. 789ee0e stm32: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  72. 932ac85 gpio: uniphier: rework single device node model by Masahiro Yamada · 7 years ago
  73. 2a0fdf1 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  74. cc5c349 dm: gpio: pca953x: Drop pointless data structure checks by Simon Glass · 7 years ago
  75. f44b4bf dm: gpio: Correct use of -ENODEV in drivers by Simon Glass · 7 years ago
  76. 87f4cb7 dm: gpio: Add a comment about not copying some drivers by Simon Glass · 7 years ago
  77. 9e1bf80 dm: gpio: vybrid_gpio: Correct driver's use of bind() method by Simon Glass · 7 years ago
  78. fefed7a gpio: rmobile: Add Renesas RCar GPIO driver by Marek Vasut · 7 years ago
  79. cd1ca05 rockchip: gpio: remove outdated/misleading comment by Philipp Tomsich · 7 years ago
  80. 6648205 rockchip: gpio: convert to livetree by Philipp Tomsich · 7 years ago
  81. 116ba6b stm32f1: remove stm32f1 support by Patrice Chotard · 7 years ago
  82. 3543206 Convert CONFIG_CMD_TCA642X to Kconfig by Simon Glass · 7 years ago
  83. 78020f8 gpio: Drop sx151x driver by Simon Glass · 7 years ago
  84. ffb7d2a Kconfig: Drop CONFIG_CMD_PCA953X_INFO by Simon Glass · 7 years ago
  85. a9e7f2c Convert CONFIG_CMD_PCA953X to Kconfig by Simon Glass · 7 years ago
  86. ce9d1b0 x86: Convert INTEL_ICH6_GPIO to Kconfig by Bin Meng · 7 years ago
  87. b0ca849 dm: tegra: gpio: Convert to support livetree by Simon Glass · 7 years ago
  88. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  89. 286c252 gpio: add static to get_function() by Masahiro Yamada · 7 years ago
  90. 90a59f2 dm: bcm6345_gpio: Set proper output level in bcm6345_gpio_direction_output by Axel Lin · 7 years ago
  91. 44c9b8b gpio: samsung: Drop s3c2440_gpio driver by Simon Glass · 8 years ago
  92. 5bc81e8 dm: gpio: power: Convert pm8916 drivers to livetree by Simon Glass · 8 years ago
  93. 1d9af1f dm: gpio: Add live tree support by Simon Glass · 8 years ago
  94. 1185fcb dm: gpio: sandbox: Use dev_read...() functions to access DT by Simon Glass · 8 years ago
  95. 12faa02 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 8 years ago
  96. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 8 years ago
  97. 51a3ec3 dm: Fix up inclusion of common.h by Simon Glass · 8 years ago
  98. 292796f atmel: Fix up use of dm_scan_fdt_node() by Simon Glass · 8 years ago
  99. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  100. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago