44 changed files with
23 additions and
44 deletions
|
|
|
|
@ -18,7 +18,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
|
|
|
|
|
#include "f71808a.h"
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include "f71859.h"
|
|
|
|
|
|
|
|
|
|
static void f71859_init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -17,8 +17,8 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
|
|
|
|
|
#include "f71863fg.h"
|
|
|
|
|
|
|
|
|
|
static void f71863fg_init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
|
|
|
|
|
#include "fintek_internal.h"
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,6 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "chip.h"
|
|
|
|
|
#include "f81216h.h"
|
|
|
|
|
|
|
|
|
|
@ -17,8 +17,8 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
|
|
|
|
|
#include "f81865f.h"
|
|
|
|
|
|
|
|
|
|
static void f81865f_init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -19,8 +19,8 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
|
|
|
|
|
#include "f81866d.h"
|
|
|
|
|
#include "fintek_internal.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,9 +17,9 @@
|
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <delay.h>
|
|
|
|
|
#include <stddef.h>
|
|
|
|
|
#include <superio/hwm5_conf.h>
|
|
|
|
|
|
|
|
|
|
#include "env_ctrl.h"
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,6 @@
|
|
|
|
|
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
#include "it8528e.h"
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <superio/ite/common/env_ctrl.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
#include "it8712f.h"
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/ite/common/env_ctrl.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -18,8 +18,8 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
#include "it8721f.h"
|
|
|
|
|
|
|
|
|
|
static void init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,6 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/ite/common/env_ctrl.h>
|
|
|
|
|
|
|
|
|
|
#include "chip.h"
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,6 @@
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <arch/io.h>
|
|
|
|
|
#include <delay.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <superio/hwm5_conf.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "pc87382.h"
|
|
|
|
|
|
|
|
|
|
static void init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "pc87384.h"
|
|
|
|
|
|
|
|
|
|
static struct device_operations ops = {
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "pc87392.h"
|
|
|
|
|
|
|
|
|
|
static void init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "pc87417.h"
|
|
|
|
|
|
|
|
|
|
static void init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "nct5104d.h"
|
|
|
|
|
#include "chip.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,6 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <pc80/mc146818rtc.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <arch/acpi.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
#include "nct6776.h"
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
#include "nct6779d.h"
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
#include "nct6791d.h"
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,6 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <option.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <arch/acpi.h>
|
|
|
|
|
#include <arch/acpigen.h>
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "wpcm450.h"
|
|
|
|
|
|
|
|
|
|
static void init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
|
|
|
|
|
void m3885_configure_multikey(void);
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,6 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "fdc37n972.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "kbc1100.h"
|
|
|
|
|
|
|
|
|
|
/* Forward declarations */
|
|
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "lpc47m10x.h"
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "lpc47m15x.h"
|
|
|
|
|
|
|
|
|
|
/* Forward declarations */
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
#include <arch/io.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "lpc47n207.h"
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "lpc47n217.h"
|
|
|
|
|
|
|
|
|
|
/* Forward declarations */
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,6 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "mec1308.h"
|
|
|
|
|
|
|
|
|
|
static void mec1308_init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "sio1036.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -13,10 +13,10 @@
|
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
|
|
|
|
|
#include "sio10n268.h"
|
|
|
|
|
|
|
|
|
|
static void init(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -35,7 +35,6 @@
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
/* The following Super I/O chips are currently supported by this driver: */
|
|
|
|
|
#define LPC47M172 0x14
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "w83627dhg.h"
|
|
|
|
|
|
|
|
|
|
static void w83627dhg_enable_UR2(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <pc80/mc146818rtc.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "w83627ehg.h"
|
|
|
|
|
|
|
|
|
|
static void enable_hwm_smbus(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <pc80/mc146818rtc.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "w83627hf.h"
|
|
|
|
|
|
|
|
|
|
static void enable_hwm_smbus(struct device *dev)
|
|
|
|
|
|
|
|
|
|
@ -18,8 +18,8 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
|
|
|
|
|
#include "w83627uhg.h"
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,6 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <pc80/mc146818rtc.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <arch/acpi.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
#include <device/pnp.h>
|
|
|
|
|
#include <superio/conf_mode.h>
|
|
|
|
|
#include <pc80/keyboard.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
#include "w83977tf.h"
|
|
|
|
|
|
|
|
|
|
static void w83977tf_init(struct device *dev)
|
|
|
|
|
|