summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dfu: allow read with no data without error for EOF indicationPatrick Delaunay2019-10-311-0/+2
| * dfu: allow to manage DFU on several devicesPatrick Delaunay2019-10-313-12/+127
| * dfu: prepare the support of multiple interfacePatrick Delaunay2019-10-312-12/+41
| * dfu: sf: add partition support for nor backendPatrick Delaunay2019-10-314-0/+67
| * doc: dfu: Add dfu documentationPatrick Delaunay2019-10-311-0/+144
| * dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay2019-10-312-5/+6
| * thor: fix error path after g_dnl_register() failureMarek Szyprowski2019-10-311-1/+2
| * dwc3: flush cache only if there is a buffer attached to a requestMarek Szyprowski2019-10-311-1/+2
| * dfu: mmc: add support for in-partition offsetMarek Szyprowski2019-10-311-2/+11
| * cmd: thor: select DFU subsystem also for 'thor' download toolMarek Szyprowski2019-10-311-0/+1
| * gadget: f_thor: properly enable 3rd endpoint defined by the protocolMarek Szyprowski2019-10-311-0/+7
| * dfu: dfu_nand: reduce verbosityRalph Siemsen2019-10-311-1/+1
| * dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra2019-10-311-2/+2
* | Merge tag 'mmc-2019-11-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-11-063-260/+139
|\ \
| * | mmc: fsl_esdhc_imx: Update compatible string for imx8mPeng Fan2019-11-051-0/+3
| * | mmc: fsl_esdhc_imx: drop redundant clock settingsPeng Fan2019-11-051-5/+7
| * | mmc: fsl_esdhc: clean up DM and non-DM codeYangbo Lu2019-11-051-104/+100
| * | mmc: fsl_esdhc: always check write protect stateYangbo Lu2019-11-052-12/+4
| * | mmc: fsl_esdhc: drop redundant code for non-removable featureYangbo Lu2019-11-051-14/+4
| * | mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common()Yangbo Lu2019-11-051-35/+8
| * | mmc: fsl_esdhc: clean up bus width configuration codeYangbo Lu2019-11-051-48/+22
| * | mmc: fsl_esdhc: fix voltage validationYangbo Lu2019-11-052-32/+17
| * | mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init()Yangbo Lu2019-11-051-36/+0
* | | travis: Rework how we write the ~/.buildman fileTom Rini2019-11-051-3/+3
* | | Merge tag 'fdt-pull-5nov19' of git://git.denx.de/u-boot-fdtWIP/05Nov2019Tom Rini2019-11-0554-1181/+1645
|\ \ \ | |/ / |/| |
| * | binman: Move to use Python 3Simon Glass2019-11-041-1/+1
| * | dtoc: Convert fdt.py to Python 3Simon Glass2019-11-041-13/+4
| * | binman: Convert a few tests to Python 3Simon Glass2019-11-041-7/+7
| * | binman: Remember the pre-reset entry sizeSimon Glass2019-11-041-1/+8
| * | pylibfdt: Correct the type for fdt_property_stub()Simon Glass2019-11-041-2/+2
| * | pylibfdt: Sync up with upstreamSimon Glass2019-11-041-12/+33
| * | pylibfdt: Convert to Python 3Simon Glass2019-11-046-33/+6
| * | rkmux: Convert to Python 3Simon Glass2019-11-041-8/+8
| * | move_config: Convert to Python 3Simon Glass2019-11-041-41/+41
| * | microcode_tool: Convert to Python 3Simon Glass2019-11-041-14/+14
| * | test_dtoc: Move to use Python 3Simon Glass2019-11-042-1/+2
| * | test_fdt: Move to use Python 3Simon Glass2019-11-041-1/+1