public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0001] DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave drivers
@ 2012-02-29 13:58 Renata Sayakhova
  2012-02-29 13:58 ` [PATCH] " Renata Sayakhova
  0 siblings, 1 reply; 4+ messages in thread
From: Renata Sayakhova @ 2012-02-29 13:58 UTC (permalink / raw)
  To: zbr; +Cc: linux-kernel, rsayakhova

FROM: Renata Sayakhova <renata@oktetlabs.ru>

Implementation of DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave drivers.

Renata Sayakhova (1):
  DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave drivers

 drivers/power/Kconfig          |   14 +
 drivers/power/Makefile         |    1 +
 drivers/power/ds2781_battery.c |  874 ++++++++++++++++++++++++++++++++++++++++
 drivers/w1/slaves/Kconfig      |   13 +
 drivers/w1/slaves/Makefile     |    1 +
 drivers/w1/slaves/w1_ds2781.c  |  201 +++++++++
 drivers/w1/slaves/w1_ds2781.h  |  136 +++++++
 drivers/w1/w1_family.h         |    1 +
 8 files changed, 1241 insertions(+), 0 deletions(-)
 create mode 100644 drivers/power/ds2781_battery.c
 create mode 100644 drivers/w1/slaves/w1_ds2781.c
 create mode 100644 drivers/w1/slaves/w1_ds2781.h

-- 
1.7.6.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-29 23:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 13:58 [PATCH 0001] DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave drivers Renata Sayakhova
2012-02-29 13:58 ` [PATCH] " Renata Sayakhova
2012-02-29 18:52   ` Evgeniy Polyakov
     [not found]     ` <CAO0_4pY_MXgx1gFRK9ino0P9RAO3e3E00PFCJvjpq2A-6Oz=1Q@mail.gmail.com>
2012-02-29 23:24       ` Evgeniy Polyakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox