1. f72b4a3 net: ftgmac100: use the BIT() macro by Cédric Le Goater · 6 years ago
  2. c895ef4 net: Add MT7628 ethernet driver by Stefan Roese · 6 years ago
  3. 5ef76e5 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  4. a376dde mmc: tmio: sdhi: Merge DTCNTL access into single register write by Marek Vasut · 6 years ago
  5. 2fc1075 mmc: tmio: sdhi: Implement waiting for DAT0 line state by Marek Vasut · 6 years ago
  6. dc1488f mmc: tmio: sdhi: Clear HS400 settings when resetting SCC by Marek Vasut · 6 years ago
  7. 52e1796 mmc: tmio: sdhi: Touch SCC only when UHS capable by Marek Vasut · 6 years ago
  8. c83da2e mmc: tmio: Preinitialize regulator to 3.3V by Marek Vasut · 6 years ago
  9. 8171f99 mmc: tmio: Configure clock before any other IOS by Marek Vasut · 6 years ago
  10. 33633eb mmc: tmio: Silence transfer errors when tuning by Marek Vasut · 6 years ago
  11. b22c8d0 mmc: tmio: Improve error handling by Marek Vasut · 6 years ago
  12. 645a575 mmc: tmio: Simplify pinmux handling by Marek Vasut · 6 years ago
  13. 5dbdd3a pinctrl: renesas: Add POCCTRL handling to r8a77990 by Marek Vasut · 6 years ago
  14. 0ff9e48 pinctrl: renesas: Fix DRV register offset by Marek Vasut · 6 years ago
  15. 26da01f power: spl: add SPL_DM_REGULATOR_GPIO in Kconfig by Lokesh Vutla · 6 years ago
  16. 65b6089 w1: fix data abort if no one wire bus master present by Martin Fuzzey · 6 years ago
  17. 586d4b0 w1-eeprom: ds24xxx: fix data abort in ds24xxx_probe() by Martin Fuzzey · 6 years ago
  18. fdaccfe Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  19. d5de3d4 arm: socfpga: fpga: fix type of local variable by Simon Goldschmidt · 6 years ago
  20. db148f2 powerpc: t1040: Correct RCW EC2 settings by Bin Meng · 6 years ago
  21. 4eaf7f5 fsl/usb: Workaround for USB erratum-A005275 by Chris Packham · 6 years ago
  22. 2f07a9a Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  23. 22929e1 drivers: cosmetic: Convert SPDX license tags to Linux Kernel style by Patrick Delaunay · 6 years ago
  24. f749b61 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  25. cf033e0 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  26. 58ec4d3 net: fec_mxc: add support for i.MX8X by Anatolij Gustschin · 6 years ago
  27. 18593fa net: mvpp2: increase PHY reset pulse by Baruch Siach · 6 years ago
  28. fa14027 net: mvpp2: fix polarity of PHY reset signal by Baruch Siach · 6 years ago
  29. 0126c64 net: dm: fec: Obtain the transceiver type from the DT by Martin Fuzzey · 6 years ago
  30. ad8c43c net: dm: fec: Support the phy-supply binding by Martin Fuzzey · 6 years ago
  31. 331fcab net: dm: fec: Fix phy-reset-duration clamping and defaults by Martin Fuzzey · 6 years ago
  32. 9b8b918 net: dm: fec: Fix time unit error in phy-reset-duration by Martin Fuzzey · 6 years ago
  33. 30a2c8c net: phy: aquantia: autodetect if firmware needs to be loaded by Jeremy Gebben · 6 years ago
  34. 4506423 net: phy: aquantia: add firmware loading support by Jeremy Gebben · 6 years ago
  35. 1c65010 configs: migrate CONFIG_PHY_AQUANTIA to Kconfig by Jeremy Gebben · 6 years ago
  36. 3d99a0b sunxi: display: Mark sunxi_rgb2yuv_coef array as const by Priit Laes · 6 years ago
  37. c33ba7e pwm: sunxi: choose best prescaler to improve PWM resolution by Vasily Khoruzhick · 6 years ago
  38. ce138cb pwm: sunxi: use new prescaler when configuring PWM by Vasily Khoruzhick · 6 years ago
  39. a877d4b pwm: sunxi: fix off-by-one that prevented PWM to use prescaler bypass by Vasily Khoruzhick · 6 years ago
  40. c95c666 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  41. 4684fa8 serial: mxc: Add match string for i.mx6 quad/dual lite serial by Bernhard Messerklinger · 6 years ago
  42. e1a8dfd watchdog: aspeed: restore default value of reset_mask by Cédric Le Goater · 6 years ago
  43. ed5df08 nand: atmel: Initialize pmecc smu with correct size by Bin Meng · 6 years ago
  44. 7677c0d i2c: imx_lpi2c: fix typo and register base address format by Anatolij Gustschin · 6 years ago
  45. 517066a Kconfig: Convert CONFIG_IMX_WATCHDOG to Kconfig by Xiaoliang Yang · 6 years ago
  46. 3cb1450 mmc: fsl_esdhc: add uclass clk support by Peng Fan · 6 years ago
  47. d423c93 fsl_esdhc: Update usdhc driver to support i.MX8 by Ye Li · 6 years ago
  48. 8f5b629 serial: lpuart: support uclass clk api by Peng Fan · 6 years ago
  49. cdc16f6 serial: lpuart: Enable RX and TX FIFO by Ye Li · 6 years ago
  50. 126f884 serial_lpuart: Update lpuart driver to support i.MX8 by Peng Fan · 6 years ago
  51. f77d441 clk: imx: add clk driver for i.MX8QXP by Peng Fan · 6 years ago
  52. d526f34 power: Add power domain driver for i.MX8 by Peng Fan · 6 years ago
  53. 38b6686 pinctrl: Add pinctrl driver for i.MX8 by Peng Fan · 6 years ago
  54. 8b2a31f gpio: mxc_gpio: add support for i.MX8 by Peng Fan · 6 years ago
  55. ad9d40a misc: imx8: add scfw api impementation by Peng Fan · 6 years ago
  56. ef64e78 misc: add i.MX8 misc driver by Peng Fan · 6 years ago
  57. 6ce3836 x86: tsc: Introduce config option for early timer frequency by Bin Meng · 6 years ago
  58. 97d20f6 Enable CONFIG_TIMER_EARLY with bootstage by Simon Glass · 6 years ago
  59. 02e4d38 pci: Support parsing PCI controller DT subnodes by Marek Vasut · 6 years ago
  60. 2fe88d4 Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig by Adam Ford · 6 years ago
  61. 758694f bootcount: Make bootcount magic configurable by Marek Vasut · 6 years ago
  62. d0423c4 Merge git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  63. 3dc8093 net: gem: Do not setup any clock for Xilinx SoC Versal by Michal Simek · 6 years ago
  64. ec48b6c arm64: versal: Add support for new Xilinx Versal ACAPs by Michal Simek · 6 years ago
  65. 2364b70 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  66. e6cd05e Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  67. 15f22ac ldpaa_eth.c: Fix warning when PHYLIB is not enabled by Tom Rini · 6 years ago
  68. 5c39148 sf: Add MICRON manufacturer id by Ashish Kumar · 6 years ago
  69. e3bc4bb i2c: fix: Add support for the Arm's Versatile Express I2C controller by Heiko Schocher · 6 years ago
  70. 0223462 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  71. 1a048cd driver: net: fsl-mc: Add support of multiple phys for dpmac by Pankaj Bansal · 6 years ago
  72. 1ed19a1 driver: net: fsl-mc: initialize dpmac irrespective of phy by Pankaj Bansal · 6 years ago
  73. a3cb534 driver: net: fsl-mc: Modify the dpmac link detection method by Pankaj Bansal · 6 years ago
  74. f259c43 driver: net: fsl-mc: fix error handing in init_phy by Pankaj Bansal · 6 years ago
  75. d75e81d driver: net: fsl-mc: remove unused strcture elements by Pankaj Bansal · 6 years ago
  76. 3d5ced9 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  77. 98068b3 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  78. 0f3cf2b gpio: da8xx: Push generic defines of gpio.h out of mach-davinci by Keerthy · 6 years ago
  79. 401d74c gpio: da8xx: Add k2g compatible by Keerthy · 6 years ago
  80. afd6c6b driver: net: fsl-mc: modify the label name by Pankaj Bansal · 6 years ago
  81. 72ff004 test: eth: Add a test for the target being pinged by Joe Hershberger · 6 years ago
  82. 45988da test: eth: Add a test for ARP requests by Joe Hershberger · 6 years ago
  83. 9cbe597 net: sandbox: Add a priv ptr for tests to use by Joe Hershberger · 6 years ago
  84. c67a420 net: sandbox: Allow fake eth to handle more than 1 packet response by Joe Hershberger · 6 years ago
  85. 76a5034 net: sandbox: Share the priv structure with tests by Joe Hershberger · 6 years ago
  86. c7eb733 net: sandbox: Make the fake eth driver response configurable by Joe Hershberger · 6 years ago
  87. e95bb16 net: sandbox: Refactor sandbox send function by Joe Hershberger · 6 years ago
  88. e4ab9a6 net: sandbox: Move disabled flag into priv struct by Joe Hershberger · 6 years ago
  89. 0f347a0 net: phy: ti: Add binding for the CLK_OUT pin muxing by Janine Hagemann · 6 years ago
  90. be71a74 net: phy: ti: Recover from "port mirroring" N/A MODE4 by Janine Hagemann · 6 years ago
  91. fba725f net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driver by Janine Hagemann · 6 years ago
  92. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  93. ba3c22b spi: davinci: Add platdata support by Jagan Teki · 6 years ago
  94. c860206 mtd: uboot: Fix hanging during mtd list command by Adam Ford · 6 years ago
  95. 339613e net: pch_gbe: Make probe/remove static by Bin Meng · 6 years ago
  96. b06d76f linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  97. beced53 mmc: tmio: Limit DMA to 32bit on R-Car Gen3 by Marek Vasut · 6 years ago
  98. 92bde15 mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable() by Marek Vasut · 6 years ago
  99. 9949ee8 video: at91: Adjust vidconsole_position_cursor() to use char pos by Simon Glass · 6 years ago
  100. 751fed4 sysreset: Add a way to find the last reset by Simon Glass · 6 years ago