1. dac8757 dwc_ahsata: Make sata_write() comply with <part.h> by Tom Rini · 12 years ago
  2. 5048a67 ata_piix: sata_write must take a const void argument. by Tom Rini · 12 years ago
  3. 879a57a ata_piix: Fix checkpatch issues by Tom Rini · 12 years ago
  4. 3c09a28 pxa25x: Add support for USB ethernet gadget by Lukasz Dalek · 12 years ago
  5. 2bb3788 usbether: Removed DEV_CONFIG_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  6. 4c43cd5 usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  7. 563aed2 usbether: Fixed bug when using with PXA25X chips by Lukasz Dalek · 12 years ago
  8. 141288b usb: ulpi: add indicator configuration function by Lucas Stach · 12 years ago
  9. 7a46b2c usb: ehci: don't print debug output by Lucas Stach · 12 years ago
  10. a896211 tegra20: port to new ehci interface by Lucas Stach · 12 years ago
  11. 93c2582 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  12. 676ae06 usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
  13. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  14. a821d08 ppc4xx: Remove AP1000 board support by Stefan Roese · 12 years ago
  15. f2760c4 serial: Enhance the manual relocation by Marek Vasut · 12 years ago
  16. c1f5805 serial: Compile drivers/serial/serial.c by default by Marek Vasut · 12 years ago
  17. a382725 serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · 12 years ago
  18. 82dda96 serial: Unconditionally enable CONFIG_SERIAL_MULTI by Marek Vasut · 12 years ago
  19. 7742aa6 serial: Move common/serial.c to drivers/serial/ by Marek Vasut · 12 years ago
  20. 19b8fa0 serial: ns16550: Rename serial.c to serial_ns16550.c by Marek Vasut · 12 years ago
  21. f204138 serial: ns16550: Call usbtty_poll only in non-SPL build by Marek Vasut · 12 years ago
  22. 8bdd7ef serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver by Marek Vasut · 12 years ago
  23. a30a422 serial: arm: Implement CONFIG_SERIAL_MULTI into sa1100 serial driver by Marek Vasut · 12 years ago
  24. eb50766 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 serial driver by Marek Vasut · 12 years ago
  25. 39f6147 serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driver by Marek Vasut · 12 years ago
  26. 0dd9b84 serial: arm: Implement CONFIG_SERIAL_MULTI into netarm serial driver by Marek Vasut · 12 years ago
  27. a943472 serial: arm: Implement CONFIG_SERIAL_MULTI into mxc serial driver by Marek Vasut · 12 years ago
  28. 7cd851a serial: Implement CONFIG_SERIAL_MULTI into max3100 serial driver by Marek Vasut · 12 years ago
  29. 21310b5 serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 serial driver by Marek Vasut · 12 years ago
  30. 1f673b4 serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x serial driver by Marek Vasut · 12 years ago
  31. a7ffb2f serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 serial driver by Marek Vasut · 12 years ago
  32. b6cd0fe serial: arm: Implement CONFIG_SERIAL_MULTI into ixp serial driver by Marek Vasut · 12 years ago
  33. 7882e7c serial: arm: Implement CONFIG_SERIAL_MULTI into imx serial driver by Marek Vasut · 12 years ago
  34. 8b029db serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 serial driver by Marek Vasut · 12 years ago
  35. cef46b7 serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driver by Marek Vasut · 12 years ago
  36. cc61c31 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver by Marek Vasut · 12 years ago
  37. 4bee0b3 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driver by Marek Vasut · 12 years ago
  38. 69ea807 serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores serial driver by Marek Vasut · 12 years ago
  39. 28ea4c3 serial: Implement CONFIG_SERIAL_MULTI into ns9750 serial driver by Marek Vasut · 12 years ago
  40. abaef69 serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF serial driver by Marek Vasut · 12 years ago
  41. e503f90 serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx serial driver by Marek Vasut · 12 years ago
  42. cfba457 serial: arm: Implement CONFIG_SERIAL_MULTI into atmel serial driver by Marek Vasut · 12 years ago
  43. b207d64 serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driver by Marek Vasut · 12 years ago
  44. 8c08575 serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driver by Marek Vasut · 12 years ago
  45. abc0ed8 serial: ns16550: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  46. 87d6922 serial: microblaze: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  47. 51d8102 serial: zynq: Move serial registration from serial_initialize() by Tom Rini · 12 years ago
  48. b498051 serial: s5p: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  49. 1fe5c11 serial: pxa: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  50. 28af638 serial: s3c24xx: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  51. 4808f10 serial: pxa: Make local functions static by Marek Vasut · 12 years ago
  52. 407e6a2 serial: pxa: Implement default_serial_console in serial_pxa.c by Marek Vasut · 12 years ago
  53. 90bad89 serial: Properly spell out the structure member names of serial_driver by Marek Vasut · 12 years ago
  54. 89143fb serial: Rename .init() and .uninit() in serial_device by Marek Vasut · 12 years ago
  55. 633efe9 GPIO: pca953x: fix error reporting by Laurence Withers · 12 years ago
  56. d75bc03 GPIO: pca953x: fix spelling in help by Laurence Withers · 12 years ago
  57. d923a5d MPC85xx: remove support for TQM85xx boards by Wolfgang Denk · 12 years ago
  58. 194846f serial: Add Zynq serial driver by Michal Simek · 12 years ago
  59. 5d889ae ARM : Add GPIO Driver and IOMUX definition for S3C2440 by Gabriel Huau · 12 years ago
  60. 96d1e09 i2c: sh: Remove irq_wait function by Nobuhiro Iwamatsu · 12 years ago
  61. de57550 da850/omap-l138: davinci_emac: Suppress auto negotiation if needed by Bastian Ruppert · 12 years ago
  62. 4b7d3a0 video: cfb_console: add function to plot the logo area black by Bastian Ruppert · 12 years ago
  63. 1e681f9 video: cfb_console: logo can be positioned via the splashpos variable by Bastian Ruppert · 12 years ago
  64. 1c27059 Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 12 years ago
  65. 8f0732a Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 12 years ago
  66. fa651cc Merge remote-tracking branch 'u-boot-atmel/master' by Albert ARIBAUD · 12 years ago
  67. b726a01 remove unnecessary code in ata_piix by Pavel Herrmann · 12 years ago
  68. cec2655 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 12 years ago
  69. a4cc1c4 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · 12 years ago
  70. 3f7f241 ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK by Tom Rini · 12 years ago
  71. c0b5a3b FEC: Replace magic contants by Marek Vasut · 12 years ago
  72. 6744909 FEC: Rework the TX wait mechanism by Marek Vasut · 12 years ago
  73. bc1ce15 FEC: Remove endless loop in the FEC driver by Marek Vasut · 12 years ago
  74. efe24d2 FEC: Properly align address over the buffers for cache ops by Marek Vasut · 12 years ago
  75. e2a66e6 FEC: Do not pass unaligned buffer to network stack by Marek Vasut · 12 years ago
  76. f91ba0e net: Add Vitesse VSC8662 PHY support by Priyanka Jain · 12 years ago
  77. b737337 net/phy: support the mv88e6352 switch by Valentin Longchamp · 12 years ago
  78. 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  79. 185f7d9 net: Add driver for Zynq Gem IP by Michal Simek · 12 years ago
  80. 1dff9d0 net: asix: add AX88772B support by Lucas Stach · 12 years ago
  81. 02c8d8c net: asix: add read_mac function by Lucas Stach · 12 years ago
  82. 58f8fab net: asix: add write_hwaddr function by Lucas Stach · 12 years ago
  83. 5fae53d net: asix: split out basic reset function by Lucas Stach · 12 years ago
  84. e1dbdf9 net: introduce transparent driver private in ueth_data by Lucas Stach · 12 years ago
  85. b3873d3 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  86. 5675b50 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  87. 8a0eccb net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  88. e827fec net: Allow netconsole settings to change after nc_start by Joe Hershberger · 12 years ago
  89. f8be7d6 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  90. 2c8fe51 net: Make the netconsole buffer size configurable by Joe Hershberger · 12 years ago
  91. dcd5a59 net: sh_eth: Add support R8A7740 of rmobile (arm core) by Nobuhiro Iwamatsu · 12 years ago
  92. 905b3b0 dm: net: Fixup the armada100 FEC driver by Marek Vasut · 12 years ago
  93. 7fd7082 net: emaclite: Support OF initialization by Michal Simek · 12 years ago
  94. 61e1298 dm: net: Move IXP NPE to drivers/net/ by Marek Vasut · 12 years ago
  95. 7f51898 net: Make netconsole src and dest ports configurable by Joe Hershberger · 12 years ago
  96. 5f8e17c i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU frame buffer by Eric Nelson · 12 years ago
  97. 9fe2cfb Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  98. cf5787f pci: fix some warnings related to assumptions about by Kumar Gala · 12 years ago
  99. 495dbd7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  100. 15b8338 video/powerpc: don't touch DIU registers that we don't need by Timur Tabi · 12 years ago