linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] bq24022: Add support for bq2407x family
@ 2011-08-29 15:55 Heiko Stübner
  2011-08-29 15:56 ` [PATCH v2 1/4] bq24022: Evaluate returns of gpio_direction_output-calls Heiko Stübner
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Heiko Stübner @ 2011-08-29 15:55 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-pm, Philipp Zabel

The bq2407x family is quite similar to the bq24022 charger.
As suggested by MyungJoo Ham it should be possible to implement
support for it inside the bq24022 driver instead of adding a new one.

The first three patches fix small things Mark Brown identified in my
submission of a separate bq2407x driver that also exist in the bq24022
while the fourth implements the bq2407x specifics.

This second version fixes some glitches found by Mark Brown and introduces
the new second patch fixing the other dev_dbg invocations where dev_err
would be appropriate.

Heiko Stuebner (4):
  bq24022: Evaluate returns of gpio_direction_output-calls
  bq24022: Use dev_err instead of dev_dbg for error messages to make
    them visible
  bq24022: Keep track of gpio states
  bq24022: Add support for the bq2407x family

 drivers/regulator/Kconfig         |    7 +-
 drivers/regulator/bq24022.c       |  144 
++++++++++++++++++++++++++++++-------
 include/linux/regulator/bq24022.h |    7 ++
 3 files changed, 128 insertions(+), 30 deletions(-)

-- 
1.7.2.3

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

end of thread, other threads:[~2011-08-30 10:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 15:55 [PATCH v2 0/4] bq24022: Add support for bq2407x family Heiko Stübner
2011-08-29 15:56 ` [PATCH v2 1/4] bq24022: Evaluate returns of gpio_direction_output-calls Heiko Stübner
2011-08-30 10:39   ` Mark Brown
2011-08-29 15:57 ` [PATCH 2/4] bq24022: Use dev_err instead of dev_dbg for error messages Heiko Stübner
2011-08-30 10:40   ` Mark Brown
2011-08-29 15:58 ` [PATCH 3/4] bq24022: Keep track of gpio states Heiko Stübner
2011-08-29 15:59 ` [PATCH v2 4/4] bq24022: Add support for the bq2407x family Heiko Stübner
2011-08-30 10:52   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).