ir38064.c (0ee7f624263e6492b5e541c86b0fc716349da7bf) | ir38064.c (23c7df14f696dd64c691be34368c835cfac5017e) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Hardware monitoring driver for Infineon IR38064 4 * 5 * Copyright (c) 2017 Google Inc 6 * 7 * VOUT_MODE is not supported by the device. The driver fakes VOUT linear16 8 * mode with exponent value -8 as direct mode with m=256/b=0/R=0. --- 71 unchanged lines hidden (view full) --- 80 }, 81 .probe_new = ir38064_probe, 82 .id_table = ir38064_id, 83}; 84 85module_i2c_driver(ir38064_driver); 86 87MODULE_AUTHOR("Maxim Sloyko <maxims@google.com>"); | 1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Hardware monitoring driver for Infineon IR38064 4 * 5 * Copyright (c) 2017 Google Inc 6 * 7 * VOUT_MODE is not supported by the device. The driver fakes VOUT linear16 8 * mode with exponent value -8 as direct mode with m=256/b=0/R=0. --- 71 unchanged lines hidden (view full) --- 80 }, 81 .probe_new = ir38064_probe, 82 .id_table = ir38064_id, 83}; 84 85module_i2c_driver(ir38064_driver); 86 87MODULE_AUTHOR("Maxim Sloyko <maxims@google.com>"); |
88MODULE_DESCRIPTION("PMBus driver for Infineon IR38064 and comaptible chips"); | 88MODULE_DESCRIPTION("PMBus driver for Infineon IR38064 and compatible chips"); |
89MODULE_LICENSE("GPL"); 90MODULE_IMPORT_NS(PMBUS); | 89MODULE_LICENSE("GPL"); 90MODULE_IMPORT_NS(PMBUS); |