Re: [PATCH v3 3/7] iio:dac:ad5686: Add support for various number of channels

2018-04-15 Thread Jonathan Cameron
On Wed, 11 Apr 2018 14:52:31 +0300 Stefan Popa wrote: > This patch adds a new num_channels attribute as part of the > ad5686_chip_info struct which replaces the AD5686_DAC_CHANNELS define. This > is a necessary step, since this driver should support similar devices which

Re: [PATCH v3 3/7] iio:dac:ad5686: Add support for various number of channels

2018-04-15 Thread Jonathan Cameron
On Wed, 11 Apr 2018 14:52:31 +0300 Stefan Popa wrote: > This patch adds a new num_channels attribute as part of the > ad5686_chip_info struct which replaces the AD5686_DAC_CHANNELS define. This > is a necessary step, since this driver should support similar devices which > differ only in the

[PATCH v3 3/7] iio:dac:ad5686: Add support for various number of channels

2018-04-11 Thread Stefan Popa
This patch adds a new num_channels attribute as part of the ad5686_chip_info struct which replaces the AD5686_DAC_CHANNELS define. This is a necessary step, since this driver should support similar devices which differ only in the number of channels. Signed-off-by: Stefan Popa

[PATCH v3 3/7] iio:dac:ad5686: Add support for various number of channels

2018-04-11 Thread Stefan Popa
This patch adds a new num_channels attribute as part of the ad5686_chip_info struct which replaces the AD5686_DAC_CHANNELS define. This is a necessary step, since this driver should support similar devices which differ only in the number of channels. Signed-off-by: Stefan Popa --- Changes in v2: