Skip to content

Commit

Permalink
[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11
Browse files Browse the repository at this point in the history
We should use the i2c_driver.driver's .name and .owner fields
instead of the i2c_driver's ones.

This patch updates the hwmon drivers.

Signed-off-by: Laurent Riffard <[email protected]>
Signed-off-by: Jean Delvare <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Laurent Riffard authored and gregkh committed Jan 6, 2006
1 parent a9718b0 commit cdaf793
Show file tree
Hide file tree
Showing 35 changed files with 166 additions and 86 deletions.
6 changes: 4 additions & 2 deletions drivers/hwmon/adm1021.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@ static int read_only;

/* This is the driver that will be inserted */
static struct i2c_driver adm1021_driver = {
.owner = THIS_MODULE,
.name = "adm1021",
.driver = {
.owner = THIS_MODULE,
.name = "adm1021",
},
.id = I2C_DRIVERID_ADM1021,
.attach_adapter = adm1021_attach_adapter,
.detach_client = adm1021_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/adm1025.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ static struct adm1025_data *adm1025_update_device(struct device *dev);
*/

static struct i2c_driver adm1025_driver = {
.owner = THIS_MODULE,
.name = "adm1025",
.driver = {
.owner = THIS_MODULE,
.name = "adm1025",
},
.id = I2C_DRIVERID_ADM1025,
.attach_adapter = adm1025_attach_adapter,
.detach_client = adm1025_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/adm1026.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,10 @@ static void adm1026_init_client(struct i2c_client *client);


static struct i2c_driver adm1026_driver = {
.owner = THIS_MODULE,
.name = "adm1026",
.driver = {
.owner = THIS_MODULE,
.name = "adm1026",
},
.attach_adapter = adm1026_attach_adapter,
.detach_client = adm1026_detach_client,
};
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/adm1031.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ static struct adm1031_data *adm1031_update_device(struct device *dev);

/* This is the driver that will be inserted */
static struct i2c_driver adm1031_driver = {
.owner = THIS_MODULE,
.name = "adm1031",
.driver = {
.owner = THIS_MODULE,
.name = "adm1031",
},
.attach_adapter = adm1031_attach_adapter,
.detach_client = adm1031_detach_client,
};
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/adm9240.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@ static struct adm9240_data *adm9240_update_device(struct device *dev);

/* driver data */
static struct i2c_driver adm9240_driver = {
.owner = THIS_MODULE,
.name = "adm9240",
.driver = {
.owner = THIS_MODULE,
.name = "adm9240",
},
.id = I2C_DRIVERID_ADM9240,
.attach_adapter = adm9240_attach_adapter,
.detach_client = adm9240_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/asb100.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,10 @@ static struct asb100_data *asb100_update_device(struct device *dev);
static void asb100_init_client(struct i2c_client *client);

static struct i2c_driver asb100_driver = {
.owner = THIS_MODULE,
.name = "asb100",
.driver = {
.owner = THIS_MODULE,
.name = "asb100",
},
.id = I2C_DRIVERID_ASB100,
.attach_adapter = asb100_attach_adapter,
.detach_client = asb100_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/atxp1.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ static struct atxp1_data * atxp1_update_device(struct device *dev);
static int atxp1_detect(struct i2c_adapter *adapter, int address, int kind);

static struct i2c_driver atxp1_driver = {
.owner = THIS_MODULE,
.name = "atxp1",
.driver = {
.owner = THIS_MODULE,
.name = "atxp1",
},
.attach_adapter = atxp1_attach_adapter,
.detach_client = atxp1_detach_client,
};
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/ds1621.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ static struct ds1621_data *ds1621_update_client(struct device *dev);

/* This is the driver that will be inserted */
static struct i2c_driver ds1621_driver = {
.owner = THIS_MODULE,
.name = "ds1621",
.driver = {
.owner = THIS_MODULE,
.name = "ds1621",
},
.id = I2C_DRIVERID_DS1621,
.attach_adapter = ds1621_attach_adapter,
.detach_client = ds1621_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/fscher.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ static int fscher_write_value(struct i2c_client *client, u8 reg, u8 value);
*/

static struct i2c_driver fscher_driver = {
.owner = THIS_MODULE,
.name = "fscher",
.driver = {
.owner = THIS_MODULE,
.name = "fscher",
},
.id = I2C_DRIVERID_FSCHER,
.attach_adapter = fscher_attach_adapter,
.detach_client = fscher_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/fscpos.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ static void reset_fan_alarm(struct i2c_client *client, int nr);
* Driver data (common to all clients)
*/
static struct i2c_driver fscpos_driver = {
.owner = THIS_MODULE,
.name = "fscpos",
.driver = {
.owner = THIS_MODULE,
.name = "fscpos",
},
.id = I2C_DRIVERID_FSCPOS,
.attach_adapter = fscpos_attach_adapter,
.detach_client = fscpos_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/gl518sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,10 @@ static struct gl518_data *gl518_update_device(struct device *dev);

/* This is the driver that will be inserted */
static struct i2c_driver gl518_driver = {
.owner = THIS_MODULE,
.name = "gl518sm",
.driver = {
.owner = THIS_MODULE,
.name = "gl518sm",
},
.id = I2C_DRIVERID_GL518,
.attach_adapter = gl518_attach_adapter,
.detach_client = gl518_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/gl520sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ static struct gl520_data *gl520_update_device(struct device *dev);

/* Driver data */
static struct i2c_driver gl520_driver = {
.owner = THIS_MODULE,
.name = "gl520sm",
.driver = {
.owner = THIS_MODULE,
.name = "gl520sm",
},
.id = I2C_DRIVERID_GL520,
.attach_adapter = gl520_attach_adapter,
.detach_client = gl520_detach_client,
Expand Down
15 changes: 10 additions & 5 deletions drivers/hwmon/it87.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,16 +234,20 @@ static void it87_init_client(struct i2c_client *client, struct it87_data *data);


static struct i2c_driver it87_driver = {
.owner = THIS_MODULE,
.name = "it87",
.driver = {
.owner = THIS_MODULE,
.name = "it87",
},
.id = I2C_DRIVERID_IT87,
.attach_adapter = it87_attach_adapter,
.detach_client = it87_detach_client,
};

static struct i2c_driver it87_isa_driver = {
.owner = THIS_MODULE,
.name = "it87-isa",
.driver = {
.owner = THIS_MODULE,
.name = "it87-isa",
},
.attach_adapter = it87_isa_attach_adapter,
.detach_client = it87_detach_client,
};
Expand Down Expand Up @@ -760,7 +764,8 @@ static int it87_detect(struct i2c_adapter *adapter, int address, int kind)

/* Reserve the ISA region */
if (is_isa)
if (!request_region(address, IT87_EXTENT, it87_isa_driver.name))
if (!request_region(address, IT87_EXTENT,
it87_isa_driver.driver.name))
goto ERROR0;

/* For now, we presume we have a valid client. We create the
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/lm63.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ static void lm63_init_client(struct i2c_client *client);
*/

static struct i2c_driver lm63_driver = {
.owner = THIS_MODULE,
.name = "lm63",
.driver = {
.owner = THIS_MODULE,
.name = "lm63",
},
.attach_adapter = lm63_attach_adapter,
.detach_client = lm63_detach_client,
};
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/lm75.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ static struct lm75_data *lm75_update_device(struct device *dev);

/* This is the driver that will be inserted */
static struct i2c_driver lm75_driver = {
.owner = THIS_MODULE,
.name = "lm75",
.driver = {
.owner = THIS_MODULE,
.name = "lm75",
},
.id = I2C_DRIVERID_LM75,
.attach_adapter = lm75_attach_adapter,
.detach_client = lm75_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/lm77.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ static struct lm77_data *lm77_update_device(struct device *dev);

/* This is the driver that will be inserted */
static struct i2c_driver lm77_driver = {
.owner = THIS_MODULE,
.name = "lm77",
.driver = {
.owner = THIS_MODULE,
.name = "lm77",
},
.attach_adapter = lm77_attach_adapter,
.detach_client = lm77_detach_client,
};
Expand Down
14 changes: 9 additions & 5 deletions drivers/hwmon/lm78.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,20 @@ static void lm78_init_client(struct i2c_client *client);


static struct i2c_driver lm78_driver = {
.owner = THIS_MODULE,
.name = "lm78",
.driver = {
.owner = THIS_MODULE,
.name = "lm78",
},
.id = I2C_DRIVERID_LM78,
.attach_adapter = lm78_attach_adapter,
.detach_client = lm78_detach_client,
};

static struct i2c_driver lm78_isa_driver = {
.owner = THIS_MODULE,
.name = "lm78-isa",
.driver = {
.owner = THIS_MODULE,
.name = "lm78-isa",
},
.attach_adapter = lm78_isa_attach_adapter,
.detach_client = lm78_detach_client,
};
Expand Down Expand Up @@ -496,7 +500,7 @@ static int lm78_detect(struct i2c_adapter *adapter, int address, int kind)
/* Reserve the ISA region */
if (is_isa)
if (!request_region(address, LM78_EXTENT,
lm78_isa_driver.name)) {
lm78_isa_driver.driver.name)) {
err = -EBUSY;
goto ERROR0;
}
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/lm80.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,10 @@ static int lm80_write_value(struct i2c_client *client, u8 reg, u8 value);
*/

static struct i2c_driver lm80_driver = {
.owner = THIS_MODULE,
.name = "lm80",
.driver = {
.owner = THIS_MODULE,
.name = "lm80",
},
.id = I2C_DRIVERID_LM80,
.attach_adapter = lm80_attach_adapter,
.detach_client = lm80_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/lm83.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ static struct lm83_data *lm83_update_device(struct device *dev);
*/

static struct i2c_driver lm83_driver = {
.owner = THIS_MODULE,
.name = "lm83",
.driver = {
.owner = THIS_MODULE,
.name = "lm83",
},
.id = I2C_DRIVERID_LM83,
.attach_adapter = lm83_attach_adapter,
.detach_client = lm83_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/lm85.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,10 @@ static void lm85_init_client(struct i2c_client *client);


static struct i2c_driver lm85_driver = {
.owner = THIS_MODULE,
.name = "lm85",
.driver = {
.owner = THIS_MODULE,
.name = "lm85",
},
.id = I2C_DRIVERID_LM85,
.attach_adapter = lm85_attach_adapter,
.detach_client = lm85_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/lm87.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,10 @@ static struct lm87_data *lm87_update_device(struct device *dev);
*/

static struct i2c_driver lm87_driver = {
.owner = THIS_MODULE,
.name = "lm87",
.driver = {
.owner = THIS_MODULE,
.name = "lm87",
},
.id = I2C_DRIVERID_LM87,
.attach_adapter = lm87_attach_adapter,
.detach_client = lm87_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/lm90.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,10 @@ static struct lm90_data *lm90_update_device(struct device *dev);
*/

static struct i2c_driver lm90_driver = {
.owner = THIS_MODULE,
.name = "lm90",
.driver = {
.owner = THIS_MODULE,
.name = "lm90",
},
.id = I2C_DRIVERID_LM90,
.attach_adapter = lm90_attach_adapter,
.detach_client = lm90_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/lm92.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,10 @@ static int lm92_detach_client(struct i2c_client *client)
*/

static struct i2c_driver lm92_driver = {
.owner = THIS_MODULE,
.name = "lm92",
.driver = {
.owner = THIS_MODULE,
.name = "lm92",
},
.id = I2C_DRIVERID_LM92,
.attach_adapter = lm92_attach_adapter,
.detach_client = lm92_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions drivers/hwmon/max1619.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ static struct max1619_data *max1619_update_device(struct device *dev);
*/

static struct i2c_driver max1619_driver = {
.owner = THIS_MODULE,
.name = "max1619",
.driver = {
.owner = THIS_MODULE,
.name = "max1619",
},
.attach_adapter = max1619_attach_adapter,
.detach_client = max1619_detach_client,
};
Expand Down
8 changes: 5 additions & 3 deletions drivers/hwmon/pc87360.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,10 @@ static struct pc87360_data *pc87360_update_device(struct device *dev);
*/

static struct i2c_driver pc87360_driver = {
.owner = THIS_MODULE,
.name = "pc87360",
.driver = {
.owner = THIS_MODULE,
.name = "pc87360",
},
.attach_adapter = pc87360_detect,
.detach_client = pc87360_detach_client,
};
Expand Down Expand Up @@ -798,7 +800,7 @@ static int pc87360_detect(struct i2c_adapter *adapter)
for (i = 0; i < 3; i++) {
if (((data->address[i] = extra_isa[i]))
&& !request_region(extra_isa[i], PC87360_EXTENT,
pc87360_driver.name)) {
pc87360_driver.driver.name)) {
dev_err(&new_client->dev, "Region 0x%x-0x%x already "
"in use!\n", extra_isa[i],
extra_isa[i]+PC87360_EXTENT-1);
Expand Down
9 changes: 6 additions & 3 deletions drivers/hwmon/sis5595.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,10 @@ static struct sis5595_data *sis5595_update_device(struct device *dev);
static void sis5595_init_client(struct i2c_client *client);

static struct i2c_driver sis5595_driver = {
.owner = THIS_MODULE,
.name = "sis5595",
.driver = {
.owner = THIS_MODULE,
.name = "sis5595",
},
.attach_adapter = sis5595_detect,
.detach_client = sis5595_detach_client,
};
Expand Down Expand Up @@ -484,7 +486,8 @@ static int sis5595_detect(struct i2c_adapter *adapter)
if (force_addr)
address = force_addr & ~(SIS5595_EXTENT - 1);
/* Reserve the ISA region */
if (!request_region(address, SIS5595_EXTENT, sis5595_driver.name)) {
if (!request_region(address, SIS5595_EXTENT,
sis5595_driver.driver.name)) {
err = -EBUSY;
goto exit;
}
Expand Down
Loading

0 comments on commit cdaf793

Please sign in to comment.