summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-17configs: rpi_4: disable USB_XHCI_PCI configsubmit/tizen_6.0_hotfix/20211222.000617submit/tizen_6.0_hotfix/20211221.063452submit/tizen_6.0_hotfix/20211220.042152submit/tizen_6.0/20211217.073345accepted/tizen/6.0/unified/hotfix/20211222.012850accepted/tizen/6.0/unified/20211220.133120tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedJaehoon Chung2-5/+1
2021-12-16board: rpi: modify the tizen-boot-rpi4 bootscriptJaehoon Chung2-5/+1
2021-12-16mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle5-56/+86
2021-12-16mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2-7/+18
2021-12-16mmc: bcm2835_sdhci: remove QUIRK_BROKEN_SDMA flagJaehoon Chung1-2/+1
2021-12-16mmc: bcm2835_sdhci: set SDHCI_QUIRK_BROKEN_SDMA flagJaehoon Chung1-1/+2
2021-12-16mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek1-4/+4
2021-12-16mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung1-1/+3
2021-12-16mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada1-0/+4
2021-12-16mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada1-28/+26
2021-12-16mmc: add mmc_get_dma_dir() helperMasahiro Yamada1-0/+6
2021-12-16mmc: sdhci: remove unneeded castsMasahiro Yamada1-3/+2
2021-12-16mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada1-2/+3
2021-12-16mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2-15/+11
2021-12-16mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2-14/+14
2021-12-16dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada17-76/+4809
2021-12-16dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada9-15/+31
2021-12-16ARM: bcm283x: change the virtual address of the XHCI PCI device baseMarek Szyprowski1-2/+2
2021-12-16pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne1-2/+23
2021-12-16usb: usb-uclass.c: Drop le16_to_cpu() as values are already swappedStefan Roese1-4/+4
2021-12-16xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne4-29/+53
2021-12-16usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()Stefan Roese1-2/+2
2021-12-16usb: xhci: fix lack of short packet event trb handlingRan Wang1-3/+15
2021-12-16usb: xhci: avoid type conversion of void *Heinrich Schuchardt1-12/+9
2021-12-16usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese3-16/+14
2021-12-16usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese1-1/+1
2021-12-16usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese1-4/+5
2021-12-16configs: rpi4: Enable DM_DMA across all RPi4 configurationsNicolas Saenz Julienne2-0/+2
2021-12-16dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne1-0/+17
2021-12-16dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne3-0/+80
2021-12-16power: domain: add dev_power_domain_onPeng Fan2-0/+38
2021-12-16core: device: use dev_power_domain_onPeng Fan1-3/+3
2021-12-16dm: core: Use const where possible in device.hSimon Glass2-0/+20
2021-12-16dm: core: Add a new flag to track platform dataSimon Glass3-1/+10
2021-12-16dm: core: Export a new function to read platdataSimon Glass2-2/+43
2021-12-16dm: core: Allocate parent data separate from probing parentSimon Glass1-8/+11
2021-12-16dm: core: Move ofdata_to_platdata() call earlierSimon Glass1-6/+7
2021-12-16dm: core: Don't clear active flag twice when probe() failsSimon Glass1-3/+1
2021-12-16drivers: pci: add api to get dma regionsRayagonda Kokatanur2-1/+44
2021-12-16dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne8-0/+234
2021-12-16pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne1-7/+5
2020-10-02bcmgenet: fix DMA buffer managementtizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen/20201008.021146accepted/tizen/unified/20201008.043022accepted/tizen/6.0/unified/hotfix/20201102.235414accepted/tizen/6.0/unified/20201030.105045Jason Wessel1-8/+9
2020-09-10rpi: perform xhci firmware upload only oncesubmit/tizen/20200922.021559accepted/tizen/unified/20200922.053354Marek Szyprowski1-1/+6
2020-08-06usb: xhci: Load Raspberry Pi 4 VL805's firmwareNicolas Saenz Julienne3-0/+15
2020-08-06arm: rpi: Add function to trigger VL805's firmware loadMarek Szyprowski3-0/+65
2020-08-06usb: xhci: move xhci.h to include usbJean-Jacques Hiblot14-12/+13
2020-08-05configs: rpi_3: disable configs relevant to SPLJaehoon Chung2-40/+4
2020-08-05packaging: u-boot-rpi3: remove unnecessary filesJaehoon Chung1-27/+1
2020-07-07configs: rpi: set NR_DRAM_BANKS to foursubmit/tizen/20200707.104031accepted/tizen/unified/20200708.125334Matthias Brugger2-2/+2
2020-06-23scripts: tizen: sd_fusing_rpi3: change partition sizeJaehoon Chung1-6/+24