WSL2-Linux-Kernel/arch/powerpc/platforms/ps3
Geoff Levand 6bb5cf1025 [POWERPC] PS3: System-bus rework
Rework the PS3 system bus to unify device support.
 - DMA region sizes must be a power of two
 - storage bus DMA updates:
  - Small fixes for the PS3 DMA core:
      o fix alignment bug
      o kill superfluous test
      o indentation
      o spelling
      o export ps3_dma_region_{create,free}()
  - ps3_dma_region_init():
      o Add `addr' and `len' parameters, so you can create a DMA region that
        does not cover all memory (use `NULL' and `0' to cover all memory).
	This is needed because there are not sufficient IOMMU resources to have
	all DMA regions cover all memory.
      o Uninline
  - Added remove and shutdown routines to all drivers.
  - Added loadable module support to all drivers.
  - Added HV calls for iopte management (needed by sound driver).

Signed-off-by: MOKUNO Masakazu <mokuno@sm.sony.co.jp>
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-06-28 19:16:38 +10:00
..
Kconfig [POWERPC] Split cell platforms into their respective Kconfig file 2007-03-22 10:05:00 -05:00
Makefile [POWERPC] PS3: Move system bus to platform directory 2007-02-07 14:03:19 +11:00
exports.c [POWERPC] ps3: add lv1 hvcalls 2006-12-04 20:40:44 +11:00
htab.c [POWERPC] PS3: Kexec support 2007-06-28 19:16:37 +10:00
hvcall.S [POWERPC] ps3: add lv1 hvcalls 2006-12-04 20:40:44 +11:00
interrupt.c [POWERPC] PS3: System-bus rework 2007-06-28 19:16:38 +10:00
mm.c [POWERPC] PS3: System-bus rework 2007-06-28 19:16:38 +10:00
os-area.c [POWERPC] PS3: Fix sparse warnings 2007-06-28 19:16:35 +10:00
platform.h [POWERPC] PS3: System-bus rework 2007-06-28 19:16:38 +10:00
repository.c [POWERPC] PS3: Move system bus to platform directory 2007-02-07 14:03:19 +11:00
setup.c [POWERPC] PS3: Kexec support 2007-06-28 19:16:37 +10:00
smp.c [POWERPC] PS3: Kexec support 2007-06-28 19:16:37 +10:00
spu.c [POWERPC] PS3: Map SPU regions as non-guarded 2007-06-28 19:16:34 +10:00
system-bus.c [POWERPC] PS3: System-bus rework 2007-06-28 19:16:38 +10:00
time.c [POWERPC] PS3: Use __maybe_unused 2007-06-28 19:16:33 +10:00