From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] power: ab8500-bm: Latest Mainline<->STE delta reduction patch-set
Date: Thu, 31 Jan 2013 12:08:33 +0000 [thread overview]
Message-ID: <20130131120833.GH5301@gmail.com> (raw)
In-Reply-To: <20130123144441.GN15873@gmail.com>
Hi Anton,
> Okay, after Linus Walleij's diligent observaions, I have removed all
> new functionallity related to Deep Debug and will continue to
> investigate what I need to do in that regard.
>
> In the mean-time, here's the fresh deep-debug:less pull-request:
>
> ----------------------------------------------------------------
>
> The following changes since commit 8fd526fd18233887ba652079a369f4eee0de9d9d:
>
> qnap-poweroff: Fix license string (2013-01-19 18:04:04 -0800)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/ljones/linux-3.0-ux500.git tb-power-2
>
> for you to fetch changes up to 34c11a709e928090cf34ecd706f7d3170f4e5026:
>
> u8500-charger: Delay for USB enumeration (2013-01-23 14:39:22 +0000)
Did you pull this in the end?
> ----------------------------------------------------------------
> Hakan Berg (1):
> ab8500-fg: Adjust for RF bursts voltage drops
>
> Henrik S?lver (1):
> ab8500-charger: AB workaround for invalid charger
>
> Jonas Aaberg (2):
> ab8500-bm: Flush all work queues before suspending
> ab8500-charger: Do not touch VBUSOVV bits
>
> Lee Jones (7):
> ab8500-charger: Kick watchdog
> ab8500-chargalg: Update battery health on safety timer exp
> pm2301: Move all configuration and emum structs out to a header
> file
> ab8500-chargalg: Only root should have write permission on sysfs
> file
> abx500-chargalg: Add new sysfs interface to get current charge
> status
> pm2301: LPN mode control support
> ab8500-bm: Remove individual [charger|btemp|fg|chargalg] pdata
> structures
>
> Loic Pallardy (2):
> pm2301: Remove volt_now & curr_now properties
> pm2301: Update watchdog for pm2xxx support
>
> Martin Bergstr?m (1):
> ab8500-fg: Go to INIT_RECOVERY when charger removed
>
> Michel JAOUEN (2):
> pm2301: Provide u9540 support for the pm2301 charger
> ab8500-btemp: Adaptation to AB8505 and AB9540 platforms
>
> Nicolas Guion (1):
> ab8500-charger: Add support for autopower on AB8505 and AB9540
>
> Olivier Clergeaud (1):
> pm2301: Clean-up PM2301 interrupt management
>
> Paer-Olof Haakansson (1):
> u8500-charger: Delay for USB enumeration
>
> Rajkumar Kasirajan (2):
> pm2301: Enable vbat low monitoring
> ab8500-fg: Use correct battery charge full design
>
> drivers/mfd/ab8500-core.c | 6 +
> drivers/power/Kconfig | 7 +
> drivers/power/Makefile | 1 +
> drivers/power/ab8500_btemp.c | 67 +-
> drivers/power/ab8500_charger.c | 617 ++++++++++++----
> drivers/power/ab8500_fg.c | 51 +-
> drivers/power/abx500_chargalg.c | 43 +-
> drivers/power/pm2301_charger.c | 1088 +++++++++++++++++++++++++++++
> drivers/power/pm2301_charger.h | 513 ++++++++++++++
> include/linux/mfd/abx500.h | 3 +
> include/linux/mfd/abx500/ab8500-bm.h | 22 +-
> include/linux/mfd/abx500/ab8500.h | 19 +
> include/linux/mfd/abx500/ux500_chargalg.h | 5 +
> include/linux/pm2301_charger.h | 61 ++
> 14 files changed, 2306 insertions(+), 197 deletions(-)
> create mode 100644 drivers/power/pm2301_charger.c
> create mode 100644 drivers/power/pm2301_charger.h
> create mode 100644 include/linux/pm2301_charger.h
>
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Anton Vorontsov <anton@enomsg.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, arnd@arndb.de,
linus.walleij@stericsson.com
Subject: Re: [GIT PULL] power: ab8500-bm: Latest Mainline<->STE delta reduction patch-set
Date: Thu, 31 Jan 2013 12:08:33 +0000 [thread overview]
Message-ID: <20130131120833.GH5301@gmail.com> (raw)
In-Reply-To: <20130123144441.GN15873@gmail.com>
Hi Anton,
> Okay, after Linus Walleij's diligent observaions, I have removed all
> new functionallity related to Deep Debug and will continue to
> investigate what I need to do in that regard.
>
> In the mean-time, here's the fresh deep-debug:less pull-request:
>
> ----------------------------------------------------------------
>
> The following changes since commit 8fd526fd18233887ba652079a369f4eee0de9d9d:
>
> qnap-poweroff: Fix license string (2013-01-19 18:04:04 -0800)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/ljones/linux-3.0-ux500.git tb-power-2
>
> for you to fetch changes up to 34c11a709e928090cf34ecd706f7d3170f4e5026:
>
> u8500-charger: Delay for USB enumeration (2013-01-23 14:39:22 +0000)
Did you pull this in the end?
> ----------------------------------------------------------------
> Hakan Berg (1):
> ab8500-fg: Adjust for RF bursts voltage drops
>
> Henrik Sölver (1):
> ab8500-charger: AB workaround for invalid charger
>
> Jonas Aaberg (2):
> ab8500-bm: Flush all work queues before suspending
> ab8500-charger: Do not touch VBUSOVV bits
>
> Lee Jones (7):
> ab8500-charger: Kick watchdog
> ab8500-chargalg: Update battery health on safety timer exp
> pm2301: Move all configuration and emum structs out to a header
> file
> ab8500-chargalg: Only root should have write permission on sysfs
> file
> abx500-chargalg: Add new sysfs interface to get current charge
> status
> pm2301: LPN mode control support
> ab8500-bm: Remove individual [charger|btemp|fg|chargalg] pdata
> structures
>
> Loic Pallardy (2):
> pm2301: Remove volt_now & curr_now properties
> pm2301: Update watchdog for pm2xxx support
>
> Martin Bergström (1):
> ab8500-fg: Go to INIT_RECOVERY when charger removed
>
> Michel JAOUEN (2):
> pm2301: Provide u9540 support for the pm2301 charger
> ab8500-btemp: Adaptation to AB8505 and AB9540 platforms
>
> Nicolas Guion (1):
> ab8500-charger: Add support for autopower on AB8505 and AB9540
>
> Olivier Clergeaud (1):
> pm2301: Clean-up PM2301 interrupt management
>
> Paer-Olof Haakansson (1):
> u8500-charger: Delay for USB enumeration
>
> Rajkumar Kasirajan (2):
> pm2301: Enable vbat low monitoring
> ab8500-fg: Use correct battery charge full design
>
> drivers/mfd/ab8500-core.c | 6 +
> drivers/power/Kconfig | 7 +
> drivers/power/Makefile | 1 +
> drivers/power/ab8500_btemp.c | 67 +-
> drivers/power/ab8500_charger.c | 617 ++++++++++++----
> drivers/power/ab8500_fg.c | 51 +-
> drivers/power/abx500_chargalg.c | 43 +-
> drivers/power/pm2301_charger.c | 1088 +++++++++++++++++++++++++++++
> drivers/power/pm2301_charger.h | 513 ++++++++++++++
> include/linux/mfd/abx500.h | 3 +
> include/linux/mfd/abx500/ab8500-bm.h | 22 +-
> include/linux/mfd/abx500/ab8500.h | 19 +
> include/linux/mfd/abx500/ux500_chargalg.h | 5 +
> include/linux/pm2301_charger.h | 61 ++
> 14 files changed, 2306 insertions(+), 197 deletions(-)
> create mode 100644 drivers/power/pm2301_charger.c
> create mode 100644 drivers/power/pm2301_charger.h
> create mode 100644 include/linux/pm2301_charger.h
>
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2013-01-31 12:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-23 11:38 [GIT PULL] power: ab8500-bm: Latest Mainline<->STE delta reduction patch-set Lee Jones
2013-01-23 11:38 ` Lee Jones
2013-01-23 14:44 ` Lee Jones
2013-01-23 14:44 ` Lee Jones
2013-01-31 12:08 ` Lee Jones [this message]
2013-01-31 12:08 ` Lee Jones
2013-02-03 3:32 ` Anton Vorontsov
2013-02-03 3:32 ` 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=20130131120833.GH5301@gmail.com \
--to=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.