]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iio: adc: max1363: Fix missing i2c_device_id for MAX1164x parts
authorFlorian Vaussard <florian.vaussard@gmail.com>
Tue, 21 Jun 2016 07:09:27 +0000 (09:09 +0200)
committerJonathan Cameron <jic23@kernel.org>
Mon, 27 Jun 2016 19:59:13 +0000 (20:59 +0100)
commitc48c7b2e470ede9bfae2bff3ab8ba1fe5e832f64
tree65eb26b3a97406a27c3bc684e10abfb7404a89fd
parent4d462b85e727d482e6fa95252b909f3fce6851e0
iio: adc: max1363: Fix missing i2c_device_id for MAX1164x parts

The driver supports MAX11644, MAX11645, MAX11646 and MAX11647 parts. But
the corresponding i2c_device_id are missing. Add them!

Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/max1363.c