1. 4b0abf9 mtd: denali: add Denali controller configs to Kconfig by Masahiro Yamada · 10 years ago
  2. be9f643 Merge branch 'for-tom' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  3. 110bdee sandbox: Convert SPI flash emulation to use sf_params by Simon Glass · 10 years ago
  4. 2c2277f Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  5. 2c3dc79 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  6. 3eb3e72 nand/denali: Adding Denali NAND driver support by Chin Liang See · 10 years ago
  7. be16aba mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep() by Stefan Roese · 10 years ago
  8. 2f66594 mtd: nand: am335x: Fix 'bit-flip' errors in SPL by Rostislav Lisovy · 10 years ago
  9. f80d647 driver/ddr/fsl: Fix DDR4 driver by York Sun · 10 years ago
  10. bb57832 driver/ddr/fsl: Fix tXP and tCKE by York Sun · 10 years ago
  11. 1d71efb driver/ddr: Restruct driver to allow standalone memory space by York Sun · 10 years ago
  12. 5b8388a driver/mtd: Use generic timer API for FSL IFC, eLBC by Prabhakar Kushwaha · 10 years ago
  13. f494e0a kbuild: refactor some makefiles by Masahiro Yamada · 10 years ago
  14. c79cba3 cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
  15. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  16. a427720 e1000: fix no nvm build by Marcel Ziswiler · 10 years ago
  17. 593cbd9 usb/gadget: fastboot: minor cleanup by Steve Rae · 10 years ago
  18. d1b5ed0 usb/gadget: fastboot: add support for flash command by Steve Rae · 10 years ago
  19. 5273aa3 board/t1040qds: Add sgmii ports support in 0xA7 protocol by Priyanka Jain · 10 years ago
  20. bf9b86d spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues by Stefan Roese · 10 years ago
  21. 0299046 spi: kirkwood_spi.c: Make global variable static by Stefan Roese · 10 years ago
  22. c032174 spi: kirkwood_spi.c: Some fixes and cleanup by Stefan Roese · 10 years ago
  23. 31969b8 sf: Add M25PX64 SPI NOR flash ID by Stefan Roese · 10 years ago
  24. 88e34e5 spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · 10 years ago
  25. 155fa9a spi: mxc: fix sf probe when using mxc_spi by Nikita Kiryanov · 10 years ago
  26. 01d2aaf mtd: spi: add support for M25PE16 and M25PX16 by Nikita Kiryanov · 10 years ago
  27. cae025a dm: avoid dev->req_seq overflow by Robert Baldyga · 10 years ago
  28. 59990bf dm: serial: Don't require device tree to configure a console by Simon Glass · 10 years ago
  29. 91cbd79 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL by Simon Glass · 10 years ago
  30. bf1a86f sf: Add an empty entry to the parameter list by Simon Glass · 10 years ago
  31. d357b94 mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC by Boris BREZILLON · 10 years ago
  32. 97b2043 USB: ehci-atmel: use pcr to enable or disable clock by Bo Shen · 10 years ago
  33. 01c8bf5 USB: ohci-at91: use pcr to enable or disable clock by Bo Shen · 10 years ago
  34. 14b3b44 mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register by Wu, Josh · 10 years ago
  35. e38b15b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  36. ad6e48e net: usb: Add SMSC copyright to smsc95xx driver by Simon Glass · 10 years ago
  37. 5da163d mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREAD by maxin.john@enea.com · 10 years ago
  38. 7206111 mtd: nand: davinci_nand: update write_page function for keystone RBL by Khoronzhuk, Ivan · 10 years ago
  39. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  40. 5d9f423 rtl8169: Defer network packet processing by Thierry Reding · 10 years ago
  41. 9f680d2 openrisc: Fix a few type cast related warnings by Vasili Galka · 10 years ago
  42. 8d028d4 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  43. 114cc42 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  44. 858530a dm: tegra: Enable driver model for serial by Simon Glass · 10 years ago
  45. 12e431b dm: serial: Add driver model support for ns16550 by Simon Glass · 10 years ago
  46. 8bbe33c dm: serial: Collect common baud rate code in ns16550 by Simon Glass · 10 years ago
  47. fa54eb1 dm: serial: Move baud rate calculation to ns16550.c by Simon Glass · 10 years ago
  48. 72e9822 sandbox: serial: Support a coloured console by Simon Glass · 10 years ago
  49. 890fcef sandbox: Convert serial driver to use driver model by Simon Glass · 10 years ago
  50. 57d9275 dm: Add a uclass for serial devices by Simon Glass · 10 years ago
  51. 1f359e3 dm: Adjust lists_bind_fdt() to return the bound device by Simon Glass · 10 years ago
  52. addf951 serial: Set up the 'priv' pointer when creating a serial device by Simon Glass · 10 years ago
  53. 2fccd2d tegra: Convert tegra GPIO driver to use driver model by Simon Glass · 10 years ago
  54. 1b8ad74 pcie_imx: Add mx6solox support by Fabio Estevam · 10 years ago
  55. 89e69fd arm: vf610: lpuart: disable FIFO on initializaton by Stefan Agner · 10 years ago
  56. a3db78d arm: vf610: lpuart: fix status register handling by Stefan Agner · 10 years ago
  57. 0991866 pci: add support for board_pci_fixup_dev function by Tim Harvey · 10 years ago
  58. dc383dd sata: dwc_ahsata: implement sata_port_status by Nikita Kiryanov · 10 years ago
  59. f599288 net: fec_mxc: Poll FEC_TBD_READY after polling TDAR by Fabio Estevam · 10 years ago
  60. db5b7f5 net: fec_mxc: Adjust RX DMA alignment for mx6solox by Fabio Estevam · 10 years ago
  61. b653516 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  62. 327def5 video: dcu: Add DCU driver support by Wang Huan · 10 years ago
  63. 6209e14 serial: lpuart: add 32-bit registers lpuart support by Jingchang Lu · 10 years ago
  64. ef87cab driver/ddr/fsl: Add support of overriding chip select write leveling by York Sun · 10 years ago
  65. 5cb27c5 driver/ddr/freescale: Fix DDR3 driver for ARM by York Sun · 10 years ago
  66. d28cb67 driver/ddr/freescale: Add support of accumulate ECC by York Sun · 10 years ago
  67. 19060bd ls102xa: esdhc: Add esdhc support for LS102xA by Wang Huan · 10 years ago
  68. 52d00a8 ls102xa: etsec: Add etsec support for LS102xA by Alison Wang · 10 years ago
  69. d2614ea net: mdio: Use mb() to be compatible for both ARM and PowerPC by Alison Wang · 10 years ago
  70. 93f26f1 net: Merge asm/fsl_enet.h into fsl_mdio.h by Claudiu Manoil · 10 years ago
  71. df0a5b8 ls102xa: i2c: Add i2c support for LS102xA by Wang Huan · 10 years ago
  72. d60a209 arm: ls102xa: Add Freescale LS102xA SoC support by Wang Huan · 10 years ago
  73. 9e8f664 video: Add driver for Parade PS8625 dP to LVDS bridge by Vadim Bendebury · 10 years ago
  74. 45c480c video: exynos_fimd: Add framework to disable FIMD sysmmu by Ajay Kumar · 10 years ago
  75. f001717 exynos_fb: Remove usage of static defines by Ajay Kumar · 10 years ago
  76. cc81a52 mtd: nand: omap_gpmc: Fix 'bit-flip' errors by Rostislav Lisovy · 10 years ago
  77. 5c3f7e0 mtd: nand: omap_gpmc: Enable multiple NAND flash devices by Rostislav Lisovy · 10 years ago
  78. fc12a1f mtd: nand: davinci_nand: correct keystone RBL layout definition by Khoronzhuk, Ivan · 10 years ago
  79. e6c9428 keystone2: use readl/writel functions instead of redefinition by Khoronzhuk, Ivan · 10 years ago
  80. 06fa91c USB: gadget: s3c: get rid of debug compile warning by Bo Shen · 10 years ago
  81. f9abd4b USB: gadget: atmel: get rid of debug compile warning by Bo Shen · 10 years ago
  82. 842ef9a usb: ci_udc: implement dfu_usb_get_reset by Stephen Warren · 10 years ago
  83. f2ec4e3 udc: dfu: s3c_udc: Provide function to check if USB reset was asserted by Lukasz Majewski · 10 years ago
  84. 1cc03c5 dfu: Provide means to find difference between dfu-util -e and -R by Lukasz Majewski · 10 years ago
  85. 0a64bc2 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 10 years ago
  86. 292221e arm/kirkwood/nand: allow forced disabling for subpage writes by Holger Brunck · 10 years ago
  87. 799e125 arm: bcm281xx: net: Add Ethernet Driver by Jiandong Zheng · 10 years ago
  88. 7860649 socfpga: cleanup socfpga_dw_mmc by Pavel Machek · 10 years ago
  89. 3a55a56 serial: move nios2-yanu.h into opencores_yanu driver by Thomas Chou · 10 years ago
  90. 8645071 nios2: divide nios2-io.h into each specific drivers and remove it by Thomas Chou · 10 years ago
  91. 51fb455 socfpga: fix clock manager register definition by Pavel Machek · 10 years ago
  92. 5a1095a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  93. 5a834c1 net: cpsw: am335x: Drop constant link checking from rx/tx path's by Stefan Roese · 10 years ago
  94. 3e1b36b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  95. 4e67c57 mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
  96. ddf7bcf mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · 10 years ago
  97. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  98. 0c06db5 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  99. 7bee1c9 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 10 years ago
  100. 9518606 e1000: add i210 support by Marek Vasut · 10 years ago