aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-26spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC.Scott Wood1-8/+22
2012-11-26powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood2-334/+0
2012-11-26serial/ns16550: wait for TEMT before initializingScott Wood1-0/+3
2012-11-26serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONSScott Wood1-0/+4
2012-11-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-1/+72
2012-11-14Video: fix compiler warnings in bus_vcxkJens Scharsig (BuS Elektronik)1-1/+1
2012-11-14power:pmic: Rename CONFIG_DIALOG_PMIC defines to CONFIG_DIALOG_POWERŁukasz Majewski1-1/+1
2012-11-14power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWERŁukasz Majewski3-10/+10
2012-11-14power:pmic: Rename ./drivers/power/pmic_* to ./drivers/power/power_* filesŁukasz Majewski6-5/+5
2012-11-14pmic: Extend PMIC framework to support battery related commandsŁukasz Majewski1-17/+42
2012-11-14pmic:max8997: Support for MAX8997 internal charger controlŁukasz Majewski1-1/+58
2012-11-14pmic:max8997: Function for calculating LDO internal register valueŁukasz Majewski1-0/+16
2012-11-14pmic:fuel-gauge: Support for MAX17042 fuel-gaugeŁukasz Majewski2-0/+297
2012-11-14pmic:muic: Support for MUIC built into MAX8997 deviceŁukasz Majewski2-0/+91
2012-11-14pmic:battery: Support for Trats Battery at PMIC frameworkŁukasz Majewski2-0/+147
2012-11-14pmic: Move pmic related code to ./drivers/power directoryŁukasz Majewski10-10/+57
2012-11-14pmic: Extend PMIC framework to support multiple instances of PMIC devicesŁukasz Majewski8-54/+142
2012-11-14pmic:max8997: Switch the MAX8997 PMIC to be used with multibus I2CŁukasz Majewski1-1/+2
2012-11-14pmic:i2c: Add I2C sensor byte order (big/little) to PMIC frameworkŁukasz Majewski1-9/+29
2012-11-14pmic:i2c: Handle PMIC I2C transmission comprising of two bytesŁukasz Majewski1-1/+8
2012-11-10video: atmel: implement lcd_setcolreg functionBo Shen1-0/+12
2012-11-07video: Skip bitmaps which do not fit into the screen in cfb_consoleVadim Bendebury1-0/+7
2012-11-07video: Implement additional video API functions in cfb_consoleStefan Reinauer1-0/+42
2012-11-06ipu common: reset ipuv3 correctlyLiu Ying1-0/+10
2012-11-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini5-16/+395
2012-11-04usb gadget ether: Fix warning in is_eth_addr_valid()Tom Rini1-2/+2
2012-11-04drivers/serial/serial_ns16550.c: sparse fixesKim Phillips1-15/+27
2012-11-04drivers/mtd/nand: sparse fixesKim Phillips2-6/+8
2012-11-04drivers/mtd/cfi_flash.c: sparse fixesKim Phillips1-9/+13
2012-11-04drivers/mmc/fsl_esdhc.c: sparse fixesKim Phillips1-2/+2
2012-11-04drivers/mmc/mmc.c: sparse fixesKim Phillips1-18/+19
2012-11-04drivers/input/input.c: sparse fixKim Phillips1-1/+1
2012-11-04drivers/gpio/mpc83xx_gpio.c: sparse fixesKim Phillips1-2/+2
2012-11-04drivers/block/: sparse fixesKim Phillips3-82/+25
2012-11-04drivers/net/: sparse fixesKim Phillips8-19/+21
2012-11-04net/: sparse fixesKim Phillips1-1/+1
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips4-16/+2
2012-11-03Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD2-12/+352
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 Jones1-1/+51
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: 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 Black1-5/+50
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 Reinauer1-7/+18