From: Tony Lindgren <tony@atomide.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: Felipe Balbi <balbi@ti.com>,
linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
Samuel Ortiz <sameo@linux.intel.com>
Subject: Re: [PATCH 1/5] mfd: twl-core: Fix passing of platform data in the device tree case
Date: Mon, 25 Nov 2013 15:22:45 -0800 [thread overview]
Message-ID: <20131125232245.GY10023@atomide.com> (raw)
In-Reply-To: <20131121110950.GC23067@lee--X1>
* Lee Jones <lee.jones@linaro.org> [131121 03:10]:
> > Here Tony, you can take this one.
> >
> > I will simply apply my other fixes on top of it.
> >
> > The issue is, I will most likely have to rebase it on top of -rc1 prior
> > to sending a request to Linus, so in that regard it's not exactly
> > immutable.
> >
>
> Ignore the above. This is what you want:
Thanks, I'll use that commit in my omap-for-v3.14/board-removal branch.
Regards,
Tony
> The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:
>
> Linux 3.12 (2013-11-03 15:41:51 -0800)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/ljones/mfd.git tags/ib-tony
>
> for you to fetch changes up to f984370913d3ba5d13806cc8ac6fc26f8ebd1694:
>
> mfd: twl-core: Fix passing of platform data in the device tree case (2013-11-21 10:42:36 +0000)
>
> ----------------------------------------------------------------
> warning: refname 'ib-tony' is ambiguous.
> Immutable branch for Tony Lindgren
>
> ----------------------------------------------------------------
> Tony Lindgren (1):
> mfd: twl-core: Fix passing of platform data in the device tree case
>
> drivers/mfd/twl-core.c | 15 ++++++++++++---
> 1 file changed, 12 insertions(+), 3 deletions(-)
>
> --
> 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 linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] mfd: twl-core: Fix passing of platform data in the device tree case
Date: Mon, 25 Nov 2013 15:22:45 -0800 [thread overview]
Message-ID: <20131125232245.GY10023@atomide.com> (raw)
In-Reply-To: <20131121110950.GC23067@lee--X1>
* Lee Jones <lee.jones@linaro.org> [131121 03:10]:
> > Here Tony, you can take this one.
> >
> > I will simply apply my other fixes on top of it.
> >
> > The issue is, I will most likely have to rebase it on top of -rc1 prior
> > to sending a request to Linus, so in that regard it's not exactly
> > immutable.
> >
>
> Ignore the above. This is what you want:
Thanks, I'll use that commit in my omap-for-v3.14/board-removal branch.
Regards,
Tony
> The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:
>
> Linux 3.12 (2013-11-03 15:41:51 -0800)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/ljones/mfd.git tags/ib-tony
>
> for you to fetch changes up to f984370913d3ba5d13806cc8ac6fc26f8ebd1694:
>
> mfd: twl-core: Fix passing of platform data in the device tree case (2013-11-21 10:42:36 +0000)
>
> ----------------------------------------------------------------
> warning: refname 'ib-tony' is ambiguous.
> Immutable branch for Tony Lindgren
>
> ----------------------------------------------------------------
> Tony Lindgren (1):
> mfd: twl-core: Fix passing of platform data in the device tree case
>
> drivers/mfd/twl-core.c | 15 ++++++++++++---
> 1 file changed, 12 insertions(+), 3 deletions(-)
>
> --
> 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:[~2013-11-25 23:22 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-16 0:36 [PATCH 0/5] Prepare making omap3 device tree only and convert LDP Tony Lindgren
2013-11-16 0:36 ` Tony Lindgren
2013-11-16 0:36 ` [PATCH 1/5] mfd: twl-core: Fix passing of platform data in the device tree case Tony Lindgren
2013-11-16 0:36 ` Tony Lindgren
2013-11-18 10:29 ` Lee Jones
2013-11-18 10:29 ` Lee Jones
2013-11-18 17:25 ` Felipe Balbi
2013-11-18 17:25 ` Felipe Balbi
2013-11-18 17:46 ` Lee Jones
2013-11-18 17:46 ` Lee Jones
2013-11-18 18:11 ` Tony Lindgren
2013-11-18 18:11 ` Tony Lindgren
2013-11-18 19:09 ` Lee Jones
2013-11-18 19:09 ` Lee Jones
2013-11-18 19:22 ` Tony Lindgren
2013-11-18 19:22 ` Tony Lindgren
2013-11-18 19:28 ` Lee Jones
2013-11-18 19:28 ` Lee Jones
2013-11-18 19:33 ` Tony Lindgren
2013-11-18 19:33 ` Tony Lindgren
2013-11-21 10:46 ` Lee Jones
2013-11-21 10:46 ` Lee Jones
2013-11-21 11:09 ` Lee Jones
2013-11-21 11:09 ` Lee Jones
2013-11-25 23:22 ` Tony Lindgren [this message]
2013-11-25 23:22 ` Tony Lindgren
2013-11-18 18:40 ` Felipe Balbi
2013-11-18 18:40 ` Felipe Balbi
2013-11-16 0:36 ` [PATCH 2/5] ARM: OMAP2+: Add support for legacy auxdata for twl Tony Lindgren
2013-11-16 0:36 ` Tony Lindgren
2013-11-16 0:36 ` [PATCH 3/5] ARM: OMAP2+: Add DT init code for DPI displays and make omap3 LDP to use it Tony Lindgren
2013-11-16 0:36 ` Tony Lindgren
2013-11-18 13:06 ` Tomi Valkeinen
2013-11-18 13:06 ` Tomi Valkeinen
2013-11-18 18:19 ` Tony Lindgren
2013-11-18 18:19 ` Tony Lindgren
2013-11-16 0:36 ` [PATCH 4/5] ARM: dts: Add basic support for omap3 LDP zoom1 labrador Tony Lindgren
2013-11-16 0:36 ` Tony Lindgren
2013-11-16 8:04 ` Sebastian Reichel
2013-11-16 8:04 ` Sebastian Reichel
2013-11-16 14:40 ` Tony Lindgren
2013-11-16 14:40 ` Tony Lindgren
2013-11-16 0:36 ` [PATCH 5/5] ARM: OMAP2+: Remove legacy booting support for LDP Tony Lindgren
2013-11-16 0:36 ` Tony Lindgren
2013-11-16 12:05 ` N900 board code in 3.14 Sebastian Reichel
2013-11-16 14:12 ` Tony Lindgren
2013-11-16 14:12 ` Tony Lindgren
2013-11-16 15:50 ` Sebastian Reichel
2013-11-16 15:50 ` Sebastian Reichel
2013-11-21 18:58 ` Tony Lindgren
2013-11-21 18:58 ` Tony Lindgren
2013-11-21 23:51 ` Sebastian Reichel
2013-11-21 23:51 ` Sebastian Reichel
2013-11-22 10:41 ` Javier Martinez Canillas
2013-11-22 10:41 ` Javier Martinez Canillas
2013-11-23 21:09 ` Sebastian Reichel
2013-11-23 21:09 ` Sebastian Reichel
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=20131125232245.GY10023@atomide.com \
--to=tony@atomide.com \
--cc=balbi@ti.com \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=sameo@linux.intel.com \
/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.