- e8604b1 bus: fsl-mc-msi: Simplify MSI descriptor handling by Thomas Gleixner · 3 years, 1 month ago
- d86a6d4 bus: fsl-mc: fsl-mc-allocator: Rework MSI handling by Thomas Gleixner · 3 years, 1 month ago
- 78ee9fb bus: fsl-mc-msi: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
- 86ca622 bus: fsl-mc-msi: Allocate MSI device data on first use by Thomas Gleixner · 3 years, 1 month ago
- fec2432 bus/fsl-mc: Add generic implementation for open/reset/close commands by Diana Craciun · 3 years, 3 months ago
- ba1dc7f Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 4 months ago
- 27cfdad bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface ID by Ioana Ciornei · 3 years, 5 months ago
- 8990f96 bus: fsl-mc: fix mmio base address for child DPRCs by Laurentiu Tudor · 3 years, 6 months ago
- 8567494 bus: fsl-mc: rescan devices if endpoint not found by Laurentiu Tudor · 3 years, 6 months ago
- 39243fc bus: fsl-mc: pause the MC firmware when unloading by Laurentiu Tudor · 3 years, 6 months ago
- 8c97a4f bus: fsl-mc: pause the MC firmware before IOMMU setup by Laurentiu Tudor · 3 years, 6 months ago
- 3ab520c bus: fsl-mc: add .shutdown() op for the bus driver by Laurentiu Tudor · 3 years, 6 months ago
- c40cbad bus: fsl-mc: fully resume the firmware by Laurentiu Tudor · 3 years, 6 months ago
- f8cfa9b bus: fsl-mc: handle DMA config deferral in ACPI case by Laurentiu Tudor · 3 years, 6 months ago
- aa0a1ae bus: fsl-mc: fix arg in call to dprc_scan_objects() by Laurentiu Tudor · 3 years, 6 months ago
- 91812dd bus: fsl-mc: mc-io: Correct misdocumentation of 'dpmcp_dev' param by Lee Jones · 3 years, 6 months ago
- b4fa2e8 bus: fsl-mc-msi: Fix a little doc-rot pertaining to 'np' to 'fwnode' conversion by Lee Jones · 3 years, 6 months ago
- 07fbbf2 bus: fsl-mc: fsl-mc-allocator: Fix misspelling of 'new_mc_adev' and demote non-kernel-doc headers by Lee Jones · 3 years, 6 months ago
- 5907c72 bus: fsl-mc: dprc-driver: Fix some missing/incorrect function parameter descriptions by Lee Jones · 3 years, 6 months ago
- 4c36624 bus: fsl-mc: dprc: Fix a couple of misspelling and formatting issues by Lee Jones · 3 years, 6 months ago
- d71b57d bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers and help others by Lee Jones · 3 years, 6 months ago
- 33c6527 bus: fsl-mc: mc-sys: Supply missing function names in kernel-doc headers by Lee Jones · 3 years, 6 months ago
- 337c756 bus: fsl-mc: mc-io: Supply function names for 'fsl_create_mc_io()' and 'fsl_destroy_mc_io()' by Lee Jones · 3 years, 6 months ago
- e229b42 Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 10 months ago
- d67cc29 bus: fsl-mc: list more commands as accepted through the ioctl by Ioana Ciornei · 3 years, 11 months ago
- e70ba1b bus: fsl-mc: add the dpdbg device type by Ioana Ciornei · 3 years, 11 months ago
- ef0fec2 bus: fsl-mc: Fix test for end of loop by Dan Carpenter · 3 years, 11 months ago
- 296c626 bus: fsl-mc: add autorescan sysfs by Ioana Ciornei · 4 years ago
- 3f60994 bus: fsl-mc: add bus rescan attribute by Ioana Ciornei · 4 years ago
- 2cf1e70 bus: fsl-mc: add fsl-mc userspace support by Ioana Ciornei · 4 years ago
- 4670798 bus: fsl-mc: export mc_cmd_hdr_read_cmdid() to the fsl-mc bus by Ioana Ciornei · 4 years ago
- ef57e6c bus: fsl-mc: return -EPROBE_DEFER when a device is not yet discovered by Ioana Ciornei · 4 years ago
- 59b26d2 bus: fsl-mc: add missing __iomem attribute by Laurentiu Tudor · 4 years ago
- fe34761 bus: fsl-mc: simplify DPRC version check by Ioana Ciornei · 4 years, 1 month ago
- 3d70fb0 bus: fsl-mc: fix error return code in fsl_mc_object_allocate() by Zhang Changzhong · 4 years, 1 month ago
- ca43fec bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region structure by Laurentiu Tudor · 4 years, 1 month ago
- 74abd1f bus: fsl-mc: make sure MC firmware is up and running by Laurentiu Tudor · 4 years, 2 months ago
- 61243c0 bus: fsl-mc: add back accidentally dropped error check by Laurentiu Tudor · 4 years, 2 months ago
- d8ccb6d bus/fsl-mc: Add a new version for dprc_get_obj_region command by Diana Craciun · 4 years, 3 months ago
- 273ee53 bus/fsl-mc: Extend ICID size from 16bit to 32bit by Bharat Bhushan · 4 years, 3 months ago
- 0dadd95 bus/fsl-mc: Export IRQ pool handling functions to be used by VFIO by Diana Craciun · 4 years, 3 months ago
- 5026cf6 bus/fsl_mc: Do not rely on caller to provide non NULL mc_io by Diana Craciun · 4 years, 3 months ago
- 17eaf21 bus/fsl-mc: Add a container setup function by Diana Craciun · 4 years, 3 months ago
- 46f35b5 bus/fsl-mc: Export a cleanup function for DPRC by Diana Craciun · 4 years, 3 months ago
- 5d781fa bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple entities by Diana Craciun · 4 years, 3 months ago
- 715b02c bus/fsl-mc: Add dprc-reset-container support by Bharat Bhushan · 4 years, 3 months ago
- 993577b2 bus/fsl-mc: Cache the DPRC API version by Diana Craciun · 4 years, 3 months ago
- e0c171d bus/fsl-mc: Set the QMAN/BMAN region flags by Diana Craciun · 4 years, 3 months ago
- 1f86a00 bus/fsl-mc: add support for 'driver_override' in the mc-bus by Bharat Bhushan · 4 years, 3 months ago
- 35df882 bus/fsl-mc: Add a new parameter to dprc_scan_objects function by Diana Craciun · 4 years, 3 months ago
- 7490cf5 bus/fsl-mc: Do no longer export the total number of irqs outside dprc_scan_objects by Diana Craciun · 4 years, 3 months ago
- aef85b5 bus: fsl-mc: MC control registers are not always available by Laurentiu Tudor · 4 years, 4 months ago
- 3b84434 bus: fsl-mc: don't assume an iommu is always present by Laurentiu Tudor · 4 years, 4 months ago
- 1785d11 Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 5 months ago
- 6305166 bus: fsl-mc: Add ACPI support for fsl-mc by Makarand Pawagi · 4 years, 6 months ago
- 998fb7b bus/fsl-mc: Refactor the MSI domain creation in the DPRC driver by Diana Craciun · 4 years, 6 months ago
- a081bd4 of/device: Add input id to of_dma_configure() by Lorenzo Pieralisi · 4 years, 6 months ago
- 20f7151 bus: fsl-mc: probe the allocatable objects first by Grigore Popescu · 4 years, 5 months ago
- 9a872de bus: fsl-mc: use raw spin lock to serialize mc cmds by Laurentiu Tudor · 4 years, 5 months ago
- a3b7a58 bus: fsl-mc: add missing device types by Ioana Ciornei · 4 years, 5 months ago
- 0544cb7 bus: fsl-mc: add api to retrieve mc version by Andrei Botila · 4 years, 9 months ago
- 701a9c80 Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
- cff081e bus: fsl-mc: properly empty-initialize structure by Ioana Ciornei · 5 years ago
- 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
- 1ac210d bus: fsl-mc: add the fsl_mc_get_endpoint function by Ioana Ciornei · 5 years ago
- 6fff8c0 bus: fsl-mc: export device types present on the bus by Ioana Ciornei · 5 years ago
- eadf0b1 bus: fsl-mc: remove explicit device_link_del by Ioana Ciornei · 5 years ago
- dde2137 bus: mc-bus: Add support for mapping shareable portals by Roy Pledge · 6 years ago
- afb7742 bus: fsl-mc: automatically add a device_link on fsl_mc_[portal,object]_allocate by Ioana Ciornei · 6 years ago
- 754cac3 bus: fsl-mc: remove duplicated include files by YueHaibing · 6 years ago
- b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
- d1f2b17 Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
- 6b825b1 bus: fsl-mc: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
- 761ba8e bus/fsl-mc: set coherent dma mask for devices on fsl-mc bus by Nipun Gupta · 6 years ago
- a259ed1 bus/fsl-mc: support dma configure for devices on fsl-mc bus by Nipun Gupta · 6 years ago
- e9158b3 bus: fsl-mc: add support for dpseci device type by Horia Geantă · 6 years ago
- a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
- 6988e0e genirq/msi: Limit level-triggered MSI to platform devices by Marc Zyngier · 7 years ago
- 1e8ac83 bus: fsl-mc: add fsl_mc_allocator cleanup function by Ioana Ciornei · 7 years ago
- 5b04ced bus: fsl-mc: change mc_command in fsl_mc_command by Ioana Ciornei · 7 years ago
- 70ae9cf staging: fsl-mc: Move DPCON out of staging by Bogdan Purcareata · 7 years ago
- 9c692d5 staging: fsl-mc: Move DPBP out of staging by Bogdan Purcareata · 7 years ago
- 02a0e77 staging: fsl-mc: merge fix for CONFIG_FSL_MC_BUS moving by Stephen Rothwell · 7 years ago
- 6bd067c staging: fsl-mc: Move core bus out of staging by Bogdan Purcareata · 7 years ago