1. 9e75875 powerpc/mpc85xx: Add T4240 SoC by York Sun · 12 years ago
  2. a1e4318 driver/pci: Fix compiling error by York Sun · 12 years ago
  3. 505f3e6 fsl_pci: use 'Header Type' field to judge PCIE mode by Minghuan Lian · 12 years ago
  4. 757bff4 mmc: dw-mmc: support DesignWare MMC Controller by Jaehoon Chung · 12 years ago
  5. 48cf9dc mmc: pxa: Remove the old non-generic PXA MMC driver by Marek Vasut · 12 years ago
  6. 13243f2 mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd by Tushar Behera · 12 years ago
  7. 804c7f4 mmc: sdhci: add the DMA select for SDMA by Jaehoon Chung · 12 years ago
  8. 5d48e42 mmc: sdhci: increase the timeout value for data transfer by Jaehoon Chung · 12 years ago
  9. d6b2e50 mmc: Fix mmc_spi error on cmd->flags field by Marek Vasut · 12 years ago
  10. 49a627f MMC: Remove the MMC bounce buffer by Marek Vasut · 12 years ago
  11. 4e6d81d MMC: MXS: Convert MXS MMC driver to generic bounce buffer by Marek Vasut · 12 years ago
  12. 047cea3 powerpc/usb: fix bug of CPU hang when missing USB PHY clock by Shengzhou Liu · 12 years ago
  13. 99070db Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  14. 44abe47 input: Add ANSI 3.64 escape sequence generation. by Hung-Te Lin · 12 years ago
  15. 59a1b72 input: Fix i8042 keyboard reset by Marc Jones · 12 years ago
  16. 45fe668 input: i8042: Provide feature to disable keyboard before booting kernel by Louis Yung-Chieh Lo · 12 years ago
  17. 48edb30 input: Provide a board specific mechanism to decide whether to skip i8042 init by Gabe Black · 12 years ago
  18. ef94f7f input: Use finer grain udelays while waitng for the i8042 keyboard buffer to empty by Gabe Black · 12 years ago
  19. 39c7a26 ColdFire: uart: fix build failure for missing header files by Alison Wang · 12 years ago
  20. 2b758ca m68k: net: Fix unused variable in mcfmii.c by Marek Vasut · 12 years ago
  21. fb24ffc dm: Move s3c24xx USB driver to a proper place by Marek Vasut · 12 years ago
  22. d731282 dm: wdt: arm: Move tnetv107x into drivers/watchdog/ by Marek Vasut · 12 years ago
  23. 953cfd2 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 12 years ago
  24. 9cd2b9e kerneldoc: Annotate drivers/serial/serial.c by Marek Vasut · 12 years ago
  25. dee1941 serial: Reorder get_current() by Marek Vasut · 12 years ago
  26. 6d93e25 serial: Reorder serial_assign() by Marek Vasut · 12 years ago
  27. ec3fd68 serial: Use default_serial_puts() in drivers by Marek Vasut · 12 years ago
  28. bfb7d7a serial: Implement default_serial_puts() by Marek Vasut · 12 years ago
  29. 9924ca6 mmc: at91: use max timeout value. It will avoid some situation that timeout happened. by Wu, Josh · 12 years ago
  30. 1db7377 mmc: at91: add multi block read/write support. by Wu, Josh · 12 years ago
  31. b9f4bc3 Remove lh7a40x cpu and serial driver by Albert ARIBAUD · 12 years ago
  32. 09c8bb2 i.MX video: struct fb_videomode can be const by Eric Nelson · 12 years ago
  33. a2ac1b3 mxc: Fix SDHC multi-instance clock by Benoît Thébaudeau · 12 years ago
  34. f539094 i2c: sh_i2c: use setbits/clrbits macro by Tetsuyuki Kobayashi · 12 years ago
  35. 0e5fb33 i2c: sh_i2c.c: check error in i2c_read and i2c_write by Tetsuyuki Kobayashi · 12 years ago
  36. d042d71 i2c: sh_i2c: enable i2c_probe by Tetsuyuki Kobayashi · 12 years ago
  37. 020ec72 i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 by Tetsuyuki Kobayashi · 12 years ago
  38. 3ce2703 i2c: sh_i2c.c: adjust for SH73A0 by Tetsuyuki Kobayashi · 12 years ago
  39. 57d7c80 i2c: sh_i2c.c: correct BUSY bit define in ICSR by Tetsuyuki Kobayashi · 12 years ago
  40. b1af67f i2c: sh_i2c.c: support iccl and icch extension by Tetsuyuki Kobayashi · 12 years ago
  41. 414e166 mx51: Fix USB PHY clocks by Benoît Thébaudeau · 12 years ago
  42. 1f5e4ee mx5: Use explicit clock gate names by Benoît Thébaudeau · 12 years ago
  43. e7bed5c imx: Use MXC_I2C_CLK in imx i2c driver by Matthias Weisser · 12 years ago
  44. 0bb7e31 i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fields by Eric Nelson · 12 years ago
  45. c0720af tegra: nand: add board pinmux by Lucas Stach · 12 years ago
  46. 150c249 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · 12 years ago
  47. 14813f1 input: Add debugging for key matrix key codes by Simon Glass · 12 years ago
  48. 71dc6bc input: Allow key ghosting filter to be disabled by Simon Glass · 12 years ago
  49. 1b1d3e6 input: Separate out keyboard repeat/delay from init by Simon Glass · 12 years ago
  50. 00f1099 input: Correct key_matrix fdt decoding by Simon Glass · 12 years ago
  51. e46a435 sata.h: Make all sata/ata drivers include <sata.h> by Pavel Herrmann · 12 years ago
  52. 0e7d856 sil_sata: Make sata_write() comply with <part.h> by Tom Rini · 12 years ago
  53. 98391ff sata_dwc: Make sata_write() use const void, per <part.h> by Tom Rini · 12 years ago
  54. 974d801 pata_bfin: Make sata_{read,write}() comply with <part.h> by Tom Rini · 12 years ago
  55. 40c030f fsl_sata: Make sata_{read,write}() comply with <part.h> by Tom Rini · 12 years ago
  56. dac8757 dwc_ahsata: Make sata_write() comply with <part.h> by Tom Rini · 12 years ago
  57. 5048a67 ata_piix: sata_write must take a const void argument. by Tom Rini · 12 years ago
  58. 879a57a ata_piix: Fix checkpatch issues by Tom Rini · 12 years ago
  59. 3c09a28 pxa25x: Add support for USB ethernet gadget by Lukasz Dalek · 12 years ago
  60. 2bb3788 usbether: Removed DEV_CONFIG_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  61. 4c43cd5 usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  62. 563aed2 usbether: Fixed bug when using with PXA25X chips by Lukasz Dalek · 12 years ago
  63. 141288b usb: ulpi: add indicator configuration function by Lucas Stach · 12 years ago
  64. 7a46b2c usb: ehci: don't print debug output by Lucas Stach · 12 years ago
  65. a896211 tegra20: port to new ehci interface by Lucas Stach · 12 years ago
  66. 93c2582 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  67. 676ae06 usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
  68. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  69. a821d08 ppc4xx: Remove AP1000 board support by Stefan Roese · 12 years ago
  70. f2760c4 serial: Enhance the manual relocation by Marek Vasut · 12 years ago
  71. c1f5805 serial: Compile drivers/serial/serial.c by default by Marek Vasut · 12 years ago
  72. a382725 serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · 12 years ago
  73. 82dda96 serial: Unconditionally enable CONFIG_SERIAL_MULTI by Marek Vasut · 12 years ago
  74. 7742aa6 serial: Move common/serial.c to drivers/serial/ by Marek Vasut · 12 years ago
  75. 19b8fa0 serial: ns16550: Rename serial.c to serial_ns16550.c by Marek Vasut · 12 years ago
  76. f204138 serial: ns16550: Call usbtty_poll only in non-SPL build by Marek Vasut · 12 years ago
  77. 8bdd7ef serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver by Marek Vasut · 12 years ago
  78. a30a422 serial: arm: Implement CONFIG_SERIAL_MULTI into sa1100 serial driver by Marek Vasut · 12 years ago
  79. eb50766 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 serial driver by Marek Vasut · 12 years ago
  80. 39f6147 serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driver by Marek Vasut · 12 years ago
  81. 0dd9b84 serial: arm: Implement CONFIG_SERIAL_MULTI into netarm serial driver by Marek Vasut · 12 years ago
  82. a943472 serial: arm: Implement CONFIG_SERIAL_MULTI into mxc serial driver by Marek Vasut · 12 years ago
  83. 7cd851a serial: Implement CONFIG_SERIAL_MULTI into max3100 serial driver by Marek Vasut · 12 years ago
  84. 21310b5 serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 serial driver by Marek Vasut · 12 years ago
  85. 1f673b4 serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x serial driver by Marek Vasut · 12 years ago
  86. a7ffb2f serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 serial driver by Marek Vasut · 12 years ago
  87. b6cd0fe serial: arm: Implement CONFIG_SERIAL_MULTI into ixp serial driver by Marek Vasut · 12 years ago
  88. 7882e7c serial: arm: Implement CONFIG_SERIAL_MULTI into imx serial driver by Marek Vasut · 12 years ago
  89. 8b029db serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 serial driver by Marek Vasut · 12 years ago
  90. cef46b7 serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driver by Marek Vasut · 12 years ago
  91. cc61c31 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver by Marek Vasut · 12 years ago
  92. 4bee0b3 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driver by Marek Vasut · 12 years ago
  93. 69ea807 serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores serial driver by Marek Vasut · 12 years ago
  94. 28ea4c3 serial: Implement CONFIG_SERIAL_MULTI into ns9750 serial driver by Marek Vasut · 12 years ago
  95. abaef69 serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF serial driver by Marek Vasut · 12 years ago
  96. e503f90 serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx serial driver by Marek Vasut · 12 years ago
  97. cfba457 serial: arm: Implement CONFIG_SERIAL_MULTI into atmel serial driver by Marek Vasut · 12 years ago
  98. b207d64 serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driver by Marek Vasut · 12 years ago
  99. 8c08575 serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driver by Marek Vasut · 12 years ago
  100. abc0ed8 serial: ns16550: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago