summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configs: j721e_evm_r5_defconfig: Remove SPL multi-DTB FIT supportWIP/2019-11-07-ti-importsAndrew F. Davis2019-11-071-2/+0
* Kconfig: ti: Make board detect EEPROM addresses depend BOARD_DETECTAdam Ford2019-11-071-0/+2
* configs: omap3_logic_somlv: Remove GPIO from SPLAdam Ford2019-11-071-0/+1
* ARM: dts: logicpd-som-lv-37xx-devkit-u-boot: Remove unused GPIOAdam Ford2019-11-071-0/+20
* Revert "ARM: omap3_logic/omap35_logic: Enable GPIO in SPL"Adam Ford2019-11-072-0/+2
* ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Remove unused GPIOAdam Ford2019-11-071-0/+20
* ARM: omap3_logic: Power on MMC when setting up PMICAdam Ford2019-11-071-0/+1
* configs: j721e_evm_r5_defconfig: Enable AVS Class 0 & dependent configsKeerthy2019-11-071-0/+9
* configs: am65x_evm_r5_defconfig: Enable AVS class 0 supportTero Kristo2019-11-071-0/+1
* configs: am65x_evm_r5_defconfig: Enable TPS62363 regulator supportTero Kristo2019-11-071-0/+1
* arm: dts: k3-j721e-r5-common-proc-board: Hook buck12_reg to vtm supplyKeerthy2019-11-071-0/+5
* arm: dts: k3-j721e-r5-common: Add tps65941 node and dependent wkup_i2c0 nodeKeerthy2019-11-072-0/+43
* arm: dts: k3-j721e-r5-common-proc-board: Add VTM nodeKeerthy2019-11-071-0/+7
* arm: dts: k3-am654-r5-base-board: enable wkup_vtm0 node and link in suppliesTero Kristo2019-11-071-0/+6
* arm: dts: k3-am654-r5-base-board: add supply rail for MPUTero Kristo2019-11-071-0/+13
* arm: dts: k3-am654-r5-base-board: enable wkup_i2c0 driver for splTero Kristo2019-11-071-0/+1
* arm: dts: k3-am654-r5-base-board: Add VTM nodeKeerthy2019-11-071-0/+7
* arm: mach-k3: j721e_init: Initialize avs class 0Keerthy2019-11-071-0/+7
* arm: mach-k3: am6_init: Initialize AVS class 0Keerthy2019-11-071-0/+7
* power: regulator: tps65941: add regulator supportKeerthy2019-11-073-0/+418
* power: pmic: tps65941: Add support for tps65941 family of PMICsKeerthy2019-11-074-0/+117
* misc: k3_avs: Add j721e supportKeerthy2019-11-072-0/+24
* power: regulator: tps6236x: add support for tps6236x regulatorsTero Kristo2019-11-073-0/+134
* clk: clk-ti-sci: Notify AVS driver upon setting clock rateKeerthy2019-11-071-0/+5
* misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0Tero Kristo2019-11-074-0/+404
* configs: Resync with savedefconfigTom Rini2019-11-07414-851/+57
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2019-11-0712-271/+610
|\
| * mpc85xx, socrates: add DM PCI supportHeiko Schocher2019-11-064-46/+12
| * mpc85xx, socrates: enable DM serialHeiko Schocher2019-11-063-12/+8
| * mpc85xx, socrates: enable DM I2CHeiko Schocher2019-11-062-18/+4
| * mpc85xx, socrates: disable VIDEOHeiko Schocher2019-11-063-196/+2
| * mpc85xx, socrates: get rid of DM_USB warningHeiko Schocher2019-11-061-1/+2
| * mpc85xx, socrates: add DM supportHeiko Schocher2019-11-063-7/+27
| * mpc85xx, dts, socrates: add u-boot specific dtsiHeiko Schocher2019-11-062-0/+41
| * mpc85xx: add socrates dts from linuxHeiko Schocher2019-11-063-1/+352
| * mpc85xx, socrates: suppress unknown flash warningHeiko Schocher2019-11-061-0/+1
| * pci: add DM based mpc85xx driverHeiko Schocher2019-11-064-0/+171
* | Merge branch '2019-11-06-reenable-llvm-in-ci'WIP/06Nov2019Tom Rini2019-11-064-1/+18
|\ \
| * | gitlab/azure: Enable LLVM testsTom Rini2019-11-062-0/+13
| * | travis: Fix the clang-7 testTom Rini2019-11-061-1/+1
| * | common/console.c: Fix unused warning with console_doenv()Tom Rini2019-11-061-0/+4
|/ /
* | Makefile: fix dependency for imx targetsHeiko Schocher2019-11-061-1/+9
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-11-0618-87/+992
|\ \
| * | usb: ehci-hcd: Keep async schedule runningMarek Vasut2019-10-311-30/+21
| * | usb: storage: Only clear READY flag on errorMarek Vasut2019-10-311-3/+3
| * | usb: storage: Limit transfer size to 120 kiBMarek Vasut2019-10-311-21/+22
| * | dfu: add callback for flush and initiated operationPatrick Delaunay2019-10-313-0/+49
| * | dfu: add DFU virtual backendPatrick Delaunay2019-10-316-2/+114
| * | dfu: add partition support for MTD backendPatrick Delaunay2019-10-313-1/+103
| * | dfu: add backend for MTD devicePatrick Delaunay2019-10-316-1/+274