aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/fsl-mc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-17bus: fsl-mc: mc-io: Correct misdocumentation of 'dpmcp_dev' paramLee Jones1-1/+1
2021-06-17bus: fsl-mc-msi: Fix a little doc-rot pertaining to 'np' to 'fwnode' conversionLee Jones1-1/+1
2021-06-17bus: fsl-mc: fsl-mc-allocator: Fix misspelling of 'new_mc_adev' and demote non-kernel-doc headersLee Jones1-5/+5
2021-06-17bus: fsl-mc: dprc-driver: Fix some missing/incorrect function parameter descriptionsLee Jones1-3/+5
2021-06-17bus: fsl-mc: dprc: Fix a couple of misspelling and formatting issuesLee Jones1-2/+2
2021-06-17bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers and help othersLee Jones1-9/+10
2021-06-17bus: fsl-mc: mc-sys: Supply missing function names in kernel-doc headersLee Jones1-9/+10
2021-06-17bus: fsl-mc: mc-io: Supply function names for 'fsl_create_mc_io()' and 'fsl_destroy_mc_io()'Lee Jones1-2/+2
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds7-6/+789
2021-02-09bus: fsl-mc: list more commands as accepted through the ioctlIoana Ciornei1-0/+50
2021-02-09bus: fsl-mc: add the dpdbg device typeIoana Ciornei1-0/+6
2021-02-09bus: fsl-mc: Fix test for end of loopDan Carpenter1-1/+1
2021-01-27bus: fsl-mc: add autorescan sysfsIoana Ciornei3-2/+75
2021-01-27bus: fsl-mc: add bus rescan attributeIoana Ciornei3-2/+46
2021-01-27bus: fsl-mc: add fsl-mc userspace supportIoana Ciornei5-0/+608
2021-01-27bus: fsl-mc: export mc_cmd_hdr_read_cmdid() to the fsl-mc busIoana Ciornei2-1/+3
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: simplify DPRC version checkIoana Ciornei1-3/+1
2020-12-09bus: fsl-mc: fix error return code in fsl_mc_object_allocate()Zhang Changzhong1-1/+3
2020-12-09bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region structureLaurentiu Tudor2-2/+5
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: Add a new version for dprc_get_obj_region commandDiana Craciun2-14/+27
2020-10-02bus/fsl-mc: Extend ICID size from 16bit to 32bitBharat Bhushan3-5/+4
2020-10-02bus/fsl-mc: Export IRQ pool handling functions to be used by VFIODiana Craciun3-19/+11
2020-10-02bus/fsl_mc: Do not rely on caller to provide non NULL mc_ioDiana Craciun1-1/+6
2020-10-02bus/fsl-mc: Add a container setup functionDiana Craciun1-22/+49
2020-10-02bus/fsl-mc: Export a cleanup function for DPRCDiana Craciun1-15/+47
2020-10-02bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple entitiesDiana Craciun2-15/+12
2020-10-02bus/fsl-mc: Add dprc-reset-container supportBharat Bhushan2-0/+78
2020-10-02bus/fsl-mc: Cache the DPRC API versionDiana Craciun1-9/+21
2020-10-02bus/fsl-mc: Set the QMAN/BMAN region flagsDiana Craciun2-11/+2
2020-10-02bus/fsl-mc: add support for 'driver_override' in the mc-busBharat Bhushan1-0/+54
2020-10-02bus/fsl-mc: Add a new parameter to dprc_scan_objects functionDiana Craciun1-4/+7
2020-10-02bus/fsl-mc: Do no longer export the total number of irqs outside dprc_scan_objectsDiana Craciun1-20/+10
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 Torvalds4-20/+73
2020-07-28bus: fsl-mc: Add ACPI support for fsl-mcMakarand Pawagi2-33/+77
2020-07-28bus/fsl-mc: Refactor the MSI domain creation in the DPRC driverDiana Craciun4-39/+33
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi1-1/+3
2020-07-23bus: fsl-mc: probe the allocatable objects firstGrigore Popescu1-17/+40
2020-07-23bus: fsl-mc: use raw spin lock to serialize mc cmdsLaurentiu Tudor2-3/+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-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+3
2020-01-14bus: fsl-mc: properly empty-initialize structureIoana Ciornei1-3/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-10-31bus: fsl-mc: add the fsl_mc_get_endpoint functionIoana Ciornei4-4/+130