summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-25qemu-malta: Update for SPDX license identifiersTom Rini
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2013-07-25drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiersTom Rini
2013-07-24MIPS: mips32/cache.S: use v1 register for indirect function callsGabor Juhos
2013-07-24MIPS: mips32/cache.S: store cache line size in t8 registerGabor Juhos
2013-07-24MIPS: mips32/cache.S: save return address in t9 registerGabor Juhos
2013-07-24MIPS: xburst/start.S: rework relocation info checkGabor Juhos
2013-07-24MIPS: xburst/start.S: use t8 register for dynamic relocationGabor Juhos
2013-07-24MIPS: xburst/start.S: save gd in s0 registerGabor Juhos
2013-07-24MIPS: xburst/start.S: save relocation offset in s1 registerGabor Juhos
2013-07-24MIPS: xburst/start.S: save relocation address in s2 registerGabor Juhos
2013-07-24MIPS: mips32/start.S: rework relocation info checkGabor Juhos
2013-07-24MIPS: mips32/start.S: use t8 register for dynamic relocationGabor Juhos
2013-07-24MIPS: mips32/cache.S: remove superfluous register assignmentGabor Juhos
2013-07-24MIPS: remove obsolete TODO itemsGabor Juhos
2013-07-24MIPS: mips64/interrupt.c: remove superfluous includeGabor Juhos
2013-07-24MIPS: mips32/time.c: fix checkpatch errors/warningsGabor Juhos
2013-07-24MIPS: qemu-malta: bring up ethernetGabor Juhos
2013-07-24MIPS: qemu-malta: add PCI supportGabor Juhos
2013-07-24MIPS: qemu-malta: setup GT64120 registers as done by YAMONGabor Juhos
2013-07-24MIPS: qemu-malta: enable flash supportGabor Juhos
2013-07-24MIPS: qemu-malta: add reset supportGabor Juhos
2013-07-24MIPS: qemu-malta: add support for emulated MIPS Malta boardGabor Juhos
2013-07-24MIPS: start.S: emulate REVISION register for qemu-maltaGabor Juhos
2013-07-24MIPS: import gt64120.h header from LinuxGabor Juhos
2013-07-24net: pcnet: use pci_virt_to_mem to obtain buffer addressesGabor Juhos
2013-07-24MIPS: mips64: fix typos in copyright text of start.STom Rini
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk
2013-07-24Add LGPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-24Licenses: introduce SPDX Unique Lincense IdentifiersWolfgang Denk
2013-07-23Prepare v2013.07Tom Rini
2013-07-23fdtdec: Add compatible string for High speed i2cnaveen krishna chatradhi
2013-07-23i2c: add Faraday FTI2C010 I2C controller supportKuo-Jung Su
2013-07-23I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang
2013-07-23vf610: Add I2C support for Vybrid VF610 platformAlison Wang
2013-07-23cmd_i2c: Use ARRAY_SIZE instead of reinventing itAxel Lin
2013-07-23arm/km: fix u-boot update functionalityHolger Brunck
2013-07-23i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach
2013-07-23tegra: i2c: Enable new CONFIG_SYS_I2C frameworkSimon Glass
2013-07-23tegra: i2c: Add function to know about current busSimon Glass
2013-07-23i2c, multibus, keymile: get rid of EEprom_ivm envvariableHeiko Schocher
2013-07-23i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher
2013-07-23i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher
2013-07-23i2c: add i2c_core and prepare for new multibus supportHeiko Schocher
2013-07-22fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)