summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-15input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski1-0/+21
2016-03-15power: twl6030: Power off supportPaul Kocialkowski1-0/+7
2016-03-15kc1: OMAP4 reboot mode supportPaul Kocialkowski1-0/+4
2016-03-15kc1: MUSB USB controller and fastboot USB gadget supportPaul Kocialkowski1-0/+35
2016-03-15power: twl6030: Clear VUSB_IN_PMID bit on USB device setupPaul Kocialkowski1-0/+1
2016-03-15power: twl6030: Configure VUSB voltage on USB device setupPaul Kocialkowski1-0/+2
2016-03-15Amazon Kindle Fire (first generation) codename kc1 supportPaul Kocialkowski1-0/+230
2016-03-15omap-common: Remove deprecated arch_cpu_init codePaul Kocialkowski2-2/+0
2016-03-15power: twl6030: Device-index-specific MMC power initializationPaul Kocialkowski1-1/+1
2016-03-15power: twl6030: Enable VAUX1 for eMMC power, depending on BOOT2 valuePaul Kocialkowski1-0/+11
2016-03-15power: twl6030: Some more explicit registers and values definitionsPaul Kocialkowski1-4/+10
2016-03-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-2/+26
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini23-162/+487
2016-03-15Merge git://git.denx.de/u-boot-marvellTom Rini1-3/+3
2016-03-15ARM: DRA7: configs: Prepare for detecting memory > 2GBLokesh Vutla1-0/+5
2016-03-15ARM: DRA7: Enable EEPROM supportLokesh Vutla1-0/+4
2016-03-15ARM: keystone2: use SPD info to configure K2HK and K2E DDR3Vitaly Andrianov2-0/+4
2016-03-15include/crc.h: Remove unreferenced cyg_xxx() prototypesStefan Roese1-26/+0
2016-03-15lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese1-2/+2
2016-03-15arm: Add support for LEGO MINDSTORMS EV3David Lechner1-0/+255
2016-03-15configs: k2g_evm: Add TI power processor supportNishanth Menon2-0/+21
2016-03-15board: ti: AM57xx: Add detection logic for AM57xx-evmKipisz, Steven2-0/+6
2016-03-15spl: Add an option to load a FIT containing U-BootSimon Glass2-1/+19
2016-03-15spl: Add a way for boards to select which device tree to loadSimon Glass1-0/+13
2016-03-15image: Add functions to obtain short namesSimon Glass1-0/+27
2016-03-15sunxi: Display the board model on start-upSimon Glass1-0/+1
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass2-16/+6
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass160-630/+12
2016-03-15ARM: sheevaplug: drop unneded 'usb start' from boot commandPeter Korsgaard1-1/+1
2016-03-15ARM: sheevaplug: unbreak kernel bootargs / mtdparts command by dropping doubl...Peter Korsgaard1-1/+1
2016-03-15ARM: sheevaplug: unbreak default environmentPeter Korsgaard1-1/+1
2016-03-15imx: mx6: correct IPU clockPeng Fan1-1/+5
2016-03-15Drop CONFIG_CRAMFS_CMDLINESimon Glass3-3/+0
2016-03-15dm: sandbox: Add driver-model block-device support for sandboxSimon Glass1-0/+2
2016-03-15dm: blk: Add a block-device uclassSimon Glass2-0/+146
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-0/+29
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-1/+1
2016-03-15dm: sandbox: Enable cbfs and cramfsSimon Glass1-0/+3
2016-03-15dm: part: Rename some partition functionsSimon Glass1-11/+10
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass1-31/+48
2016-03-15dm: sandbox: Enable all partition typesSimon Glass1-1/+4
2016-03-15dm: blk: Rename get_device_and_partition()Simon Glass1-4/+38
2016-03-15dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass1-4/+30
2016-03-15dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-3/+3
2016-03-15dm: blk: Add comments to a few functionsSimon Glass1-0/+30
2016-03-15dm: blk: Convert interface type to an enumSimon Glass1-12/+15
2016-03-15dm: Add a new header for block devicesSimon Glass3-58/+74
2016-03-15dm: part: Drop the common.h headerSimon Glass1-1/+0
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass16-86/+94
2016-03-15debug_uart: output CR along with LFMasahiro Yamada1-1/+3