summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-14dm: sound: Drop unused pre-device-tree codeSimon Glass2-12/+0
2018-12-14dm: sound: Rename en_sound_codec to sound_codecSimon Glass1-2/+2
2018-12-14dm: sound: samsung: Make local function staticSimon Glass2-5/+5
2018-12-14snow: Expand U-Boot sizeSimon Glass1-1/+1
2018-12-14sandbox: Increase the pre-relocation memorySimon Glass6-5/+2
2018-12-13Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+7
2018-12-13Merge branch '2018-12-12-master-imports'Tom Rini32-144/+112
2018-12-12am3517_evm: Use ttyS2 instead of ttyO2Adam Ford1-1/+1
2018-12-12firmware: psci: introduce SPL_ARM_PSCI_FWPeng Fan2-1/+5
2018-12-12test: overlay: NULL passed as fdtHeinrich Schuchardt1-19/+9
2018-12-12ARM: omap3logic: Remove legacy USB code in favor of DM_USBAdam Ford1-61/+0
2018-12-12ARM: omap3_logic/omap35_logic: Move to DM_USBAdam Ford4-36/+16
2018-12-12arm: am335x-pdu001: Move from embedded to separate DTBFelix Brack2-1/+2
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori7-8/+7
2018-12-12defconfigs: am335x_hs_evm: Sync HS and non-HS defconfigsAndrew F. Davis2-7/+14
2018-12-12fdt: Add warning about CONFIG_OF_EMBEDSimon Glass1-0/+8
2018-12-12blk: Rework guard around part_init callTom Rini8-5/+15
2018-12-12test: hexdump: fix misplaced returnSimon Goldschmidt1-2/+2
2018-12-12qemu-arm: Add persistent environment supportSumit Garg4-1/+27
2018-12-12qemu-arm: Enable VirtIO distro targetSumit Garg1-0/+1
2018-12-12i2c: tegra: Fix regression by implementing a dummy probe_chip() callbackJean-Jacques Hiblot1-0/+7
2018-12-11ARM: davinci: Orphan Spectrum Digital AM18xx EVMAdam Ford1-2/+5
2018-12-11travis: Add check for configs without MAINTAINERS entriesTom Rini1-0/+4
2018-12-11Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini112-520/+4081
2018-12-11Merge tag 'mips-fixes-for-2019.01' of git://git.denx.de/u-boot-mipsTom Rini2-12/+0
2018-12-10bmips: bcm6838: fix device tree warningÁlvaro Fernández Rojas1-2/+0
2018-12-10bmips: swapping IO space isn't requiredÁlvaro Fernández Rojas1-10/+0
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini17-8/+662
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini53-472/+1084
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2-6/+22
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-4/+4
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini39-407/+857
2018-12-10Merge git://git.denx.de/u-boot-x86Tom Rini8-16/+46
2018-12-10rockchip: rk3399-puma: enable fan53555 regulators in DTSPhilipp Tomsich1-2/+4
2018-12-10rockchip: rk3399-puma: defconfig: enable FAN53555 regulator driverPhilipp Tomsich1-0/+1
2018-12-10power: add FAN53555 family supportPhilipp Tomsich7-0/+359
2018-12-10bootcount: add a DM RTC backing store for bootcountPhilipp Tomsich3-0/+110
2018-12-10bootcount: add uclass for bootcountPhilipp Tomsich6-0/+182
2018-12-10rockchip: rk322x: ram: enable DRAM init in SPL instead of TPLKever Yang1-6/+6
2018-12-10cmd: i2c: Fix help output of i2c command.Christoph Muellner1-0/+1
2018-12-10dra7: Allow selecting a new dtb after board detection.Jean-Jacques Hiblot2-0/+22
2018-12-10drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot1-0/+1
2018-12-10drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the KconfigJean-Jacques Hiblot1-2/+10
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot4-1/+85
2018-12-10configs: dra7xx-evm: increase the size of the malloc's pool before relocationJean-Jacques Hiblot1-1/+1
2018-12-10am57xx: remove non-DM I2C codeJean-Jacques Hiblot1-33/+3
2018-12-10ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot11-98/+161
2018-12-10configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPATJean-Jacques Hiblot2-7/+0
2018-12-10ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPATAndreas Dannenberg1-2/+52
2018-12-10power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot12-11/+335