mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
Merge tag 'soc_fsl-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/chleroy/linux into soc/drivers
FSL SOC Changes for 7.1 Freescale QUICC Engine: - Add missing cleanup on device removal and switch to irq_domain_create_linear() in interrupt controller for IO Ports - Panic on ioremap() failure in qe_reset() Freescale Management Complex: - Move fsl-mc over to device MSI infrastructure - Wait for the MC firmware to complete its boot Freescale Hypervisor: - Fix header kernel-doc warnings * tag 'soc_fsl-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/chleroy/linux: bus: fsl-mc: wait for the MC firmware to complete its boot soc: fsl: qe: panic on ioremap() failure in qe_reset() soc: fsl: qe_ports_ic: switch to irq_domain_create_linear() soc: fsl: qe_ports_ic: Add missing cleanup on device removal virt: fsl_hypervisor: fix header kernel-doc warnings platform-msi: Remove stale comment fsl-mc: Remove legacy MSI implementation fsl-mc: Switch over to per-device platform MSI irqchip/gic-v3-its: Add fsl_mc device plumbing to the msi-parent handling fsl-mc: Add minimal infrastructure to use platform MSI fsl-mc: Remove MSI domain propagation to sub-devices Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -114,9 +114,9 @@ struct fsl_hv_ioctl_stop {
|
||||
* @target: the partition ID of the target partition, or -1 for this
|
||||
* partition
|
||||
* @reserved: reserved, must be set to 0
|
||||
* @local_addr: user-space virtual address of a buffer in the local
|
||||
* @local_vaddr: user-space virtual address of a buffer in the local
|
||||
* partition
|
||||
* @remote_addr: guest physical address of a buffer in the
|
||||
* @remote_paddr: guest physical address of a buffer in the
|
||||
* remote partition
|
||||
* @count: the number of bytes to copy. Both the local and remote
|
||||
* buffers must be at least 'count' bytes long
|
||||
|
||||
Reference in New Issue
Block a user