[PATCH 13/15] powerpc: add a field for each specific bus to sturct pci_controller

Arnd Bergmann arnd at arndb.de
Wed Dec 13 07:00:10 EST 2006


On Tuesday 12 December 2006 05:06, Ishizaki Kou wrote:
> struct pci_controller doesn't prepare for the dependent data of each
> specific bus. This patch adds private member to struct pci_controller.
> 
> Signed-off-by: Kou Ishizaki <kou.ishizaki.co.jp>

Acked-by: Arnd Bergmann <arnd.bergmann at de.ibm.com>

... provided that we actually want "[PATCH 8/15] Supporting PCI bus 
and base of I/O", without which it is pointless.

Note that you should reorder the patches so that this one comes
before the other, and it would be good to mention the dependency
explicitly.

> ---
> 
> Index: linux-powerpc-git/include/asm-powerpc/pci-bridge.h
> diff -u linux-powerpc-git/include/asm-powerpc/pci-bridge.h:1.1.1.1 linux-powerpc-git/include/asm-powerpc/pci-bridge.h:1.2
> --- linux-powerpc-git/include/asm-powerpc/pci-bridge.h:1.1.1.1  Wed Dec  6 08:24:04 2006
> +++ linux-powerpc-git/include/asm-powerpc/pci-bridge.h  Fri Dec  8 14:01:27 2006
> @@ -53,6 +53,8 @@
>         unsigned long buid;
>         unsigned long dma_window_base_cur;
>         unsigned long dma_window_size;
> +
> +       void *private_data;
>  };



More information about the Linuxppc-dev mailing list