[PATCH V5 0/3] Add compatible for Mediatek MT8186

Leilk Liu posted 3 patches 2 years, 7 months ago
.../bindings/spi/mediatek,spi-mt65xx.yaml     | 102 ++++++++++++++++++
.../spi/mediatek,spi-slave-mt27xx.yaml        |  58 ++++++++++
.../devicetree/bindings/spi/spi-mt65xx.txt    |  68 ------------
.../bindings/spi/spi-slave-mt27xx.txt         |  33 ------
4 files changed, 160 insertions(+), 101 deletions(-)
create mode 100644 Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml
create mode 100644 Documentation/devicetree/bindings/spi/mediatek,spi-slave-mt27xx.yaml
delete mode 100644 Documentation/devicetree/bindings/spi/spi-mt65xx.txt
delete mode 100644 Documentation/devicetree/bindings/spi/spi-slave-mt27xx.txt
[PATCH V5 0/3] Add compatible for Mediatek MT8186
Posted by Leilk Liu 2 years, 7 months ago
V5:
1. re-send these patchs based on v5.17-rc1.
2. add the flags: "Reviewed-by Rob Herring".

V4:
1. add "dt-bindings: spi: Convert spi-slave-mt27xx to json-schema" to this series again.

v3:
1. Fix Rob review comment in v2.

v2:
1. Fix Rob review comment.
2. split spi-mt65xx & spi-slave-mt27xx to 2 patches.

Leilk Liu (3):
  dt-bindings: spi: Convert spi-slave-mt27xx to json-schema
  dt-bindings: spi: Convert spi-mt65xx to json-schema
  dt-bindings: spi: Add compatible for Mediatek MT8186

 .../bindings/spi/mediatek,spi-mt65xx.yaml     | 102 ++++++++++++++++++
 .../spi/mediatek,spi-slave-mt27xx.yaml        |  58 ++++++++++
 .../devicetree/bindings/spi/spi-mt65xx.txt    |  68 ------------
 .../bindings/spi/spi-slave-mt27xx.txt         |  33 ------
 4 files changed, 160 insertions(+), 101 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml
 create mode 100644 Documentation/devicetree/bindings/spi/mediatek,spi-slave-mt27xx.yaml
 delete mode 100644 Documentation/devicetree/bindings/spi/spi-mt65xx.txt
 delete mode 100644 Documentation/devicetree/bindings/spi/spi-slave-mt27xx.txt

--
2.25.1



Re: [PATCH V5 0/3] Add compatible for Mediatek MT8186
Posted by Mark Brown 2 years, 7 months ago
On Wed, Feb 09, 2022 at 09:44:40AM +0800, Leilk Liu wrote:
> V5:
> 1. re-send these patchs based on v5.17-rc1.
> 2. add the flags: "Reviewed-by Rob Herring".

Please do not submit new versions of already applied patches, please
submit incremental updates to the existing code.  Modifying existing
commits creates problems for other users building on top of those
commits so it's best practice to only change pubished git commits if
absolutely essential.
Re: [PATCH V5 0/3] Add compatible for Mediatek MT8186
Posted by Leilk Liu 2 years, 7 months ago
On Wed, 2022-02-09 at 13:16 +0000, Mark Brown wrote:
> On Wed, Feb 09, 2022 at 09:44:40AM +0800, Leilk Liu wrote:
> > V5:
> > 1. re-send these patchs based on v5.17-rc1.
> > 2. add the flags: "Reviewed-by Rob Herring".
> 
> Please do not submit new versions of already applied patches, please
> submit incremental updates to the existing code.  Modifying existing
> commits creates problems for other users building on top of those
> commits so it's best practice to only change pubished git commits if
> absolutely essential.

Sorry to ignore the applied mail before I sent this new versions,
thanks for your reminder.