summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-10-1312-55/+447
|\
| * net: smsc95xx: fix DM MAC address readingStephen Warren2016-10-131-0/+16
| * test: add NFS download testGuillaume GARDET2016-10-131-0/+49
| * net: Fix cache misalignment message after network load operationsPeter Chubb2016-10-131-3/+0
| * rtl8169: fix cache misalignment message on transmit.Peter Chubb2016-10-131-1/+2
| * net: write enetaddr down to hardware on env_callbackHannes Schmelzer2016-10-131-0/+1
| * net: mvneta: fix typo in commentChris Packham2016-10-131-1/+1
| * net: mv88e61xx: Add support for fixed linksChris Packham2016-10-131-0/+43
| * net: Add support for mv88e609x switchesChris Packham2016-10-131-2/+16
| * board: am335x: Always set eth/eth1addr environment variableRoger Quadros2016-10-131-26/+46
| * board: am335x-icev2: add ethernet phy mode detection logicRoger Quadros2016-10-131-7/+75
| * driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc...Mugunthan V N2016-10-132-14/+144
| * include: configs: am335x: add Atheros phy supportMugunthan V N2016-10-131-0/+2
| * drivers: net: phy: atheros: add separate config for AR8031Mugunthan V N2016-10-131-1/+36
| * phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXIDAndrea Merello2016-10-131-0/+16
* | Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini2016-10-1316-58/+105
|\ \
| * | mmc: Fix cast for 64-bit compilationSimon Glass2016-10-111-1/+1
| * | mmc: sdhci: use the generic error numberJaehoon Chung2016-10-106-16/+16
| * | mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung2016-10-109-23/+5
| * | mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung2016-10-105-18/+12
| * | mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung2016-10-101-0/+71
* | | Merge git://git.denx.de/u-boot-dmTom Rini2016-10-1287-486/+1956
|\ \ \ | |_|/ |/| |
| * | cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer2016-10-115-351/+390
| * | sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns2016-10-111-0/+2
| * | sandbox: Use the address in readl/writel() functionsSimon Glass2016-10-111-6/+6
| * | sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns2016-10-111-8/+11
| * | sandbox/fs: Use correct size path name bufferStefan Brüns2016-10-111-3/+10
| * | sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns2016-10-111-2/+2
| * | sandbox/fs: Free memory allocated by os_dirent_lsStefan Brüns2016-10-112-1/+11
| * | power: regulator: lp873x: Add regulator supportKeerthy2016-10-113-0/+366
| * | power: pmic: lp873x: Add the base pmic supportKeerthy2016-10-114-0/+113
| * | configs: am57xx_evm_defconfig: Enable CMD_REG optionKeerthy2016-10-111-0/+2
| * | configs: am57xx_evm_defconfig: Enable PALMAS optionsKeerthy2016-10-111-0/+3
| * | configs: dra7xx_evm_defconfig: Enable PALMAS optionsKeerthy2016-10-111-0/+3
| * | power: regulator: palmas: Add regulator supportKeerthy2016-10-113-0/+462
| * | power: pmic: Palmas: Add the base pmic supportKeerthy2016-10-114-0/+137
| * | power: regulator: Add ctrl_reg and volt_reg fields for pmicKeerthy2016-10-111-0/+4
| * | power: regulator: Add support for gpio regulatorsKeerthy2016-10-114-0/+147
| * | dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass2016-10-1138-0/+38
| * | dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass2016-10-1140-1/+41
| * | dm: mmc: Support eraseSimon Glass2016-10-093-4/+11
| * | tools: buildman: Add compiler wrapperYork Sun2016-10-092-2/+25
| * | tools: buildman: Remove duplicated codeYork Sun2016-10-091-4/+0
| * | dtoc: Make integer division python 3.x safePaul Burton2016-10-091-1/+1
| * | dtoc: Decode strings for struct.unpack on python 3.xPaul Burton2016-10-091-0/+3
| * | dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2016-10-092-5/+5
| * | patman: Fix doctest StringIO import for python 3.xPaul Burton2016-10-091-5/+8
| * | patman: Use items() to iterate over dictionariesPaul Burton2016-10-091-1/+1
| * | patman: Import 'configparser' lower case to be python 3.x safePaul Burton2016-10-091-1/+5
| * | patman: Make exception handling python 3.x safePaul Burton2016-10-093-8/+8