aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'WIP/18Feb2021Tom Rini4-137/+142
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried1-5/+6
2021-02-18Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini37-41/+766
2021-02-18video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne1-0/+1
2021-02-18configs: rpi4: Enable DM_DMA across all RPi4 configurationsNicolas Saenz Julienne3-0/+3
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2-4/+12
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne4-29/+53
2021-02-18dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2-0/+38
2021-02-18dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne1-0/+17
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne6-0/+38
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne3-0/+64
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne3-0/+67
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne8-0/+234
2021-02-18pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne1-7/+5
2021-02-18rpi: Add identifier for the new CM4Nicolas Saenz Julienne1-0/+5
2021-02-18rpi: Add identifier for the new RPi400Nicolas Saenz Julienne1-0/+5
2021-02-18rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZEMarek Szyprowski1-0/+7
2021-02-18pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne1-0/+20
2021-02-18usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne1-1/+1
2021-02-18config: Enable iProc RNG200 driver in RPi4 configsMatthias Brugger3-1/+4
2021-02-17spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc1-3/+15
2021-02-17spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc1-29/+24
2021-02-17image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc1-7/+0
2021-02-17spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc1-10/+9
2021-02-17spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc1-11/+1
2021-02-17spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc1-58/+43
2021-02-17spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc1-30/+60
2021-02-17spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc3-7/+8
2021-02-16rng: Add iProc RNG200 driverMatthias Brugger3-0/+193
2021-02-16Merge branch '2021-02-16-assorted-improvements'Tom Rini38-105/+1834
2021-02-16configs: ls1028a: Enable the Ethernet switch driver in defconfigWIP/2021-02-16-assorted-improvements-v1Alex Marginean5-0/+15
2021-02-16arm: dts: ls1028a: Add Ethernet switch node and dependenciesAlex Marginean2-1/+119
2021-02-16drivers: net: Add Felix DSA switch driverAlex Marginean4-0/+428
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil6-0/+666
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean2-0/+52
2021-02-16net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean1-1/+2
2021-02-16test: dm: tee: extend with RPC testIgor Opaniuk1-7/+109
2021-02-16drivers: tee: sandbox: add rpc test ta emulationIgor Opaniuk4-4/+179
2021-02-16test: py: add pygit2 and pyelftools to requirements.txtIgor Opaniuk1-0/+2
2021-02-16drivers: tee: i2c trampoline driverJorge Ramirez-Ortiz6-0/+137
2021-02-16usb: kbd: destroy device after console is stoppedAndy Shevchenko1-8/+8
2021-02-16IOMUX: Introduce iomux_replace_device()Andy Shevchenko2-0/+34
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko3-13/+11
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko3-17/+18
2021-02-16IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko1-9/+2
2021-02-16console: Set file and devices at one goAndy Shevchenko1-10/+12
2021-02-16console: Set console device counter in console_devices_set()Andy Shevchenko1-0/+1
2021-02-16console: Switch to use stdio_file_to_flags()Andy Shevchenko1-11/+3
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko2-0/+15
2021-02-16stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko1-12/+21