commit | 352af7d4dd90bac3640ad2383e4e9f332d3a4537 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@avionic-design.de> | Mon Feb 11 08:46:10 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Feb 16 17:54:25 2013 +0000 |
tree | f324bc26229909f82df0a7f324f998d5da65a9bf | |
parent | 276fd3c5f8a21f9d7d398383b818d5d0ac81db23 [diff] |
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 <thierry.reding@avionic-design.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>