1. 57dc53a Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 9 years ago
  2. 2300184 net: davinci_emac: fix NULL check after pointer dereference by Vishwas Srivastava · 9 years ago
  3. abbf2d9 net: fix wrong initialization in davinci-emac driver by Vishwas Srivastava · 9 years ago
  4. 2b80b4e video: Use 'int' for loop variables instead of short by Simon Glass · 9 years ago
  5. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  6. 81dab9a net: e1000: Convert to use DM PCI API by Bin Meng · 9 years ago
  7. 6758a6c net: designware: Use dm_pci_mem_to_phys() in the probe routine by Bin Meng · 9 years ago
  8. c52ac3f net: pch_gbe: Convert to use DM PCI API by Bin Meng · 9 years ago
  9. 3ddc1c7 x86: ich6_gpio: Convert to use proper DM API by Bin Meng · 9 years ago
  10. 4f106bc x86: pch9: Implement get_io_base op by Bin Meng · 9 years ago
  11. 79d4eb6 dm: pch: Add get_io_base op by Bin Meng · 9 years ago
  12. ec2af6f x86: pch: Implement get_gpio_base op by Bin Meng · 9 years ago
  13. 384980c dm: pch: Add get_gpio_base op by Bin Meng · 9 years ago
  14. 3e389d8 dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
  15. d02be99 dm: pch: Remove pch_get_version op by Bin Meng · 9 years ago
  16. 6e670b5 spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
  17. 1f9eb59 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
  18. 9eb4339 spi: ich: Some clean up by Bin Meng · 9 years ago
  19. 94985cc Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  20. 2a5bcaf Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  21. a409a8b Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals" by Dinh Nguyen · 9 years ago
  22. 8c9b4d5 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
  23. 9e30ba2 dm: vybrid_gpio: Drop legacy code by Bhuvanchandra DV · 9 years ago
  24. 5160def dm: lpuart: Drop the legacy code by Bhuvanchandra DV · 9 years ago
  25. 161b1fe Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  26. 008e61f Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  27. 258b21f atmel_nand: Add 32 bit ecc support for sama5d2 chip by Josh Wu · 9 years ago
  28. fa651f5 atmel_nand_ecc: update pmecc registers according to sama5d2 chip by Josh Wu · 9 years ago
  29. 23e7578 drivers: net: Add ethernet driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  30. 46c9d93 drivers: net: phy: add SMSC LAN8740 Phy support. by Purna Chandra Mandal · 9 years ago
  31. 102142c drivers: mmc: add driver for Microchip PIC32 SDHCI controller. by Andrei Pistirica · 9 years ago
  32. 9ffa7a3 drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  33. 9e160ee drivers: serial: add driver for Microchip PIC32 UART controller. by Paul Thacker · 9 years ago
  34. 386d934 drivers: gpio: add driver for Microchip PIC32 GPIO controller. by Purna Chandra Mandal · 9 years ago
  35. 5f266c6 drivers: pinctrl: Add pinctrl driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  36. a0e7908 drivers: clk: Add clock driver for Microchip PIC32 Microcontroller. by Purna Chandra Mandal · 9 years ago
  37. a2a4dc5 driver: net: fsl-mc: Update print to reflect correct string by Prabhakar Kushwaha · 9 years ago
  38. 5373b20 driver: net: fsl-mc: Memset dprc_cfg before configuring by Prabhakar Kushwaha · 9 years ago
  39. 8de536c video: sandbox: Allow selection of font size and console name by Simon Glass · 9 years ago
  40. 826f35f video: Allow selection of the driver and font size by Simon Glass · 9 years ago
  41. c0603b9 video: Add the Cantoraone decorative font by Simon Glass · 9 years ago
  42. 7ad4e30 video: Add the Rufscript handwriting font by Simon Glass · 9 years ago
  43. c43c43c video: Add the AnkaCoder mono-spaced font by Simon Glass · 9 years ago
  44. 84b4791 video: Add the Nimbus sans font by Simon Glass · 9 years ago
  45. a29b012 video: Add a console driver that uses TrueType fonts by Simon Glass · 9 years ago
  46. 7b9f7e4 video: Provide a backspace method by Simon Glass · 9 years ago
  47. 58c733a video: Provide a signal when a new console line is started by Simon Glass · 9 years ago
  48. c5b77d0 video: Provide a left margin for the text console by Simon Glass · 9 years ago
  49. 5508f10 video: Handle the 'bell' character by Simon Glass · 9 years ago
  50. f266178 video: Use fractional units for X coordinates by Simon Glass · 9 years ago
  51. 6e42e25 video kconfig console_normal by Simon Glass · 9 years ago
  52. 8340ef6 video: Add stb TrueType font renderer by Simon Glass · 9 years ago
  53. 8a36287 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  54. e578b92 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  55. c6db965 dm: Remove device_probe_child() by Simon Glass · 9 years ago
  56. b75fdc1 tpm: st33zp24: Add tpm st33zp24 spi support by Christophe Ricard · 9 years ago
  57. 3aa7408 tpm: st33zp24: Add tpm st33zp24 support with i2c by Christophe Ricard · 9 years ago
  58. 1259dcd 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
  59. ca5bc1b tpm: tpm_tis_lpc: fix typo by Christophe Ricard · 9 years ago
  60. 82d72a1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  61. d8877e6 net: phy: implements probe for Cortina phy by Shaohui Xie · 9 years ago
  62. ddcd1f3 net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET by Shaohui Xie · 9 years ago
  63. ff7bd21 net: phy: micrel: fix divisor value for KSZ9031 phy skew by Dinh Nguyen · 9 years ago
  64. 1f9e672 net: phy: Use 'autoneg' flag from phydev by Alexandre Messier · 9 years ago
  65. 53b0c38 net: phy: Set ANRESTART in setup_forced by Alexandre Messier · 9 years ago
  66. 79e3efd net: phy: micrel: Disable B_CAST on config by Alexandre Messier · 9 years ago
  67. dfa71e9 tegra: Report errors from PCI init by Simon Glass · 9 years ago
  68. 6968ec9 net/designware: add support of max-speed device tree property by Alexey Brodkin · 9 years ago
  69. b884c3f net/designware: do explicit port selection for 1Gb mode by Alexey Brodkin · 9 years ago
  70. b18acb0 drivers/net/phy: introduce phy_set_supported() by Alexey Brodkin · 9 years ago
  71. 44bc317 net: phy: genphy: Allow overwriting features by Sascha Hauer · 9 years ago
  72. bbdcaff net: phy: ensure Gigabit features are masked off if requested by Florian Fainelli · 9 years ago
  73. a1c76c1 net: tsec: Use priv->tbiaddr to initialize TBI PHY address by Bin Meng · 9 years ago
  74. 9a1d6af net: tsec: Add driver model ethernet support by Bin Meng · 9 years ago
  75. 56a27a1 net: tsec: Use tsec_private pointer as the parameter for internal routines by Bin Meng · 9 years ago
  76. 8ba5017 net: tsec: Adjust orders to avoid forward declaration of tsec_send() by Bin Meng · 9 years ago
  77. e677da9 net: tsec: Move rxbd and txbd to struct tsec_private by Bin Meng · 9 years ago
  78. 362b123 net: tsec: Move rx_idx and tx_idx to struct tsec_private by Bin Meng · 9 years ago
  79. 9872b73 net: tsec: fsl_mdio: Fix several cosmetic issues by Bin Meng · 9 years ago
  80. aae0e68 drivers: net: vsc9953: Add LAG support by Codrin Ciubotariu · 9 years ago
  81. ba389e6 drivers: net: vsc9953: Fix FDB aging time by Codrin Ciubotariu · 9 years ago
  82. a058052 net: phy: do not read configuration register on reset by Stefan Agner · 9 years ago
  83. 4b5a4a0 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  84. 8505693 misc: Add simple driver to enable the legacy UART on Winbond Super IO chips by Stefan Roese · 9 years ago
  85. cd85bec Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  86. 940d2b8 spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue by Gong Qianyu · 9 years ago
  87. 5207014 spi: fsl_qspi: Fix qspi_op_rdid memcpy issue by Gong Qianyu · 9 years ago
  88. c2a4cb1 spi: fsl_qspi: fix compile warning for 64-bit platform by Gong Qianyu · 9 years ago
  89. 2550344 mmc: fsl_esdhc: set Abort command type for CMD12 by Yangbo Lu · 9 years ago
  90. e978a31 mmc: fsl_esdhc: increase data transaction timeout to 500ms by Yangbo Lu · 9 years ago
  91. 335b193 driver: net: fsl-mc: Remove portal id hard-coding by Prabhakar Kushwaha · 9 years ago
  92. 44b2036 driver: net: ldpaa: Add debug info of printing DPMAC stats by Prabhakar Kushwaha · 9 years ago
  93. 1c42bea driver: net: ldpaa: Increase num of buffers for a pool by Prabhakar Kushwaha · 9 years ago
  94. 6073548 driver: net: ldpaa: Report back only error frames for tx by Prabhakar Kushwaha · 9 years ago
  95. 879a59a driver: net: fsl-mc: Prepare extended cfg for DPNI create by Prabhakar Kushwaha · 9 years ago
  96. 53e353f driver: net: fsl-mc: flib changes for MC FW 9.0.0 by Prabhakar Kushwaha · 9 years ago
  97. 9a696f5 driver: net: fsl-mc: Add version check for MC objects by Prabhakar Kushwaha · 9 years ago
  98. 21909ba net: xilinx_ll_temac: Fix string overflow by Ricardo Ribalda Delgado · 9 years ago
  99. 80cce26 ppc: xilinx-ppc4xx: Port to DM serial by Ricardo Ribalda Delgado · 9 years ago
  100. b215614 mmc: zynq_sdhci: Added qurik to disable high speed by Siva Durga Prasad Paladugu · 9 years ago