1. 230bc62 pinctrl: single: fix a never true comparison by Dario Binacchi · 3 years, 5 months ago
  2. 69414d8 pinctrl: single: check function mask to be non-zero by Dario Binacchi · 3 years, 5 months ago
  3. 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
  4. 5532262 test: pinmux: add test for 'pinctrl-single' driver by Dario Binacchi · 3 years, 6 months ago
  5. 76d470d pinctrl: single: add get_pin_muxing operation by Dario Binacchi · 3 years, 6 months ago
  6. 0b12162 pinctrl: single: add get_pin_name operation by Dario Binacchi · 3 years, 6 months ago
  7. 1dd7ae2 pinctrl: single: add get_pins_count operation by Dario Binacchi · 3 years, 6 months ago
  8. 180531f pinctrl: single: add register access functions by Dario Binacchi · 3 years, 6 months ago
  9. d85b93e pinctrl: single: change function mask default value by Dario Binacchi · 3 years, 6 months ago
  10. 971c64a pinctrl: single: check "register-width" DT property by Dario Binacchi · 3 years, 6 months ago
  11. 9fd8a43 pinctrl: single: get register area size by device API by Dario Binacchi · 3 years, 6 months ago
  12. fcf6a2b pinctrl: single: fix debug messages formatting by Dario Binacchi · 3 years, 6 months ago
  13. 9b884e7 pinctrl: single: fix offset management by Dario Binacchi · 3 years, 6 months ago
  14. 6719294 pinctrl: single: fix the loop counter variable type by Dario Binacchi · 3 years, 6 months ago
  15. 4ace4fa pinctrl: single: fix format of structure documentation by Dario Binacchi · 3 years, 6 months ago
  16. bddac45 pinctrl: Return -ENOSYS when system call is not available by Simon Glass · 3 years, 6 months ago
  17. 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, 6 months ago
  18. a449cdb pinctrl: mt7629: add jtag function and pin group by Weijie Gao · 3 years, 7 months ago
  19. 70a2b42 pinctrl: mediatek: do not probe gpio driver if not enabled by Weijie Gao · 3 years, 7 months ago
  20. e254d2c pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrl by Sam Shih · 3 years, 7 months ago
  21. 4fc5d4c pinctrl: mediatek: fix wrong assignment in mtk_get_pin_name by Sam Shih · 3 years, 7 months ago
  22. 220f308 pinctrl: renesas: Add support for R8A774C0 by Lad Prabhakar · 3 years, 7 months ago
  23. 4ece226 pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11 by Lad Prabhakar · 3 years, 7 months ago
  24. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 8 months ago
  25. 9648789 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 8 months ago
  26. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 8 months ago
  27. 8bad34a pinctrl: at91-pio4: add support for slew-rate by Claudiu Beznea · 3 years, 8 months ago
  28. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 8 months ago
  29. 4363aac pinctrl: stm32: bind only the enabled GPIO subnode by Patrick Delaunay · 3 years, 8 months ago
  30. 1da4269 pinctrl: stm32: correct management pin display of OTYPE by Patrick Delaunay · 3 years, 8 months ago
  31. ca5cc31 pinctrl: stmfx: Use PINNAME_SIZE for pin's name size by Patrice Chotard · 3 years, 9 months ago
  32. 54f5bf3 pinctrl: stmfx: Fix pin configuration issue by Patrice Chotard · 3 years, 9 months ago
  33. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  34. c99be95 Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 8 months ago
  35. 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, 8 months ago
  36. a9a3a3a pinctrl: mtmips: add support for MediaTek MT7620 SoC by Weijie Gao · 3 years, 11 months ago
  37. 417eca0 pinctrl: at91-pio4: implement drive strength support by Eugen Hristev · 3 years, 9 months ago
  38. 864a414 pinctrl: at91-pio4: convert to dev_read_prop by Eugen Hristev · 3 years, 9 months ago
  39. 97bf737 pinctrl: mediatek: correct error handling by Heinrich Schuchardt · 3 years, 9 months ago
  40. 8096e24 pinctrl: renesas: Implement get_pin_muxing() callback by Lad Prabhakar · 3 years, 10 months ago
  41. cc6aa80 pinctrl: renesas: Make sure the pin type is updated after setting the MUX by Lad Prabhakar · 3 years, 10 months ago
  42. 28b3e7b pinctrl: stm32: migrate trace to log macro by Patrick Delaunay · 4 years ago
  43. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 9 months ago
  44. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 9 months ago
  45. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 9 months ago
  46. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  47. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 3 years, 10 months ago
  48. 366c4eb x86: apl: Move priv/plat structs to headers by Simon Glass · 3 years, 10 months ago
  49. 53d5969 x86: pinctrl: Drop unlikely error messages from TPL by Simon Glass · 3 years, 9 months ago
  50. 8b842be x86: apl: Reduce size for TPL by Simon Glass · 3 years, 9 months ago
  51. c8fbf30 pinctrl: Drop post_bind() method when not needed by Simon Glass · 3 years, 9 months ago
  52. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  53. c238eee x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · 3 years, 9 months ago
  54. 3bc90aa pinctrl: Update for new sequence numbers by Simon Glass · 3 years, 10 months ago
  55. 5ccd5d2 pinctrl: meson: fix bit manipulation of pin bias configuration by Neil Armstrong · 3 years, 10 months ago
  56. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  57. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  58. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  59. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  60. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  61. 20da4e0 dm: Drop uses of dev_set_of_offset() by Simon Glass · 3 years, 10 months ago
  62. a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 3 years, 10 months ago
  63. e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 3 years, 10 months ago
  64. 0f8106f treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 3 years, 10 months ago
  65. e27e96a pinctrl: stmfx: update pin name by Patrick Delaunay · 4 years ago
  66. c2a8181 pinctrl: stmfx: update pincontrol and gpio device name by Patrick Delaunay · 4 years ago
  67. b305dbc pinctrl: stm32: display bias information for all pins by Patrick Delaunay · 4 years ago
  68. 46f3282 pinctrl: renesas: Drop unused members from struct sh_pfc_pinctrl by Lad Prabhakar · 4 years ago
  69. 2a589b7 pinctrl: renesas: r8a7795: Optimize pinctrl image size for R8A774E1 by Biju Das · 4 years ago
  70. 8b00761 pinctrl: renesas: r8a77965: Optimize pinctrl image size for R8A774B1 by Biju Das · 4 years ago
  71. fee13ae pinctrl: renesas: r8a7796: Optimize pinctrl image size for R8A774A1 by Biju Das · 4 years ago
  72. 975154b pinctrl: renesas: r8a77951: Add R8A774E1 PFC support by Biju Das · 4 years ago
  73. c5f3762 pinctrl: renesas: r8a77965: Add R8A774B1 PFC support by Biju Das · 4 years ago
  74. 6e35c1c pinctrl: k210: Rename power domains to match datasheet by Sean Anderson · 3 years, 11 months ago
  75. 82b838f pinctrl: k210: Fix inverted IE and OE for I2C by Sean Anderson · 3 years, 11 months ago
  76. dd27cd6 x86: pinctrl: Silence the warning when a pin is not found by Simon Glass · 4 years ago
  77. 9d20db0 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years ago
  78. b2d7a16 pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.9 by Lad Prabhakar · 4 years ago
  79. 7224d5c pinctrl: Add support for Kendryte K210 FPIOA by Sean Anderson · 4 years, 1 month ago
  80. 7f0f180 test: pinmux: Add test for pin muxing by Sean Anderson · 4 years, 1 month ago
  81. 9c08fbf pinctrl: Add pinmux property support to pinctrl-generic by Sean Anderson · 4 years, 1 month ago
  82. 987ab49 Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years ago
  83. b7e7831 Merge branch 'next' by Tom Rini · 4 years ago
  84. 38c1c6f pinctrl: meson-axg: add missing GPIOA_18 by Neil Armstrong · 4 years ago
  85. 0f6bef4 pinctrl: meson-axg-pmx: fix gpio request by Neil Armstrong · 4 years ago
  86. caebff0 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years ago
  87. 17e76b3 Merge tag 'u-boot-stm32-20201003' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 4 years ago
  88. 0db912d pinctrl: bcm283x: Store the return value of dev_read_u32_default to int by Ovidiu Panait · 4 years ago
  89. e020c07 pinctrl: bcm283x: Read address from DT in ofdata_to_platdata by Ovidiu Panait · 4 years ago
  90. bab9be9 pinctrl: bcm283x: DM_FLAG_PRE_RELOC: Remove OF_CONTROL check by Ovidiu Panait · 4 years ago
  91. 10bccd0 pinctrl: stm32: Add header with SPDX licence by Patrick Delaunay · 4 years, 1 month ago
  92. d3bfad2 pinctrl: stm32: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  93. 953a3be pinctrl: renesas: Fix PINCTRL_PFC_R8A774A1 help description by Biju Das · 4 years, 1 month ago
  94. 63ef816 pinctrl: at91-pio4: add compatible for sama7g5 pinctrl block by Eugen Hristev · 4 years, 1 month ago
  95. 10d65bf pinmux: pic32: add SDHCI pin config by John Robertson · 4 years, 1 month ago
  96. 5990b05 powerpc, qe: add DTS support for parallel I/O ports by Heiko Schocher · 4 years, 8 months ago
  97. 0a0cdec x86: pinctrl: Fix 'relatove' typo by Simon Glass · 4 years, 1 month ago
  98. 702e57e treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  99. 3fe69d3 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 2 months ago
  100. 324220d pinctrl: mediatek: mt8512: fix the wrong start address of ranges by Chunfeng Yun · 4 years, 2 months ago