1. 06c428b QE: fix compile warning by Dave Liu · 17 years ago
  2. 8225d1e CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation by Michael Schwingen · 17 years ago
  3. 3afac79 USB: Add Philips 1561 PCI-OHCI ids (needed for M5475EVB) by TsiChung Liew · 17 years ago
  4. 92fa37e Remove superfluous preprocessor conditionals from LM73 driver by Larry Johnson · 17 years ago
  5. bed5375 Add Fujitsu CoralP/Lime video driver by Anatolij Gustschin · 17 years ago
  6. 20c450e Fix video console newline and carriage return handling by Anatolij Gustschin · 17 years ago
  7. 422b1a0 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  8. d3a6532 Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  9. b8ec238 85xx: add ability to upload QE firmware by Timur Tabi · 17 years ago
  10. 10c7382 fix various comments by Marcel Ziswiler · 17 years ago
  11. 7817cb2 fix comments with new drivers organization by Marcel Ziswiler · 17 years ago
  12. 6a5e1d7 Fix endianness conversions in rtl8169 driver by Guennadi Liakhovetski · 17 years ago
  13. 95c6bc7 Add Epson RX8025 RTC support by Matthias Fuchs · 17 years ago
  14. ccf21c3 Add support CONFIG_UEC_ETH3 in MPC83xx by Joakim Tjernlund · 17 years ago
  15. 19580e6 mpc83xx: Add the support of MPC837xEMDS board by Dave Liu · 17 years ago
  16. ce37422 cfi_flash: Fix bug in flash_isset() to use correct 32bit function by Stefan Roese · 17 years ago
  17. d2995fe Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Wolfgang Denk · 17 years ago
  18. bb70128 Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2 by Stefan Roese · 17 years ago
  19. 9e2c347 Add driver for National Semiconductor LM73 temperature sensor by Larry Johnson · 17 years ago
  20. 1261827 Add driver for STMicroelectronics M41T60 RTC by Larry Johnson · 17 years ago
  21. 0dc80e2 cfi_flash: Add missing check for erased dest to flash_write_cfibuffer() by Stefan Roese · 17 years ago
  22. 61fb15c5 Fix coding style issues; update CHANGELOG. by Wolfgang Denk · 17 years ago
  23. 6e1bbe6 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 17 years ago
  24. 81b38be Merge branch 'master' of git://www.denx.de/git/u-boot-sh by Wolfgang Denk · 17 years ago
  25. 3f523ed Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  26. 467bcee cfi_flash: Add manufacturer-specific fixups by Haavard Skinnemoen · 17 years ago
  27. 0ddf06d cfi_flash: Add cmdset-specific init functions by Haavard Skinnemoen · 17 years ago
  28. e23741f cfi_flash: Read whole QRY structure in one go by Haavard Skinnemoen · 17 years ago
  29. 12d30aa cfi_flash: Use map_physmem() and unmap_physmem() by Haavard Skinnemoen · 17 years ago
  30. cdbaefb cfi_flash: Introduce read and write accessors by Haavard Skinnemoen · 17 years ago
  31. be60a90 cfi_flash: Reorder functions and eliminate extra prototypes by Haavard Skinnemoen · 17 years ago
  32. 3055793 cfi_flash: Make some needlessly global functions static by Haavard Skinnemoen · 17 years ago
  33. 7e5b9b4 cfi_flash: Break long lines by Haavard Skinnemoen · 17 years ago
  34. 42026c9 CFI: synchronize command offsets with Linux CFI driver by Bartlomiej Sieka · 17 years ago
  35. 8ff3de6 Handle MPC85xx PCIe reset errata (PCI-Ex 38) by Kumar Gala · 17 years ago
  36. 8809a27 rtc: Fix merging problem by Stefan Roese · 17 years ago
  37. 9caeaad Merge commit 'u-boot/master' into for-1.3.1 by Stefan Roese · 17 years ago
  38. 9692c27 CFI: Coding style cleanup by Stefan Roese · 17 years ago
  39. 81b20cc CFI: support JEDEC flash roms in CFI-flash framework by Michael Schwingen · 17 years ago
  40. 29592ec sh: Moved driver of the SuperH dependence by Nobuhiro Iwamatsu · 17 years ago
  41. 521dcd3 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  42. 33ecdc2 sh: Add marubun's pcmcia driver by Nobuhiro Iwamatsu · 17 years ago
  43. febd86b sh: Update SuperH SCIF driver by Nobuhiro Iwamatsu · 17 years ago
  44. 7fc7928 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  45. 59829cc drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  46. 318c0b9 drivers/misc : move misc drivers to drivers/misc by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  47. 33daf5b drivers/block : move block drivers to drivers/block by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  48. 0c698dc drivers/rtc : move rtc drivers to drivers/rtc by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  49. f868cc5 drivers/hwmon : move hardware monitor drviers to drivers/hwmon by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  50. 16b195c drivers/input : move input drivers to drivers/input by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  51. e455866 drivers/usb : move usb drivers to drivers/usb by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  52. 1378df7 drivers/serial : move serial drivers to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  53. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  54. 352d259 drivers/video : move video drivers to drivers/video by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  55. 7364621 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  56. 93a686e drivers/pci : move pci drivers to drivers/pci by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  57. 080c646 drivers/i2c : move i2c drivers to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  58. f92edbd Merge branch 'origin' into kconfig-for-1.3.1 by Grant Likely · 17 years ago
  59. e8da58f Fix build problems with mp2usb board by Wolfgang Denk · 17 years ago
  60. 8412d81 Fix compiler warnings for ARM systems. by Wolfgang Denk · 17 years ago
  61. 409ecdc Fix compiler warnings for PPC systems. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  62. efe3303 Merge branch 'origin' into kconfig-for-1.3.1 by Grant Likely · 17 years ago
  63. 4d4faae Group PCI and PCMCIA drivers in drivers/Makefile by Grant Likely · 17 years ago
  64. 5798f87 Group block/flash drivers in drivers/Makefile by Grant Likely · 17 years ago
  65. df58c81 Group USB drivers in drivers/Makefile by Grant Likely · 17 years ago
  66. 5dbb6ed Group i2c drivers in drivers/Makefile by Grant Likely · 17 years ago
  67. ec00c76 Group console drivers in drivers/Makefile by Grant Likely · 17 years ago
  68. 754f230 Group network drivers in drivers/Makefile by Grant Likely · 17 years ago
  69. f0037c5 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
  70. 1f10310 Implement general ULi 526x Ethernet driver support in U-boot by Roy Zang · 17 years ago
  71. ec22755 Trimmed some variables in ne2000.c by Vlad Lungu · 17 years ago
  72. f051692 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 17 years ago
  73. dbf3317 Merge branch 'master' of git://www.denx.de/git/u-boot-arm by Wolfgang Denk · 17 years ago
  74. 5b746c3 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 17 years ago
  75. cb8250f fsl_pci_init enable COMMAND_MEMORY if inbound window by Ed Swarthout · 17 years ago
  76. 41b4d28 Coding style: keep lists sorted; update CHANGELOG by Wolfgang Denk · 17 years ago
  77. 58b74b0 Fix missing drivers makefile entries ds1722.c mw_eeprom.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  78. 7a93487 Move PL01* serial drivers to drivers/serial and adjust Makefiles. by Peter Pearse · 17 years ago
  79. 05bf491 Minor coding style cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  80. ff285ca Fix NE2000 driver: by Vlad Lungu · 17 years ago
  81. 5c7ea64 tsec driver should clear RHALT on startup by Dan Wilson · 17 years ago
  82. 9e8362b Merge branch 'master' of git://www.denx.de/git/u-boot-usb by Wolfgang Denk · 17 years ago
  83. 8f05a66 Merge branch 'merge' of git://www.denx.de/git/u-boot-microblaze by Wolfgang Denk · 17 years ago
  84. 23c56f9 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 17 years ago
  85. de74b9e Coding Style cleanup. by Wolfgang Denk · 17 years ago
  86. e81a95a Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  87. 785c134 Bugfix: Use only one PTD for one endpoint by Timo Ketola · 17 years ago
  88. 0731cba [PATCH] Change macro name for UartLite by Michal Simek · 17 years ago
  89. b90c045 synchronizition with mainline by Michal Simek · 17 years ago
  90. 6b6f287 Merge ../u-boot by Michal Simek · 17 years ago
  91. b8685af Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  92. bd86220 Move coloured led API to status_led.h Improve indentation in drivers/at45.c by Peter Pearse · 17 years ago
  93. afd477b Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  94. f930922 Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 17 years ago
  95. 97213f3 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver by David Saada · 17 years ago
  96. 30363e9 Small whitespace cleanup of OneNAND patch by Stefan Roese · 17 years ago
  97. 17aa280 OneNAND support (take #2) by Kyungmin Park · 17 years ago
  98. 916527f OneNAND support (take #2) by Kyungmin Park · 17 years ago
  99. cd2d160 Typo fix in tsec.c by urwithsughosh@gmail.com · 17 years ago
  100. 5bd7fe9 Fix do_div() usage in nand process output by Matthias Fuchs · 17 years ago