aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-04net/: sparse fixesKim Phillips
2012-11-04common/misc: sparse fixesKim Phillips
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-11-04include/image.h: sparse fixesKim Phillips
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips
2012-11-04arch/powerpc/lib/extable.c: sparse fixKim Phillips
2012-11-04arch/powerpc/include/asm/io.h: fix warning: preprocessor token __iomem redefinedKim Phillips
2012-11-04include/linux/stddef.h: avoid 'warning: preprocessor token offsetof redefined'Kim Phillips
2012-11-04include/linux/unaligned/generic.h: fix warning: preprocessor token __force re...Kim Phillips
2012-11-04include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} red...Kim Phillips
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips
2012-11-04fs: rename fsload command to loadStephen Warren
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren
2012-11-04cmd_ext4: remove TABs from command help textStephen Warren
2012-11-04fs: fix do_fsload() handling of optional argumentsStephen Warren
2012-11-02x86: config: Enable AHCI support for corebootSimon Glass
2012-11-02ide: Correct function signatures for ide_read/write()Simon Glass
2012-11-02ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy
2012-11-02ahci: Perform SATA flush after disk write.Marc Jones
2012-11-02ahci: Support spin-up and link-up separatelyMarc Jones
2012-11-02ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy
2012-11-02ahci: flush / invalidate dcache around SATA commandsTaylor Hutt
2012-11-02ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt
2012-11-02ahci: Support 64-bit LBA option when reading capacityGabe Black
2012-11-02ahci: Fix 'Invaild' typoTaylor Hutt
2012-11-02ahci: Use sizeof(fis) instead of hardcoding '20'Taylor Hutt
2012-11-02ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black
2012-11-02ahci: support scsi writing in AHCI driverHung-Te Lin
2012-11-02ahci: Make sending the SETFEATURES_XFER command optionalGabe Black
2012-11-02ahci: cosmetics and cleanupStefan Reinauer
2012-11-02ahci: Improve AHCI debuggingStefan Reinauer
2012-11-02ahci: Optimise AHCI controller reset and start-upStefan Reinauer
2012-11-02scsi: Add function and env var to report number of scsi drivesStefan Reinauer
2012-11-02Support setenv_ulong() and setenv_addr() for powerpcSimon Glass
2012-11-02scsi: Add scsi_write to SCSI driverHung-Te Lin
2012-11-02scsi: Provide support for a list of AHCI controllers.Vadim Bendebury
2012-11-02ahci: Support splitting of read transactions into multiple chunksVadim Bendebury
2012-11-02ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese
2012-11-02ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese
2012-11-02am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG supportTom Rini
2012-11-02Add board_name to CONFIG_ENV_VARS_UBOOT_CONFIGStephen Warren
2012-11-02README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIGTom Rini
2012-11-02git-mailrc: Change x86 maintainer to SimonSimon Glass
2012-11-02lib/vsprintf.c: don't special-case pointers to address nullWolfgang Denk
2012-11-02cmd_fdt.c: Use %p when printing pointersTom Rini
2012-11-02fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren
2012-10-29MAKEALL: Add -s to '${MAKE} tidy' sectionTom Rini
2012-10-29ext4: Fix printf() format string errorSimon Glass
2012-10-29FPGA: Cyclon II: Correctly reset the FPGA before configurationStephan Gatzka
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren