* [GIT PULL] power: ab8500-bm: Latest Mainline<->STE delta reduction patch-set
@ 2013-01-23 11:38 Lee Jones
2013-01-23 14:44 ` Lee Jones
0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2013-01-23 11:38 UTC (permalink / raw)
To: linux-arm-kernel
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 19db37d598705c273f6b5ab261b9115d065ffb5b:
u8500-charger: Delay for USB enumeration (2013-01-23 11:33:17 +0000)
----------------------------------------------------------------
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 (5):
ab8500-charger: Kick watchdog
ab8500-chargalg: Update battery health on safety timer exp
ab8500-chargalg: Only root should have write permission on sysfs
file
abx500-chargalg: Add new sysfs interface to get current charge
status
ab8500-bm: Remove individual [charger|btemp|fg|chargalg] pdata
structures
Loic Pallardy (3):
pm2301: Add deep debug
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 (4):
pm2301: Provide u9540 support for the pm2301 charger
ab8500-btemp: Adaptation to AB8505 and AB9540 platforms
ab8500-fg: Add test interface for u9540
ab8500-fg-deepdebug: Create Deep Debug interface
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
Rupesh Kumar (1):
pm2301: LPN mode control support
drivers/mfd/ab8500-core.c | 6 +
drivers/power/Kconfig | 26 +
drivers/power/Makefile | 3 +
drivers/power/ab8500_btemp.c | 67 +-
drivers/power/ab8500_charger.c | 629 ++++++++---
drivers/power/ab8500_fg.c | 316 ++----
drivers/power/ab8500_fg.h | 244 +++++
drivers/power/ab8500_fg_deepdebug.c | 1692 +++++++++++++++++++++++++++++
drivers/power/abx500_chargalg.c | 43 +-
drivers/power/pm2301_charger.c | 1097 +++++++++++++++++++
drivers/power/pm2301_charger.h | 535 +++++++++
drivers/power/pm2301_deepdebug.c | 131 +++
include/linux/mfd/abx500.h | 3 +
include/linux/mfd/abx500/ab8500-bm.h | 186 +++-
include/linux/mfd/abx500/ab8500.h | 19 +
include/linux/mfd/abx500/ux500_chargalg.h | 5 +
include/linux/pm2301_charger.h | 61 ++
17 files changed, 4655 insertions(+), 408 deletions(-)
create mode 100644 drivers/power/ab8500_fg.h
create mode 100644 drivers/power/ab8500_fg_deepdebug.c
create mode 100644 drivers/power/pm2301_charger.c
create mode 100644 drivers/power/pm2301_charger.h
create mode 100644 drivers/power/pm2301_deepdebug.c
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] power: ab8500-bm: Latest Mainline<->STE delta reduction patch-set
2013-01-23 11:38 [GIT PULL] power: ab8500-bm: Latest Mainline<->STE delta reduction patch-set Lee Jones
@ 2013-01-23 14:44 ` Lee Jones
2013-01-31 12:08 ` Lee Jones
0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2013-01-23 14:44 UTC (permalink / raw)
To: linux-arm-kernel
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)
----------------------------------------------------------------
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] power: ab8500-bm: Latest Mainline<->STE delta reduction patch-set
2013-01-23 14:44 ` Lee Jones
@ 2013-01-31 12:08 ` Lee Jones
2013-02-03 3:32 ` Anton Vorontsov
0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2013-01-31 12:08 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] power: ab8500-bm: Latest Mainline<->STE delta reduction patch-set
2013-01-31 12:08 ` Lee Jones
@ 2013-02-03 3:32 ` Anton Vorontsov
0 siblings, 0 replies; 4+ messages in thread
From: Anton Vorontsov @ 2013-02-03 3:32 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jan 31, 2013 at 12:08:33PM +0000, Lee Jones wrote:
> > 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?
I was buried under my homework, sorry. :-) The changes look good, thanks a
lot! Pulled now.
Anton
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-03 3:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 11:38 [GIT PULL] power: ab8500-bm: Latest Mainline<->STE delta reduction patch-set Lee Jones
2013-01-23 14:44 ` Lee Jones
2013-01-31 12:08 ` Lee Jones
2013-02-03 3:32 ` Anton Vorontsov
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).