Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267562
b: refs/heads/master
c: 2051f25
h: refs/heads/master
v: v3
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 6b8dd0b commit 0207e1b
Show file tree
Hide file tree
Showing 6 changed files with 1,063 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c5e6a3f76a4f55d403bb6d0359b16efa4289809
refs/heads/master: 2051f25d2a26573918b59d69847f5bf77635023e
21 changes: 21 additions & 0 deletions trunk/drivers/staging/iio/Documentation/sysfs-bus-iio-adc-ad7280a
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
What: /sys/bus/iio/devices/deviceX/inY-inZ_balance_switch_en
KernelVersion: 3.0.0
Contact: linux-iio@vger.kernel.org
Description:
Writing 1 enables the cell balance output switch corresponding
to input Y. Writing 0 disables it. If the inY-inZ_balance_timer
is set to a none zero value, the corresponding switch will
enable for the programmed amount of time, before it
automatically disables.

What: /sys/bus/iio/devices/deviceX/inY-inZ_balance_timer
KernelVersion: 3.0.0
Contact: linux-iio@vger.kernel.org
Description:
The inY-inZ_balance_timer file allows the user to program
individual times for each cell balance output. The AD7280A
allows the user to set the timer to a value from 0 minutes to
36.9 minutes. The resolution of the timer is 71.5 sec.
The value written is the on-time in milliseconds. When the
timer value is set 0, the timer is disabled. The cell balance
outputs are controlled only by inY-inZ_balance_switch_en.
10 changes: 10 additions & 0 deletions trunk/drivers/staging/iio/adc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,16 @@ config ADT7410
Say yes here to build support for Analog Devices ADT7410
temperature sensors.

config AD7280
tristate "Analog Devices AD7280A Lithium Ion Battery Monitoring System"
depends on SPI
help
Say yes here to build support for Analog Devices AD7280A
Lithium Ion Battery Monitoring System.

To compile this driver as a module, choose M here: the
module will be called ad7280a

config MAX1363
tristate "Maxim max1363 ADC driver"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/adc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ obj-$(CONFIG_AD7816) += ad7816.o
obj-$(CONFIG_ADT75) += adt75.o
obj-$(CONFIG_ADT7310) += adt7310.o
obj-$(CONFIG_ADT7410) += adt7410.o
obj-$(CONFIG_AD7280) += ad7280a.o
Loading

0 comments on commit 0207e1b

Please sign in to comment.