aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek20-108/+109
2018-07-30dm: Change CMD_DM enablingMichal Simek15-1/+113
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek14-334/+334
2018-07-30Kconfig: Replace spaces with tabs and missing newlineMichal Simek3-14/+15
2018-07-30common: Log should depends on DM not be selected by DMMichal Simek1-1/+1
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini2-19/+17
2018-07-30Kconfig: Remove trailing whitespaces in promptMichal Simek2-2/+2
2018-07-28Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"Ramon Fried1-4/+0
2018-07-28configs: omap3_logic: Remove USB Storage and enable CONFIG_BLKAdam Ford1-2/+0
2018-07-28drivers: rtc: correctly set week day for mc146818Heinrich Schuchardt1-1/+2
2018-07-28sandbox: compile both TPM stack versions and driversMiquel Raynal1-0/+3
2018-07-28tpm: make TPM_V2 be compiled by defaultMiquel Raynal1-0/+1
2018-07-28test/py: tpm2: switch from 'tpm' to 'tpm2' commandMiquel Raynal1-20/+20
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal8-19/+70
2018-07-28tpm: remove stale symbol in KconfigMiquel Raynal1-3/+0
2018-07-28tpm: compile Sandbox driver by defaultMiquel Raynal1-0/+2
2018-07-28tpm: fix typo in kernel docMiquel Raynal1-1/+1
2018-07-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini54-182/+334
2018-07-27openrd: Once again shrink binary sizeTom Rini2-11/+1
2018-07-26Merge git://git.denx.de/u-boot-dmTom Rini5-10/+20
2018-07-26Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini9-33/+57
2018-07-26fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTSMasahiro Yamada1-1/+1
2018-07-26fdt: fix fdtdec_setup_memory_banksize()Jens Wiklander1-5/+15
2018-07-26doc: driver-model: Fix typoChris Packham1-1/+1
2018-07-26patman: Split alias entries on arbitrary whitespaceAdam Sampson1-1/+1
2018-07-26git-mailrc: Replace tabs with spaces in alias entriesAdam Sampson1-2/+2
2018-07-26tegra: beaver/apalis: Fix DTC warningTom Warren2-6/+0
2018-07-26ARM: tegra: avoid using secure carveout RAMStephen Warren1-0/+4
2018-07-26ARM: PSCI: Enable the PSCI nodeStephen Warren1-0/+4
2018-07-26ARM: PSCI: Support PSCI v0.2Stephen Warren2-0/+3
2018-07-26ARM: define MON_MODEStephen Warren1-0/+1
2018-07-26ARM: tegra: implement RAM repairBibek Basu2-2/+50
2018-07-26Revert "tegra: Introduce SRAM repair on tegra124"Stephen Warren2-31/+1
2018-07-26Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini44-318/+830
2018-07-26tegra: Indicate that binman makes all three output filesSimon Glass1-2/+3
2018-07-26MAINTAINERS: Mark NAND as OrphanedTom Rini2-4/+3
2018-07-26net: zynq_gem: convert to use livetreeSiva Durga Prasad Paladugu1-16/+14
2018-07-26drivers: net: zynq_gem: fix phy dt node settingGrygorii Strashko1-1/+1
2018-07-26drivers: net: cpsw: fix phy dt node settingGrygorii Strashko1-1/+1
2018-07-26net: phy: xilinx: switch to use phy_get_ofnode()Grygorii Strashko1-4/+6
2018-07-26net: phy: dp83867: switch to use phy_get_ofnode()Grygorii Strashko1-2/+5
2018-07-26net: phy: add ofnode node to struct phy_deviceGrygorii Strashko2-0/+17
2018-07-26net: phy: Clean up includes of common.hJoe Hershberger14-11/+6
2018-07-26phy: Break include cycleJoe Hershberger3-56/+67
2018-07-26arm: Prevent redefinition error in fsl-layerscapeJoe Hershberger1-1/+1
2018-07-26net: phy: dp83867: switch to use ofnode apiGrygorii Strashko1-13/+12
2018-07-26net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri1-0/+13
2018-07-26net: mvgbe: convert to DMChris Packham3-51/+279
2018-07-26net: mvgbe: prepare for conversion to driver modelChris Packham1-32/+83
2018-07-26initialize net_mode.if_typeAndrew Thomas1-0/+1