Searched hist:"8 bf8a1d1c13c687eda599c827d713eb70764a79f" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/parisc/ |
H A D | iommu-helpers.h | diff 8bf8a1d1c13c687eda599c827d713eb70764a79f Fri Mar 20 12:37:59 CDT 2015 Matthew Wilcox <willy@linux.intel.com> parisc: Eliminate sg_virt_addr() and private scatterlist.h
The only reason to keep parisc's private asm/scatterlist.h was that it had the macro sg_virt_addr(). Convert all callers to use something else (sometimes just sg->offset was enough, others should use sg_virt()), and we can just use the asm-generic scatterlist.h instead.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Dave Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
|
H A D | ccio-dma.c | diff 8bf8a1d1c13c687eda599c827d713eb70764a79f Fri Mar 20 12:37:59 CDT 2015 Matthew Wilcox <willy@linux.intel.com> parisc: Eliminate sg_virt_addr() and private scatterlist.h
The only reason to keep parisc's private asm/scatterlist.h was that it had the macro sg_virt_addr(). Convert all callers to use something else (sometimes just sg->offset was enough, others should use sg_virt()), and we can just use the asm-generic scatterlist.h instead.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Dave Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
|
H A D | sba_iommu.c | diff 8bf8a1d1c13c687eda599c827d713eb70764a79f Fri Mar 20 12:37:59 CDT 2015 Matthew Wilcox <willy@linux.intel.com> parisc: Eliminate sg_virt_addr() and private scatterlist.h
The only reason to keep parisc's private asm/scatterlist.h was that it had the macro sg_virt_addr(). Convert all callers to use something else (sometimes just sg->offset was enough, others should use sg_virt()), and we can just use the asm-generic scatterlist.h instead.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Dave Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | Kbuild | diff 8bf8a1d1c13c687eda599c827d713eb70764a79f Fri Mar 20 12:37:59 CDT 2015 Matthew Wilcox <willy@linux.intel.com> parisc: Eliminate sg_virt_addr() and private scatterlist.h
The only reason to keep parisc's private asm/scatterlist.h was that it had the macro sg_virt_addr(). Convert all callers to use something else (sometimes just sg->offset was enough, others should use sg_virt()), and we can just use the asm-generic scatterlist.h instead.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Dave Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | pci-dma.c | diff 8bf8a1d1c13c687eda599c827d713eb70764a79f Fri Mar 20 12:37:59 CDT 2015 Matthew Wilcox <willy@linux.intel.com> parisc: Eliminate sg_virt_addr() and private scatterlist.h
The only reason to keep parisc's private asm/scatterlist.h was that it had the macro sg_virt_addr(). Convert all callers to use something else (sometimes just sg->offset was enough, others should use sg_virt()), and we can just use the asm-generic scatterlist.h instead.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Dave Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
|