Messages in this thread |  | | From | Lee Jones <> | Subject | [PATCH 00/49] Regulators: Bring the AB8500 into the 21st century | Date | Wed, 6 Feb 2013 10:53:22 +0000 |
| |
Hi Mark,
As requested, the whole-shebang. Hopefully this patch-set is less bitty and depressing to review now. Honestly, the things I do for you. :)
The Mainline AB8500 and DB8500 regulators are currently stuck in the Victorian era (AKA v2.6.35). This branch contains all of the upstreamable changes that have occurred on the internal repository and aims to bring them back into the 21st century.
This patch-set contains 49 of the original 111 patches and has already gone though multiple (+1) cycles of fixing-up, squashing, splitting and revert removal. I've also taken out all of the OF, PRCMU and -debug bits at your request.
arch/arm/mach-ux500/board-mop500-regulators.c | 730 ++++++- arch/arm/mach-ux500/board-mop500-regulators.h | 7 +- arch/arm/mach-ux500/board-mop500.c | 5 +- drivers/regulator/Kconfig | 8 + drivers/regulator/Makefile | 1 + drivers/regulator/ab8500-ext.c | 475 +++++ drivers/regulator/ab8500.c | 2732 +++++++++++++++++++++++-- include/linux/mfd/abx500/ab8500.h | 11 +- include/linux/regulator/ab8500.h | 228 ++- 9 files changed, 3950 insertions(+), 247 deletions(-)
|  |