Rename some variables from *ITE* to *ite* for consistency reasons (refs #4).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
/* #include <pc80/keyboard.h> */
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_ITE_it8661f_ops;
|
||||
extern struct chip_operations superio_ite_it8661f_ops;
|
||||
|
||||
struct superio_ITE_it8661f_config {
|
||||
struct superio_ite_it8661f_config {
|
||||
struct uart8250 com1, com2;
|
||||
/* struct pc_keyboard keyboard; */
|
||||
};
|
||||
|
@@ -25,7 +25,7 @@
|
||||
|
||||
static void init(device_t dev)
|
||||
{
|
||||
struct superio_ITE_it8661f_config *conf;
|
||||
struct superio_ite_it8661f_config *conf;
|
||||
struct resource *res0, *res1;
|
||||
|
||||
if (!dev->enabled) {
|
||||
@@ -72,7 +72,7 @@ static void enable_dev(struct device *dev)
|
||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||
}
|
||||
|
||||
struct chip_operations superio_ITE_it8661f_ops = {
|
||||
struct chip_operations superio_ite_it8661f_ops = {
|
||||
CHIP_NAME("ITE it8661f")
|
||||
.enable_dev = enable_dev,
|
||||
};
|
||||
|
@@ -22,9 +22,9 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_ITE_it8671f_ops;
|
||||
extern struct chip_operations superio_ite_it8671f_ops;
|
||||
|
||||
struct superio_ITE_it8671f_config {
|
||||
struct superio_ite_it8671f_config {
|
||||
struct uart8250 com1, com2;
|
||||
struct pc_keyboard keyboard;
|
||||
};
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
static void init(device_t dev)
|
||||
{
|
||||
struct superio_ITE_it8671f_config *conf;
|
||||
struct superio_ite_it8671f_config *conf;
|
||||
struct resource *res0, *res1;
|
||||
|
||||
if (!dev->enabled) {
|
||||
@@ -76,7 +76,7 @@ static void enable_dev(struct device *dev)
|
||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||
}
|
||||
|
||||
struct chip_operations superio_ITE_it8671f_ops = {
|
||||
struct chip_operations superio_ite_it8671f_ops = {
|
||||
CHIP_NAME("ITE it8671f")
|
||||
.enable_dev = enable_dev,
|
||||
};
|
||||
|
@@ -22,9 +22,9 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_ITE_it8673f_ops;
|
||||
extern struct chip_operations superio_ite_it8673f_ops;
|
||||
|
||||
struct superio_ITE_it8673f_config {
|
||||
struct superio_ite_it8673f_config {
|
||||
struct uart8250 com1, com2;
|
||||
struct pc_keyboard keyboard;
|
||||
};
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
static void init(device_t dev)
|
||||
{
|
||||
struct superio_ITE_it8673f_config *conf;
|
||||
struct superio_ite_it8673f_config *conf;
|
||||
struct resource *res0, *res1;
|
||||
|
||||
if (!dev->enabled) {
|
||||
@@ -78,7 +78,7 @@ static void enable_dev(struct device *dev)
|
||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||
}
|
||||
|
||||
struct chip_operations superio_ITE_it8673f_ops = {
|
||||
struct chip_operations superio_ite_it8673f_ops = {
|
||||
CHIP_NAME("ITE it8673f")
|
||||
.enable_dev = enable_dev,
|
||||
};
|
||||
|
@@ -23,9 +23,9 @@
|
||||
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_ITE_it8705f_ops;
|
||||
extern struct chip_operations superio_ite_it8705f_ops;
|
||||
|
||||
struct superio_ITE_it8705f_config {
|
||||
struct superio_ite_it8705f_config {
|
||||
struct uart8250 com1, com2;
|
||||
};
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
static void init(device_t dev)
|
||||
{
|
||||
struct superio_ITE_it8705f_config *conf;
|
||||
struct superio_ite_it8705f_config *conf;
|
||||
struct resource *res0, *res1;
|
||||
|
||||
if (!dev->enabled) {
|
||||
@@ -79,7 +79,7 @@ static void enable_dev(struct device *dev)
|
||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||
}
|
||||
|
||||
struct chip_operations superio_ITE_it8705f_ops = {
|
||||
struct chip_operations superio_ite_it8705f_ops = {
|
||||
CHIP_NAME("ITE it8705f")
|
||||
.enable_dev = enable_dev,
|
||||
};
|
||||
|
@@ -22,9 +22,9 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_ITE_it8712f_ops;
|
||||
extern struct chip_operations superio_ite_it8712f_ops;
|
||||
|
||||
struct superio_ITE_it8712f_config {
|
||||
struct superio_ite_it8712f_config {
|
||||
struct uart8250 com1, com2;
|
||||
struct pc_keyboard keyboard;
|
||||
};
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
static void init(device_t dev)
|
||||
{
|
||||
struct superio_ITE_it8712f_config *conf;
|
||||
struct superio_ite_it8712f_config *conf;
|
||||
struct resource *res0, *res1;
|
||||
|
||||
if (!dev->enabled) {
|
||||
@@ -84,7 +84,7 @@ static void enable_dev(struct device *dev)
|
||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||
}
|
||||
|
||||
struct chip_operations superio_ITE_it8712f_ops = {
|
||||
struct chip_operations superio_ite_it8712f_ops = {
|
||||
CHIP_NAME("ITE it8712f")
|
||||
.enable_dev = enable_dev,
|
||||
};
|
||||
|
@@ -22,9 +22,9 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_ITE_it8716f_ops;
|
||||
extern struct chip_operations superio_ite_it8716f_ops;
|
||||
|
||||
struct superio_ITE_it8716f_config {
|
||||
struct superio_ite_it8716f_config {
|
||||
struct uart8250 com1, com2;
|
||||
struct pc_keyboard keyboard;
|
||||
};
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
static void init(device_t dev)
|
||||
{
|
||||
struct superio_ITE_it8716f_config *conf;
|
||||
struct superio_ite_it8716f_config *conf;
|
||||
struct resource *res0, *res1;
|
||||
|
||||
if (!dev->enabled) {
|
||||
@@ -84,7 +84,7 @@ static void enable_dev(struct device *dev)
|
||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||
}
|
||||
|
||||
struct chip_operations superio_ITE_it8716f_ops = {
|
||||
struct chip_operations superio_ite_it8716f_ops = {
|
||||
CHIP_NAME("ITE it8716f")
|
||||
.enable_dev = enable_dev,
|
||||
};
|
||||
|
@@ -22,9 +22,9 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_ITE_it8718f_ops;
|
||||
extern struct chip_operations superio_ite_it8718f_ops;
|
||||
|
||||
struct superio_ITE_it8718f_config {
|
||||
struct superio_ite_it8718f_config {
|
||||
struct uart8250 com1, com2;
|
||||
struct pc_keyboard keyboard;
|
||||
};
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
static void init(device_t dev)
|
||||
{
|
||||
struct superio_ITE_it8718f_config *conf;
|
||||
struct superio_ite_it8718f_config *conf;
|
||||
struct resource *res0, *res1;
|
||||
|
||||
if (!dev->enabled) {
|
||||
@@ -80,7 +80,7 @@ static void enable_dev(struct device *dev)
|
||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||
}
|
||||
|
||||
struct chip_operations superio_ITE_it8718f_ops = {
|
||||
struct chip_operations superio_ite_it8718f_ops = {
|
||||
CHIP_NAME("ITE it8718f")
|
||||
.enable_dev = enable_dev,
|
||||
};
|
||||
|
Reference in New Issue
Block a user