aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-04lib/zlib: sparse fixesKim Phillips6-44/+17
2012-11-04drivers/net/: sparse fixesKim Phillips8-19/+21
2012-11-04net/: sparse fixesKim Phillips8-15/+17
2012-11-04common/misc: sparse fixesKim Phillips7-56/+64
2012-11-04common/cmd_*.c: sparse fixesKim Phillips32-334/+387
2012-11-04include/image.h: sparse fixesKim Phillips1-7/+8
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips13-303/+206
2012-11-04arch/powerpc/lib/extable.c: sparse fixKim Phillips1-4/+1
2012-11-04arch/powerpc/include/asm/io.h: fix warning: preprocessor token __iomem redefinedKim Phillips1-1/+0
2012-11-04include/linux/stddef.h: avoid 'warning: preprocessor token offsetof redefined'Kim Phillips1-0/+2
2012-11-04include/linux/unaligned/generic.h: fix warning: preprocessor token __force re...Kim Phillips1-3/+0
2012-11-04include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} red...Kim Phillips2-3/+2
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips12-124/+182
2012-11-04fs: rename fsload command to loadStephen Warren6-8/+8
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren6-13/+18
2012-11-04cmd_ext4: remove TABs from command help textStephen Warren1-4/+4
2012-11-04fs: fix do_fsload() handling of optional argumentsStephen Warren1-3/+7
2012-11-02x86: config: Enable AHCI support for corebootSimon Glass1-0/+22
2012-11-02ide: Correct function signatures for ide_read/write()Simon Glass1-18/+9
2012-11-02ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy1-4/+8
2012-11-02ahci: Perform SATA flush after disk write.Marc Jones2-1/+54
2012-11-02ahci: Support spin-up and link-up separatelyMarc Jones1-6/+39
2012-11-02ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy1-4/+10
2012-11-02ahci: flush / invalidate dcache around SATA commandsTaylor Hutt1-0/+39
2012-11-02ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt1-4/+6
2012-11-02ahci: Support 64-bit LBA option when reading capacityGabe Black1-26/+66
2012-11-02ahci: Fix 'Invaild' typoTaylor Hutt1-1/+1
2012-11-02ahci: Use sizeof(fis) instead of hardcoding '20'Taylor Hutt1-5/+5
2012-11-02ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black2-5/+52
2012-11-02ahci: support scsi writing in AHCI driverHung-Te Lin1-24/+30
2012-11-02ahci: Make sending the SETFEATURES_XFER command optionalGabe Black1-0/+6
2012-11-02ahci: cosmetics and cleanupStefan Reinauer2-7/+19
2012-11-02ahci: Improve AHCI debuggingStefan Reinauer1-1/+2
2012-11-02ahci: Optimise AHCI controller reset and start-upStefan Reinauer1-9/+15
2012-11-02scsi: Add function and env var to report number of scsi drivesStefan Reinauer3-0/+13
2012-11-02Support setenv_ulong() and setenv_addr() for powerpcSimon Glass1-1/+1
2012-11-02scsi: Add scsi_write to SCSI driverHung-Te Lin1-7/+108
2012-11-02scsi: Provide support for a list of AHCI controllers.Vadim Bendebury1-5/+35
2012-11-02ahci: Support splitting of read transactions into multiple chunksVadim Bendebury1-29/+69
2012-11-02ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese1-51/+0
2012-11-02ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese1-2/+2
2012-11-02am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG supportTom Rini2-0/+31
2012-11-02Add board_name to CONFIG_ENV_VARS_UBOOT_CONFIGStephen Warren1-0/+1
2012-11-02README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIGTom Rini1-0/+6
2012-11-02git-mailrc: Change x86 maintainer to SimonSimon Glass1-3/+4
2012-11-02lib/vsprintf.c: don't special-case pointers to address nullWolfgang Denk1-0/+6
2012-11-02cmd_fdt.c: Use %p when printing pointersTom Rini1-3/+3
2012-11-02fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren1-1/+12
2012-10-29MAKEALL: Add -s to '${MAKE} tidy' sectionTom Rini1-1/+1
2012-10-29ext4: Fix printf() format string errorSimon Glass1-1/+1