1. 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 7 months ago
  2. 73ee1f2 pinctrl: Add the pinctrl setting for PWM. by Billy Tsai · 2 years, 8 months ago
  3. aa34e13 pinctrl: k210: Fix bias-pull-up by Niklas Cassel · 2 years, 8 months ago
  4. daaf182 pinctrl: k210: Fix loop in k210_pc_get_drive() by Niklas Cassel · 2 years, 8 months ago
  5. a6c86ec k210: dts: align fpioa node with Linux by Damien Le Moal · 2 years, 8 months ago
  6. fd426b3 k210: use the board vendor name rather than the marketing name by Damien Le Moal · 2 years, 8 months ago
  7. dbd673f pinctrl: zynqmp: Add pinctrl driver by Ashok Reddy Soma · 2 years, 8 months ago
  8. 87724d5 arm64: a37xx: pinctrl: Fix PWM pins indexes by Marek Behún · 2 years, 8 months ago
  9. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  10. 1041eae pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2 by AJ Bagwell · 2 years, 11 months ago
  11. 4c59560 pinctrl: stmfx: define LOG_CATEGORY by Patrick Delaunay · 3 years ago
  12. 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 2 years, 11 months ago
  13. 886d36e pinctrl: meson: Correct the driver GPIO declaration by Simon Glass · 3 years ago
  14. b814e00 pinctrl: Add Apple pinctrl driver by Mark Kettenis · 3 years ago
  15. 46220bf aspeed: AST2600 Pinctrl Driver by Ryan Chen · 3 years ago
  16. 166a77b Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  17. 56a368f gpio: stm32: create include file for driver private data by Patrick Delaunay · 3 years ago
  18. 2b77d9a exynos78x0: pinctrl: set const to structs by Minkyu Kang · 3 years ago
  19. 69bde04 SoC: exynos: add support for exynos 78x0 by Dzmitry Sankouski · 3 years ago
  20. d8428f7 pinctrl: exynos: add support for multiple pin banks by Dzmitry Sankouski · 3 years ago
  21. fd921d2 pinctrl: single: Add request() api by Bharat Gooty · 3 years, 2 months ago
  22. 62f86c6 pinctrl: single: Parse gpio details from dt by Bharat Gooty · 3 years, 2 months ago
  23. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  24. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 1 month ago
  25. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 3 months ago
  26. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 3 months ago
  27. 423e324 pinctrl: fix typo by Yuan Fang · 3 years, 1 month ago
  28. 0bf4a77 pinctrl: Add pinctrl driver for imx8ulp by Ye Li · 3 years, 3 months ago
  29. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 3 months ago
  30. 5534fb4 arm64: a37xx: pinctrl: Correct PWM pins definitions by Marek Behún · 3 years, 3 months ago
  31. 83061db Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 3 months ago
  32. 4d159b6 pinctrl: Avoid coverity warning when checking width by Simon Glass · 3 years, 5 months ago
  33. 7e58a3a Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 4 months ago
  34. 5503435 pinctrl: mscc: Fix multiple definition error by Tom Rini · 3 years, 6 months ago
  35. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 6 months ago
  36. df8adad pinctrl: renesas: Import R8A779A0 V3U PFC tables by Marek Vasut · 3 years, 6 months ago
  37. a2a1485 pinctrl: renesas: Synchronize R-Car Gen2/Gen3 tables with Linux 5.12 by Marek Vasut · 3 years, 6 months ago
  38. 1e78790 pinctrl: single: Fix probe failure getting register area size by Vignesh Raghavendra · 3 years, 6 months ago
  39. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 5 months ago
  40. 6fc323c pinctrl: renesas: Implement unlock register masks by Marek Vasut · 3 years, 6 months ago
  41. 1fffcae pinctrl: renesas: Fix R-Car Gen2 help text by Marek Vasut · 3 years, 6 months ago
  42. c0de8e7 pinctrl: renesas: Deduplicate Kconfig by Marek Vasut · 3 years, 6 months ago
  43. 230bc62 pinctrl: single: fix a never true comparison by Dario Binacchi · 3 years, 6 months ago
  44. 69414d8 pinctrl: single: check function mask to be non-zero by Dario Binacchi · 3 years, 6 months ago
  45. 2fbc8047 Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 6 months ago
  46. 5532262 test: pinmux: add test for 'pinctrl-single' driver by Dario Binacchi · 3 years, 6 months ago
  47. 76d470d pinctrl: single: add get_pin_muxing operation by Dario Binacchi · 3 years, 6 months ago
  48. 0b12162 pinctrl: single: add get_pin_name operation by Dario Binacchi · 3 years, 6 months ago
  49. 1dd7ae2 pinctrl: single: add get_pins_count operation by Dario Binacchi · 3 years, 6 months ago
  50. 180531f pinctrl: single: add register access functions by Dario Binacchi · 3 years, 6 months ago
  51. d85b93e pinctrl: single: change function mask default value by Dario Binacchi · 3 years, 6 months ago
  52. 971c64a pinctrl: single: check "register-width" DT property by Dario Binacchi · 3 years, 6 months ago
  53. 9fd8a43 pinctrl: single: get register area size by device API by Dario Binacchi · 3 years, 6 months ago
  54. fcf6a2b pinctrl: single: fix debug messages formatting by Dario Binacchi · 3 years, 6 months ago
  55. 9b884e7 pinctrl: single: fix offset management by Dario Binacchi · 3 years, 6 months ago
  56. 6719294 pinctrl: single: fix the loop counter variable type by Dario Binacchi · 3 years, 6 months ago
  57. 4ace4fa pinctrl: single: fix format of structure documentation by Dario Binacchi · 3 years, 6 months ago
  58. bddac45 pinctrl: Return -ENOSYS when system call is not available by Simon Glass · 3 years, 7 months ago
  59. 7d23eb9 Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 3 years, 7 months ago
  60. a449cdb pinctrl: mt7629: add jtag function and pin group by Weijie Gao · 3 years, 8 months ago
  61. 70a2b42 pinctrl: mediatek: do not probe gpio driver if not enabled by Weijie Gao · 3 years, 8 months ago
  62. e254d2c pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrl by Sam Shih · 3 years, 8 months ago
  63. 4fc5d4c pinctrl: mediatek: fix wrong assignment in mtk_get_pin_name by Sam Shih · 3 years, 8 months ago
  64. 220f308 pinctrl: renesas: Add support for R8A774C0 by Lad Prabhakar · 3 years, 7 months ago
  65. 4ece226 pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11 by Lad Prabhakar · 3 years, 7 months ago
  66. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 9 months ago
  67. 9648789 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 9 months ago
  68. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 9 months ago
  69. 8bad34a pinctrl: at91-pio4: add support for slew-rate by Claudiu Beznea · 3 years, 9 months ago
  70. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 8 months ago
  71. 4363aac pinctrl: stm32: bind only the enabled GPIO subnode by Patrick Delaunay · 3 years, 9 months ago
  72. 1da4269 pinctrl: stm32: correct management pin display of OTYPE by Patrick Delaunay · 3 years, 9 months ago
  73. ca5cc31 pinctrl: stmfx: Use PINNAME_SIZE for pin's name size by Patrice Chotard · 3 years, 9 months ago
  74. 54f5bf3 pinctrl: stmfx: Fix pin configuration issue by Patrice Chotard · 3 years, 9 months ago
  75. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  76. c99be95 Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 9 months ago
  77. aee5bcc Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 3 years, 9 months ago
  78. a9a3a3a pinctrl: mtmips: add support for MediaTek MT7620 SoC by Weijie Gao · 4 years ago
  79. 417eca0 pinctrl: at91-pio4: implement drive strength support by Eugen Hristev · 3 years, 10 months ago
  80. 864a414 pinctrl: at91-pio4: convert to dev_read_prop by Eugen Hristev · 3 years, 10 months ago
  81. 97bf737 pinctrl: mediatek: correct error handling by Heinrich Schuchardt · 3 years, 10 months ago
  82. 8096e24 pinctrl: renesas: Implement get_pin_muxing() callback by Lad Prabhakar · 3 years, 11 months ago
  83. cc6aa80 pinctrl: renesas: Make sure the pin type is updated after setting the MUX by Lad Prabhakar · 3 years, 11 months ago
  84. 28b3e7b pinctrl: stm32: migrate trace to log macro by Patrick Delaunay · 4 years ago
  85. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  86. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  87. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 10 months ago
  88. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  89. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 3 years, 10 months ago
  90. 366c4eb x86: apl: Move priv/plat structs to headers by Simon Glass · 3 years, 10 months ago
  91. 53d5969 x86: pinctrl: Drop unlikely error messages from TPL by Simon Glass · 3 years, 10 months ago
  92. 8b842be x86: apl: Reduce size for TPL by Simon Glass · 3 years, 10 months ago
  93. c8fbf30 pinctrl: Drop post_bind() method when not needed by Simon Glass · 3 years, 10 months ago
  94. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  95. c238eee x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · 3 years, 10 months ago
  96. 3bc90aa pinctrl: Update for new sequence numbers by Simon Glass · 3 years, 10 months ago
  97. 5ccd5d2 pinctrl: meson: fix bit manipulation of pin bias configuration by Neil Armstrong · 3 years, 10 months ago
  98. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  99. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  100. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago