Bart Van Assche
5299709d0a
treewide: Constify most dma_map_ops structures
...
Most dma_map_ops structures are never modified. Constify these
structures such that these can be write-protected. This patch
has been generated as follows:
git grep -l 'struct dma_map_ops' |
xargs -d\\n sed -i \
-e 's/struct dma_map_ops/const struct dma_map_ops/g' \
-e 's/const struct dma_map_ops {/struct dma_map_ops {/g' \
-e 's/^const struct dma_map_ops;$/struct dma_map_ops;/' \
-e 's/const const struct dma_map_ops /const struct dma_map_ops /g';
sed -i -e 's/const \(struct dma_map_ops intel_dma_ops\)/\1/' \
$(git grep -l 'struct dma_map_ops intel_dma_ops');
sed -i -e 's/const \(struct dma_map_ops dma_iommu_ops\)/\1/' \
$(git grep -l 'struct dma_map_ops' | grep ^arch/powerpc);
sed -i -e '/^struct vmd_dev {$/,/^};$/ s/const \(struct dma_map_ops[[:blank:]]dma_ops;\)/\1/' \
-e '/^static void vmd_setup_dma_ops/,/^}$/ s/const \(struct dma_map_ops \*dest\)/\1/' \
-e 's/const \(struct dma_map_ops \*dest = \&vmd->dma_ops\)/\1/' \
drivers/pci/host/*.c
sed -i -e '/^void __init pci_iommu_alloc(void)$/,/^}$/ s/dma_ops->/intel_dma_ops./' arch/ia64/kernel/pci-dma.c
sed -i -e 's/static const struct dma_map_ops sn_dma_ops/static struct dma_map_ops sn_dma_ops/' arch/ia64/sn/pci/pci_dma.c
sed -i -e 's/(const struct dma_map_ops \*)//' drivers/misc/mic/bus/vop_bus.c
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com >
Reviewed-by: Christoph Hellwig <hch@lst.de >
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org >
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com >
Cc: David Woodhouse <dwmw2@infradead.org >
Cc: Juergen Gross <jgross@suse.com >
Cc: H. Peter Anvin <hpa@zytor.com >
Cc: Ingo Molnar <mingo@redhat.com >
Cc: linux-arch@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Russell King <linux@armlinux.org.uk >
Cc: x86@kernel.org
Signed-off-by: Doug Ledford <dledford@redhat.com >
2017-01-24 12:23:35 -05:00
Michael Ellerman
139ac5afe3
powerpc/pseries: Move vio.c into platforms pseries
...
vio.c is pseries only code, so move it in there.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au >
2016-11-18 23:02:17 +11:00
Stephen Rothwell
c7f0e8cb56
[PATCH] powerpc: merge the rest of the vio code
...
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au >
Signed-off-by: Paul Mackerras <paulus@samba.org >
2006-04-29 18:02:02 +10:00
Stephen Rothwell
dd721ffd95
[PATCH] powerpc: use a common vio_match_device routine
...
This requires the compatible properties having vaules that are empty
strings instead of just being empty properties.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au >
Signed-off-by: Paul Mackerras <paulus@samba.org >
2006-04-29 18:02:01 +10:00
Stephen Rothwell
e10fa77368
[PATCH] powerpc: use the device tree for the iSeries vio bus probe
...
As an added bonus, since every vio_dev now has a device_node
associated with it, hotplug now works.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au >
Signed-off-by: Paul Mackerras <paulus@samba.org >
2006-04-29 18:02:00 +10:00
Segher Boessenkool
706c8c93ba
[PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPS
...
Also cleans up some nearby whitespace problems.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org >
Signed-off-by: Paul Mackerras <paulus@samba.org >
2006-04-01 22:36:57 +11:00
Paul Mackerras
69a80d3f69
powerpc: move pSeries files to arch/powerpc/platforms/pseries
...
Signed-off-by: Paul Mackerras <paulus@samba.org >
2005-10-10 22:03:41 +10:00