1. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  2. 1b5cd0b board: stm32mp1: no MTD partitions fixup for serial boot by Patrick Delaunay · 4 years, 1 month ago
  3. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 2 months ago
  4. a8a67ed board: stm32mp1: use const for struct node_info by Patrick Delaunay · 4 years, 4 months ago
  5. 15359e4 board: stm32mp1: update fdt fixup partitions table by Christophe Kerello · 4 years, 4 months ago
  6. 9d96e90 board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setup by Patrick Delaunay · 4 years, 4 months ago
  7. 821a9ba board: stm32mp1: use IS_ENABLED to prevent ifdef in env functions by Patrick Delaunay · 4 years, 4 months ago
  8. f118e4a board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_init by Patrick Delaunay · 4 years, 4 months ago
  9. c75bc6a board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fix by Patrick Delaunay · 4 years, 4 months ago
  10. 4b2bfd6 board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_init by Patrick Delaunay · 4 years, 4 months ago
  11. 5fe5508 board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_power by Patrick Delaunay · 4 years, 4 months ago
  12. a1d5f20 board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_connected by Patrick Delaunay · 4 years, 4 months ago
  13. f660485 board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_check by Patrick Delaunay · 4 years, 4 months ago
  14. 75b1b04 board: update test on misc_read result in board_late_init by Patrick Delaunay · 4 years, 5 months ago
  15. 7179b09 configs:stm32mp1: activate env config in SPL by Patrick Delaunay · 4 years, 6 months ago
  16. 455b065 stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC by Patrick Delaunay · 4 years, 6 months ago
  17. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  18. fcb6b0b board: st: move type-c stusb1600 controller code in a driver by Patrick Delaunay · 4 years, 5 months ago
  19. 9789640 board: stm32mp1: update the gpio hog support by Patrick Delaunay · 4 years, 6 months ago
  20. f2f25c3 board: st: stpmic1: add function stpmic1_init by Patrick Delaunay · 4 years, 6 months ago
  21. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  22. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  23. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  24. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  25. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  26. 2d583f9 stm32mp1: Fix warning display when 1.5A power supply is used by Patrice Chotard · 4 years, 7 months ago
  27. 181298e board: stm32mp1: add timeout for I/O compensation ready by Patrick Delaunay · 4 years, 7 months ago
  28. dcc6810 board: stm32mp1: remove bootdelay configuration for usb or serial boot by Patrick Delaunay · 4 years, 7 months ago
  29. 4533a2c board: stm32mp1: set environment variable fdtfile by Patrick Delaunay · 4 years, 7 months ago
  30. 486ae96 board: stm32mp1: gt9147 IRQ before reset on EV1 by Patrick Delaunay · 4 years, 7 months ago
  31. 8ae05cf board: stm32mp1: update management of boot-led by Patrick Delaunay · 4 years, 7 months ago
  32. c739368 board: stm32mp1: Keep error led ON in case of low power detection by Patrice Chotard · 4 years, 7 months ago
  33. b5a7ca2 board: stm32mp1: support boot from spi-nand by Patrick Delaunay · 4 years, 8 months ago
  34. 472407a stm32mp1: dynamically detect op-tee presence by Patrick Delaunay · 4 years, 8 months ago
  35. cf07343 board: stm32mp1: move set_dfu_alt_info in st common directory by Patrick Delaunay · 4 years, 8 months ago
  36. daa5f01 board: stm32mp1: move board_get_mtdparts in st common directory by Patrick Delaunay · 4 years, 8 months ago
  37. 78f68f2 board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED by Patrick Delaunay · 4 years, 8 months ago
  38. f8fe21d configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · 4 years, 8 months ago
  39. 0885c23 board: stm32mp1: display reference only for STMicroelectronics board by Patrick Delaunay · 4 years, 10 months ago
  40. 52163d9 board: stm32mp1: add finished good in board identifier OTP by Patrick Delaunay · 4 years, 8 months ago
  41. f74ac23 board: stm32mp1: change dfu function to static by Patrick Delaunay · 4 years, 10 months ago
  42. 1e4229c board: stm32mp1: board: add include for dfu by Patrick Delaunay · 4 years, 10 months ago
  43. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  44. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  45. a5483b1 Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 10 months ago
  46. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  47. 310aa8a stm32mp1: split board and SOC support for STM32MP15x family by Patrick Delaunay · 4 years, 11 months ago
  48. ad6cc94 stm32mp1: remove copro_state environment variable by Fabien Dessenne · 5 years ago
  49. a7b5130 common: Move some board functions out of common.h by Simon Glass · 5 years ago
  50. 8e5031b stm32mp1: add support for virtual partition read by Patrick Delaunay · 5 years ago
  51. 11ad8cb stm32mp1: board: add spi nand support by Patrick Delaunay · 5 years ago
  52. 093f6e1 stm32mp1: activate SET_DFU_ALT_INFO by Patrick Delaunay · 5 years ago
  53. 0aafce6 board: stm32mp1: fixup the usb product id for USB download gadget by Patrick Delaunay · 5 years ago
  54. bff66f9 net: dwc_et_qos: update weak function board_interface_eth_init by Patrick Delaunay · 5 years ago
  55. c17d725 stm32mp1: Add copro image support for M4 firmware by Patrick Delaunay · 5 years ago
  56. ceb82e3 stm32mp1: update sysconf_init on misc_read result by Patrick Delaunay · 5 years ago
  57. dcb89fd stm32mp1: update test on misc_read result by Patrick Delaunay · 5 years ago
  58. 266bf10 stm32mp1: board: cosmetic: cleanup file by Patrick Delaunay · 5 years ago
  59. f6626e7 stm32mp1: board: remove board_check_usb_power when ADC is not activated by Patrick Delaunay · 5 years ago
  60. 6b2baa0 stm32mp1: board: Update the way vdd-supply is retrieved from DT by Patrick Delaunay · 5 years ago
  61. f245126 stm32mp1: board: check the boot-source to disable bootdelay by Patrick Delaunay · 5 years ago
  62. 7a3e442 stm32mp1: board: protect the led function calls by Patrick Delaunay · 5 years ago
  63. ae0931d0 stm32mp1: board: support of error led on ed1/ev1 board by Patrick Delaunay · 5 years ago
  64. 9f76fdf stm32mp1: board: enable v1v2_hdmi and v3v3_hdmi regulator on dk2 boot by Patrick Delaunay · 5 years ago
  65. e8566ec stm32mp1: board: add environment variable for board id and board rev by Patrick Delaunay · 5 years ago
  66. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  67. db22961 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
  68. 500401f board: stm32mp1: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  69. de98cbf stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONS by Patrick Delaunay · 5 years ago
  70. ff215a4 stm32mp1: add configuration op-tee by Patrick Delaunay · 5 years ago
  71. 6519e44 stm32mp1: call regulators_enable_boot_on in board_init by Patrick Delaunay · 5 years ago
  72. 69ac3f5 board: stm32mp1: Add board_interface_eth_init by Christophe Roullier · 6 years ago
  73. cded32f board: stm32mp1: Update power supply check via USB TYPE-C by Patrice Chotard · 6 years ago
  74. 2c461ec stm32mp1: Update env_get_location for NOR support by Patrice Chotard · 6 years ago
  75. 3432037 stm32mp1: Add env_get_location() by Patrice Chotard · 6 years ago
  76. dad97bf board: stm32mp1: Add env_ext4_get_dev_part() and env_ext4_get_intf() by Patrice Chotard · 6 years ago
  77. 41443cf stm32mp1: support dynamic MTDPARTS by Patrice Chotard · 6 years ago
  78. 7f3384d stm32mp1: add stusb1600 support for DK1 and DK2 board by Patrick Delaunay · 6 years ago
  79. 58bc0cd stm32mp1: migrate USBOTG device to driver model by Patrick Delaunay · 6 years ago
  80. 972723a board: stm32mp1: Force pinctrl driver probe in board_init() by Patrice Chotard · 6 years ago
  81. 879cde5 Board: stm32mp1: Add supply current boot information by Patrice Chotard · 6 years ago
  82. 4ace1d1 stm32mp1: add syscfg initialization by Patrick Delaunay · 6 years ago
  83. 008d3c3 stm32mp1: support forced boot mode by Patrick Delaunay · 6 years ago
  84. f2a7b87 stm32mp1: update bootcmd by Patrick Delaunay · 6 years ago
  85. d70e3f8 stm32mp1: add runtime information in environment by Patrick Delaunay · 6 years ago
  86. 92dc102 stm32mp1: display board information by Patrick Delaunay · 6 years ago
  87. 204079b board: st: stm32mp1: Add usb gadget support by Patrice Chotard · 6 years ago
  88. 36e3d11 stm32mp1: use new function led default state by Patrick Delaunay · 6 years ago
  89. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  90. 8eb3b1e board: st: add generic board for STM32MP1 family by Patrick Delaunay · 7 years ago