From: Kuninori Morimoto <kuninori.morimoto.gx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
Cc: Geert Uytterhoeven
<geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>,
Kuninori Morimoto
<kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Geert Uytterhoeven
<geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>,
Mark Brown <broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH 1/2] ARM: shmobile: r8a7778/r8a7779 dtsi: Improve and correct HSPI bindings
Date: Wed, 12 Feb 2014 23:11:15 -0800 (PST) [thread overview]
Message-ID: <87zjlvbi7l.wl%kuninori.morimoto.gx@gmail.com> (raw)
In-Reply-To: <20140213055600.GF17183-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
Hi Simon, Geert
Cc Mark
> could you test this series as Geert does not have access to a bockw board?
>
> On Tue, Feb 11, 2014 at 09:56:47AM +0100, Geert Uytterhoeven wrote:
> > From: Geert Uytterhoeven <geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
> >
> > Binding documentation:
> > - Add future-proof "renesas,hspi-<soctype>" compatible values,
> > - Add "interrupt-parent", "#address-cells" and "#size-cells" properties,
> > - Add reference to pinctrl documentation,
> > - Add example bindings.
> >
> > r8a7778 and r8a7779 dtsi:
> > - Add "renesas,hspi-r8a7778" resp. "renesas,hspi-r8a7779" compatible
> > values,
> > - Correct reference to parent interrupt controller
> > (use "interrupt-parent" instead of "interrupt-controller"),
> > - Add missing "#address-cells" and "#size-cells" properties, which are
> > needed when populating the SPI buses.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
> > Cc: Mark Brown <broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> > ---
I tested this patch, and it works well.
But there are some notes
1) m25p80 driver DT support seems strange ??
${LINUX}/Documentation/devicetree/bindings/mtd/m25p80.txt
has explain about DT of m25p80 driver, but,
${LINUX}/drivers/mtd/devices/m25p80.c
doesn't have driver :: of_match_table.
but, it is using of_property_read_bool() on probe.
Is it out-of-tree support ?? I'm not sure,
anyway, m25p80 driver didn't probe.
So, I quick-hacked this issue in my local environment.
2) it needs Geert's this patch
Subject: [PATCH] mtd: m25p80: add support for the Spansion s25fl008k chip
Date: Tue, 11 Feb 2014 09:51:18 +0100
Kernel will hung-up without this patch
For HSPI / BockW point of view
Tested-by: Kuninori Morimoto <kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-02-13 7:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-11 8:56 [PATCH 1/2] ARM: shmobile: r8a7778/r8a7779 dtsi: Improve and correct HSPI bindings Geert Uytterhoeven
[not found] ` <1392109008-29941-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2014-02-11 8:56 ` [PATCH 2/2] ARM: shmobile: bockw reference dts: Add SPI FLASH Geert Uytterhoeven
2014-02-13 5:56 ` [PATCH 1/2] ARM: shmobile: r8a7778/r8a7779 dtsi: Improve and correct HSPI bindings Simon Horman
[not found] ` <20140213055600.GF17183-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2014-02-13 7:11 ` Kuninori Morimoto [this message]
[not found] ` <87zjlvbi7l.wl%kuninori.morimoto.gx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-02-13 8:31 ` Geert Uytterhoeven
2014-02-13 9:02 ` Kuninori Morimoto
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=87zjlvbi7l.wl%kuninori.morimoto.gx@gmail.com \
--to=kuninori.morimoto.gx-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org \
--cc=geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org \
--cc=horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
--cc=kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org \
--cc=linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).