summaryrefslogtreecommitdiff
path: root/drivers/bus/fsl-mc
AgeCommit message (Expand)Author
2023-11-16bus: fsl-mc: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16bus: fsl-mc: Drop if block with always false conditionUwe Kleine-König
2023-09-29bus: fsl-mc: Replace deprecated strncpy() with strscpy_pad()Justin Stitt
2023-08-30Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2023-08-29bus: fsl-mc: Use common ranges functionsRob Herring
2023-08-12bus: Explicitly include correct DT includesRob Herring
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-15bus: fsl-mc: don't assume child devices are all fsl-mc devicesLaurentiu Tudor
2023-06-08bus: fsl-mc: fsl-mc-allocator: Drop a write-only variableUwe Kleine-König
2023-06-08bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before useUwe Kleine-König
2023-05-30bus: fsl-mc: Make remove function return voidUwe Kleine-König
2023-05-30bus: fsl-mc: fsl-mc-allocator: Improve error reportingUwe Kleine-König
2023-05-30bus: fsl-mc: fsl-mc-allocator: Drop if block with always wrong conditionUwe Kleine-König
2023-05-30bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove()Uwe Kleine-König
2023-05-30bus: fsl-mc: Only warn once about errors on device unbindUwe Kleine-König
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-12-05bus: fsl-mc-msi: Switch to domain id aware interfacesThomas Gleixner
2022-11-23bus: fsl-mc: Remove linux/msi.h includesThomas Gleixner
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
2022-06-10bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()Shin'ichiro Kawasaki
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu
2022-04-27bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc()Shin'ichiro Kawasaki
2022-04-22fsl-mc: Use driver_set_override() instead of open-codingKrzysztof Kozlowski
2021-12-16bus: fsl-mc-msi: Simplify MSI descriptor handlingThomas Gleixner
2021-12-16bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner
2021-12-16bus: fsl-mc-msi: Use msi_desc::msi_indexThomas Gleixner
2021-12-16bus: fsl-mc-msi: Allocate MSI device data on first useThomas Gleixner
2021-09-28bus/fsl-mc: Add generic implementation for open/reset/close commandsDiana Craciun
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei
2021-07-21bus: fsl-mc: fix mmio base address for child DPRCsLaurentiu Tudor
2021-07-21bus: fsl-mc: rescan devices if endpoint not foundLaurentiu Tudor
2021-07-21bus: fsl-mc: pause the MC firmware when unloadingLaurentiu Tudor
2021-07-21bus: fsl-mc: pause the MC firmware before IOMMU setupLaurentiu Tudor
2021-07-21bus: fsl-mc: add .shutdown() op for the bus driverLaurentiu Tudor
2021-07-21bus: fsl-mc: fully resume the firmwareLaurentiu Tudor
2021-07-21bus: fsl-mc: handle DMA config deferral in ACPI caseLaurentiu Tudor
2021-07-21bus: fsl-mc: fix arg in call to dprc_scan_objects()Laurentiu Tudor
2021-06-17bus: fsl-mc: mc-io: Correct misdocumentation of 'dpmcp_dev' paramLee Jones
2021-06-17bus: fsl-mc-msi: Fix a little doc-rot pertaining to 'np' to 'fwnode' conversionLee Jones
2021-06-17bus: fsl-mc: fsl-mc-allocator: Fix misspelling of 'new_mc_adev' and demote no...Lee Jones
2021-06-17bus: fsl-mc: dprc-driver: Fix some missing/incorrect function parameter descr...Lee Jones
2021-06-17bus: fsl-mc: dprc: Fix a couple of misspelling and formatting issuesLee Jones
2021-06-17bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers ...Lee Jones
2021-06-17bus: fsl-mc: mc-sys: Supply missing function names in kernel-doc headersLee Jones
2021-06-17bus: fsl-mc: mc-io: Supply function names for 'fsl_create_mc_io()' and 'fsl_d...Lee Jones