linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anton Vorontsov <cbouatmailru@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	David Woodhouse <dwmw2@infradead.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] battery-2.6.git
Date: Tue, 31 Jul 2012 06:05:22 -0700	[thread overview]
Message-ID: <20120731130522.GA7287@lizard> (raw)

Hello Linus,

It's almost a normal pull request: a bunch of small fixes and assorted
enhancements, and as usual my gpg key is not signed, etc.

One thing makes it unusual, though: one of our patches added thermal
support for power supply class, but thermal/ subsystem changed under our
feet. We (well, Stephen, that is) caught the issue and it was decided[1]
that I'd just delay the battery pull request, and then will fix it up by
merging your tree back into mine at the specific commit. And I did
exactly that.

That's not all though: another[2] small fixup for thermal subsystem was
needed to get rid of a warning in power supply subsystem (the warning
was not drivers/power's "fault", the thermal registration function just
needed a proper const annotation, which is also done by a small commit
on top of the merge.

So, to sum this up:
- The 'master' branch of the battery tree was in -next for weeks,
  and was never rebased, altered etc;
- for-v3.6 tag contains the 'master' branch + merge + the warning fix.

Thanks!


[1] http://lkml.org/lkml/2012/6/19/23
[2] http://lkml.org/lkml/2012/6/18/28

The following changes since commit c56f5c0342dfee11a1a13d2f5bb7618de5b17590:

  Thermal: Make Thermal trip points writeable (2012-07-24 23:17:20 -0400)

are available in the git repository at:

  git://git.infradead.org/battery-2.6.git tags/for-v3.6

for you to fetch changes up to 4b1bf5871f7d59de6484cc887e205d6d2f1e6fbd:

  thermal: Constify 'type' argument for the registration routine (2012-07-31 05:45:37 -0700)

----------------------------------------------------------------
Anton Vorontsov (3):
      ds2781_battery: w1_ds2781_read() should be static
      Merge with upstream to accommodate with thermal changes
      thermal: Constify 'type' argument for the registration routine

Chanwoo Choi (3):
      charger-manager: Use EXTCON Subsystem to detect charger cables for charging
      charger-manager: Set current limit of regulator for over current protection
      charger-manager: Fix build break related to EXTCON

Dmitry Eremin-Solenikov (2):
      test_power: Add support for USB AC source
      test_power: Add VOLTAGE_NOW and BATTERY_TEMP properties

Jenny TC (1):
      power_supply: Register battery as a thermal zone

Kim, Milo (1):
      lp8727_charger: Move header file into platform_data directory

Mark Brown (1):
      pda_power: Complain if regulator operations fail

NeilBrown (3):
      twl4030_charger: Fix some typos
      twl4030_charger: Add backup-battery charging
      twl4030_charger: Allow charger to control the regulator that feeds it

Nikolaus Voss (1):
      sbs-battery: Don't trigger false supply_changed event

Pritesh Raithatha (1):
      gpio-charger: Use cansleep version of gpio_set_value

Ramakrishna Pallala (4):
      power_supply: Add constant charge_current and charge_voltage properties
      smb347-charger: Add constant charge and current properties
      max17042_battery: Support CHARGE_COUNTER power supply attribute
      power_supply: Add min/max alert properties for CAPACITY, TEMP, TEMP_AMBIENT

Richard A. Smith (2):
      olpc-battery: Add VOLTAGE_MAX_DESIGN property
      olpc-battery: update CHARGE_FULL_DESIGN property for BYD LiFe batteries

Saranya Gopal (1):
      bq27x00_battery: Add support for BQ27425 chip

Syed Rafiuddin (1):
      bq27x00_battery: Add support for power average and health properties

 Documentation/power/power_supply_class.txt |   10 ++
 drivers/mfd/twl-core.c                     |    9 +-
 drivers/power/Kconfig                      |    1 +
 drivers/power/bq27x00_battery.c            |  155 +++++++++++++++++++++++++---
 drivers/power/charger-manager.c            |  152 ++++++++++++++++++++++++---
 drivers/power/ds2781_battery.c             |    2 +-
 drivers/power/gpio-charger.c               |    2 +-
 drivers/power/lp8727_charger.c             |    2 +-
 drivers/power/max17042_battery.c           |    8 ++
 drivers/power/olpc_battery.c               |   62 ++++++++++-
 drivers/power/pda_power.c                  |    4 +-
 drivers/power/power_supply_core.c          |   65 ++++++++++++
 drivers/power/power_supply_sysfs.c         |    8 ++
 drivers/power/sbs-battery.c                |    2 +-
 drivers/power/smb347-charger.c             |  123 ++++++++++++++++++++--
 drivers/power/test_power.c                 |   75 ++++++++++++++
 drivers/power/twl4030_charger.c            |   80 +++++++++++++-
 drivers/thermal/thermal_sys.c              |    2 +-
 include/linux/i2c/twl.h                    |    2 +
 include/linux/{ => platform_data}/lp8727.h |    0
 include/linux/power/charger-manager.h      |   67 +++++++++++-
 include/linux/power_supply.h               |   13 +++
 include/linux/thermal.h                    |    2 +-
 23 files changed, 789 insertions(+), 57 deletions(-)
 rename include/linux/{ => platform_data}/lp8727.h (100%)

             reply	other threads:[~2012-07-31 13:08 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-31 13:05 Anton Vorontsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-21 17:54 [GIT PULL] battery-2.6.git Dmitry Eremin-Solenikov
2014-01-03  9:27 Anton Vorontsov
2013-11-18  2:08 Anton Vorontsov
2013-09-11  5:24 Anton Vorontsov
2013-07-09  1:39 Anton Vorontsov
2013-05-25 22:23 Anton Vorontsov
2013-05-25 23:23 ` David Woodhouse
2013-05-25 22:39   ` Anton Vorontsov
2013-04-30  5:14 Anton Vorontsov
2013-02-19  7:09 Anton Vorontsov
2012-12-12 10:22 Anton Vorontsov
2012-10-05  3:04 Anton Vorontsov
2012-05-31  1:08 Anton Vorontsov
2012-05-31  1:17 ` Stephen Rothwell
2012-05-31 19:13 ` Linus Torvalds
2012-03-30 20:50 Anton Vorontsov
2012-01-11  0:31 Anton Vorontsov
2011-07-31 10:40 Anton Vorontsov
2011-05-27 10:54 Anton Vorontsov
2011-05-27 11:10 ` David Woodhouse
2011-05-27 12:45   ` Anton Vorontsov
2011-03-24 14:58 Anton Vorontsov
2011-01-14 15:43 Anton Vorontsov
2010-10-26 14:41 Anton Vorontsov
2010-08-11  5:17 Anton Vorontsov
2010-05-24 22:28 [Regression] Commit "power_supply: Use attribute groups" breaks KDE battery monitor on openSUSE 11.3 M6 Rafael J. Wysocki
2010-05-25  0:20 ` Rafael J. Wysocki
2010-05-25  0:47   ` Daniel Mack
2010-05-25  0:55     ` Rafael J. Wysocki
2010-05-25  7:08       ` Daniel Mack
2010-05-25 10:27         ` [GIT PULL] battery-2.6.git Anton Vorontsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120731130522.GA7287@lizard \
    --to=cbouatmailru@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).