From: Jaccon Bastiaansen Date: Thu, 17 May 2012 07:11:42 +0000 (+0000) Subject: CS89x0 : Use ioread16/iowrite16 on all platforms X-Git-Tag: v3.5-rc1~191^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09dcd604aea065b121c635e40baf4ed2ce60e3f0;p=pandora-kernel.git CS89x0 : Use ioread16/iowrite16 on all platforms The use of the inw/outw functions by the cs89x0 platform driver results in NULL pointer references on ARM platforms and platforms that do not provide ISA-style programmed I/O accessors. Using inw/outw also accesses the wrong address space on platforms that have a PCI I/O space that is not identity-mapped into the physical address space. Signed-off-by: Jaccon Bastiaansen Signed-off-by: David S. Miller --- Reading git-diff-tree failed