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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/