[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1371818017-5215-1-git-send-email-t.figa@samsung.com>
Date: Fri, 21 Jun 2013 14:33:34 +0200
From: Tomasz Figa <t.figa@...sung.com>
To: linux-kernel@...r.kernel.org
Cc: linux-samsung-soc@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Kukjin Kim <kgene.kim@...sung.com>,
Alessandro Zummo <a.zummo@...ertech.it>,
Grant Likely <grant.likely@...aro.org>,
Jiri Kosina <jkosina@...e.cz>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Masanari Iida <standby24x7@...il.com>,
Rob Herring <rob.herring@...xeda.com>,
Rob Landley <rob@...dley.net>, rtc-linux@...glegroups.com,
Russell King <linux@....linux.org.uk>,
Samuel Ortiz <sameo@...ux.intel.com>,
Tomasz Figa <t.figa@...sung.com>
Subject: [PATCH v2 0/3] regulator: max8998: Add support for Device Tree
This series adds Device Tree support to max8998 MFD driver.
First patch reworks max8998-irq driver to use IRQ domains. Second patch
prepares platform data structure to ease generating it at runtime from
data parsed from device tree. Third patch implements Device Tree
binding and adds necessary documentation.
Tested on Universal C210 board.
Changes since v1:
- rebased to current for-next of regulator tree
Tomasz Figa (3):
mfd: Add irq domain support for max8998 interrupts
regulator: max8998: Use arrays for specifying voltages in platform
data
mfd: max8998: Add support for Device Tree
Documentation/devicetree/bindings/mfd/max8998.txt | 111 ++++++++++
arch/arm/mach-exynos/mach-universal_c210.c | 8 +-
arch/arm/mach-s5pv210/mach-aquila.c | 8 +-
arch/arm/mach-s5pv210/mach-goni.c | 8 +-
drivers/mfd/Kconfig | 1 +
drivers/mfd/max8998-irq.c | 61 +++---
drivers/mfd/max8998.c | 76 ++++++-
drivers/regulator/max8998.c | 254 ++++++++++++++++------
drivers/rtc/rtc-max8998.c | 14 +-
include/linux/mfd/max8998-private.h | 6 +-
include/linux/mfd/max8998.h | 20 +-
11 files changed, 433 insertions(+), 134 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/max8998.txt
--
1.8.2.1
--
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