aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-24am335x_evm: enable DFU RAMAfzal Mohammed1-0/+6
2013-09-24dfu: ram supportAfzal Mohammed5-2/+107
2013-09-24dfu: unify mmc/nand read/write ops enumAfzal Mohammed3-13/+8
2013-09-24dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski3-14/+26
2013-09-24ARM: atmel: add RNDIS gadget supportBo Shen4-0/+34
2013-09-24ARM: atmel: correct UDPHS nameBo Shen1-1/+1
2013-09-24USB: gadget: add atmel usba udc driverBo Shen5-0/+1722
2013-09-24usb: gadget: config: fix unaligned access issuesTroy Kisky1-2/+4
2013-09-24dfu: Make maximum DFU file size equal to default DFU data bufferLukasz Majewski1-1/+1
2013-09-24dfu:cosmetic: Fix printf text for buffer overflow conditionLukasz Majewski1-2/+2
2013-09-24usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes1-2/+3
2013-09-24Sound: MAX98095: Support I2S0 channelDani Krishna Mohan3-67/+115
2013-09-24Sound: I2S: Replacing I2S1 with I2S0 channel.Dani Krishna Mohan2-13/+38
2013-09-24ARM: Added I2S0 clocks for audioDani Krishna Mohan7-31/+93
2013-09-24DTS: Addition of I2S0 channel and replacing I2S1Dani Krishna Mohan3-14/+32
2013-09-24Sound: WM8994: Support I2S0 channelDani Krishna Mohan4-59/+165
2013-09-24cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz()Tom Rini1-10/+10
2013-09-23cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPSTom Rini1-1/+4
2013-09-20Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini12-195/+336
2013-09-20Fix wrong sdhci host control register read and writeJuhyun \(Justin\) Oh1-3/+2
2013-09-20Add parentheses to ALLOC_ALIGN_BUFFER macro'sMischa Jonker1-2/+2
2013-09-20mmc/dw_mmc: Allocate the correct amount of descriptorsMischa Jonker1-2/+2
2013-09-20mmc/dw_mmc: Fix DMA descriptor corruptionMischa Jonker1-3/+4
2013-09-20mmc: don't support write & erase for SPL buildsPaul Burton4-182/+230
2013-09-20buildman: fix boards.cfg parsingAndreas Bießmann1-5/+8
2013-09-20FIT: delete unnecessary castsMasahiro Yamada4-8/+4
2013-09-20Makefile: Do not show make debug messagesMasahiro Yamada1-1/+1
2013-09-20cosmetic: FIT: fix typos in commentsMasahiro Yamada1-2/+2
2013-09-20SPDX: fix IBM-pibs license identifierWolfgang Denk23-23/+23
2013-09-20arm: omap5: echi: Add GPL-2.0+ SPDX-License-IdentifierNobuhiro Iwamatsu1-14/+1
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day16-23/+23
2013-09-20git-mailrc: Update SPI custodianJagannadha Sutradharudu Teki1-0/+2
2013-09-20Cosmetic: Update some info in the README "arch" section.Robert P. J. Day1-4/+8
2013-09-20cosmetic: doc: uImage.FIT: fix typosMasahiro Yamada2-2/+2
2013-09-20boards.cfg: show info about boards.cfg instead of MAINTAINERSRoger Meier1-2/+2
2013-09-20boards.cfg: Fix the comment for invoking tools/reformat.py from vimAxel Lin1-1/+1
2013-09-20part_efi: make sure the gpt_pte is freedMark Langsdorf1-1/+2
2013-09-20Fix loading freeze when netconsole is activeFrederic Leroy1-0/+1
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day6-9/+9
2013-09-20bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootmPaul Burton1-2/+3
2013-09-17mmc: size optimization when !CONFIG_MMC_SPIPaul Burton1-0/+4
2013-09-17mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton1-0/+36
2013-09-17spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton1-0/+16
2013-09-17spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton1-1/+0
2013-09-17ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xxLubomir Popov1-3/+14
2013-09-17omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset funcOleksandr Tyshchenko1-0/+24
2013-09-17mmc: Remove unused variable backup from mmc_send_cmd()Oleksandr Tyshchenko1-3/+0
2013-09-17mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoCJaehoon Chung3-7/+13
2013-09-16Prepare v2013.10-rc3v2013.10-rc3Tom Rini1-1/+1
2013-09-16Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-10/+15