An error occurred fetching the project authors.
- 13 May, 2012 1 commit
-
-
David S. Miller authored
These were used on sun4c during floppy data transfers since on that chip we had to lock the cpu mappings into the TLB because we cannot take a TLB miss during the assembler floppy interrupt handler that does the data transfer. That is no longer necessary since we've removed sun4c support, thus this stuff can disappear completely. Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 24 Jul, 2010 1 commit
-
-
Grant Likely authored
of_device is just a #define alias to platform_device. This patch replaces all references to it with platform_device. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca> Acked-by:
David S. Miller <davem@davemloft.net>
-
- 12 Dec, 2008 1 commit
-
-
Robert Reif authored
Use sparc64 version of scatterlist.h. There are three main differences: dma_addr_t replaces __u32 dma_address replaces dvma_address dma_length replaces dvma_length dma_addr_t is a u32 on sparc32. Boot tested on sparc32. Signed-off-by:
Robert Reif <reif@earthlink.net> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 29 Aug, 2008 7 commits
-
-
David S. Miller authored
In order to make this week I also had to add an include of linux/dma-mapping.h to asm/pci_32.h because drivers/pci/pci.c really depends upon getting this header somehow. Signed-off-by:
David S. Miller <davem@davemloft.net>
-
David S. Miller authored
Unused. Signed-off-by:
David S. Miller <davem@davemloft.net>
-
David S. Miller authored
The individual SBUS IOMMU arch code now sets the IOMMU information directly into the OF device objects. Signed-off-by:
David S. Miller <davem@davemloft.net>
-
David S. Miller authored
This lets us kill this "map it in every IOMMU" crazy code, and also some of the final references to sbus_root. Signed-off-by:
David S. Miller <davem@davemloft.net>
-
David S. Miller authored
No longer used. Signed-off-by:
David S. Miller <davem@davemloft.net>
-
David S. Miller authored
Signed-off-by:
David S. Miller <davem@davemloft.net>
-
David S. Miller authored
And stick the iommu archdata pointer into the generic OF device tree of_device struct as well. We still have to pass the sbus_bus object down into the routines so that the SBUS bus objects get the iommu cookies set properly. After drivers get converted to being pure OF drivers, that can go away. Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 20 May, 2008 1 commit
-
-
Adrian Bunk authored
This patch removes the CVS keywords that weren't updated for a long time from comments. Signed-off-by:
Adrian Bunk <bunk@kernel.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 27 Oct, 2007 1 commit
-
-
David S. Miller authored
Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 22 Oct, 2007 1 commit
-
-
Jens Axboe authored
Signed-off-by:
Jens Axboe <jens.axboe@oracle.com>
-
- 16 Oct, 2007 1 commit
-
-
Jens Axboe authored
This updates the sparc iommu/pci dma mappers to sg chaining. Acked-by:
David S. Miller <davem@davemloft.net> Signed-off-by:
Jens Axboe <jens.axboe@oracle.com>
-
- 10 Aug, 2007 1 commit
-
-
Robert Reif authored
Signed-off-by:
Robert Reif <reif@earthlink.net> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 10 Dec, 2006 2 commits
-
-
David S. Miller authored
Signed-off-by:
David S. Miller <davem@davemloft.net>
-
Yan Burman authored
Replace kmalloc+memset with kzalloc Signed-off-by:
Yan Burman <burman.yan@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 21 Jul, 2006 1 commit
-
-
Raymond Burns authored
Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 30 Jun, 2006 1 commit
-
-
Jörn Engel authored
Signed-off-by:
Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by:
Adrian Bunk <bunk@stusta.de>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-