summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm64: xilinx: zynqmp: Remove unneeded configsSiva Durga Prasad Paladugu2019-04-161-0/+2
* arm64: zynqmp: Define label for flash nodeSiva Durga Prasad Paladugu2019-04-161-1/+1
* arm64: zynqmp: Add spi-flash compatible string to flash nodeSiva Durga Prasad Paladugu2019-04-161-1/+1
* arm64: zynqmp: Add debug message about clearing BSSMichal Simek2019-04-161-0/+1
* ARM: zynq: Check zynq aes & rsa command parameters countT Karthik Reddy2019-04-161-1/+8
* arm64: zynqmp: Use zynqmp_mmio_read/write functionsT Karthik Reddy2019-04-161-6/+10
* spi: zynqmp_gqspi: Fix tap delay values at 100MHz and 150MHzSiva Durga Prasad Paladugu2019-04-161-2/+2
* arm64: zynqmp: Disable WDT for zcu100Michal Simek2019-04-161-2/+0
* test: py: Extend fpga test with fit image with external dataMichal Simek2019-04-161-0/+13
* fpga: Replace char * with const char * for filenameTien Fong Chee2019-04-162-2/+3
* fpga: Add support for getting external data address and lengthTien Fong Chee2019-04-161-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-14157-255/+283
|\
| * MAINTAINERS: Change Jagan's email addressJagan Teki2019-04-123-5/+5
| * mtd: spi-nor-ids: Add Gigadevice gd25lq128 IDNeil Armstrong2019-04-121-0/+5
| * dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-1212-35/+17
| * mtd: spi: Replace ad-hoc default implementation with spi_mem_opMarek Vasut2019-04-121-8/+6
| * spi: fsl_dspi fix to stop extra transmissionsJared Bents2019-04-121-4/+26
| * spi: spi-mem: Check if exec_op function is set before calling itBernhard Messerklinger2019-04-121-1/+1
| * mtd: fix Coverity integer handling issueMiquel Raynal2019-04-121-3/+3
| * mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal2019-04-121-1/+1
| * mtd: spi: Add Macronix MX66U2G45F deviceMarek Vasut2019-04-121-0/+1
| * doc: device-tree-bindings: switch from spi-flash to jedec, spi-norNeil Armstrong2019-04-123-3/+3
| * mtd: sf_probe: remove spi-flash compatibleNeil Armstrong2019-04-121-1/+0
| * x86: dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong2019-04-1213-13/+13
| * 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 tag 'pull-12apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-1332-395/+1280
|\ \
| * | fdt: Fix mkimage list to try every header typeJordan Hand2019-04-111-8/+15
| * | dm: sound: make all functions static inlineChristian Gmeiner2019-04-111-2/+2
| * | sandbox: Enable fdtdec testsThierry Reding2019-04-112-0/+2
| * | fdtdec: test: Add carveout testsThierry Reding2019-04-111-0/+152
| * | fdtdec: test: Use compound statement macrosThierry Reding2019-04-111-42/+22
| * | fdtdec: test: Fix build warningThierry Reding2019-04-111-0/+2
| * | fdtdec: Add Kconfig symbol for testsThierry Reding2019-04-111-0/+4
| * | fdtdec: Implement carveout support functionsThierry Reding2019-04-112-0/+168
| * | fdtdec: Implement fdtdec_add_reserved_memory()Thierry Reding2019-04-113-0/+315
| * | fdtdec: Implement fdtdec_set_phandle()Thierry Reding2019-04-112-0/+18
| * | fdtdec: Add fdt_{addr, size}_unpack() helpersThierry Reding2019-04-111-0/+25
| * | fdtdec: Add cpu_to_fdt_{addr, size}() macrosThierry Reding2019-04-111-0/+4
| * | libfdt: Add phandle generation helperThierry Reding2019-04-114-0/+82
| * | dm: remove unused function dm_fdt_pre_relocPatrick Delaunay2019-04-112-49/+0
| * | clk: socfpga: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay2019-04-111-1/+2
| * | clk: at91: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay2019-04-111-1/+1
| * | sandbox: Properly print physical addressesThierry Reding2019-04-111-1/+1
| * | sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=yThierry Reding2019-04-111-6/+6
| * | vsprintf: Support phys_addr_t specifier unconditionallyThierry Reding2019-04-111-1/+1
| * | core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_addressEugeniu Rosca2019-04-111-3/+2
| * | sysreset: use syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-13/+2