From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Mon, 21 Jan 2013 12:03:36 +0000 Subject: [PATCH 00/24] Power: Next batch of AB8500 Battery Management patches Message-ID: <1358769840-4763-1-git-send-email-lee.jones@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Anton, Standard bumph: Please find the next instalment of the AB8500 Power drivers upgrade. A lot of work has taken place on the internal development track, but little effort has gone into mainlining it. There is a large backlog of patches which are in need of forward-porting, then upstreaming. This patch-set aims to make a large dent into them. I know that there are some formatting misdemeanours within the code, but in an attempt to minimise the risk of future merge conflicts I'd rather address them once everything has been applied. I hope you understand the method behind the madness. Kind regards, Lee 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(-)