summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong2019-04-12116-147/+147
* mtd: add spi flash id s25fl064lHeiko Schocher2019-04-121-0/+1
* mtd: spinand: Sync GigaDevice GD5F1GQ4UExxG with latest Linux versionStefan Roese2019-04-121-32/+47
* spi: cadence_qspi: Add quad write supportLey Foon Tan2019-04-123-3/+8
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-04-114-48/+29
|\
| * usb: ehci-mx6: Use common code to extract dr_modeAdam Ford2019-04-091-14/+15
| * usb: Make portspeed return a read-only stringIsmael Luceno Cortes2019-04-092-26/+10
| * usb: host: Print device name when scanningIsmael Luceno Cortes2019-04-091-8/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-04-11100-2673/+13741
|\ \
| * | ARM: rmobile: rcar-common: Zap arch_preboot_os()Eugeniu Rosca2019-04-091-53/+0
| * | ARM: dts: rmobile: Enable USB on E2 AltMarek Vasut2019-04-091-0/+28
| * | ARM: rmobile: alt: Increase USB power-good delayMarek Vasut2019-04-091-1/+2
| * | net: sh_eth: Initialize PHY in probe() onceMarek Vasut2019-04-091-14/+17
| * | ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.0Marek Vasut2019-04-0927-769/+4075
| * | ARM: dts: rmobile: Synchronize Gen2 DTs with Linux 5.0Marek Vasut2019-04-0911-20/+66
| * | pinctrl: renesas: Synchronize Gen3 tables with Linux 5.0Marek Vasut2019-04-097-1496/+2511
| * | pinctrl: renesas: Synchronize Gen2 tables with Linux 5.0Marek Vasut2019-04-093-62/+81
| * | pinctrl: renesas: Add TDSEL fixup for H2/E2 ES1.0 SoCsMarek Vasut2019-04-092-0/+22
| * | clk: renesas: Synchronize Gen3 tables with Linux 5.0Marek Vasut2019-04-0911-152/+226
| * | clk: renesas: Synchronize Gen2 tables with Linux 5.0Marek Vasut2019-04-0911-62/+28
| * | ARM: rmobile: Add R8A77965 M3NULCB supportMarek Vasut2019-04-096-2/+75
| * | ARM: dts: rmobile: Import R8A77965 M3NULCB DTsMarek Vasut2019-04-093-0/+77
| * | pinctrl: renesas: Add R8A77965 pin control tablesMarek Vasut2019-04-096-12/+5992
| * | clk: renesas: Add R8A77965 clock tablesMarek Vasut2019-04-095-20/+347
| * | ARM: rmobile: Add dedicated R8A77965 SoC supportMarek Vasut2019-04-091-0/+7
| * | ARM: rmobile: Enable multi-DTB fit LZO compressionMarek Vasut2019-04-096-6/+27
| * | lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut2019-04-095-5/+86
| * | lib: fdt: Allow enabling both LZO and GZIP DT compressionMarek Vasut2019-04-091-6/+13
| * | ARM: renesas: Save boot parameters passed in by ATFMarek Vasut2019-04-091-0/+15
| * | lib: fdt: Split fdtdec_setup_memory_banksize()Marek Vasut2019-04-092-6/+31
| * | lib: fdt: Split fdtdec_setup_mem_size_base()Marek Vasut2019-04-092-3/+28
| * | spl: ymodem: Move GZ handling out of YModem sessionMarek Vasut2019-04-091-13/+15
| * | spl: ymodem: Terminate YModem session on errorMarek Vasut2019-04-091-2/+3
| |/
* | Merge branch '2019-04-09-master-imports-fs'Tom Rini2019-04-1020-89/+646
|\ \
| * | test.py: Disable fsck for FAT tests for nowTom Rini2019-04-101-2/+0
| * | Fix ext4 block group descriptor sizingBenjamin Lim2019-04-091-4/+15
| * | test/py: mmc: Add 'mmc read' performance checkMarek Vasut2019-04-091-0/+11
| * | test/py: mmc: Add 'mmc info' testMarek Vasut2019-04-091-0/+37
| * | test/py: mmc: Add 'mmc rescan' testMarek Vasut2019-04-091-0/+26
| * | test/py: mmc: Add 'mmc dev' testMarek Vasut2019-04-091-0/+21
| * | test/py: mmc: Factor out device selectionMarek Vasut2019-04-091-11/+27
| * | fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula2019-04-091-13/+34
| * | fs: ext4: Problem with ext4load and sparse filesGero Schumacher2019-04-091-2/+6
| * | test: fs: Added tests for symlinksJean-Jacques Hiblot2019-04-093-0/+208
| * | fs: Add a new command to create symbolic linksJean-Jacques Hiblot2019-04-093-0/+60
| * | fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2019-04-094-11/+47
| * | fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot2019-04-094-9/+8
| * | test: fs: Add filesystem integrity checksJean-Jacques Hiblot2019-04-095-3/+48
| * | test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot2019-04-091-0/+2
| * | fs: ext4: cache extent dataStephen Warren2019-04-095-37/+99
|/ /