Re: [PATCH] hwmon: (ads1015) Make gain and datarate configurable

2011-03-21 Thread Jean Delvare
On Mon, 21 Mar 2011 11:37:45 +0100, Dirk Eibach wrote: > Configuration for ads1015 gain and datarate is possible via > devicetree or platform data. > > This is a followup patch to previous ads1015 patches on Jean Delvares > tree. > > Changes since v1: > - replaced exported_channels bitmask with a

[PATCH] hwmon: (ads1015) Make gain and datarate configurable

2011-03-21 Thread Dirk Eibach
Configuration for ads1015 gain and datarate is possible via devicetree or platform data. This is a followup patch to previous ads1015 patches on Jean Delvares tree. Changes since v1: - replaced exported_channels bitmask with an enable entry per channel - improved platform data example in Document

Re: [lm-sensors] [PATCH] hwmon: (ads1015) Make gain and datarate configurable

2011-03-16 Thread Guenter Roeck
Hi Dirk, On Wed, 2011-03-09 at 08:52 -0500, Dirk Eibach wrote: > Signed-off-by: Dirk Eibach > --- > .../devicetree/bindings/hwmon/ads1015.txt | 73 ++ > Documentation/devicetree/bindings/i2c/ads1015.txt | 29 -- > Documentation/hwmon/ads1015|

Re: [lm-sensors] [PATCH] hwmon: (ads1015) Make gain and datarate configurable

2011-03-16 Thread Guenter Roeck
Hi Dirk, On Wed, Mar 09, 2011 at 08:52:40AM -0500, Dirk Eibach wrote: > Signed-off-by: Dirk Eibach > --- > .../devicetree/bindings/hwmon/ads1015.txt | 73 ++ > Documentation/devicetree/bindings/i2c/ads1015.txt | 29 -- > Documentation/hwmon/ads1015

Re: [PATCH] hwmon: (ads1015) Make gain and datarate configurable

2011-03-12 Thread Grant Likely
On Wed, Mar 09, 2011 at 02:52:40PM +0100, Dirk Eibach wrote: > Signed-off-by: Dirk Eibach Hi Dirk, Patches need a description. Very seldom is the patch title sufficient, and usually only for trivial stuff. Tell us some details about what the patch does and what testing has been performed on it

RE: [lm-sensors] [PATCH] hwmon: (ads1015) Make gain and datarate configurable

2011-03-09 Thread Eibach, Dirk
> Hi Dirk, Hi Guenter, > ... > > +Each channel can be configured indvidually: > > + - pga ist the programmable gain amplifier > > +0: FS = +/- 6.144 V > > +1: FS = +/- 4.096 V > > +2: FS = +/- 2.048 V (default) > > +3: FS = +/- 1.024 V > > +4: FS = +/- 0.512 V > > +5: FS

[PATCH] hwmon: (ads1015) Make gain and datarate configurable

2011-03-09 Thread Dirk Eibach
Signed-off-by: Dirk Eibach --- .../devicetree/bindings/hwmon/ads1015.txt | 73 ++ Documentation/devicetree/bindings/i2c/ads1015.txt | 29 -- Documentation/hwmon/ads1015| 48 +++--- drivers/hwmon/ads1015.c| 10