From: Mark Brown <broonie@kernel.org>
To: Kamal Dasu <kdasu.kdev@gmail.com>
Cc: linux-spi@vger.kernel.org, linux-mtd@lists.infradead.org,
vigneshr@ti.com, f.fainelli@gmail.com,
bcm-kernel-feedback-list@broadcom.com,
vikram.prakash@broadcom.com, andy.fung@broadcom.com,
jon.mason@broadcom.com, jchandra@broadcom.com
Subject: Re: [PATCH v5 5/8] Documentation: dt: spi: Add Broadcom NSP, NS2 SoC bindings
Date: Tue, 16 Aug 2016 19:32:47 +0100 [thread overview]
Message-ID: <20160816183247.GA9347@sirena.org.uk> (raw)
In-Reply-To: <1469830393-13295-6-git-send-email-kdasu.kdev@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
On Fri, Jul 29, 2016 at 06:13:10PM -0400, Kamal Dasu wrote:
> BSPI : Broadcom SPI in combination with the MSPI hw IP provides acceleration
> - for flash reads and be configured to do single, double, quad lane
> - io with 3-byte and 4-byte addressing support.
> + for flash reads and be configured to do single, double, quad lane
> + io with 3-byte and 4-byte addressing support.
Please squash this and the other reindentation into the commit adding
the binding in the first place.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Kamal Dasu <kdasu.kdev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
vigneshr-l0cyMroinI0@public.gmane.org,
f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
vikram.prakash-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
andy.fung-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
jon.mason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v5 5/8] Documentation: dt: spi: Add Broadcom NSP, NS2 SoC bindings
Date: Tue, 16 Aug 2016 19:32:47 +0100 [thread overview]
Message-ID: <20160816183247.GA9347@sirena.org.uk> (raw)
In-Reply-To: <1469830393-13295-6-git-send-email-kdasu.kdev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
On Fri, Jul 29, 2016 at 06:13:10PM -0400, Kamal Dasu wrote:
> BSPI : Broadcom SPI in combination with the MSPI hw IP provides acceleration
> - for flash reads and be configured to do single, double, quad lane
> - io with 3-byte and 4-byte addressing support.
> + for flash reads and be configured to do single, double, quad lane
> + io with 3-byte and 4-byte addressing support.
Please squash this and the other reindentation into the commit adding
the binding in the first place.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2016-08-16 18:33 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-29 22:13 [PATCH v5 0/8] Broadcom stb, nsp, ns2, cygnus QSPI driver Kamal Dasu
2016-07-29 22:13 ` Kamal Dasu
2016-07-29 22:13 ` [PATCH v5 1/8] Documentation: dt: spi: Add BRCMSTB SoC bindings Kamal Dasu
2016-07-29 22:13 ` Kamal Dasu
2016-08-04 21:06 ` Mark Brown
2016-08-04 21:06 ` Mark Brown
2016-08-04 22:20 ` Florian Fainelli
2016-08-04 22:20 ` Florian Fainelli
2016-08-05 11:03 ` Mark Brown
2016-08-05 11:03 ` Mark Brown
2016-08-16 18:19 ` Mark Brown
2016-08-16 18:19 ` Mark Brown
2016-08-19 15:07 ` Kamal Dasu
2016-08-19 15:07 ` Kamal Dasu
2016-07-29 22:13 ` [PATCH v5 2/8] spi: bcm-qspi: Add Broadcom MSPI driver Kamal Dasu
2016-07-29 22:13 ` Kamal Dasu
2016-08-16 18:15 ` Mark Brown
2016-08-16 18:15 ` Mark Brown
2016-08-19 15:20 ` Kamal Dasu
2016-08-19 15:20 ` Kamal Dasu
2016-07-29 22:13 ` [PATCH v5 3/8] spi: bcm-qspi: Add BSPI spi-nor flash controller driver Kamal Dasu
2016-07-29 22:13 ` Kamal Dasu
2016-08-16 18:31 ` Mark Brown
2016-08-16 18:31 ` Mark Brown
2016-08-19 15:33 ` Kamal Dasu
2016-08-19 15:33 ` Kamal Dasu
2016-07-29 22:13 ` [PATCH v5 4/8] mtd: m25p80: Let m25p80_read() fallback to spi transfer Kamal Dasu
2016-07-29 22:13 ` Kamal Dasu
2016-08-04 21:07 ` Mark Brown
2016-08-04 21:07 ` Mark Brown
2016-08-19 14:59 ` Kamal Dasu
2016-08-19 14:59 ` Kamal Dasu
2016-07-29 22:13 ` [PATCH v5 5/8] Documentation: dt: spi: Add Broadcom NSP, NS2 SoC bindings Kamal Dasu
2016-07-29 22:13 ` Kamal Dasu
2016-08-16 18:32 ` Mark Brown [this message]
2016-08-16 18:32 ` Mark Brown
2016-07-29 22:13 ` [PATCH v5 6/8] arm: dts: Add bcm-nsp and bcm958625k support Kamal Dasu
2016-07-29 22:13 ` Kamal Dasu
2016-08-01 15:09 ` Jonas Gorski
2016-08-01 15:09 ` Jonas Gorski
2016-08-02 19:51 ` Kamal Dasu
2016-08-02 19:51 ` Kamal Dasu
2016-07-29 22:13 ` [PATCH v5 7/8] arm64: dts: Add ns2 SoC support Kamal Dasu
2016-07-29 22:13 ` Kamal Dasu
2016-07-29 22:13 ` [PATCH v5 8/8] spi: nsp-qspi: Add Broadcom NSP, NS2, Cygnus " Kamal Dasu
2016-07-29 22:13 ` Kamal Dasu
2016-08-16 18:40 ` Mark Brown
2016-08-16 18:40 ` Mark Brown
2016-08-19 15:43 ` Kamal Dasu
2016-08-19 15:43 ` Kamal Dasu
2016-08-19 16:42 ` Mark Brown
2016-08-19 16:42 ` Mark Brown
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=20160816183247.GA9347@sirena.org.uk \
--to=broonie@kernel.org \
--cc=andy.fung@broadcom.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=f.fainelli@gmail.com \
--cc=jchandra@broadcom.com \
--cc=jon.mason@broadcom.com \
--cc=kdasu.kdev@gmail.com \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-spi@vger.kernel.org \
--cc=vigneshr@ti.com \
--cc=vikram.prakash@broadcom.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.