linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/26] AB8500 MFD overhaul
@ 2013-01-15 12:55 Lee Jones
  2013-01-15 12:55 ` [PATCH 01/26] mfd: ab8500-sysctrl: Provide a platform specific pm_power_off() call-back Lee Jones
                   ` (25 more replies)
  0 siblings, 26 replies; 55+ messages in thread
From: Lee Jones @ 2013-01-15 12:55 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel; +Cc: arnd, linus.walleij, sameo

Hi Sam,

So, "what the hell is this?" I hear you cry. Well, my team and
I are in the mists of an delta upstreaming torrent. As I'm sure
you've heard, ST-Ericsson's kernel delta is getting pretty big
now. There have been some excellent, interesting changes and
one way or another we need to sync them with Mainline. There is
also a big push to update the internal kernel with Mainline
changes too.

There are ~125 patches in drivers/mfd (lucky you) which are
currently held as delta. I'm hoping to whittle them down a
little, but whichever way you look at it, it's a lot of code.

I'd really appreciate it if you'd allow a little leniency with
regards to this and subsequent patch-sets. Some of the earlier
patches introduce some small issues which are ironed out in
latter patches. Some issues will still exist and the end of the
push, but I have every intention of fixing those once everything
is in. Please feel free to make comments on any
issues that you see, but instead of fixing them up right away,
I'd rather make a list of them and address them at the end, if
they're still present.

Thanks in advance.

Kind regards,
Lee

 drivers/mfd/ab8500-core.c                 |   12 +-
 drivers/mfd/ab8500-debugfs.c              | 1247 +++++++++++++++++++++++++++--
 drivers/mfd/ab8500-gpadc.c                |   90 ++-
 drivers/mfd/ab8500-sysctrl.c              |   93 +++
 drivers/mfd/abx500-core.c                 |   16 +
 drivers/misc/ab8500-pwm.c                 |  282 +++++++
 include/linux/mfd/ab8500/pwmleds.h        |   20 +
 include/linux/mfd/abx500.h                |    2 +
 include/linux/mfd/abx500/ab8500-sysctrl.h |    5 +
 include/linux/mfd/abx500/ab8500.h         |   14 +
 10 files changed, 1697 insertions(+), 84 deletions(-)


^ permalink raw reply	[flat|nested] 55+ messages in thread

end of thread, other threads:[~2013-02-04  9:28 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-15 12:55 [PATCH 00/26] AB8500 MFD overhaul Lee Jones
2013-01-15 12:55 ` [PATCH 01/26] mfd: ab8500-sysctrl: Provide a platform specific pm_power_off() call-back Lee Jones
2013-01-15 12:55 ` [PATCH 02/26] mfd: ab8500-sysctrl: If a charger is present, reboot instead Lee Jones
2013-01-27 23:52   ` Samuel Ortiz
2013-01-28  8:44     ` Lee Jones
2013-01-15 12:55 ` [PATCH 03/26] mfd: ab8500-sysctrl: Only reboot into charging mode if battery type is known Lee Jones
2013-01-15 12:55 ` [PATCH 04/26] mfd: ab8500-sysctrl.c: Provide charging as reset reason Lee Jones
2013-01-15 12:55 ` [PATCH 05/26] mfd: ab8500-gpadc: Change to mdelay for greater resolution Lee Jones
2013-01-27 23:52   ` Samuel Ortiz
2013-01-28  8:43     ` Lee Jones
2013-01-15 12:55 ` [PATCH 06/26] mfd: ab8500-sysctrl: Provide configuration for SysClkReqRfClkBuf registers Lee Jones
2013-01-27 23:52   ` Samuel Ortiz
2013-01-28  8:38     ` Lee Jones
2013-02-03 17:02       ` Samuel Ortiz
2013-01-15 12:55 ` [PATCH 07/26] mfd: ab8500-sysctrl: export read/write symbols Lee Jones
2013-01-15 12:55 ` [PATCH 08/26] mfd: abx500-core: Provide an API to dump all ABx500 registers Lee Jones
2013-01-15 12:55 ` [PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs Lee Jones
2013-01-27 23:52   ` Samuel Ortiz
2013-01-28  8:25     ` Lee Jones
2013-01-28 10:22     ` Lee Jones
2013-01-28 10:49       ` Samuel Ortiz
2013-01-28 11:34         ` Lee Jones
2013-02-03 17:01           ` Samuel Ortiz
2013-02-04  9:27             ` Lee Jones
2013-01-15 12:55 ` [PATCH 10/26] mfd: ab8500-debugfs: Wake-up device on debugfs IRQ Lee Jones
2013-01-27 23:53   ` Samuel Ortiz
2013-01-28  8:49     ` Lee Jones
2013-01-15 12:55 ` [PATCH 11/26] mfd: ab8500-debugfs: Keep count of IRQs in debugfs Lee Jones
2013-01-15 12:55 ` [PATCH 12/26] mfd: ab8500-debugfs: Use NULL to initialise remaining NULL pointer Lee Jones
2013-01-15 13:06   ` Mark Brown
2013-01-15 13:49     ` Lee Jones
2013-01-15 12:55 ` [PATCH 13/26] mfd: ab8500-debugfs: Formated access AB8500 registers from debugfs entry Lee Jones
2013-01-27 23:53   ` Samuel Ortiz
2013-01-28  8:47     ` Lee Jones
2013-01-15 12:55 ` [PATCH 14/26] mfd: ab8500-debugfs: Fix introduced compiler time warnings Lee Jones
2013-01-27 23:53   ` Samuel Ortiz
2013-01-28  8:45     ` Lee Jones
2013-01-15 12:55 ` [PATCH 15/26] mfd: ab8500-debugfs: Export all AB8500 ADCs as debugfs nodes Lee Jones
2013-01-15 12:55 ` [PATCH 16/26] mfd: ab8500-debugfs: Set the USB charging current to 300mA for ABV3 Lee Jones
2013-01-15 12:55 ` [PATCH 17/26] mfd: ab8500-debugfs: add debugfs node to read all registers Lee Jones
2013-01-15 12:55 ` [PATCH 18/26] mfd: ab8500-core: Allow the possibility to dump all AB8500 registers Lee Jones
2013-01-15 12:55 ` [PATCH 19/26] mfd: ab8500-debugfs: Allow number of IRQs to be provided more dynamically Lee Jones
2013-01-15 12:56 ` [PATCH 20/26] mfd ab8500-gpadc: Introduce new AB version detection Lee Jones
2013-01-15 12:56 ` [PATCH 21/26] mfd: ab8500-debugfs: Add interrupt debug Lee Jones
2013-01-15 12:56 ` [PATCH 22/26] mfd: ab8500-gpadc: Add runtime pm support Lee Jones
2013-01-15 12:56 ` [PATCH 23/26] mfd: ab8500-pwm: Enable support for AB8505 PWMLED blink Lee Jones
2013-01-27 23:53   ` Samuel Ortiz
2013-01-28  8:13     ` Lee Jones
2013-01-15 12:56 ` [PATCH 24/26] mfd: ab8500-debugfs: sizeof() mismatch bugfix Lee Jones
2013-01-15 12:56 ` [PATCH 25/26] mfd: ab8500-gpadc: Reduce conversion timeout Lee Jones
2013-01-27 23:53   ` Samuel Ortiz
2013-01-28  8:45     ` Lee Jones
2013-01-15 12:56 ` [PATCH 26/26] mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameter Lee Jones
2013-01-27 23:54   ` Samuel Ortiz
2013-01-28  8:11     ` Lee Jones

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).