1. 4e3d840 ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · 8 years ago
  2. 4b689f0 dm: gpio: MPC85XX GPIO platform data support by Hamish Martin · 8 years ago
  3. fc76b69 gpio: pca953x: Fix register reading past 8th GPIO by mario.six@gdsys.cc · 8 years ago
  4. fd9102d Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  5. 152ac5f gpio: at91: Fix pullup/pulldown configuration on PIO3 by Marek Vasut · 8 years ago
  6. 9769e05 x86: broadwell: gpio: Remove the codes to set up pin control by Bin Meng · 8 years ago
  7. d8906c1 x86: Probe pinctrl driver in cpu_init_r() by Bin Meng · 8 years ago
  8. 8142340 x86: ich6_gpio: Output return value of syscon_get_by_driver_data() by Bin Meng · 8 years ago
  9. cc74952 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  10. 743268f dm: test: Add GPIO open drain tests by mario.six@gdsys.cc · 8 years ago
  11. 5178178 dm: gpio: Implement open drain for MPC85XX GPIO by mario.six@gdsys.cc · 8 years ago
  12. 53ecdfb dm: gpio: Add methods for open drain setting by mario.six@gdsys.cc · 8 years ago
  13. 07d31f8 dm: gpio: Add driver for MPC85XX GPIO controller by mario.six@gdsys.cc · 8 years ago
  14. f15715a Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  15. 307c0b5 gpio: mxs: Remove netdev.h by Marek Vasut · 8 years ago
  16. 074a1fd gpio: add Tegra186 GPIO driver by Stephen Warren · 8 years ago
  17. 601800b ARM: tegra: convert CONFIG_TEGRA_GPIO to Kconfig by Stephen Warren · 8 years ago
  18. e4a94ce Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  19. 71db327 dm: gpio: pca953x: Support PCA953X with 40 GPIOs by mario.six@gdsys.cc · 8 years ago
  20. 6f82fac sunxi: gpio: convert bind() to use driver data by Stephen Warren · 8 years ago
  21. a6b9587 gpio: zynq: Add support for reading gpio pin state by Michal Simek · 9 years ago
  22. f835303 gpio: exynos(s5p): remove gpio_xlate routine by Eric Nelson · 8 years ago
  23. 6c3dd3c gpio: rk: remove gpio_xlate routine by Eric Nelson · 8 years ago
  24. 5206e7b gpio: pic32: remove gpio_xlate routine by Eric Nelson · 8 years ago
  25. 86222f6 gpio: omap: remove gpio_xlate routine by Eric Nelson · 8 years ago
  26. 8376aad gpio: intel_broadwell: remove gpio_xlate routine by Eric Nelson · 8 years ago
  27. 6c880b7 dm: gpio: add a default gpio xlate routine by Eric Nelson · 8 years ago
  28. 9300f71 dm: gpio: introduce 74x164 driver by Peng Fan · 8 years ago
  29. 0377343 dm: gpio: pca953x: introduce driver model support for pca953x by Peng Fan · 8 years ago
  30. aa997d1 drivers/gpio/pm8916_gpio.c: Make pid be uint32_t by Tom Rini · 8 years ago
  31. 541c9be Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 8 years ago
  32. 01b2a69 GPIO: pca953x: Remove compilation warnings on arm64 by Michal Simek · 8 years ago
  33. 251ab06 zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMP by Siva Durga Prasad Paladugu · 9 years ago
  34. 404a00c gpio: zynqmp: Add GPIO driver support for ZynqMP by Siva Durga Prasad Paladugu · 9 years ago
  35. f17abca gpio: zynq: Move the definitions to driver file by Siva Durga Prasad Paladugu · 9 years ago
  36. de77a03 gpio: zynq: Remove non driver model code by Siva Durga Prasad Paladugu · 9 years ago
  37. 2978ae2 gpio: Kconfig: Enable Zynq GPIO driver using kconfig by Siva Durga Prasad Paladugu · 9 years ago
  38. 68c7026 gpio: zynq: Convert Zynq GPIO to driver model by Siva Durga Prasad Paladugu · 9 years ago
  39. b23005c gpio: mvebu_gpio: Add missing out value set to gpio_direction_output() by Stefan Roese · 8 years ago
  40. 120800d gpio: Add support for Qualcomm PM8916 gpios by Mateusz Kulikowski · 9 years ago
  41. 81a87e1 gpio: Add support for Qualcomm gpio controller by Mateusz Kulikowski · 9 years ago
  42. 40345e9 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 9 years ago
  43. bc82a13 gpio: uniphier: use devm_get_addr() to get base address by Masahiro Yamada · 9 years ago
  44. 81a8aa3 sunxi: axp: Generalize register macros for VBUS drive GPIO by Chen-Yu Tsai · 9 years ago
  45. a616420 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 9 years ago
  46. 704d9a6 gpio: Add DM GPIO driver for Marvell MVEBU by Stefan Roese · 9 years ago
  47. b813ef0 sunxi: Add a bunch of missing compatible strings to sunxi_gpio.c by Hans de Goede · 9 years ago
  48. 64b1797 x86: broadwell: Add a GPIO driver by Simon Glass · 9 years ago
  49. 779653b x86: Drop all the old pin configuration code by Simon Glass · 9 years ago
  50. 15cf75e x86: gpio: Allow the pinctrl driver to set up the pin config by Simon Glass · 9 years ago
  51. d6d50db x86: gpio: Correct GPIO setup ordering by Simon Glass · 9 years ago
  52. 17c43f1 gpio: Use const where possible by Simon Glass · 9 years ago
  53. bbf2478 gpio: Add a function to obtain a GPIO vector value by Simon Glass · 9 years ago
  54. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  55. b9a66b6 gpio: uniphier: add driver for UniPhier GPIO controller by Masahiro Yamada · 9 years ago
  56. e66c49f stm32: add support for stm32f7 & stm32f746 discovery board by Vikas Manocha · 9 years ago
  57. 09959ba gpio: stm32_gpio: move base addresses to the soc file by Vikas Manocha · 9 years ago
  58. 14cec06 gpio: stm32_gpio: move clock config from driver to board by Vikas Manocha · 9 years ago
  59. 651827c tegra: gpio: Show the GPIO value for outputs by Simon Glass · 9 years ago
  60. 57dc53a Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 9 years ago
  61. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  62. 3ddc1c7 x86: ich6_gpio: Convert to use proper DM API by Bin Meng · 9 years ago
  63. 9e30ba2 dm: vybrid_gpio: Drop legacy code by Bhuvanchandra DV · 9 years ago
  64. 386d934 drivers: gpio: add driver for Microchip PIC32 GPIO controller. by Purna Chandra Mandal · 9 years ago
  65. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  66. 4864782 rockchip: gpio: Implement the get_function() method by Simon Glass · 9 years ago
  67. 7d0c2c3 rockchip: gpio: Read the GPIO value correctly by Simon Glass · 9 years ago
  68. 4dc5259 dm: gpio: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  69. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  70. 88f91d1 gpio: mxs: add name_to_gpio() function by Måns Rullgård · 9 years ago
  71. 5be9356 Change e-mail address of Kamil Lulko by Kamil Lulko · 9 years ago
  72. 2c62c56 gpio: atmel: Add the PIO4 driver support by Wenyou Yang · 9 years ago
  73. 079bfc5 altera_pio: change ioremap to map_physmem by Thomas Chou · 9 years ago
  74. daa75b3 i2c: Fix pca953x endianess issue by Dirk Eibach · 9 years ago
  75. 88d5ecf nios2 : convert altera_pio to driver model by Thomas Chou · 9 years ago
  76. 1ed0f85 drivers: gpio: omap: add support for parsing additional gpio parameters by Mugunthan V N · 9 years ago
  77. 6944aff sunxi: power: Unify axp pmic function names by Hans de Goede · 9 years ago
  78. 6f183e8 gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr() by Przemyslaw Marczak · 9 years ago
  79. fe82857 gpio: tegra: use named constants by Stephen Warren · 9 years ago
  80. 9f75a22 gpio: tegra: remove unused type by Stephen Warren · 9 years ago
  81. 0c35e3a ARM: tegra: don't enable GPIOs until direction is set by Stephen Warren · 9 years ago
  82. f9d3cab ARM: tegra: fix GPIO init table programming by Stephen Warren · 9 years ago
  83. 850f788 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 9 years ago
  84. 8998347 gpio: lpc32xx: fix issues with port3 gpio by Sylvain Lemieux · 9 years ago
  85. c9feb42 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  86. 1f8f773 rockchip: gpio: Add rockchip GPIO driver by Simon Glass · 9 years ago
  87. 26dd346 imx: mxc_gpio: add support for imx7d SoC by Adrian Alonso · 9 years ago
  88. 4e9838c dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  89. 9035edb gpio: sh-pfc: fix gpio input read by Vladimir Barinov · 9 years ago
  90. df1c9eb x86: gpio: Tidy up gpio_ich6_get_base() and callers by Simon Glass · 9 years ago
  91. e7cc0b6 x86: gpio: Correct calls to _ich6_gpio_set_direction() by Simon Glass · 9 years ago
  92. e30a70c gpio: Add DW APB GPIO driver by Marek Vasut · 9 years ago
  93. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  94. fbf10ae sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster by Hans de Goede · 9 years ago
  95. 0a9e340 gpio: omap: Drop 'method' parameter by Tom Rini · 9 years ago
  96. 152f4898 dm: gpio: hi6220: Add a hi6220 GPIO driver model driver. by Peter Griffin · 9 years ago
  97. 0b11dbf drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
  98. eca4866 dm: gpio: Check a GPIO is valid before using it by Simon Glass · 9 years ago
  99. 8b09791 x86: Add some missing global_data declarations in files that use gd by Simon Glass · 9 years ago
  100. 7a1af7a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago