Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull arch/tile updates from Chris Metcalf: "These changes provide support for PCIe root complex and USB host mode for tilegx's on-chip I/Os. In addition, this pull provides the required underpinning for the on-chip networking support that was pulled into 3.5. The changes have all been through LKML (with several rounds for PCIe RC) and on linux-next." * git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: tile: updates to pci root complex from community feedback bounce: allow use of bounce pool via config option usb: add host support for the tilegx architecture arch/tile: provide kernel support for the tilegx USB shim tile pci: enable IOMMU to support DMA for legacy devices arch/tile: enable ZONE_DMA for tilegx tilegx pci: support I/O to arbitrarily-cached pages tile: remove unused header arch/tile: tilegx PCI root complex support arch/tile: provide kernel support for the tilegx TRIO shim arch/tile: break out the "csum a long" function to <asm/checksum.h> arch/tile: provide kernel support for the tilegx mPIPE shim arch/tile: common DMA code for the GXIO IORPC subsystem arch/tile: support MMIO-based readb/writeb etc. arch/tile: introduce GXIO IORPC framework for tilegx
Showing
- arch/tile/Kconfig 42 additions, 0 deletionsarch/tile/Kconfig
- arch/tile/Makefile 2 additions, 0 deletionsarch/tile/Makefile
- arch/tile/gxio/Kconfig 28 additions, 0 deletionsarch/tile/gxio/Kconfig
- arch/tile/gxio/Makefile 9 additions, 0 deletionsarch/tile/gxio/Makefile
- arch/tile/gxio/dma_queue.c 176 additions, 0 deletionsarch/tile/gxio/dma_queue.c
- arch/tile/gxio/iorpc_globals.c 89 additions, 0 deletionsarch/tile/gxio/iorpc_globals.c
- arch/tile/gxio/iorpc_mpipe.c 529 additions, 0 deletionsarch/tile/gxio/iorpc_mpipe.c
- arch/tile/gxio/iorpc_mpipe_info.c 85 additions, 0 deletionsarch/tile/gxio/iorpc_mpipe_info.c
- arch/tile/gxio/iorpc_trio.c 327 additions, 0 deletionsarch/tile/gxio/iorpc_trio.c
- arch/tile/gxio/iorpc_usb_host.c 99 additions, 0 deletionsarch/tile/gxio/iorpc_usb_host.c
- arch/tile/gxio/kiorpc.c 61 additions, 0 deletionsarch/tile/gxio/kiorpc.c
- arch/tile/gxio/mpipe.c 545 additions, 0 deletionsarch/tile/gxio/mpipe.c
- arch/tile/gxio/trio.c 49 additions, 0 deletionsarch/tile/gxio/trio.c
- arch/tile/gxio/usb_host.c 91 additions, 0 deletionsarch/tile/gxio/usb_host.c
- arch/tile/include/arch/mpipe.h 359 additions, 0 deletionsarch/tile/include/arch/mpipe.h
- arch/tile/include/arch/mpipe_constants.h 42 additions, 0 deletionsarch/tile/include/arch/mpipe_constants.h
- arch/tile/include/arch/mpipe_def.h 39 additions, 0 deletionsarch/tile/include/arch/mpipe_def.h
- arch/tile/include/arch/mpipe_shm.h 509 additions, 0 deletionsarch/tile/include/arch/mpipe_shm.h
- arch/tile/include/arch/mpipe_shm_def.h 23 additions, 0 deletionsarch/tile/include/arch/mpipe_shm_def.h
- arch/tile/include/arch/trio.h 72 additions, 0 deletionsarch/tile/include/arch/trio.h
Loading
Please register or sign in to comment