| Commit message (Expand) | Author | Age | Lines |
* | Minor coding style cleanup, updte CHANGELOG | Wolfgang Denk | 2008-08-25 | -5/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2008-08-25 | -0/+124 |
|\ |
|
| * | Add ARM AMBA PL031 RTC Support | Gururaja Hebbar K R | 2008-08-25 | -0/+124 |
* | | RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338) | Stefan Roese | 2008-08-25 | -1/+2 |
|/ |
|
* | Fix OneNAND read_oob/write_oob functions compatability | Kyungmin Park | 2008-08-21 | -200/+706 |
* | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash | Wolfgang Denk | 2008-08-21 | -3/+10 |
|\ |
|
| * | CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect() | Nick Spence | 2008-08-20 | -0/+1 |
| * | CFI: Fix AMD Legacy sector protect | TsiChung Liew | 2008-08-20 | -3/+9 |
* | | rtl8169: add support for RTL8110SCL | Yoshihiro Shimoda | 2008-08-18 | -6/+22 |
* | | Fix dm9000 receive status and len little endian issue | TsiChung Liew | 2008-08-18 | -6/+10 |
|/ |
|
* | Minor code cleanup: keep lists sorted. | Wolfgang Denk | 2008-08-18 | -1/+1 |
* | Add support for ADT7460 I2C monitor chip | Ricardo Ribalda Delgado | 2008-08-18 | -0/+84 |
* | video: Clean drivers/video/Makefile | Michal Simek | 2008-08-18 | -37/+8 |
* | rtc: Clean drivers/rtc/Makefile | Michal Simek | 2008-08-18 | -55/+49 |
* | i2c: Clean drivers/i2c/ Makefile | Michal Simek | 2008-08-18 | -18/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash | Wolfgang Denk | 2008-08-14 | -6/+60 |
|\ |
|
| * | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next | Stefan Roese | 2008-08-14 | -2951/+5314 |
| |\ |
|
| * | | cfi-flash: Added support to flash_real_protect for Atmel flash devices | Rafael Campos | 2008-08-06 | -6/+43 |
| * | | cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash | Guennadi Liakhovetski | 2008-08-06 | -0/+17 |
* | | | Coding Style cleanup, update CHANGELOG | Wolfgang Denk | 2008-08-14 | -83/+83 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2008-08-14 | -39/+96 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix OneNAND build break | Kyungmin Park | 2008-08-13 | -39/+96 |
* | | | drivers/mtd/nand_legacy: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -6/+4 |
* | | | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -36/+9 |
* | | | drivers/mtd/onenand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -16/+2 |
* | | | drivers/mtd: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -14/+3 |
* | | | drivers/qe: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -14/+2 |
* | | | drivers/pci: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -28/+4 |
* | | | drivers/misc: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -18/+5 |
* | | | drivers/input: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -23/+5 |
* | | | drivers/dma: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -12/+1 |
* | | | drivers/block: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -24/+6 |
* | | | serial: move CFG_NS9750_UART to CONFIG_NS9750_UART | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -5/+1 |
* | | | serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -5/+1 |
|/ / |
|
* | | OneNAND: Fill in MTD function pointers for OneNAND. | Fathi BOUDRA | 2008-08-12 | -6/+18 |
* | | NAND: chip->state does not always get set. | Marcel Ziswiler | 2008-08-12 | -0/+1 |
* | | NAND: Scan bad blocks lazily. | Ilya Yanok | 2008-08-12 | -3/+7 |
* | | NAND read/write fix | Scott Wood | 2008-08-12 | -581/+181 |
* | | nand: fsl_upm: convert to updated MTD NAND infrastructure | Anton Vorontsov | 2008-08-12 | -40/+28 |
* | | fsl_elbc_nand: Hard-code the FBAR/FPAR split. | Scott Wood | 2008-08-12 | -3/+2 |
* | | fsl_elbc_nand: workaround for hangs during nand write | Anton Vorontsov | 2008-08-12 | -1/+10 |
* | | Freescale eLBC FCM NAND driver | Scott Wood | 2008-08-12 | -0/+760 |
* | | Don't panic if a controller driver does ecc its own way. | Scott Wood | 2008-08-12 | -2/+6 |
* | | NAND: Make NAND driver less verbose per default | Stefan Roese | 2008-08-12 | -6/+7 |
* | | NAND: Change nand_wait_ready() to not call nand_wait() | Stefan Roese | 2008-08-12 | -1/+10 |
* | | Fixing coding style issues | William Juul | 2008-08-12 | -6/+6 |
* | | Remove white space at end. | William Juul | 2008-08-12 | -7/+7 |
* | | Update MTD to that of Linux 2.6.22.1 | William Juul | 2008-08-12 | -2299/+2753 |
* | | Coding style cleanup, update CHANGELOG, prepare release | Wolfgang Denk | 2008-08-12 | -4/+0 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2008-08-12 | -4/+2 |
|\ \ |
|