Re: [PATCH V3 4/5] dt-bindings: iio: adc: Convert ad7124 documentation to YAML

2019-06-24 Thread Caprioru, Mircea
On Mon, 2019-06-24 at 07:50 -0600, Rob Herring wrote: > [External] > > > On Mon, Jun 24, 2019 at 2:09 AM Mircea Caprioru > wrote: > > > > Convert AD7124 bindings documentation to YAML format. > > > > Signed-off-by: Mircea Caprioru > > --- > > > > Changelog v2: > > - modified SPDX license to

Re: [PATCH 1/4] iio: adc: ad7124: Remove input number limitation

2019-06-20 Thread Caprioru, Mircea
On Thu, 2019-06-20 at 12:19 +0300, Mircea Caprioru wrote: > The driver limits the user to use only 4/8 differential inputs, but > this > device has the option to use pseudo-differential channels. This will > increase the number of channels to be equal with the number of inputs > so 8 > channels for

RE: [PATCH] iio: dac: ad5758: Modifications for new revision

2019-04-15 Thread Caprioru, Mircea
register to check the revision and do a V2. Just wondering if it is needed if there are no older revision chips in use. Thanks, Mircea -Original Message- From: Jonathan Cameron [mailto:ji...@kernel.org] Sent: Sunday, April 14, 2019 4:02 PM To: Caprioru, Mircea Cc: Hennerich, Michael ; P

RE: [PATCH] mux: adgs1408: use the correct SPDX license identifier

2018-08-20 Thread Caprioru, Mircea
eter Rosin [mailto:p...@axentia.se] Sent: Monday, August 20, 2018 1:38 PM To: linux-kernel@vger.kernel.org Cc: Peter Rosin ; Caprioru, Mircea Subject: [PATCH] mux: adgs1408: use the correct SPDX license identifier The file is GPL v2 only. Signed-off-by: Peter Rosin --- drivers/mux/adgs1408.c | 2

Re: [PATCH V2 1/2] mux: adgs1408: new driver for Analog Devices ADGS1408/1409 mux …

2018-07-19 Thread Caprioru, Mircea
On Wed, 2018-07-18 at 14:49 +0200, Peter Rosin wrote: > On 2018-07-17 15:42, Mircea Caprioru wrote: > > This patch adds basic support for Analog Device ADGS1408/09 SPI mux > > controller. > > > > The device is probed and set to a disabled state. It uses the new > > mux > > controller framework. >