aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/fsl-mc/fsl-mc-bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()Shin'ichiro Kawasaki1-3/+3
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-21/+4
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu1-2/+22
2022-04-22fsl-mc: Use driver_set_override() instead of open-codingKrzysztof Kozlowski1-21/+4
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-17/+117
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei1-1/+3
2021-07-21bus: fsl-mc: fix mmio base address for child DPRCsLaurentiu Tudor1-2/+22
2021-07-21bus: fsl-mc: rescan devices if endpoint not foundLaurentiu Tudor1-2/+20
2021-07-21bus: fsl-mc: pause the MC firmware when unloadingLaurentiu Tudor1-0/+10
2021-07-21bus: fsl-mc: pause the MC firmware before IOMMU setupLaurentiu Tudor1-1/+43
2021-07-21bus: fsl-mc: add .shutdown() op for the bus driverLaurentiu Tudor1-0/+6
2021-07-21bus: fsl-mc: fully resume the firmwareLaurentiu Tudor1-1/+3
2021-07-21bus: fsl-mc: handle DMA config deferral in ACPI caseLaurentiu Tudor1-11/+13
2021-07-21bus: fsl-mc: fix arg in call to dprc_scan_objects()Laurentiu Tudor1-1/+1
2021-06-17bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers and help othersLee Jones1-9/+10
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+103
2021-02-09bus: fsl-mc: add the dpdbg device typeIoana Ciornei1-0/+6
2021-01-27bus: fsl-mc: add autorescan sysfsIoana Ciornei1-0/+55
2021-01-27bus: fsl-mc: add bus rescan attributeIoana Ciornei1-0/+41
2021-01-09bus: fsl-mc: return -EPROBE_DEFER when a device is not yet discoveredIoana Ciornei1-0/+9
2021-01-07bus: fsl-mc: add missing __iomem attributeLaurentiu Tudor1-1/+1
2020-12-09bus: fsl-mc: make sure MC firmware is up and runningLaurentiu Tudor1-12/+30
2020-12-09bus: fsl-mc: add back accidentally dropped error checkLaurentiu Tudor1-1/+4
2020-10-02bus/fsl-mc: Extend ICID size from 16bit to 32bitBharat Bhushan1-1/+1
2020-10-02bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple entitiesDiana Craciun1-0/+1
2020-10-02bus/fsl-mc: Set the QMAN/BMAN region flagsDiana Craciun1-5/+2
2020-10-02bus/fsl-mc: add support for 'driver_override' in the mc-busBharat Bhushan1-0/+54
2020-10-02bus: fsl-mc: MC control registers are not always availableLaurentiu Tudor1-4/+4
2020-10-02bus: fsl-mc: don't assume an iommu is always presentLaurentiu Tudor1-3/+0
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+30
2020-07-28bus: fsl-mc: Add ACPI support for fsl-mcMakarand Pawagi1-18/+55
2020-07-28bus/fsl-mc: Refactor the MSI domain creation in the DPRC driverDiana Craciun1-2/+2
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi1-1/+3
2020-07-23bus: fsl-mc: add missing device typesIoana Ciornei1-0/+30
2020-03-30bus: fsl-mc: add api to retrieve mc versionAndrei Botila1-16/+17
2020-01-14bus: fsl-mc: properly empty-initialize structureIoana Ciornei1-3/+3
2019-10-31bus: fsl-mc: add the fsl_mc_get_endpoint functionIoana Ciornei1-0/+33
2019-10-31bus: fsl-mc: export device types present on the busIoana Ciornei1-0/+10
2019-05-20bus: mc-bus: Add support for mapping shareable portalsRoy Pledge1-2/+13
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+3
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-4/+12
2018-09-28bus: fsl-mc: Convert to using %pOFn instead of device_node.nameRob Herring1-3/+3
2018-09-25bus/fsl-mc: set coherent dma mask for devices on fsl-mc busNipun Gupta1-0/+1
2018-09-25bus/fsl-mc: support dma configure for devices on fsl-mc busNipun Gupta1-4/+11
2018-09-21bus: fsl-mc: add support for dpseci device typeHoria Geantă1-0/+5
2018-03-23bus: fsl-mc: change mc_command in fsl_mc_commandIoana Ciornei1-1/+1
2018-02-22staging: fsl-mc: Move core bus out of stagingBogdan Purcareata1-0/+948