summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-10-3012-64/+407
|\
| * test: clk: test clock self assignmentJean-Jacques Hiblot2019-10-223-2/+26
| * drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot2019-10-223-9/+48
| * test: clk: Update tests to also check the managed APIJean-Jacques Hiblot2019-10-225-12/+163
| * drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot2019-10-224-34/+95
| * drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-222-8/+37
| * clk: Add support for I2C clocks on NXP's imx6q SoC which use CCFLukasz Majewski2019-10-222-0/+39
| * clk: Fix error check in clk_set_default_parents()Jean-Jacques Hiblot2019-10-221-1/+1
* | Prepare v2020.01-rc1Tom Rini2019-10-301-3/+3
* | Merge tag 'mmc-10-29-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-10-302-42/+6
|\ \
| * | spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan2019-10-291-2/+3
| * | mmc: fsl_esdhc: drop i.MX DDR support codeYangbo Lu2019-10-291-6/+2
| * | mmc: fsl_esdhc: remove redundant DM_MMC checkingYangbo Lu2019-10-291-2/+0
| * | mmc: fsl_esdhc: make BLK as hard requirement of DM_MMCYangbo Lu2019-10-291-32/+1
* | | Merge branch '2019-10-28-azure-ci-support'Tom Rini2019-10-3020-79/+578
|\ \ \
| * | | Bring all testings in gitlab and travis CI to Azure PipelinesBin Meng2019-10-291-0/+382
| * | | .travis.yml: Remove the unneeded '&' for ls20xx buildmanBin Meng2019-10-291-1/+1
| * | | arm: mvebu: Avoid generating kwbimage.cfg in the source treeBin Meng2019-10-295-10/+21
| * | | tools: buildman: Remove useless mkdir() in Make() in test.pyBin Meng2019-10-291-8/+0
| * | | tools: buildman: Honor output directory when generating boards.cfgBin Meng2019-10-291-5/+5
| * | | Add Microsoft Azure Pipelines configurationBin Meng2019-10-281-0/+38
| * | | tools: Avoid creating symbolic links for tools/version.hBin Meng2019-10-283-4/+7
| * | | Add .gitattributes for line endingsBin Meng2019-10-281-0/+2
| * | | doc: Add documentation for how to build U-Boot host toolsBin Meng2019-10-283-0/+67
| * | | tools: ifwitool: Define __packed when it is not definedBin Meng2019-10-281-0/+2
| * | | linux/types.h: Surround 'struct ustat' with __linux__Bin Meng2019-10-281-0/+2
| * | | tools: zynqmpbif: Use compiler builtin instead of linux-specific __swab32Bin Meng2019-10-281-1/+1
| * | | tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXXBin Meng2019-10-281-43/+43
| * | | tools: image.h: Use portable uint32_t instead of linux-specific __be32Bin Meng2019-10-281-7/+7
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2019-10-3056-94/+359
|\ \ \ | |/ / |/| |
| * | sunxi: set PIO voltage to hardware-detected value on startup on H6Icenowy Zheng2019-10-252-0/+12
| * | arm: dts: sync dts for Allwinner H6Clément Péron2019-10-253-3/+131