1 Apr 2006 01:03
[PATCH 2.6] scx200_acb: Use PCI I/O resource when appropriate
Jordan Crouse <jordan.crouse <at> amd.com>
2006-03-31 23:03:09 GMT
2006-03-31 23:03:09 GMT
The CS5535 and CS5536 both define the I/O base for the SMBUS device in a PCI header. This patch uses that header for the I/O base rather then using the MSR backdoor. This patch isn't as urgent as the other one, so it can probably take the usual trip up through Greg's tree. -- Jordan Crouse Senior Linux Engineer AMD - Personal Connectivity Solutions Group <www.amd.com/embeddedprocessors>
[PATCH] scx200_acb: Use PCI I/O resource when appropriate From: Jordan Crouse <jordan.crouse <at> amd.com> On the CS5535 and CS5536, the I/O resource is allocated through PCI, so use that instead of using the MSR backdoor. Signed-off-by: Jordan Crouse <jordan.crouse <at> amd.com> --- drivers/i2c/busses/scx200_acb.c | 114 +++++++++++++++++++++++++++------------ 1 files changed, 78 insertions(+), 36 deletions(-) diff --git a/drivers/i2c/busses/scx200_acb.c b/drivers/i2c/busses/scx200_acb.c index e7a2225..454492f 100644 --- a/drivers/i2c/busses/scx200_acb.c(Continue reading)
>
> I think you finally nailed it. Thank you so much!
No, thank _you_ for bringing it to my attention and testing :)
Cheers,
Con
RSS Feed