1. 0dd9b84 serial: arm: Implement CONFIG_SERIAL_MULTI into netarm serial driver by Marek Vasut · 12 years ago
  2. a943472 serial: arm: Implement CONFIG_SERIAL_MULTI into mxc serial driver by Marek Vasut · 12 years ago
  3. 7cd851a serial: Implement CONFIG_SERIAL_MULTI into max3100 serial driver by Marek Vasut · 12 years ago
  4. 21310b5 serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 serial driver by Marek Vasut · 12 years ago
  5. 1f673b4 serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x serial driver by Marek Vasut · 12 years ago
  6. a7ffb2f serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 serial driver by Marek Vasut · 12 years ago
  7. b6cd0fe serial: arm: Implement CONFIG_SERIAL_MULTI into ixp serial driver by Marek Vasut · 12 years ago
  8. 7882e7c serial: arm: Implement CONFIG_SERIAL_MULTI into imx serial driver by Marek Vasut · 12 years ago
  9. 8b029db serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 serial driver by Marek Vasut · 12 years ago
  10. cef46b7 serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driver by Marek Vasut · 12 years ago
  11. cc61c31 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver by Marek Vasut · 12 years ago
  12. 4bee0b3 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driver by Marek Vasut · 12 years ago
  13. 69ea807 serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores serial driver by Marek Vasut · 12 years ago
  14. 28ea4c3 serial: Implement CONFIG_SERIAL_MULTI into ns9750 serial driver by Marek Vasut · 12 years ago
  15. abaef69 serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF serial driver by Marek Vasut · 12 years ago
  16. e503f90 serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx serial driver by Marek Vasut · 12 years ago
  17. cfba457 serial: arm: Implement CONFIG_SERIAL_MULTI into atmel serial driver by Marek Vasut · 12 years ago
  18. b207d64 serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driver by Marek Vasut · 12 years ago
  19. 8c08575 serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driver by Marek Vasut · 12 years ago
  20. abc0ed8 serial: ns16550: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  21. 87d6922 serial: microblaze: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  22. 51d8102 serial: zynq: Move serial registration from serial_initialize() by Tom Rini · 12 years ago
  23. b498051 serial: s5p: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  24. 1fe5c11 serial: pxa: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  25. 28af638 serial: s3c24xx: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  26. 4808f10 serial: pxa: Make local functions static by Marek Vasut · 12 years ago
  27. 407e6a2 serial: pxa: Implement default_serial_console in serial_pxa.c by Marek Vasut · 12 years ago
  28. 90bad89 serial: Properly spell out the structure member names of serial_driver by Marek Vasut · 12 years ago
  29. 89143fb serial: Rename .init() and .uninit() in serial_device by Marek Vasut · 12 years ago
  30. 633efe9 GPIO: pca953x: fix error reporting by Laurence Withers · 12 years ago
  31. d75bc03 GPIO: pca953x: fix spelling in help by Laurence Withers · 12 years ago
  32. d923a5d MPC85xx: remove support for TQM85xx boards by Wolfgang Denk · 12 years ago
  33. 194846f serial: Add Zynq serial driver by Michal Simek · 12 years ago
  34. 5d889ae ARM : Add GPIO Driver and IOMUX definition for S3C2440 by Gabriel Huau · 12 years ago
  35. 96d1e09 i2c: sh: Remove irq_wait function by Nobuhiro Iwamatsu · 12 years ago
  36. de57550 da850/omap-l138: davinci_emac: Suppress auto negotiation if needed by Bastian Ruppert · 12 years ago
  37. 4b7d3a0 video: cfb_console: add function to plot the logo area black by Bastian Ruppert · 12 years ago
  38. 1e681f9 video: cfb_console: logo can be positioned via the splashpos variable by Bastian Ruppert · 12 years ago
  39. 1c27059 Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 12 years ago
  40. 8f0732a Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 12 years ago
  41. fa651cc Merge remote-tracking branch 'u-boot-atmel/master' by Albert ARIBAUD · 12 years ago
  42. b726a01 remove unnecessary code in ata_piix by Pavel Herrmann · 12 years ago
  43. cec2655 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 12 years ago
  44. a4cc1c4 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · 12 years ago
  45. 3f7f241 ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK by Tom Rini · 12 years ago
  46. c0b5a3b FEC: Replace magic contants by Marek Vasut · 12 years ago
  47. 6744909 FEC: Rework the TX wait mechanism by Marek Vasut · 12 years ago
  48. bc1ce15 FEC: Remove endless loop in the FEC driver by Marek Vasut · 12 years ago
  49. efe24d2 FEC: Properly align address over the buffers for cache ops by Marek Vasut · 12 years ago
  50. e2a66e6 FEC: Do not pass unaligned buffer to network stack by Marek Vasut · 12 years ago
  51. f91ba0e net: Add Vitesse VSC8662 PHY support by Priyanka Jain · 12 years ago
  52. b737337 net/phy: support the mv88e6352 switch by Valentin Longchamp · 12 years ago
  53. 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  54. 185f7d9 net: Add driver for Zynq Gem IP by Michal Simek · 12 years ago
  55. 1dff9d0 net: asix: add AX88772B support by Lucas Stach · 12 years ago
  56. 02c8d8c net: asix: add read_mac function by Lucas Stach · 12 years ago
  57. 58f8fab net: asix: add write_hwaddr function by Lucas Stach · 12 years ago
  58. 5fae53d net: asix: split out basic reset function by Lucas Stach · 12 years ago
  59. e1dbdf9 net: introduce transparent driver private in ueth_data by Lucas Stach · 12 years ago
  60. b3873d3 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  61. 5675b50 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  62. 8a0eccb net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  63. e827fec net: Allow netconsole settings to change after nc_start by Joe Hershberger · 12 years ago
  64. f8be7d6 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  65. 2c8fe51 net: Make the netconsole buffer size configurable by Joe Hershberger · 12 years ago
  66. dcd5a59 net: sh_eth: Add support R8A7740 of rmobile (arm core) by Nobuhiro Iwamatsu · 12 years ago
  67. 905b3b0 dm: net: Fixup the armada100 FEC driver by Marek Vasut · 12 years ago
  68. 7fd7082 net: emaclite: Support OF initialization by Michal Simek · 12 years ago
  69. 61e1298 dm: net: Move IXP NPE to drivers/net/ by Marek Vasut · 12 years ago
  70. 7f51898 net: Make netconsole src and dest ports configurable by Joe Hershberger · 12 years ago
  71. 5f8e17c i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU frame buffer by Eric Nelson · 12 years ago
  72. 9fe2cfb Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  73. cf5787f pci: fix some warnings related to assumptions about by Kumar Gala · 12 years ago
  74. 495dbd7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  75. 15b8338 video/powerpc: don't touch DIU registers that we don't need by Timur Tabi · 12 years ago
  76. d193c1b Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 12 years ago
  77. 93ad908 usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
  78. 81c1d7b dfu:usb:fix: Read the "filesize" environment variable only when file read by Łukasz Majewski · 12 years ago
  79. 43e6627 dfu:usb: Support for ext4 by Łukasz Majewski · 12 years ago
  80. 59d0612 ColdFire: Queued SPI driver by Richard Retanubun · 14 years ago
  81. 49b3962 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · 12 years ago
  82. f138ca1 mpc8xxx_spi: fix SPI support on MPC8308RDB by Ira W. Snyder · 12 years ago
  83. fa2afe0 dm: sparc: net: Fixup greth compile warnings by Marek Vasut · 12 years ago
  84. efa1f43 mxc nand: Fix warning on !MXC_NFC_V2_1 by Tom Rini · 12 years ago
  85. c413a00 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  86. 9c60e75 mxc nand: Homogenize IP revisions with Linux by Benoît Thébaudeau · 12 years ago
  87. 13927f0 mtd mxc nand: Merge init functions by Benoît Thébaudeau · 12 years ago
  88. 7c28a1c mtd mxc nand: Fix ECC state after read_page_raw_syndrome() by Benoît Thébaudeau · 12 years ago
  89. 0e499b0 mtd mxc nand: Use _mxc_nand_enable_hwecc() by Benoît Thébaudeau · 12 years ago
  90. c1db8dd mxc nand: Access all ecc_status_result fields by Benoît Thébaudeau · 12 years ago
  91. 365b2c0 mxc nand: cosmectic: Light cleanup by Benoît Thébaudeau · 12 years ago
  92. 80c8ab7 mxc nand: Merge mtd and spl register definitions by Benoît Thébaudeau · 12 years ago
  93. 9c790a7 mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Marek Vasut · 12 years ago
  94. e70bfa2 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  95. 33b1d5c nand: consolidate duplicated constants by Joe Hershberger · 12 years ago
  96. e331ab2 nand: Change ulong to loff_t and size_t by Joe Hershberger · 12 years ago
  97. eee623a nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  98. d62e9ca mtd: support ONFI multi lun NAND by Matthieu CASTET · 13 years ago
  99. 037e9d3 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 12 years ago
  100. 83fd09a spiflash: at25: using common spi flash operation by Bo Shen · 12 years ago