lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1357909986-9262-1-git-send-email-lee.jones@linaro.org> Date: Fri, 11 Jan 2013 13:12:48 +0000 From: Lee Jones <lee.jones@...aro.org> To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org Cc: arnd@...db.de, linus.walleij@...ricsson.com, cbouatmailru@...il.com Subject: [PATCH 00/18] AB8500 battery management series upgrade Hi Anton, Here we go again. This patches include your suggested fixups. 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. At last count there were around 70+ patches which are in need of forward-porting, then upstreaming. This patch-set aims to make a good start. :) drivers/power/Kconfig | 15 + drivers/power/Makefile | 1 + drivers/power/ab8500_bmdata.c | 18 +- drivers/power/ab8500_btemp.c | 27 +- drivers/power/ab8500_charger.c | 359 ++++++-- drivers/power/ab8500_fg.c | 277 ++++-- drivers/power/abx500_chargalg.c | 30 +- drivers/power/pm2301_charger.c | 1599 ++++++++++++++++++++++++++++++++++ include/linux/mfd/abx500.h | 6 +- include/linux/mfd/abx500/ab8500-bm.h | 10 + include/linux/mfd/abx500/ab8500.h | 5 + include/linux/pm2301_charger.h | 60 ++ 12 files changed, 2259 insertions(+), 148 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists