* [GIT PULL] Devicetree fixes for 3.12
@ 2013-09-25 2:53 Rob Herring
[not found] ` <52425041.6030609-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2013-09-25 2:53 UTC (permalink / raw)
To: Linus Torvalds
Cc: Grant Likely, Dinh Nguyen,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Hi Linus,
Please pull these 3 DT fixes for 3.12.
Rob
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
for you to fetch changes up to 53126a2f679382f3eac370a012290f19c672f088:
dts: Fix misspelling of Synopsys (2013-09-24 21:13:38 -0500)
----------------------------------------------------------------
DeviceTree fixes for 3.12
Clean-up to fix some warnings for !OF builds and spelling fixes in docs
- Clean-up openrisc prom.h
- Fix warnings caused by of_irq.h ifdefs
- Spelling fix for Synopsys
----------------------------------------------------------------
Dinh Nguyen (1):
dts: Fix misspelling of Synopsys
Rob Herring (2):
openrisc: clean-up prom.h
of: clean-up ifdefs in of_irq.h
.../devicetree/bindings/mmc/exynos-dw-mshc.txt | 10 ++---
.../devicetree/bindings/mmc/rockchip-dw-mshc.txt | 10 ++---
.../{synopsis-dw-mshc.txt => synopsys-dw-mshc.txt} | 8 ++--
.../devicetree/bindings/pci/designware-pcie.txt | 2 +-
arch/openrisc/include/asm/prom.h | 44
----------------------
include/linux/of_irq.h | 20 ++++------
6 files changed, 23 insertions(+), 71 deletions(-)
rename Documentation/devicetree/bindings/mmc/{synopsis-dw-mshc.txt =>
synopsys-dw-mshc.txt} (93%)
--
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
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <52425041.6030609-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [GIT PULL] Devicetree fixes for 3.12 [not found] ` <52425041.6030609-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2013-09-25 3:14 ` Linus Torvalds [not found] ` <CA+55aFxPHaTxixmmMZfKF-RzW4dfz=6o_1E5XR=GJ0qdSVNaxA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Linus Torvalds @ 2013-09-25 3:14 UTC (permalink / raw) To: Rob Herring Cc: Grant Likely, Dinh Nguyen, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Tue, Sep 24, 2013 at 7:53 PM, Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git Hmm. Did you mean for me to pull the "devicetree-fixes" tag? If so, please say so very explicitly. I don't want to have to search for these things.. IOW, if that's what you meant, that line should have said git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes instead. Linus -- 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CA+55aFxPHaTxixmmMZfKF-RzW4dfz=6o_1E5XR=GJ0qdSVNaxA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [GIT PULL] Devicetree fixes for 3.12 [not found] ` <CA+55aFxPHaTxixmmMZfKF-RzW4dfz=6o_1E5XR=GJ0qdSVNaxA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2013-09-27 22:02 ` Rob Herring 0 siblings, 0 replies; 3+ messages in thread From: Rob Herring @ 2013-09-27 22:02 UTC (permalink / raw) To: Linus Torvalds Cc: Grant Likely, Dinh Nguyen, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Tue, Sep 24, 2013 at 10:14 PM, Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> wrote: > On Tue, Sep 24, 2013 at 7:53 PM, Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git > > Hmm. Did you mean for me to pull the "devicetree-fixes" tag? Yes, please. > If so, please say so very explicitly. I don't want to have to search > for these things.. > > IOW, if that's what you meant, that line should have said > > git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git > tags/devicetree-fixes > > instead. That's strange. The tag description was there, but somehow the tag name wasn't. Sorry about that. Rob -- 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-27 22:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 2:53 [GIT PULL] Devicetree fixes for 3.12 Rob Herring
[not found] ` <52425041.6030609-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-09-25 3:14 ` Linus Torvalds
[not found] ` <CA+55aFxPHaTxixmmMZfKF-RzW4dfz=6o_1E5XR=GJ0qdSVNaxA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-09-27 22:02 ` Rob Herring
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox