Andres Salomon de8255ccd2 i2c: Convert SCx200 driver from using raw PCI to platform device
The SCx200 ACB driver supports ISA hardware as well as PCI.  The PCI
hardware is CS5535/CS5536 based, and the device that it grabs is handled by
the cs5535-mfd driver. This converts the SCx200 driver to use a
platform_driver rather than the previous PCI hackery.

The driver used to manually track the iface list (via linked list); now it
only does this for ISA devices.  PCI ifaces are handled through standard
driver model lists.

It's unclear what happens in case of errors in the old ISA code; rather than
pretending the code actually cares, I've dropped the (implicit) ignorance
of return values and marked it with a comment.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2011-01-14 12:38:15 +01:00
..
2009-06-16 22:42:16 +01:00
2011-01-10 22:11:22 +01:00
2008-01-27 18:14:45 +01:00
2011-01-04 00:53:37 +00:00
2011-01-04 00:53:37 +00:00
2009-04-07 10:23:34 +01:00
2010-04-20 01:17:13 +01:00
2010-10-24 18:16:59 +02:00
2011-01-04 01:08:36 +00:00
2011-01-04 01:08:36 +00:00