linux/arch/powerpc/platforms/celleb
Ishizaki Kou 8388374f1c [POWERPC] Celleb: bug fix caused by not casting pointer types
This fixes a bug caused by changes of pointer type in
commit f1fda89522.

hose->cfg_addr type is "volatile unsigned int __iomem *", so
"hose->cfg_addr + X" will not make an intended address.

This patch also adds comments for usage of cfg_addr and cfg_data in
pci_controller structure.  We use them in irregular way, and the
original code is short of explanations about them.

Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-03-08 04:09:33 +11:00
..
Makefile [POWERPC] celleb: fix scc_uhc.c dependency 2007-02-16 14:00:20 +11:00
beat.c [POWERPC] Celleb: basic support 2007-02-07 14:03:21 +11:00
beat.h [POWERPC] Celleb: basic support 2007-02-07 14:03:21 +11:00
beat_syscall.h [POWERPC] Celleb: hypervisor call numbers 2007-01-24 21:13:59 +11:00
beat_wrapper.h [POWERPC] Celleb: interfaces to the hypervisor 2007-02-07 14:03:21 +11:00
htab.c [POWERPC] Celleb: improve MMU hashtable locking 2007-02-13 15:35:51 +11:00
hvCall.S [POWERPC] Celleb: interfaces to the hypervisor 2007-02-07 14:03:21 +11:00
interrupt.c [POWERPC] Celleb: support interrupts 2007-02-07 14:03:21 +11:00
interrupt.h [POWERPC] Celleb: support interrupts 2007-02-07 14:03:21 +11:00
iommu.c [POWERPC] Celleb: support iommu 2007-02-07 14:03:21 +11:00
pci.c [PATCH] powerpc: celleb trivial endianness and iomem annotations 2007-02-09 09:14:08 -08:00
pci.h [POWERPC] Celleb: Support PCI bus and base of I/O 2007-01-24 21:35:45 +11:00
scc.h [POWERPC] Celleb: Cell SCC definitions 2007-01-24 21:35:32 +11:00
scc_epci.c [POWERPC] Celleb: bug fix caused by not casting pointer types 2007-03-08 04:09:33 +11:00
scc_sio.c [POWERPC] Celleb: setup sio in SCC 2007-01-24 21:36:02 +11:00
scc_uhc.c [POWERPC] Celleb: setup usb host controller in SCC 2007-02-07 14:03:21 +11:00
setup.c [POWERPC] celleb: fix CONFIG_KEXEC dependency 2007-02-16 14:00:20 +11:00
smp.c [POWERPC] Celleb: basic support 2007-02-07 14:03:21 +11:00
spu_priv1.c [POWERPC] Celleb: support spu priv1 ops 2007-02-07 14:03:21 +11:00
udbg_beat.c [POWERPC] Celleb: support udbg 2007-02-07 14:03:21 +11:00