| commit | 6dcc19dfbc84b2ea5428711b7a47146b5b1788bb | [log] [tgz] |
|---|---|---|
| author | Jean Delvare <khali@linux-fr.org> | Mon Jun 12 21:53:02 2006 +0200 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jun 22 11:10:35 2006 -0700 |
| tree | f4f9edfc5c66a7ef586e941172c47f2482aa4508 | |
| parent | 455f332323a17446fb66ea7b2f65f2751f1a3f06 [diff] |
[PATCH] i2c-i801: Better pci subsystem integration
i2c-i801: Better pci subsystem integration
Integrate the i2c-i801 driver better with the pci subsystem, by
calling pci_{enable,disable}_device and requesting the I/O region
by BAR rather than direct configuration space access.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>