aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-26Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+2
2016-08-26Merge branch 'master' of git://www.denx.de/git/u-boot-marvellTom Rini12-43/+39
2016-08-26tools: kwboot: patch destaddr only for SoCs with header version 1Simon Baatz1-8/+8
2016-08-26arm: mvebu: a38x: typo fix cpabilities -> capbilitiesChris Packham1-1/+1
2016-08-26arm: mvebu: a38x: update serdes error handlingChris Packham1-19/+20
2016-08-26spl: Remove unused CONFIG_SPL_SPI_* definitionsChris Packham7-14/+0
2016-08-26arm: mvebu: Add support for NAND interface on A-38xChris Packham2-1/+10
2016-08-26i2c: mvtwsi: Fix order of address bytes (high to low)Stefan Roese1-2/+2
2016-08-25spi: tegra: fix hang in set_mode()Stephen Warren3-0/+11
2016-08-25ARM: tegra: remove stale nvidia, bpmp I2C DT propertyStephen Warren2-11/+0
2016-08-25ARM: tegra: fix Tegra186 SDHCI clock/reset namesStephen Warren2-7/+5
2016-08-25ARM: tegra: fix Tegra186 I2C clock nameStephen Warren2-9/+9
2016-08-23Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini6-174/+293
2016-08-22Prepare v2016.09-rc2v2016.09-rc2Tom Rini1-1/+1
2016-08-22fs-test.sh: Correct check_md5() test with newlinesTom Rini1-1/+1
2016-08-22net: mii: check phy advertising register when geting link statusDongpo Li1-4/+14
2016-08-22net: davinci_emac: Restore the internal MDIO accessors return valueskarl beldan1-7/+6
2016-08-22net/fm: Remove unused code of FMan QMIHou Zhiqiang1-3/+0
2016-08-22net: davinci_emac: Invalidate only the received portion of a bufferkarl beldan1-5/+5
2016-08-22net: davinci_emac: Round up top tx buffer boundaries for dcache opskarl beldan1-1/+1
2016-08-22net: davinci_emac: Remove useless dcache ops on descriptorskarl beldan1-28/+0
2016-08-22net: nfs: Simplify rpc_add_credentials()Joe Hershberger1-16/+3
2016-08-22net: nfs: Use the tx buffer to construct rpc msgsJoe Hershberger1-43/+45
2016-08-22net: nfs: Move some prints to debug statementsJoe Hershberger1-21/+22
2016-08-22net: nfs: Use consistent names for the rpc_pktJoe Hershberger1-17/+17
2016-08-22net: nfs: Correct a commentJoe Hershberger1-1/+1
2016-08-22net: nfs: Consolidate handling of NFSv3 attributesJoe Hershberger1-92/+59
2016-08-22net: nfs: Fix lines that are too longJoe Hershberger1-3/+6
2016-08-22net: nfs: Correct the reply data buffer sizeJoe Hershberger1-1/+1
2016-08-22net: nfs: Share the file handle buffer for v2 / v3Joe Hershberger1-7/+5
2016-08-22net: NFS: Add NFSv3 supportGuillaume GARDET2-47/+242
2016-08-22net: nfs: Remove unused defineJoe Hershberger1-2/+0
2016-08-22net: nfs: Remove separate buffer for default nameJoe Hershberger1-3/+1
2016-08-22net: Stop including NFS overhead in defragment maxJoe Hershberger1-9/+1
2016-08-20Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini114-221/+11604
2016-08-20pinctrl: fix typos in comment blocks of pinconfig_post_bind()Masahiro Yamada1-2/+2
2016-08-20efi_loader: Fix relocations above 64kb image sizeAlexander Graf1-1/+1
2016-08-20Makefile: Remove tags file on mrproperVignesh R1-1/+1
2016-08-20tools/env: soften warning about erase block alignmentAndreas Fenkart1-1/+1
2016-08-20tools/env: return with error if redundant environments have unequal sizeAndreas Fenkart1-3/+2
2016-08-20ARM: OMAP4+: vcores: Remove duplicated codeLokesh Vutla1-52/+10
2016-08-20ARM: OMAP5+: vcores: Drop unnecessary #ifndefsLokesh Vutla2-6/+3
2016-08-20test/py: match prompt only at line boundariesStephen Warren1-3/+3
2016-08-20common: cli_readline: Improve command line editingJames Byrne1-31/+67
2016-08-20fastboot: move to KconfigSteve Rae4-16/+16
2016-08-20fastboot: implement KconfigSteve Rae3-0/+67
2016-08-20cmd: efi_loader: Return CMD_RET_USAGE in case of not enough argumentsBin Meng1-1/+1
2016-08-20Kconfig: DISTRO_DEFAULTS: Only enable CMD_BOOTZ for ARMTom Rini1-1/+1
2016-08-20cmd: booti: move CONFIG_CMD_BOOTI to KconfigMasahiro Yamada6-6/+8
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini8-251/+276