1. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 2 months ago
  2. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 2 months ago
  3. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  4. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  5. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  6. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  7. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  8. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  9. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  10. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  11. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  12. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  13. a37f765 gpio: omap_gpio: Fix unused function warning in non-DM case by Tom Rini · 4 years, 4 months ago
  14. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 10 months ago
  15. 695c499 gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  16. 99571b4 DM: omap_gpio: Reduce overhead when used with OF_PLATDATA by Adam Ford · 6 years ago
  17. 535f46d GPIO: omap_gpio: Fix gpio name names with device tree by Adam Ford · 6 years ago
  18. 6696de8 gpio: omap_gpio: Convert to auto-alloc feature when DT is supported by Adam Ford · 6 years ago
  19. b4c3fb0 gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO by Adam Ford · 6 years ago
  20. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  21. 8e14ba7 gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag by Faiz Abbas · 7 years ago
  22. 7c84319 dm: gpio: Correct use of -ENODEV in drivers by Simon Glass · 7 years ago
  23. 4d68604 dm: gpio: Add a comment about not copying some drivers by Simon Glass · 7 years ago
  24. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  25. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  26. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  27. 86222f6 gpio: omap: remove gpio_xlate routine by Eric Nelson · 8 years ago
  28. 1ed0f85 drivers: gpio: omap: add support for parsing additional gpio parameters by Mugunthan V N · 9 years ago
  29. 0a9e340 gpio: omap: Drop 'method' parameter by Tom Rini · 9 years ago
  30. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  31. 26c0472 gpio: omap: Pass correct argument to _get_gpio_direction() by Axel Lin · 10 years ago
  32. 5aff3ac dm: gpio: omap3: Drop request()/free() in the driver by Simon Glass · 10 years ago
  33. 5915a2a dm: omap: gpio: Support driver model by Simon Glass · 10 years ago
  34. d57b611 dm: omap: gpio: Put _get_gpio_value() logic into its own function by Simon Glass · 10 years ago
  35. bcd4d4e SPDX-License-Identifier: fixing some problematic GPL-2.0 files by Wolfgang Denk · 11 years ago
  36. 87bd05d ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5 by Axel Lin · 11 years ago
  37. dcee1ab gpio: add gpio_is_valid() to omap_gpio API by Nikita Kiryanov · 12 years ago
  38. 308252a dm: Move OMAP GPIO driver to drivers/gpio/ by Marek Vasut · 12 years ago[Renamed from arch/arm/cpu/armv7/omap-common/gpio.c]
  39. 365d607 gpio: Replace ARM gpio.h with the common API in include/asm-generic by Joe Hershberger · 13 years ago
  40. b5db0a0 omap: Don't use gpio_free to change direction to input by Joe Hershberger · 13 years ago
  41. 81bdc15 omap: gpio: Use generic API by Sanjeev Premi · 13 years ago
  42. 569919d OMAP: Add function to get state of a GPIO output by Joel A Fernandes · 13 years ago
  43. 080a46e omap: fix gpio related build breaks by Aneesh V · 13 years ago
  44. 25223a6 omap: reuse omap3 gpio support in omap4 by Aneesh V · 13 years ago[Renamed (76%) from arch/arm/cpu/armv7/omap3/gpio.c]
  45. f56348a ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 by Steve Sakoman · 14 years ago[Renamed from arch/arm/cpu/arm_cortexa8/omap3/gpio.c]
  46. 84ad688 arm: Move cpu/$CPU to arch/arm/cpu/$CPU by Peter Tyser · 14 years ago[Renamed from cpu/arm_cortexa8/omap3/gpio.c]
  47. 0c872ec OMAP3 Port kernel omap gpio interface. by Tom Rix · 15 years ago