1. c0912f9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 5 years ago
  2. 033e18b misc: i2c_eeprom: add size query by Robert Beckett · 5 years ago
  3. 1a59cb4 misc: i2c_eeprom: add fixed partitions support by Robert Beckett · 5 years ago
  4. 951674a dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · 5 years ago
  5. 22e9351 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · 5 years ago
  6. 8596852 i2c: add support for offset overflow in to address by Robert Beckett · 5 years ago
  7. 070a946 i2c: designware: Add Apollo Lake support by Simon Glass · 5 years ago
  8. 0a6f333 x86: apl: Add pinctrl driver by Simon Glass · 5 years ago
  9. 28eefef x86: apl: Add PMC driver by Simon Glass · 5 years ago
  10. 7e589bc x86: Add a generic Intel GPIO driver by Simon Glass · 5 years ago
  11. 74749f1 x86: Add a generic Intel pinctrl driver by Simon Glass · 5 years ago
  12. 4806fce mtd: spi: Export spi_flash_std_probe() by Simon Glass · 5 years ago
  13. 3937df3 spi: ich: Add Apollo Lake support by Simon Glass · 5 years ago
  14. 636555a spi: ich: Add TPL support by Simon Glass · 5 years ago
  15. 9284214 spi: ich: Add support for get_mmap() method by Simon Glass · 5 years ago
  16. 1facebd spi: ich: Support hardware sequencing by Simon Glass · 5 years ago
  17. 0d3ee3e spi: ich: Support of-platdata for fast-spi by Simon Glass · 5 years ago
  18. 43c145b spi: ich: Correct max-size bug in ich_spi_adjust_size() by Simon Glass · 5 years ago
  19. 75214b0 spi: ich: Add mmio_base to struct ich_spi_platdata by Simon Glass · 5 years ago
  20. a550662 spi: ich: Various small tidy-ups by Simon Glass · 5 years ago
  21. b47aa26 spi: ich: Fix header order by Simon Glass · 5 years ago
  22. 702b28a spi: ich: Convert to livetree by Simon Glass · 5 years ago
  23. 17e7544 spi: ich: Move the protection/lockdown code into a function by Simon Glass · 5 years ago
  24. 674990c spi: ich: Move init function just above probe() by Simon Glass · 5 years ago
  25. e8ac6ff x86: spi: Don't enable SPI_FLASH_BAR by default by Simon Glass · 5 years ago
  26. ccdabd8 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 5 years ago
  27. 26047f6 x86: Allow removal of standard PCH drivers by Simon Glass · 5 years ago
  28. fbb0efd sandbox: Add a test for IRQ by Simon Glass · 5 years ago
  29. 79d66a6 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 5 years ago
  30. 3e17ffb sandbox: Add PCI driver and test for p2sb by Simon Glass · 5 years ago
  31. 5bee27a pci: Add support for p2sb uclass by Simon Glass · 5 years ago
  32. 3b65ee3 x86: sandbox: Add a PMC emulator and test by Simon Glass · 5 years ago
  33. 6c6d88e x86: power: Add an ACPI PMC uclass by Simon Glass · 5 years ago
  34. 642e848 x86: timer: Reduce timer code size in TPL on Intel CPUs by Simon Glass · 5 years ago
  35. 77dd7c6 x86: timer: use a timer base of 0 by Simon Glass · 5 years ago
  36. 8aeafb5 dm: pinctrl: Allow enabling full pinctrl in SPL/TPL by Simon Glass · 5 years ago
  37. fa11fe1 i2c: designware: Support use in SPL by Simon Glass · 5 years ago
  38. 8d72d5b i2c: designware: Avoid using static data by Simon Glass · 5 years ago
  39. 457df23 i2c: designware: Tidy up PCI support by Simon Glass · 5 years ago
  40. 6dd4b01 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
  41. 2206ac2 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 5 years ago
  42. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  43. 553cb06 Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 5 years ago
  44. 3031cde Merge tag 'fix-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 years ago
  45. addb1d9 Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 5 years ago
  46. 3104162 i2c: i2c_cdns: fix write timeout on fifo boundary by Michael Auchter · 5 years ago
  47. b4f98b3 cros_ec: use uint instead of uint8_t for cmd param by Michael Auchter · 5 years ago
  48. fd4b8f8 Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  49. 5e5c785 serial: sandbox: support Unicode by Heinrich Schuchardt · 5 years ago
  50. 520f955 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 5 years ago
  51. 31dae22 spl: cache: Allow cache drivers in SPL by Rick Chen · 5 years ago
  52. ac1ca99 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 5 years ago
  53. 382c0c6 net: ti: am65-cpsw-nuss: Add new compatible for J721e by Vignesh Raghavendra · 5 years ago
  54. 461a290 net: ti: am65-cpsw-nuss: Rework RX flow ID handling by Vignesh Raghavendra · 5 years ago
  55. 5e6d9cc dma: ti: k3-udma: Implement dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
  56. b8a4dd2 dma: Introduce dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
  57. 08b3e90 net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGN by Cédric Le Goater · 5 years ago
  58. 1e354cb drivers: net: fsl_enetc: register internal MDIO bus by Alex Marginean · 5 years ago
  59. 6c96446 drivers: net: fsl_enetc_mdio: return with time-out if HW is stuck by Alex Marginean · 5 years ago
  60. a931f78 drivers: net: fsl_enetc: move PCS and PHY config to probe by Alex Marginean · 5 years ago
  61. 307f8a6 drivers: net: fsl_enetc: Add 2.5Gbps to supported link speeds by Alex Marginean · 5 years ago
  62. 17bd7ea drivers: net: fsl_enetc: use the new MDIO DM helper functions by Alex Marginean · 5 years ago
  63. e22e3af drivers: net: fsl_enetc: use XFI, USXGMII interface type macros by Alex Marginean · 5 years ago
  64. 6d9bc20 drivers: net: aquantia: check system interface too when checking for link up by Alex Marginean · 5 years ago
  65. 05f8607 drivers: net: aquantia: set SMBus addr based on DT property by Alex Marginean · 5 years ago
  66. 7552ee9 drivers: net: aquantia: set MDI reversal based on DT property by Alex Marginean · 5 years ago
  67. a301ec7 drivers: net: aquantia: set up SI protocol based on interface type by Alex Marginean · 5 years ago
  68. 5fe861b drivers: net: aquantia: add PHY generation information by Alex Marginean · 5 years ago
  69. 8a141d6 drivers: net: aquantia: use XFI, USXGMII interface types by Alex Marginean · 5 years ago
  70. 389488d net: phy: fix switch vendor name by Anatolij Gustschin · 5 years ago
  71. 5bcb4b8 net: phy: mv88e61xx: register phy_driver struct for 88E6071 by Anatolij Gustschin · 5 years ago
  72. 41820c4 net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071 by Anatolij Gustschin · 5 years ago
  73. 4aa05f6 net: phy: mv88e61xx: add CPU port parameter init for 88E6071 by Anatolij Gustschin · 5 years ago
  74. f41a722 net: phy: mv88e61xx: rework to enable detection of 88E6071 devices by Anatolij Gustschin · 5 years ago
  75. b2f2643 net: phy: micrel: make sure the factory test bit is cleared by Nicolas Ferre · 5 years ago
  76. bf58916 net: phy: aquantia: wait for phy init sequence to finish by Florin Chiculita · 5 years ago
  77. 7c56408 net: macb: let miiphy_read/_write pass arbitrary addresses by Josef Holzmayr · 5 years ago
  78. 0d3044c net: macb: explicitly pass phy_adr to mdio read and write by Josef Holzmayr · 5 years ago
  79. 27c3f70 net: phy: Increase link up delay in genphy_update_link() by Stefan Roese · 5 years ago
  80. 945dd96 net: rtl8169: Support RTL-8168c/8111c by Thierry Reding · 5 years ago
  81. 17caaf8 net: mvpp2: MVPP2 now needs MVMDIO by Nevo Hed · 5 years ago
  82. 2a42870 net: mvpp2: use new MVMDIO driver by Nevo Hed · 5 years ago
  83. 6239483 net: mvpp2: mark phy as invalid in case of missing appropriate driver by Grzegorz Jaszczyk · 5 years ago
  84. 13b725f net: mvpp2x: fix traffic stuck after PHY start error by Stefan Chulski · 5 years ago
  85. 37d6265 net: phy: dp83867: refactor rgmii configuration by Grygorii Strashko · 5 years ago
  86. 253a5ff net: phy: dp83867: io impedance is not dependent on RGMII delay by Grygorii Strashko · 5 years ago
  87. 20f7ea4 net: phy: dp83867: rework delay rgmii delay handling by Grygorii Strashko · 5 years ago
  88. b3b9b12 net: phy: dp83867: Add ability to disable output clock by Grygorii Strashko · 5 years ago
  89. ee622f0 net: phy: dp83867: move static initialization to .probe() by Grygorii Strashko · 5 years ago
  90. 5ee989c net: phy: ti: rename ti.c to dp83867.c by Grygorii Strashko · 5 years ago
  91. 1f60789 net/phy: Fix phy_connect() for phy addr 0 by Priyanka Jain · 5 years ago
  92. 2f02845 Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  93. 05429b6 rtc: move date.c from drivers/rtc/ to lib/ by AKASHI Takahiro · 5 years ago
  94. 2cc393f video: make BPP and ANSI configs optional by Anatolij Gustschin · 5 years ago
  95. ca5655d video: add guards around 16bpp/32bbp code by Anatolij Gustschin · 5 years ago
  96. bead4f2 Merge tag 'u-boot-rockchip-20191206' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  97. f5edb0d clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[] by Frieder Schrempf · 5 years ago
  98. ca2c694 video: bmp: Fix video_display_rle8_bitmap() by Patrice Chotard · 5 years ago
  99. 1ebf285 video: bmp: Fix video_splash_align_axis() by Patrice Chotard · 5 years ago
  100. 41eee94 pinctrl: rockchip: Add pinctrl support for rk3308 by David Wu · 5 years ago