From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Aaro Koskinen <aaro.koskinen-X3B1VOXEql0@public.gmane.org>
Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 0/7] Menelaus cleanup for DT, phase 1
Date: Tue, 20 Jan 2015 17:13:04 +0000 [thread overview]
Message-ID: <20150120171304.GA32495@x1> (raw)
In-Reply-To: <1419702779-16001-1-git-send-email-aaro.koskinen-X3B1VOXEql0@public.gmane.org>
On Sat, 27 Dec 2014, Aaro Koskinen wrote:
> These patches start removal of board-specific callbacks from Menelaus:
> delete platform data and a callback from the driver to the board files.
>
> Tested on top of 3.19-rc1 on N800/N810 which are the only in-tree users
> for the driver.
>
> Aaro Koskinen (7):
> mfd: menelaus: delete omap_has_menelaus
> mfd: menelaus: drop support for SW controller VCORE
> mfd: menelaus: add initial DT support
> ARM: OMAP: N8x0: configure menelaus using DT
> mfd: menelaus: delete platform data support
> mfd: menelaus: make vcore and regulator controls internal
> mfd: menelaus: use macro for magic number
>
> Documentation/devicetree/bindings/mfd/menelaus.txt | 30 ++++++++
> arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 3 +
> arch/arm/mach-omap2/board-n8x0.c | 57 --------------
> arch/arm/mach-omap2/common-board-devices.h | 2 -
> arch/arm/mach-omap2/pdata-quirks.c | 1 -
> drivers/mfd/menelaus.c | 86 ++++++++++++++--------
> include/linux/mfd/menelaus.h | 25 -------
> 7 files changed, 87 insertions(+), 117 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mfd/menelaus.txt
Scrap that. Looks like I can't apply the other patches without
03/07. Please sort this out with Felipe and re-submit. Don't forget
to apply my Ack to the patches I said I "applied".
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] Menelaus cleanup for DT, phase 1
Date: Tue, 20 Jan 2015 17:13:04 +0000 [thread overview]
Message-ID: <20150120171304.GA32495@x1> (raw)
In-Reply-To: <1419702779-16001-1-git-send-email-aaro.koskinen@iki.fi>
On Sat, 27 Dec 2014, Aaro Koskinen wrote:
> These patches start removal of board-specific callbacks from Menelaus:
> delete platform data and a callback from the driver to the board files.
>
> Tested on top of 3.19-rc1 on N800/N810 which are the only in-tree users
> for the driver.
>
> Aaro Koskinen (7):
> mfd: menelaus: delete omap_has_menelaus
> mfd: menelaus: drop support for SW controller VCORE
> mfd: menelaus: add initial DT support
> ARM: OMAP: N8x0: configure menelaus using DT
> mfd: menelaus: delete platform data support
> mfd: menelaus: make vcore and regulator controls internal
> mfd: menelaus: use macro for magic number
>
> Documentation/devicetree/bindings/mfd/menelaus.txt | 30 ++++++++
> arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 3 +
> arch/arm/mach-omap2/board-n8x0.c | 57 --------------
> arch/arm/mach-omap2/common-board-devices.h | 2 -
> arch/arm/mach-omap2/pdata-quirks.c | 1 -
> drivers/mfd/menelaus.c | 86 ++++++++++++++--------
> include/linux/mfd/menelaus.h | 25 -------
> 7 files changed, 87 insertions(+), 117 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mfd/menelaus.txt
Scrap that. Looks like I can't apply the other patches without
03/07. Please sort this out with Felipe and re-submit. Don't forget
to apply my Ack to the patches I said I "applied".
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2015-01-20 17:13 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-27 17:52 [PATCH 0/7] Menelaus cleanup for DT, phase 1 Aaro Koskinen
2014-12-27 17:52 ` Aaro Koskinen
2014-12-27 17:52 ` [PATCH 1/7] mfd: menelaus: delete omap_has_menelaus Aaro Koskinen
2014-12-27 17:52 ` Aaro Koskinen
2015-01-20 13:50 ` Lee Jones
2015-01-20 13:50 ` Lee Jones
2014-12-27 17:52 ` [PATCH 2/7] mfd: menelaus: drop support for SW controller VCORE Aaro Koskinen
2014-12-27 17:52 ` Aaro Koskinen
2015-01-20 13:52 ` Lee Jones
2015-01-20 13:52 ` Lee Jones
2014-12-27 17:52 ` [PATCH 3/7] mfd: menelaus: add initial DT support Aaro Koskinen
2014-12-27 17:52 ` Aaro Koskinen
2014-12-27 21:25 ` Felipe Balbi
2014-12-27 21:25 ` Felipe Balbi
2014-12-28 23:34 ` Aaro Koskinen
2014-12-28 23:34 ` Aaro Koskinen
2014-12-29 18:12 ` Felipe Balbi
2014-12-29 18:12 ` Felipe Balbi
2014-12-27 17:52 ` [PATCH 5/7] mfd: menelaus: delete platform data support Aaro Koskinen
2014-12-27 17:52 ` Aaro Koskinen
2015-01-20 13:54 ` Lee Jones
2015-01-20 13:54 ` Lee Jones
2014-12-27 17:52 ` [PATCH 6/7] mfd: menelaus: make vcore and regulator controls internal Aaro Koskinen
2014-12-27 17:52 ` Aaro Koskinen
2015-01-20 13:58 ` Lee Jones
2015-01-20 13:58 ` Lee Jones
2015-01-20 14:01 ` Lee Jones
2015-01-20 14:01 ` Lee Jones
2014-12-27 17:52 ` [PATCH 7/7] mfd: menelaus: use macro for magic number Aaro Koskinen
2014-12-27 17:52 ` Aaro Koskinen
[not found] ` <1419702779-16001-8-git-send-email-aaro.koskinen-X3B1VOXEql0@public.gmane.org>
2015-01-20 14:01 ` Lee Jones
2015-01-20 14:01 ` Lee Jones
[not found] ` <1419702779-16001-1-git-send-email-aaro.koskinen-X3B1VOXEql0@public.gmane.org>
2014-12-27 17:52 ` [PATCH 4/7] ARM: OMAP: N8x0: configure menelaus using DT Aaro Koskinen
2014-12-27 17:52 ` Aaro Koskinen
2015-01-20 17:13 ` Lee Jones [this message]
2015-01-20 17:13 ` [PATCH 0/7] Menelaus cleanup for DT, phase 1 Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150120171304.GA32495@x1 \
--to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=aaro.koskinen-X3B1VOXEql0@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.