[PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC
From: lars@metafoo.de (Lars-Peter Clausen)
Date: 2017-01-15 12:23:34
Also in:
linux-iio, lkml
From: lars@metafoo.de (Lars-Peter Clausen)
Date: 2017-01-15 12:23:34
Also in:
linux-iio, lkml
On 12/13/2016 03:33 PM, Quentin Schulz wrote:
+ indio_dev->name = dev_name(&pdev->dev);
The name is supposed to be the type of the device, e.g. part name, not the name of parent device instance. This could e.g. come from a name field in the gpadc_data struct.