> Duplicate drivers for the same hardware is not acceptable. > > I see that so far only pwm and fan control is implemented in the hwmon driver. > There is no public documentation for NCT6694, so it is difficult to evaluate the > chip's capabilities. The summary doesn't even mention fan speed readings, meaning > pretty much everything is guesswork. > > Either case, I do see that you also implemented a pwm driver which _does_ > duplicate hwmon functionality. Sorry, that is a no-go. Again, we can not have > multiple drivers controlling the same hardware. A pwm controller implemented > in a hwmon device is supposed to be limited to fan control. It looks like > the pwm controller implemented in the NCT6694 is a generic pwm controller. > It is not appropriate to have a hwmon driver for such a pwm controller. > > Guenter > I understand, I'll drop the pwm controller driver in the next patch, and implement only the fan control functionality in HWMON driver. These functionalities are actually implemented by NCT6694 firmware, which supports up to 16 voltage sensors, 26 temperature sensors, 10 PWM controllers and 10 tachometers. Do you think implementing these functionalities in the HWMON driver complies with regulations? If the answer is yes, I will drop the IIO and PWM driver and implement everything in the HWMON driver in the next patch. Thanks, Ming