Re: [PATCH 1/2] hwmon: adc128d818: Implement chip mode selection

2016-12-22 Thread Guenter Roeck
On Thu, Dec 22, 2016 at 02:02:54PM +0100, Alexander Koch wrote: > On Tue, Mar 29, 2016 at 21:53, Guenter Roeck wrote: > > On Tue, Mar 29, 2016 at 09:03:38PM +0200, Alexander Koch wrote: > >> The ADC128D818 offers four operation modes (see datasheet sec. 8.4.1) > >> which vary in the number of

Re: [PATCH 1/2] hwmon: adc128d818: Implement chip mode selection

2016-12-22 Thread Guenter Roeck
On Thu, Dec 22, 2016 at 02:02:54PM +0100, Alexander Koch wrote: > On Tue, Mar 29, 2016 at 21:53, Guenter Roeck wrote: > > On Tue, Mar 29, 2016 at 09:03:38PM +0200, Alexander Koch wrote: > >> The ADC128D818 offers four operation modes (see datasheet sec. 8.4.1) > >> which vary in the number of

Re: [PATCH 1/2] hwmon: adc128d818: Implement chip mode selection

2016-12-22 Thread Alexander Koch
On Tue, Mar 29, 2016 at 21:53, Guenter Roeck wrote: > On Tue, Mar 29, 2016 at 09:03:38PM +0200, Alexander Koch wrote: >> The ADC128D818 offers four operation modes (see datasheet sec. 8.4.1) >> which vary in the number of available input signals and their types >> (differential vs. absolute). >>

Re: [PATCH 1/2] hwmon: adc128d818: Implement chip mode selection

2016-12-22 Thread Alexander Koch
On Tue, Mar 29, 2016 at 21:53, Guenter Roeck wrote: > On Tue, Mar 29, 2016 at 09:03:38PM +0200, Alexander Koch wrote: >> The ADC128D818 offers four operation modes (see datasheet sec. 8.4.1) >> which vary in the number of available input signals and their types >> (differential vs. absolute). >>

Re: [PATCH 1/2] hwmon: adc128d818: Implement chip mode selection

2016-03-29 Thread Guenter Roeck
On Tue, Mar 29, 2016 at 09:03:38PM +0200, Alexander Koch wrote: > The ADC128D818 offers four operation modes (see datasheet sec. 8.4.1) > which vary in the number of available input signals and their types > (differential vs. absolute). > > The current version of this driver only implements mode

Re: [PATCH 1/2] hwmon: adc128d818: Implement chip mode selection

2016-03-29 Thread Guenter Roeck
On Tue, Mar 29, 2016 at 09:03:38PM +0200, Alexander Koch wrote: > The ADC128D818 offers four operation modes (see datasheet sec. 8.4.1) > which vary in the number of available input signals and their types > (differential vs. absolute). > > The current version of this driver only implements mode

[PATCH 1/2] hwmon: adc128d818: Implement chip mode selection

2016-03-29 Thread Alexander Koch
The ADC128D818 offers four operation modes (see datasheet sec. 8.4.1) which vary in the number of available input signals and their types (differential vs. absolute). The current version of this driver only implements mode 0, this patch prepares implementation of the others. * Introduce device

[PATCH 1/2] hwmon: adc128d818: Implement chip mode selection

2016-03-29 Thread Alexander Koch
The ADC128D818 offers four operation modes (see datasheet sec. 8.4.1) which vary in the number of available input signals and their types (differential vs. absolute). The current version of this driver only implements mode 0, this patch prepares implementation of the others. * Introduce device