i2c-sis630.c (b65b34895437915f411882dd40d704eb0863ffb0) | i2c-sis630.c (2178218027e4da0608219fae1d02e5c88f4e560d) |
---|---|
1/* 2 Copyright (c) 2002,2003 Alexander Malysh <amalysh@web.de> 3 4 This program is free software; you can redistribute it and/or modify 5 it under the terms of the GNU General Public License as published by 6 the Free Software Foundation; either version 2 of the License, or 7 (at your option) any later version. 8 --- 39 unchanged lines hidden (view full) --- 48#include <linux/kernel.h> 49#include <linux/module.h> 50#include <linux/delay.h> 51#include <linux/pci.h> 52#include <linux/ioport.h> 53#include <linux/init.h> 54#include <linux/i2c.h> 55#include <linux/acpi.h> | 1/* 2 Copyright (c) 2002,2003 Alexander Malysh <amalysh@web.de> 3 4 This program is free software; you can redistribute it and/or modify 5 it under the terms of the GNU General Public License as published by 6 the Free Software Foundation; either version 2 of the License, or 7 (at your option) any later version. 8 --- 39 unchanged lines hidden (view full) --- 48#include <linux/kernel.h> 49#include <linux/module.h> 50#include <linux/delay.h> 51#include <linux/pci.h> 52#include <linux/ioport.h> 53#include <linux/init.h> 54#include <linux/i2c.h> 55#include <linux/acpi.h> |
56#include <asm/io.h> | 56#include <linux/io.h> |
57 58/* SIS630 SMBus registers */ 59#define SMB_STS 0x80 /* status */ 60#define SMB_EN 0x81 /* status enable */ 61#define SMB_CNT 0x82 62#define SMBHOST_CNT 0x83 63#define SMB_ADDR 0x84 64#define SMB_CMD 0x85 --- 465 unchanged lines hidden --- | 57 58/* SIS630 SMBus registers */ 59#define SMB_STS 0x80 /* status */ 60#define SMB_EN 0x81 /* status enable */ 61#define SMB_CNT 0x82 62#define SMBHOST_CNT 0x83 63#define SMB_ADDR 0x84 64#define SMB_CMD 0x85 --- 465 unchanged lines hidden --- |