1. b5f88e8 dm: pxa: serial: Drop serial_sa1100 serial driver by Simon Glass · 9 years ago
  2. e62df99 dm: serial: Drop serial_max3100 serial driver by Simon Glass · 9 years ago
  3. 5e86d7e dm: freescale: serial: Drop serial_imx serial driver by Simon Glass · 9 years ago
  4. b82d544 dm: opencores: Drop opencores_yanu serial driver by Simon Glass · 9 years ago
  5. 1942e14 dm: freescale: Drop mxs_auart serial driver by Simon Glass · 9 years ago
  6. 931a7a5 serial: serial_stm32: move clock config from driver to board by Vikas Manocha · 9 years ago
  7. 3d93c94 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 9 years ago
  8. c994c9c net: davinci_emac: fix NULL check after pointer dereference by Vishwas Srivastava · 9 years ago
  9. 8aaeb1f net: fix wrong initialization in davinci-emac driver by Vishwas Srivastava · 9 years ago
  10. 1f47573 video: Use 'int' for loop variables instead of short by Simon Glass · 9 years ago
  11. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  12. 83cf24c net: e1000: Convert to use DM PCI API by Bin Meng · 9 years ago
  13. 6c3300c net: designware: Use dm_pci_mem_to_phys() in the probe routine by Bin Meng · 9 years ago
  14. 7c1d055 net: pch_gbe: Convert to use DM PCI API by Bin Meng · 9 years ago
  15. 6e916cc x86: ich6_gpio: Convert to use proper DM API by Bin Meng · 9 years ago
  16. ac371d6 x86: pch9: Implement get_io_base op by Bin Meng · 9 years ago
  17. b9c951d dm: pch: Add get_io_base op by Bin Meng · 9 years ago
  18. fd2afdf x86: pch: Implement get_gpio_base op by Bin Meng · 9 years ago
  19. 8fec3e1 dm: pch: Add get_gpio_base op by Bin Meng · 9 years ago
  20. 06d66af dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
  21. 1124562 dm: pch: Remove pch_get_version op by Bin Meng · 9 years ago
  22. 0d3792c spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
  23. d940667 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
  24. 316fd94 spi: ich: Some clean up by Bin Meng · 9 years ago
  25. f6de3c5 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  26. 74387b9 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  27. 1e35776 Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals" by Dinh Nguyen · 9 years ago
  28. 0d64b5b usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed by Frank Wang · 9 years ago
  29. 7559604 dm: vybrid_gpio: Drop legacy code by Bhuvanchandra DV · 9 years ago
  30. 0bb4c4c dm: lpuart: Drop the legacy code by Bhuvanchandra DV · 9 years ago
  31. 59c88d8 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  32. 29a47af Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  33. ce76495 atmel_nand: Add 32 bit ecc support for sama5d2 chip by Josh Wu · 9 years ago
  34. 247a2d0 atmel_nand_ecc: update pmecc registers according to sama5d2 chip by Josh Wu · 9 years ago
  35. 6b731c9 drivers: net: Add ethernet driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  36. d249984 drivers: net: phy: add SMSC LAN8740 Phy support. by Purna Chandra Mandal · 9 years ago
  37. be03317 drivers: mmc: add driver for Microchip PIC32 SDHCI controller. by Andrei Pistirica · 9 years ago
  38. e80d11f drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  39. 1dc4283 drivers: serial: add driver for Microchip PIC32 UART controller. by Paul Thacker · 9 years ago
  40. 0ee99ca drivers: gpio: add driver for Microchip PIC32 GPIO controller. by Purna Chandra Mandal · 9 years ago
  41. db4fbfc drivers: pinctrl: Add pinctrl driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  42. 699f919 drivers: clk: Add clock driver for Microchip PIC32 Microcontroller. by Purna Chandra Mandal · 9 years ago
  43. 88ba4d6 driver: net: fsl-mc: Update print to reflect correct string by Prabhakar Kushwaha · 9 years ago
  44. 901a88e driver: net: fsl-mc: Memset dprc_cfg before configuring by Prabhakar Kushwaha · 9 years ago
  45. 69f617f video: sandbox: Allow selection of font size and console name by Simon Glass · 9 years ago
  46. b3a72b3 video: Allow selection of the driver and font size by Simon Glass · 9 years ago
  47. c5332cb video: Add the Cantoraone decorative font by Simon Glass · 9 years ago
  48. cffe741 video: Add the Rufscript handwriting font by Simon Glass · 9 years ago
  49. 87b7dae video: Add the AnkaCoder mono-spaced font by Simon Glass · 9 years ago
  50. 6e9d6e0 video: Add the Nimbus sans font by Simon Glass · 9 years ago
  51. 2ef353e video: Add a console driver that uses TrueType fonts by Simon Glass · 9 years ago
  52. 33bd3b6 video: Provide a backspace method by Simon Glass · 9 years ago
  53. afee743 video: Provide a signal when a new console line is started by Simon Glass · 9 years ago
  54. a74451d video: Provide a left margin for the text console by Simon Glass · 9 years ago
  55. 37b8020 video: Handle the 'bell' character by Simon Glass · 9 years ago
  56. 52c10c5 video: Use fractional units for X coordinates by Simon Glass · 9 years ago
  57. 6e0721d video kconfig console_normal by Simon Glass · 9 years ago
  58. bcbb319 video: Add stb TrueType font renderer by Simon Glass · 9 years ago
  59. 9deaf82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  60. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  61. 6142d75 dm: Remove device_probe_child() by Simon Glass · 9 years ago
  62. 5ffadc3 tpm: st33zp24: Add tpm st33zp24 spi support by Christophe Ricard · 9 years ago
  63. 8824923 tpm: st33zp24: Add tpm st33zp24 support with i2c by Christophe Ricard · 9 years ago
  64. 2654952 tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c by Christophe Ricard · 9 years ago
  65. 628f1d0 tpm: tpm_tis_lpc: fix typo by Christophe Ricard · 9 years ago
  66. da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  67. be799dd net: phy: implements probe for Cortina phy by Shaohui Xie · 9 years ago
  68. 62a7b92 net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET by Shaohui Xie · 9 years ago
  69. 826df7a net: phy: micrel: fix divisor value for KSZ9031 phy skew by Dinh Nguyen · 9 years ago
  70. 010c5ec net: phy: Use 'autoneg' flag from phydev by Alexandre Messier · 9 years ago
  71. 103a8c4 net: phy: Set ANRESTART in setup_forced by Alexandre Messier · 9 years ago
  72. 94bde10 net: phy: micrel: Disable B_CAST on config by Alexandre Messier · 9 years ago
  73. e49f495 tegra: Report errors from PCI init by Simon Glass · 9 years ago
  74. a3d3874 net/designware: add support of max-speed device tree property by Alexey Brodkin · 9 years ago
  75. a5e8819 net/designware: do explicit port selection for 1Gb mode by Alexey Brodkin · 9 years ago
  76. e476bb2 drivers/net/phy: introduce phy_set_supported() by Alexey Brodkin · 9 years ago
  77. 6cc1e7d net: phy: genphy: Allow overwriting features by Sascha Hauer · 9 years ago
  78. 6c8be84 net: phy: ensure Gigabit features are masked off if requested by Florian Fainelli · 9 years ago
  79. 74314f1 net: tsec: Use priv->tbiaddr to initialize TBI PHY address by Bin Meng · 9 years ago
  80. 1048f61 net: tsec: Add driver model ethernet support by Bin Meng · 9 years ago
  81. e86a6cd net: tsec: Use tsec_private pointer as the parameter for internal routines by Bin Meng · 9 years ago
  82. 80b1a1c net: tsec: Adjust orders to avoid forward declaration of tsec_send() by Bin Meng · 9 years ago
  83. 1120c54 net: tsec: Move rxbd and txbd to struct tsec_private by Bin Meng · 9 years ago
  84. 76f5399 net: tsec: Move rx_idx and tx_idx to struct tsec_private by Bin Meng · 9 years ago
  85. 79cd33a net: tsec: fsl_mdio: Fix several cosmetic issues by Bin Meng · 9 years ago
  86. d73a949 drivers: net: vsc9953: Add LAG support by Codrin Ciubotariu · 9 years ago
  87. 25f253a drivers: net: vsc9953: Fix FDB aging time by Codrin Ciubotariu · 9 years ago
  88. e64013d net: phy: do not read configuration register on reset by Stefan Agner · 9 years ago
  89. 2b90633 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  90. ba019ed misc: Add simple driver to enable the legacy UART on Winbond Super IO chips by Stefan Roese · 9 years ago
  91. d51b77e Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  92. 4e8630b spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue by Gong Qianyu · 9 years ago
  93. a5357ca spi: fsl_qspi: Fix qspi_op_rdid memcpy issue by Gong Qianyu · 9 years ago
  94. 14b532e spi: fsl_qspi: fix compile warning for 64-bit platform by Gong Qianyu · 9 years ago
  95. b73a3d6 mmc: fsl_esdhc: set Abort command type for CMD12 by Yangbo Lu · 9 years ago
  96. 9d7f321 mmc: fsl_esdhc: increase data transaction timeout to 500ms by Yangbo Lu · 9 years ago
  97. 7fd59d9 driver: net: fsl-mc: Remove portal id hard-coding by Prabhakar Kushwaha · 9 years ago
  98. 314aa55 driver: net: ldpaa: Add debug info of printing DPMAC stats by Prabhakar Kushwaha · 9 years ago
  99. 0c99977 driver: net: ldpaa: Increase num of buffers for a pool by Prabhakar Kushwaha · 9 years ago
  100. b0efba7 driver: net: ldpaa: Report back only error frames for tx by Prabhakar Kushwaha · 9 years ago