From: William Zhang <william.zhang@broadcom.com>
To: Jagan Teki <jagan@amarulasolutions.com>
Cc: anand.gore@broadcom.com, kursad.oney@broadcom.com,
U-Boot Mailing List <u-boot@lists.denx.de>,
noltari@gmail.com, philippe.reynes@softathome.com,
tomer.yacoby@broadcom.com, dregan@mail.com,
joel.peshkin@broadcom.com, dan.beygelman@broadcom.com,
Simon Glass <sjg@chromium.org>,
Bharat Gooty <bharat.gooty@broadcom.com>,
Daniel Schwierzeck <daniel.schwierzeck@gmail.com>,
Tom Rini <trini@konsulko.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Subject: Re: [PATCH v2 0/9] spi: bcm63xx-hsspi: driver and doc updates
Date: Fri, 2 Jun 2023 11:56:55 -0700 [thread overview]
Message-ID: <52188c1a-ba08-2193-a711-783e242a0cb9@broadcom.com> (raw)
In-Reply-To: <CAMty3ZDsDPxQ1vsEj7C_ah2HvQy4gO2rArhbPOPHEvw2bTX+Ww@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1663 bytes --]
Hi Jagan,
On 06/01/2023 11:01 PM, Jagan Teki wrote:
> On Wed, May 3, 2023 at 12:29 AM William Zhang
> <william.zhang@broadcom.com> wrote:
>>
>> This patch series is the u-boot port from the recently accepted kernel
>> Broadcom HSSPI driver patch series here [1]. It includes the
>> accumulative updates and fixes for the driver from Broadcom. It also
>> added a new driver for the updated SPI controller found in the new
>> BCMBCA SoC. The device tree document is converted to yaml format and
>> updated accordingly.
>>
>> [1]: https://lore.kernel.org/all/20230207065826.285013-1-william.zhang@broadcom.com/
>>
>> Changes in v2:
>> - Add Álvaro Fernández Rojas as another maintainer
>>
>> William Zhang (9):
>> dt-bindings: spi: Add bcm63xx-hsspi controller support
>> ARM: dts: broadcom: bcmbca: Add spi controller node
>> arm64: dts: broadcom: bcmbca: Add spi controller node
>> spi: bcm63xx-hsspi: Enable SPI drivers by default
>> spi: bcm63xx-hsspi: Add new compatible string support
>> spi: bcm63xx-hsspi: Fix multi-bit mode setting
>
> This will fix for the upcoming release.
>
>> spi: bcm63xx-hsspi: Add prepend mode support
>> spi: bcmbca-hsspi: Add driver for newer HSSPI controller
>> MAINTAINERS: Add Broadcom Broadband SoC HS SPI drivers
>
> Patches send the patches related to SPI as separate series.
>
> Also please note that for arch patches, I have moved to tom since I'm
> unable to find the proper delate for bcmbca.
>
Thanks Jagan for the reviews. I will send out two patches series with
updates based on the reviews: one for SPI driver changes and another for
arch/dts/doc changes
> Thanks,
> Jagan.
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]
next prev parent reply other threads:[~2023-06-02 18:57 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-02 18:58 [PATCH v2 0/9] spi: bcm63xx-hsspi: driver and doc updates William Zhang
2023-05-02 18:58 ` [PATCH v2 1/9] dt-bindings: spi: Add bcm63xx-hsspi controller support William Zhang
2023-05-02 18:58 ` [PATCH v2 2/9] ARM: dts: broadcom: bcmbca: Add spi controller node William Zhang
2023-05-02 18:58 ` [PATCH v2 3/9] arm64: " William Zhang
2023-05-02 18:58 ` [PATCH v2 4/9] spi: bcm63xx-hsspi: Enable SPI drivers by default William Zhang
2023-05-02 18:58 ` [PATCH v2 5/9] spi: bcm63xx-hsspi: Add new compatible string support William Zhang
2023-06-02 5:46 ` Jagan Teki
2023-05-02 18:58 ` [PATCH v2 6/9] spi: bcm63xx-hsspi: Fix multi-bit mode setting William Zhang
2023-06-02 5:47 ` Jagan Teki
2023-05-02 18:58 ` [PATCH v2 7/9] spi: bcm63xx-hsspi: Add prepend mode support William Zhang
2023-05-02 18:58 ` [PATCH v2 8/9] spi: bcmbca-hsspi: Add driver for newer HSSPI controller William Zhang
2023-06-02 5:54 ` Jagan Teki
2023-06-02 18:53 ` William Zhang
2023-05-02 18:58 ` [PATCH v2 9/9] MAINTAINERS: Add Broadcom Broadband SoC HS SPI drivers William Zhang
2023-06-01 23:52 ` [PATCH v2 0/9] spi: bcm63xx-hsspi: driver and doc updates William Zhang
2023-06-02 6:01 ` Jagan Teki
2023-06-02 18:56 ` William Zhang [this message]
2023-06-06 20:19 ` William Zhang
2023-06-07 20:05 ` Tom Rini
2023-06-07 20:31 ` William Zhang
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=52188c1a-ba08-2193-a711-783e242a0cb9@broadcom.com \
--to=william.zhang@broadcom.com \
--cc=anand.gore@broadcom.com \
--cc=bharat.gooty@broadcom.com \
--cc=dan.beygelman@broadcom.com \
--cc=daniel.schwierzeck@gmail.com \
--cc=dregan@mail.com \
--cc=f.fainelli@gmail.com \
--cc=jagan@amarulasolutions.com \
--cc=joel.peshkin@broadcom.com \
--cc=kursad.oney@broadcom.com \
--cc=noltari@gmail.com \
--cc=philippe.reynes@softathome.com \
--cc=rayagonda.kokatanur@broadcom.com \
--cc=sjg@chromium.org \
--cc=tomer.yacoby@broadcom.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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