1. c6fc57e mmc: pxa: Remove the old non-generic PXA MMC driver by Marek Vasut · 12 years ago
  2. d2f3bbd mmc: pxa: Flip over the remaining boards to pxa_mmc_generic by Marek Vasut · 12 years ago
  3. 0fba4c2 mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd by Tushar Behera · 12 years ago
  4. f77f058 mmc: sdhci: add the DMA select for SDMA by Jaehoon Chung · 12 years ago
  5. 30686bd mmc: sdhci: increase the timeout value for data transfer by Jaehoon Chung · 12 years ago
  6. 6b60e9b mmc: Fix mmc_spi error on cmd->flags field by Marek Vasut · 12 years ago
  7. 5ac2064 MMC: Remove the MMC bounce buffer by Marek Vasut · 12 years ago
  8. 41b8544 MMC: MXS: Toggle the generic bounce buffer on the boards by Marek Vasut · 12 years ago
  9. acc8d6b MMC: MXS: Convert MXS MMC driver to generic bounce buffer by Marek Vasut · 12 years ago
  10. ae723e1 COMMON: Implement common bounce buffer by Marek Vasut · 12 years ago
  11. c9cc7d7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  12. 313d448 patman: force git log commands to not use color by Albert ARIBAUD · 12 years ago
  13. e43c8d0 sandbox: Change global data baudrate to int by Simon Glass · 12 years ago
  14. 11aca5f x86: Change global data baudrate to int by Simon Glass · 12 years ago
  15. f4baef0 nds32: Change global data baudrate to int by Simon Glass · 12 years ago
  16. c81b690 mips: Change global data baudrate to int by Simon Glass · 12 years ago
  17. 25c2bad blackfin: Change global data baudrate to int by Simon Glass · 12 years ago
  18. c3b324e arm: Change global data baudrate to int by Simon Glass · 12 years ago
  19. 78be002 sparc: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  20. 3a7de0b powerpc: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  21. 00322d9 openrisc: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  22. e335e3c nios2: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  23. fb20d45 microblaze: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  24. b9b4d22 m68k: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  25. f7cd60a avr32: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  26. d9a4462 sh: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  27. 47a65ad input: Add ANSI 3.64 escape sequence generation. by Hung-Te Lin · 12 years ago
  28. 84f8db6 input: Fix i8042 keyboard reset by Marc Jones · 12 years ago
  29. 46d579c input: i8042: Provide feature to disable keyboard before booting kernel by Louis Yung-Chieh Lo · 12 years ago
  30. 1370230 input: Provide a board specific mechanism to decide whether to skip i8042 init by Gabe Black · 12 years ago
  31. c4459cb input: Use finer grain udelays while waitng for the i8042 keyboard buffer to empty by Gabe Black · 12 years ago
  32. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  33. 65be849 disk: initialize name/part fields when returning a whole disk by Stephen Warren · 12 years ago
  34. d467823 arm: fdt: Relocate fdt along with other data by Simon Glass · 12 years ago
  35. 234151a ColdFire: uart: fix build failure for missing header files by Alison Wang · 12 years ago
  36. ffe2f32 ColdFire: Fix the build error for Freescale m5282evb board. by Jason Jin · 12 years ago
  37. 99c82b4 ColdFire: Fix build error for astro mcf53731 board. by Jason Jin · 12 years ago
  38. 6aaba55 m68k: net: Fix unused variable in mcfmii.c by Marek Vasut · 12 years ago
  39. 136c04a m68k: Fix unused variable in board.c by Marek Vasut · 12 years ago
  40. e946a88 m68k: Fix unused variable warning in speed.c by Marek Vasut · 12 years ago
  41. a334ec9 m68k: Fix unused variable warning by Marek Vasut · 12 years ago
  42. 876813b m68k: Fix wrong assembler instruction in start.S by Marek Vasut · 12 years ago
  43. 2f76a00 m68k: Fix relocation errors in start.S by Philippe De Muyter · 12 years ago
  44. a8381c9 actux[123]: Update linker script for ELDK 4.2 by Tom Rini · 12 years ago
  45. 27cd58f versatile: board configs: Use buffered writes on flash by 402jagan@gmail.com · 12 years ago
  46. e917a7c dm: Move s3c24xx USB driver to a proper place by Marek Vasut · 12 years ago
  47. 1df69ec dm: wdt: arm: Move tnetv107x into drivers/watchdog/ by Marek Vasut · 12 years ago
  48. 3415de0 powerpc: delete Wind River SBC8560/8540 support by Paul Gortmaker · 12 years ago
  49. 6857c00 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 12 years ago
  50. 39a7693 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  51. 47a470f fs: fat: Fix mkcksum() function parameters by Marek Vasut · 12 years ago
  52. 37c88ea disk: part_dos: print partition UUID in partition list by Stephen Warren · 12 years ago
  53. 61b80a5 disk: part_dos: checkpatch cleanups by Stephen Warren · 12 years ago
  54. d0cf3b6 disk: part_efi: set bootable flag in partition objects by Stephen Warren · 12 years ago
  55. 9fbc2b3 disk: part_efi: print raw partition attributes by Stephen Warren · 12 years ago
  56. e9355dd disk: part_efi: add new partition attribute definitions by Stephen Warren · 12 years ago
  57. 8b855b5 disk: part_efi: print partition UUIDs by Stephen Warren · 12 years ago
  58. 2616326 disk: part_efi: re-order partition list printf, change case by Stephen Warren · 12 years ago
  59. e6df59e disk: part_efi: remove indent level from loop by Stephen Warren · 12 years ago
  60. 3c28be9 disk: get_device_and_partition() return value fixes by Stephen Warren · 12 years ago
  61. 15664ed remove unnecessary includes from cmd_ide.c by Pavel Herrmann · 12 years ago
  62. cca20f8 split PCS440EP specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  63. 3597c52 split AU1X00 specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  64. eb81b49 move CPC45 ide_led to the same file as other IDE hooks by Pavel Herrmann · 12 years ago
  65. 95b0cb5 make ide_led() a weak alias by Pavel Herrmann · 12 years ago
  66. 6f4ed97 split CPC45 board-specific IDE functions from cmd_ide.c by Pavel Herrmann · 12 years ago
  67. 35ad9a8 change all versions of input_data() and output_data() to global weak aliases by Pavel Herrmann · 12 years ago
  68. d6a1240 split IVM power hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  69. 2c13c4a split mpc8xx hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  70. 006be69 remove CONFIG_SC3 from cmd_ide.c by Pavel Herrmann · 12 years ago
  71. 107d69d kerneldoc: stdio: tmpl: Add stdio template by Marek Vasut · 12 years ago
  72. 95656ea kerneldoc: Annotate drivers/serial/serial.c by Marek Vasut · 12 years ago
  73. bdad807 serial: Reorder get_current() by Marek Vasut · 12 years ago
  74. 0e1b577 serial: Reorder serial_assign() by Marek Vasut · 12 years ago
  75. d9c6449 serial: Use default_serial_puts() in drivers by Marek Vasut · 12 years ago
  76. 6b9124e serial: Implement default_serial_puts() by Marek Vasut · 12 years ago
  77. ed06204 mpc82xx: Remove BMW board port by Stefan Roese · 12 years ago
  78. 4298c93 nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT by Nobuhiro Iwamatsu · 13 years ago
  79. 620491f Remove lh7a40x cpu and serial driver by Albert ARIBAUD · 12 years ago
  80. a8dd2c6 tools/env: Improve debug prints by Joe Hershberger · 12 years ago
  81. 03bf21d tools/env: Fix variable delete operation by Joe Hershberger · 12 years ago
  82. 42a0ecb MIPS: qemu_mips.h: cleanup coding style and checkpatch.pl issues by Daniel Schwierzeck · 12 years ago
  83. e0d6df5 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · 12 years ago
  84. 9ee0a7a MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.h by Zhi-zhou Zhang · 12 years ago
  85. dc3c251 MIPS: add support for 64 bit addressing by Zhi-zhou Zhang · 12 years ago
  86. 724f618 MIPS: don't use camel-case style by Zhi-zhou Zhang · 12 years ago
  87. 56110a3 h2200: Add support for iPAQ h2200 palmtop by Łukasz Dałek · 12 years ago
  88. 4de3168 i2c_probe: update for use in scripting by Eric Nelson · 12 years ago
  89. 53bb44d common/i2c: Add i2c write command by York Sun · 12 years ago
  90. 2459912 i2c: sh_i2c: use setbits/clrbits macro by Tetsuyuki Kobayashi · 12 years ago
  91. ae41d56 arm: rmobile: kzm9g: enable I2C2 by Tetsuyuki Kobayashi · 12 years ago
  92. 4cd2659 arm: rmobile: kzm9g: enable I2C1 by Tetsuyuki Kobayashi · 12 years ago
  93. 773003c i2c: sh_i2c.c: check error in i2c_read and i2c_write by Tetsuyuki Kobayashi · 12 years ago
  94. cece11c i2c: sh_i2c: enable i2c_probe by Tetsuyuki Kobayashi · 12 years ago
  95. c105d3f i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 by Tetsuyuki Kobayashi · 12 years ago
  96. 6636bd2 i2c: sh_i2c.c: adjust for SH73A0 by Tetsuyuki Kobayashi · 12 years ago
  97. b788fe3 i2c: sh_i2c.c: correct BUSY bit define in ICSR by Tetsuyuki Kobayashi · 12 years ago
  98. cc4283c i2c: sh_i2c.c: support iccl and icch extension by Tetsuyuki Kobayashi · 12 years ago
  99. a29c787 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  100. e79a91f tools/env: Fix build failure from missing header include by Joe Hershberger · 12 years ago