pmbus.c (9a64e8e0ace51b309fdcff4b4754b3649250382a) pmbus.c (a8bfeceb0c1400b9331c00f6969afa6cb82d5d4a)
1/*
2 * Hardware monitoring driver for PMBus devices
3 *
4 * Copyright (c) 2010, 2011 Ericsson AB.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 179 unchanged lines hidden (view full) ---

188 {"mdt040", 1},
189 {"ncp4200", 1},
190 {"ncp4208", 1},
191 {"pdt003", 1},
192 {"pdt006", 1},
193 {"pdt012", 1},
194 {"pmbus", 0},
195 {"tps40400", 1},
1/*
2 * Hardware monitoring driver for PMBus devices
3 *
4 * Copyright (c) 2010, 2011 Ericsson AB.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 179 unchanged lines hidden (view full) ---

188 {"mdt040", 1},
189 {"ncp4200", 1},
190 {"ncp4208", 1},
191 {"pdt003", 1},
192 {"pdt006", 1},
193 {"pdt012", 1},
194 {"pmbus", 0},
195 {"tps40400", 1},
196 {"tps40422", 2},
197 {"udt020", 1},
198 {}
199};
200
201MODULE_DEVICE_TABLE(i2c, pmbus_id);
202
203/* This is the driver that will be inserted */
204static struct i2c_driver pmbus_driver = {

--- 13 unchanged lines hidden ---
196 {"udt020", 1},
197 {}
198};
199
200MODULE_DEVICE_TABLE(i2c, pmbus_id);
201
202/* This is the driver that will be inserted */
203static struct i2c_driver pmbus_driver = {

--- 13 unchanged lines hidden ---