From: Thierry Reding Date: Mon, 11 Feb 2013 07:46:10 +0000 (+0100) Subject: ARM: 7648/1: pci: Allow passing per-controller private data X-Git-Tag: v3.9-rc1~143^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352af7d4dd90bac3640ad2383e4e9f332d3a4537;p=pandora-kernel.git ARM: 7648/1: pci: Allow passing per-controller private data In order to allow drivers to specify private data for each controller, this commit adds a private_data field to the struct hw_pci. This field is an array of nr_controllers pointers that will be used to initialize the private_data field of the corresponding controller's pci_sys_data structure. Signed-off-by: Thierry Reding Signed-off-by: Russell King --- Reading git-diff-tree failed