All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] AB5500 core patches
@ 2011-09-22  6:22 Linus Walleij
  2011-09-26  9:49 ` Samuel Ortiz
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2011-09-22  6:22 UTC (permalink / raw)
  To: Samuel Ortiz, linux-kernel; +Cc: Lee Jones, Linus Walleij, Mattias Wallin

From: Linus Walleij <linus.walleij@linaro.org>

Mattias is on leave, so I've broken out debugfs portions of the
AB5500 driver as an add-on patch at Sam's request.

Now I'm also deleting the unused AB3550 driver. Let's keep to the
drivers that are actually being used.

Linus Walleij (2):
  mfd/ab5500: break out debugfs code
  mfd/ab3550: delete AB3550 driver

Mattias Wallin (2):
  mfd: ab5500 chip register access
  mach-ux500: ab5500 platform code added

 arch/arm/mach-u300/i2c.c               |   51 +--
 arch/arm/mach-u300/include/mach/irqs.h |    7 -
 arch/arm/mach-ux500/board-u5500.c      |   29 +-
 drivers/mfd/Kconfig                    |   31 +-
 drivers/mfd/Makefile                   |    3 +-
 drivers/mfd/ab3550-core.c              | 1380 ------------------------------
 drivers/mfd/ab5500-core.c              | 1439 ++++++++++++++++++++++++++++++++
 drivers/mfd/ab5500-core.h              |   87 ++
 drivers/mfd/ab5500-debugfs.c           |  806 ++++++++++++++++++
 drivers/mfd/ab5500-debugfs.h           |   22 +
 include/linux/mfd/ab5500/ab5500.h      |  140 +++
 include/linux/mfd/abx500.h             |   52 +--
 12 files changed, 2545 insertions(+), 1502 deletions(-)
 delete mode 100644 drivers/mfd/ab3550-core.c
 create mode 100644 drivers/mfd/ab5500-core.c
 create mode 100644 drivers/mfd/ab5500-core.h
 create mode 100644 drivers/mfd/ab5500-debugfs.c
 create mode 100644 drivers/mfd/ab5500-debugfs.h
 create mode 100644 include/linux/mfd/ab5500/ab5500.h

-- 
1.7.3.2


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

* Re: [PATCH 0/4] AB5500 core patches
  2011-09-22  6:22 [PATCH 0/4] AB5500 core patches Linus Walleij
@ 2011-09-26  9:49 ` Samuel Ortiz
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2011-09-26  9:49 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-kernel, Lee Jones, Linus Walleij, Mattias Wallin

Hi Linus,

On Thu, Sep 22, 2011 at 08:22:09AM +0200, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij@linaro.org>
> 
> Mattias is on leave, so I've broken out debugfs portions of the
> AB5500 driver as an add-on patch at Sam's request.
> 
> Now I'm also deleting the unused AB3550 driver. Let's keep to the
> drivers that are actually being used.
I appreciate. All 4 patches applied, thanks.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

end of thread, other threads:[~2011-09-26  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-22  6:22 [PATCH 0/4] AB5500 core patches Linus Walleij
2011-09-26  9:49 ` Samuel Ortiz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.