summaryrefslogtreecommitdiff
path: root/drivers/bus/fsl-mc/fsl-mc-bus.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-3/+3
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* bus: fsl-mc: Remove linux/msi.h includesThomas Gleixner2022-11-231-1/+0
* bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()Shin'ichiro Kawasaki2022-06-101-3/+3
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-21/+4
|\
| * fsl-mc: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-21/+4
* | bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu2022-04-281-2/+22
|/
* Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-011-17/+117
|\
| * bus: fsl-mc: fix mmio base address for child DPRCsLaurentiu Tudor2021-07-211-2/+22
| * bus: fsl-mc: rescan devices if endpoint not foundLaurentiu Tudor2021-07-211-2/+20
| * bus: fsl-mc: pause the MC firmware when unloadingLaurentiu Tudor2021-07-211-0/+10
| * bus: fsl-mc: pause the MC firmware before IOMMU setupLaurentiu Tudor2021-07-211-1/+43
| * bus: fsl-mc: add .shutdown() op for the bus driverLaurentiu Tudor2021-07-211-0/+6
| * bus: fsl-mc: fully resume the firmwareLaurentiu Tudor2021-07-211-1/+3
| * bus: fsl-mc: handle DMA config deferral in ACPI caseLaurentiu Tudor2021-07-211-11/+13
| * bus: fsl-mc: fix arg in call to dprc_scan_objects()Laurentiu Tudor2021-07-211-1/+1
* | bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei2021-08-041-1/+3
|/
* bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers ...Lee Jones2021-06-171-9/+10
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-241-1/+103
|\
| * bus: fsl-mc: add the dpdbg device typeIoana Ciornei2021-02-091-0/+6
| * bus: fsl-mc: add autorescan sysfsIoana Ciornei2021-01-271-0/+55
| * bus: fsl-mc: add bus rescan attributeIoana Ciornei2021-01-271-0/+41
| * bus: fsl-mc: add missing __iomem attributeLaurentiu Tudor2021-01-071-1/+1
* | bus: fsl-mc: return -EPROBE_DEFER when a device is not yet discoveredIoana Ciornei2021-01-091-0/+9
|/
* bus: fsl-mc: make sure MC firmware is up and runningLaurentiu Tudor2020-12-091-12/+30
* bus: fsl-mc: add back accidentally dropped error checkLaurentiu Tudor2020-12-091-1/+4
* bus/fsl-mc: Extend ICID size from 16bit to 32bitBharat Bhushan2020-10-021-1/+1
* bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple ent...Diana Craciun2020-10-021-0/+1
* bus/fsl-mc: Set the QMAN/BMAN region flagsDiana Craciun2020-10-021-5/+2
* bus/fsl-mc: add support for 'driver_override' in the mc-busBharat Bhushan2020-10-021-0/+54
* bus: fsl-mc: MC control registers are not always availableLaurentiu Tudor2020-10-021-4/+4
* bus: fsl-mc: don't assume an iommu is always presentLaurentiu Tudor2020-10-021-3/+0
* Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-051-0/+30
|\
| * bus: fsl-mc: add missing device typesIoana Ciornei2020-07-231-0/+30
* | bus: fsl-mc: Add ACPI support for fsl-mcMakarand Pawagi2020-07-281-18/+55
* | bus/fsl-mc: Refactor the MSI domain creation in the DPRC driverDiana Craciun2020-07-281-2/+2
* | of/device: Add input id to of_dma_configure()Lorenzo Pieralisi2020-07-281-1/+3
|/
* bus: fsl-mc: add api to retrieve mc versionAndrei Botila2020-03-301-16/+17
* bus: fsl-mc: properly empty-initialize structureIoana Ciornei2020-01-141-3/+3
* bus: fsl-mc: add the fsl_mc_get_endpoint functionIoana Ciornei2019-10-311-0/+33
* bus: fsl-mc: export device types present on the busIoana Ciornei2019-10-311-0/+10
* bus: mc-bus: Add support for mapping shareable portalsRoy Pledge2019-05-201-2/+13
* Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-3/+3
|\
| * bus: fsl-mc: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-3/+3
* | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-4/+12
|\ \
| * | bus/fsl-mc: set coherent dma mask for devices on fsl-mc busNipun Gupta2018-09-251-0/+1
| * | bus/fsl-mc: support dma configure for devices on fsl-mc busNipun Gupta2018-09-251-4/+11
| |/
* | bus: fsl-mc: add support for dpseci device typeHoria Geantă2018-09-211-0/+5
|/
* bus: fsl-mc: change mc_command in fsl_mc_commandIoana Ciornei2018-03-231-1/+1
* staging: fsl-mc: Move core bus out of stagingBogdan Purcareata2018-02-221-0/+948