From: Dirk Brandewie Date: Tue, 9 Nov 2010 20:08:05 +0000 (-0800) Subject: ce4100: Add PCI register emulation for CE4100 X-Git-Tag: v2.6.38-rc1~482^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d8037f563e4a86ff8b02c994530989c7936427;p=pandora-kernel.git ce4100: Add PCI register emulation for CE4100 This patch provides access methods for PCI registers that mis-behave on the CE4100. Each register can be assigned a private init, read and write routine. The exception to this is the bridge device. The bridge device is the only device on bus zero (0) that requires any fixup so it is a special case. [ tglx: minor coding style cleanups, __init annotation and simplification of ce4100_conf_read/write ] Signed-off-by: Dirk Brandewie LKML-Reference: <40b6751381c2275dc359db5a17989cce22ad8db7.1289331834.git.dirk.brandewie@gmail.com> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed