mbox series

[V3,0/3] spi: tegra quad: Add Tegra Grace features

Message ID 20220607114659.54314-1-kyarlagadda@nvidia.com
Headers show
Series spi: tegra quad: Add Tegra Grace features | expand

Message

Krishna Yarlagadda June 7, 2022, 11:46 a.m. UTC
Add multiple chip select lines supported on Tegra 241

Changes in v3:
Handle review comments.
Move controller's properties to "nvidia,tegra210-quad.yaml".
Fix style errors in peripheral yaml doc.
Changes in v2:
Split Wait polling changes to be handled later
Change chip name to convention followed (Grace to 241)
Add tegra qspi peripherals yaml file

Krishna Yarlagadda (3):
  spi: tegra210-quad: Multi-cs support
  spi: dt-bindings: split peripheral prods
  spi: dt-bindings: Add compatible for Tegra241 QSPI

 ...nvidia,tegra210-quad-peripheral-props.yaml | 33 +++++++++++++++++++
 .../bindings/spi/nvidia,tegra210-quad.yaml    | 22 +------------
 .../bindings/spi/spi-peripheral-props.yaml    |  1 +
 drivers/spi/spi-tegra210-quad.c               | 33 +++++++++++++++++--
 4 files changed, 66 insertions(+), 23 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/nvidia,tegra210-quad-peripheral-props.yaml

Comments

Rob Herring June 9, 2022, 8:13 p.m. UTC | #1
On Tue, 07 Jun 2022 17:16:59 +0530, Krishna Yarlagadda wrote:
> Add new compatible for Tegra241 QSPI controller which has
> multiple chip select lines.
> 
> Signed-off-by: Krishna Yarlagadda <kyarlagadda@nvidia.com>
> ---
>  Documentation/devicetree/bindings/spi/nvidia,tegra210-quad.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>