aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-28spi: spi-mem: allow specifying a command's extensionPratyush Yadav4-11/+15
2021-06-28spi: spi-mem: allow specifying whether an op is DTR or notPratyush Yadav2-0/+11
2021-06-25Merge tag 'u-boot-imx-20210625' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-16/+8
2021-06-25spi: Add MXIC controller driverZhengxun3-0/+555
2021-06-24Merge https://source.denx.de/u-boot/custodians/u-boot-shWIP/24Jun2021Tom Rini1-0/+3
2021-06-24Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-9/+8
2021-06-24usb: ehci-mx6: Do not fail when 'reg' is not foundFabio Estevam1-1/+1
2021-06-24usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6Fabio Estevam1-8/+7
2021-06-24ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boardsAdam Ford1-0/+3
2021-06-24ARM: rmobile: Add basic PSCI support for R8A779A0 V3U FalconHai Pham3-0/+54
2021-06-24ARM: renesas: Add GICv3 initialization for V3U FalconKoji Matsuoka2-0/+40
2021-06-24ARM: renesas: Add generic timer initialization for V3U FalconKoji Matsuoka1-0/+25
2021-06-24ARM: renesas: Add R8A779A0 V3U Falcon board codeHai Pham9-1/+211
2021-06-24ARM: renesas: Add R8A779A0 V3U platform codeHai Pham3-0/+7
2021-06-24ARM: dts: renesas: Add RPC node to R8A779A0 V3UMarek Vasut1-0/+13
2021-06-24ARM: dts: renesas: Add R8A779A0 V3U DT extrasHai Pham1-0/+12
2021-06-24ARM: dts: renesas: Add R8A779A0 V3U Falcon DTsMarek Vasut2-0/+212
2021-06-24ARM: dts: renesas: Add R8A779A0 V3U DTs and headersMarek Vasut3-0/+1084
2021-06-24pinctrl: renesas: Import R8A779A0 V3U PFC tablesMarek Vasut5-0/+4523
2021-06-24gpio: renesas: Handle R8A779A0 V3U INEN registerMarek Vasut1-0/+14
2021-06-24clk: renesas: Add R8A779A0 clock tablesHai Pham7-0/+338
2021-06-24clk: renesas: Handle R8A779A0 V3U clock types in Gen3 clock codeMarek Vasut2-0/+33
2021-06-24Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi ...WIP/24Jun2021-nextTom Rini17-75/+362
2021-06-24cmd: mtd: expand <name> argument definition in command helpMarek Behún1-1/+1
2021-06-24mtd: compare also with OF path and device name in get_mtd_device_nm()Marek Behún1-0/+35
2021-06-24cmd: mtd: print device OF path in listingMarek Behún1-0/+7
2021-06-24mtd: probe SPI NOR devices in mtd_probe_devices()Marek Behún1-0/+14
2021-06-24mtd: remove mtd_probe() functionMarek Behún3-22/+3
2021-06-24mtd: spi-nor: fill-in mtd->dev memberMarek Behún3-0/+3
2021-06-24mtd: spi-nor: allow registering multiple MTDs when DM is enabledMarek Behún3-5/+23
2021-06-24mtd: add support for parsing partitions defined in OFMarek Behún3-44/+135
2021-06-24dm: core: add ofnode_get_path()Marek Behún3-0/+56
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún3-3/+38
2021-06-24mtd: spinand: macronix: Add support for serial NAND flashJaime Liao1-0/+46
2021-06-23Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/23Jun2021Tom Rini9-49/+77
2021-06-23Merge tag 'mmc-2021-6-22' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini10-58/+44
2021-06-23Merge branch '2021-06-22-assorted-fixes'Tom Rini15-16/+34
2021-06-23test: Include /sbin to the PATH when creating file systemAndy Shevchenko1-0/+4
2021-06-23MAINTAINER, git-mailrc: Update the mmc maintainerJaehoon Chung2-1/+2
2021-06-23global_data: Ensure we have <config.h> when symbols are not in Kconfig yetTom Rini4-2/+6
2021-06-23socfpga64: Do not define CONFIG_SYS_MEM_RESERVE_SECURE to 0Tom Rini1-1/+0
2021-06-23Revert "powerpc: fix regression in arch_initr_trap()"Tom Rini1-1/+0
2021-06-23powerpc: Don't use relative include for config.h in global_data.hTom Rini1-1/+1
2021-06-23malloc: add SPDX license identifiersHeinrich Schuchardt2-4/+15
2021-06-23MAINTAINERS: Add an entry for NVMeBin Meng1-0/+8
2021-06-23doc: develop: Convert README.nvme to reSTBin Meng2-6/+20
2021-06-23nvme: Don't clear nvme blk device's priv spaceBin Meng1-1/+0
2021-06-23nvme: Drop useless members of 'struct nvme_ns'Bin Meng2-5/+1
2021-06-23nvme: Eliminate the offset of one during block dev creationBin Meng1-3/+3
2021-06-23nvme: Skip block device creation for inactive namespacesBin Meng1-1/+22