summaryrefslogtreecommitdiffstats
path: root/drivers/bus/fsl-mc
Commit message (Expand)AuthorAgeFilesLines
* bus: fsl-mc-msi: Switch to domain id aware interfacesThomas Gleixner2022-12-051-22/+3
* bus: fsl-mc: Remove linux/msi.h includesThomas Gleixner2022-11-232-2/+0
* genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-1/+1
* 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
|\
| * Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman2022-05-021-1/+5
| |\
| * | fsl-mc: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-21/+4
| | |
| \ \
*-. \ \ Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel2022-05-202-3/+27
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu2022-04-281-2/+22
| |/ |/|
| * bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc()Shin'ichiro Kawasaki2022-04-271-1/+5
|/
* bus: fsl-mc-msi: Simplify MSI descriptor handlingThomas Gleixner2021-12-161-57/+4
* bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner2021-12-163-14/+9
* bus: fsl-mc-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-162-4/+4
* bus: fsl-mc-msi: Allocate MSI device data on first useThomas Gleixner2021-12-161-6/+8
* bus/fsl-mc: Add generic implementation for open/reset/close commandsDiana Craciun2021-09-283-5/+140
* 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: mc-io: Correct misdocumentation of 'dpmcp_dev' paramLee Jones2021-06-171-1/+1
* bus: fsl-mc-msi: Fix a little doc-rot pertaining to 'np' to 'fwnode' conversionLee Jones2021-06-171-1/+1
* bus: fsl-mc: fsl-mc-allocator: Fix misspelling of 'new_mc_adev' and demote no...Lee Jones2021-06-171-5/+5
* bus: fsl-mc: dprc-driver: Fix some missing/incorrect function parameter descr...Lee Jones2021-06-171-3/+5
* bus: fsl-mc: dprc: Fix a couple of misspelling and formatting issuesLee Jones2021-06-171-2/+2
* bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers ...Lee Jones2021-06-171-9/+10
* bus: fsl-mc: mc-sys: Supply missing function names in kernel-doc headersLee Jones2021-06-171-9/+10
* bus: fsl-mc: mc-io: Supply function names for 'fsl_create_mc_io()' and 'fsl_d...Lee Jones2021-06-171-2/+2
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-247-6/+789
|\
| * bus: fsl-mc: list more commands as accepted through the ioctlIoana Ciornei2021-02-091-0/+50
| * bus: fsl-mc: add the dpdbg device typeIoana Ciornei2021-02-091-0/+6
| * bus: fsl-mc: Fix test for end of loopDan Carpenter2021-02-091-1/+1
| * bus: fsl-mc: add autorescan sysfsIoana Ciornei2021-01-273-2/+75
| * bus: fsl-mc: add bus rescan attributeIoana Ciornei2021-01-273-2/+46
| * bus: fsl-mc: add fsl-mc userspace supportIoana Ciornei2021-01-275-0/+608
| * bus: fsl-mc: export mc_cmd_hdr_read_cmdid() to the fsl-mc busIoana Ciornei2021-01-272-1/+3
| * 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: simplify DPRC version checkIoana Ciornei2020-12-091-3/+1
* bus: fsl-mc: fix error return code in fsl_mc_object_allocate()Zhang Changzhong2020-12-091-1/+3
* bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region structureLaurentiu Tudor2020-12-092-2/+5
* 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: Add a new version for dprc_get_obj_region commandDiana Craciun2020-10-022-14/+27
* bus/fsl-mc: Extend ICID size from 16bit to 32bitBharat Bhushan2020-10-023-5/+4