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