aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini104-1045/+6003
2018-10-02spi: sh_qspi: Add DM support to SH QSPI driverMarek Vasut1-65/+150
2018-10-02driver/spi: fsl_qspi: Remove non-DM stuffAshish Kumar1-138/+0
2018-10-02spi: designware_spi: Add reset ctrl to driverLey Foon Tan1-0/+43
2018-10-02cmd: mtdparts: describe as legacyMiquel Raynal1-1/+5
2018-10-02cmd: ubi: clean the partition handlingMiquel Raynal2-71/+27
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal6-4/+644
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal4-239/+209
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal2-1/+69
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal2-0/+231
2018-10-02mtd: uclass: add probe functionMiquel Raynal2-0/+18
2018-10-02dm: drop unused helper in MTD headerMiquel Raynal1-11/+0
2018-10-01Prepare v2018.11-rc1v2018.11-rc1Tom Rini1-2/+2
2018-10-01MAINTAINERS: at91: update entry for at91 boardsEugen Hristev10-10/+10
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini97-199/+3211
2018-09-30MAINTAINERS: Update some entries for missed boardsTom Rini3-1/+3
2018-09-30fs: btrfs: Fix cache alignment bugsMarek Vasut3-13/+17
2018-09-30usb:ci_udc: don't overwrite configuration on pullupRamon Fried1-1/+2
2018-09-30db410c: automatically launch fastbootRamon Fried1-1/+2
2018-09-30DB410c: Enable fastboot supportRamon Fried1-0/+10
2018-09-30usb: ehci-msm: Add init_after_reset for CI_UDCRamon Fried1-0/+12
2018-09-30usb:ci_udc: Introduce init_after_reset phy functionRamon Fried1-0/+6
2018-09-30ehci: msm: use init_type in probeRamon Fried1-2/+4
2018-09-30ehci: msm: switch to generic PHY uclassRamon Fried2-45/+10
2018-09-30configs: db410c: Enable USB PHYRamon Fried1-0/+1
2018-09-30dts: db410c: Add bindings for MSM USB phyRamon Fried1-0/+7
2018-09-30phy: db410c: Add MSM USB PHY driverRamon Fried4-0/+119
2018-09-30db410c: serial# env using msm board serialRamon Fried2-0/+11
2018-09-30dts: db410c: add alias for USBRamon Fried1-0/+4
2018-09-30ehci: msm: Add missing platdataRamon Fried1-0/+1
2018-09-30ehci: Replace board_prepare_usb with board_usb_initRamon Fried2-9/+4
2018-09-30serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCsPatrice Chotard1-1/+1
2018-09-30u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton1-1/+4
2018-09-30kbuild: fix # escaping in appending U-Boot own DTMasahiro Yamada1-1/+1
2018-09-30Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes1-2/+3
2018-09-30spl: mmc: Report device number when we failAlex Kiernan1-1/+2
2018-09-30clk: Add support for Arm's Versatile Express OSC clock generatorsLiviu Dudau3-0/+117
2018-09-30cmd: env: Fix CRC calculation for 'env export -c -s'Neil Stainton1-1/+2
2018-09-29Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini35-31/+2791
2018-09-29dm: test: Add "/firmware" node scan testRajan Vaja7-1/+52
2018-09-29firmware: Add FIRMWARE config prompt stringRajan Vaja1-1/+1
2018-09-29sandbox: Add an explanation of the sandbox variantsSimon Glass1-0/+24
2018-09-29buildman: Avoid hanging when the config changesSimon Glass1-1/+1
2018-09-29include/dm.h: Remove duplicated include directiveLiviu Dudau1-1/+0
2018-09-29include/clk.h: Fix the name of the clock uclass in commentLiviu Dudau1-1/+1
2018-09-29fdt: fdtdec_setup_memory_banksize() use livetreeJens Wiklander1-23/+21
2018-09-29cmd: clk: Add trivial implementation of clock dump for DMMarek Vasut1-0/+37
2018-09-29test: Add tests for board uclassMario Six12-1/+198
2018-09-29board: Add gazerbeam driverMario Six4-0/+336
2018-09-29drivers: Add board uclassMario Six7-0/+216