| Commit message (Expand) | Author | Age | Lines |
* | sh: serial: use readx/writex accessors | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -23/+23 |
* | sh: serial: coding style cleanup | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -17/+18 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2008-12-30 | -2/+307 |
|\ |
|
| * | NAND FSL elbc: Use virt_to_phys to determine which bank is in use | Kumar Gala | 2008-12-19 | -2/+4 |
| * | Add support for PCA953x I2C gpio devices | Peter Tyser | 2008-12-19 | -0/+274 |
| * | pci/fsl_pci_init: Enable inbound PCI config cycles | Peter Tyser | 2008-12-19 | -0/+29 |
* | | NAND: Mark the BBT as scanned prior to calling scan_bbt. | Scott Wood | 2008-12-16 | -1/+1 |
|/ |
|
* | Coding style cleanup, update CHANGELOG. | Wolfgang Denk | 2008-12-16 | -4/+3 |
* | spi/stmicro: fix debug() display of cmd | Mike Frysinger | 2008-12-16 | -1/+1 |
* | i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions | Timur Tabi | 2008-12-15 | -35/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-sh | Wolfgang Denk | 2008-12-13 | -3/+3 |
|\ |
|
| * | sh: r2dplus fix register access | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-10 | -2/+2 |
| * | sh: Update SuperH serial driver | Nobuhiro Iwamatsu | 2008-12-10 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Wolfgang Denk | 2008-12-13 | -3/+13 |
|\ \
| |/
|/| |
|
| * | UBI: Return -ENOMEM upon failing malloc | Stefan Roese | 2008-12-10 | -2/+3 |
| * | UBI: Enable re-initializing of the "ubi part" command | Stefan Roese | 2008-12-09 | -0/+1 |
| * | MTD: Fix problem based on non-working relocation (list head mtd_partitions) | Stefan Roese | 2008-12-09 | -1/+9 |
* | | serial: Add vcth UART driver | Stefan Roese | 2008-12-10 | -0/+122 |
* | | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk | 2008-12-09 | -15/+26 |
|\ \ |
|
| * | | usbtty/omap: update to current API | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-09 | -15/+26 |
| |/ |
|
* | | drivers/fsl_pci_init: Fix compile warning | Kumar Gala | 2008-12-09 | -0/+2 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2008-12-09 | -0/+3 |
|\ |
|
| * | net: tsec: Fix Marvell 88E1121R phy init | Anatolij Gustschin | 2008-12-04 | -0/+3 |
* | | Section name should be ".data", not "data" | Trent Piepho | 2008-12-09 | -5/+4 |
* | | drivers/bios_emulator: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-07 | -48/+2 |
* | | FPGA: move fpga drivers to drivers/fpga | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-05 | -0/+3762 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-at91 | Wolfgang Denk | 2008-12-05 | -13/+12 |
|\ |
|
| * | mtd/dataflash.c: fix a problem with the last partition | Ilko Iliev | 2008-12-02 | -1/+1 |
| * | fix some coding style violations. | Ilko Iliev | 2008-12-02 | -13/+12 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Wolfgang Denk | 2008-12-05 | -29/+13 |
|\ \ |
|
| * | | drivers/usb: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-11-28 | -29/+13 |
| |/ |
|
* | | drivers/fsl_pci_init: Fix inbound window mapping bug | Becky Bruce | 2008-12-03 | -1/+1 |
|/ |
|
* | NAND: Fix misplaced return statement in nand_{read,write}_skip_bad(). | Scott Wood | 2008-11-25 | -6/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2008-11-25 | -67/+64 |
|\ |
|
| * | ARM: OMAP: Convert IO macros | Dirk Behme | 2008-11-21 | -67/+64 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Wolfgang Denk | 2008-11-25 | -0/+12566 |
|\ \ |
|
| * | | mtd: Remove a printf() from add_mtd_device(). | Piotr Ziecik | 2008-11-24 | -2/+0 |
| * | | UBI: Add basic UBI support to U-Boot (Part 5/8) | Kyungmin Park | 2008-11-19 | -0/+3810 |
| * | | UBI: Add basic UBI support to U-Boot (Part 4/8) | Kyungmin Park | 2008-11-19 | -0/+2538 |
| * | | UBI: Add basic UBI support to U-Boot (Part 3/8) | Kyungmin Park | 2008-11-19 | -0/+2018 |
| * | | UBI: Add basic UBI support to U-Boot (Part 2/8) | Kyungmin Park | 2008-11-19 | -0/+1768 |
| * | | UBI: Add basic UBI support to U-Boot (Part 1/8) | Kyungmin Park | 2008-11-19 | -0/+1755 |
| * | | MTD: Add MTD paritioning infrastructure | Kyungmin Park | 2008-11-19 | -0/+679 |
| |/ |
|
* | | cfi-mtd: Add cfi-mtd driver. | Piotr Ziecik | 2008-11-24 | -0/+208 |
* | | cfi_flash: Add interface for flash verbosity control | Piotr Ziecik | 2008-11-24 | -11/+22 |
* | | cfi_flash: Export flash_sector_size() function. | Piotr Ziecik | 2008-11-24 | -2/+0 |
* | | cfi_flash: Make all flash access functions weak | Stefan Roese | 2008-11-24 | -7/+25 |
|/ |
|
* | drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver. | Richard Retanubun | 2008-11-09 | -0/+79 |
* | ColdFire: Add mii driver in drivers/net | TsiChung Liew | 2008-11-09 | -17/+326 |
* | Moved PPC4xx EMAC driver to drivers/net | Ben Warren | 2008-11-09 | -0/+2127 |