Initial support for Maxim MAX1236, MAX1237, MAX1238 and MAX1239 ADCs. Signed-off-by: Jonathan Cameron <jic23 at cam.ac.uk> --- The max123x chips are 4 / 12 input 12-bit ADCs. I'm not sure Hardware Monitoring is the correct place to put this in the kernel, but it seemed the most appropriate as you already have one straight ADC and the particular board I have with one of these on is using it for power monitoring. All comments / feedback welcomed as I am still fairly new to driver writing. Kconfig | 10 + Makefile | 1 max123x.c | 449 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 460 insertions(+) -- -------------- next part -------------- A non-text attachment was scrubbed... Name: max123x.patch Type: text/x-patch Size: 13864 bytes Desc: not available Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20080505/2d8840ff/attachment.bin