summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung
2021-02-19mmc: mmc_spi: Document the 3 local functionsBin Meng
2021-02-19mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng
2021-02-19mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng
2021-02-19mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng
2021-02-19mmc: fix response timeout after switch commandStefan Bosch
2021-02-19mmc: sdhci: skip cache invalidation if DMA is not used[email protected]
2021-02-19cmd: mmc: update the mmc command's usage about argumentJaehoon Chung
2021-02-19mmc: initialize an err variableJaehoon Chung
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried
2021-02-18Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2021-02-18video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne
2021-02-18configs: rpi4: Enable DM_DMA across all RPi4 configurationsNicolas Saenz Julienne
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne
2021-02-18dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne
2021-02-18dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-02-18pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne
2021-02-18rpi: Add identifier for the new CM4Nicolas Saenz Julienne
2021-02-18rpi: Add identifier for the new RPi400Nicolas Saenz Julienne
2021-02-18rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZEMarek Szyprowski
2021-02-18pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne
2021-02-18usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne
2021-02-18config: Enable iProc RNG200 driver in RPi4 configsMatthias Brugger
2021-02-16rng: Add iProc RNG200 driverMatthias Brugger
2021-02-16Merge branch '2021-02-16-assorted-improvements'Tom Rini
2021-02-16configs: ls1028a: Enable the Ethernet switch driver in defconfigAlex Marginean
2021-02-16arm: dts: ls1028a: Add Ethernet switch node and dependenciesAlex Marginean
2021-02-16drivers: net: Add Felix DSA switch driverAlex Marginean
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean
2021-02-16net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean
2021-02-16test: dm: tee: extend with RPC testIgor Opaniuk
2021-02-16drivers: tee: sandbox: add rpc test ta emulationIgor Opaniuk
2021-02-16test: py: add pygit2 and pyelftools to requirements.txtIgor Opaniuk
2021-02-16drivers: tee: i2c trampoline driverJorge Ramirez-Ortiz
2021-02-16usb: kbd: destroy device after console is stoppedAndy Shevchenko
2021-02-16IOMUX: Introduce iomux_replace_device()Andy Shevchenko
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko
2021-02-16IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko
2021-02-16console: Set file and devices at one goAndy Shevchenko
2021-02-16console: Set console device counter in console_devices_set()Andy Shevchenko
2021-02-16console: Switch to use stdio_file_to_flags()Andy Shevchenko
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko
2021-02-16stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko