mbox series

[V3,0/2] ata: ahci: ceva: Update the driver to support xilinx GT phy

Message ID 1612807436-5238-1-git-send-email-piyush.mehta@xilinx.com
Headers show
Series ata: ahci: ceva: Update the driver to support xilinx GT phy | expand

Message

Piyush Mehta Feb. 8, 2021, 6:03 p.m. UTC
This patch series updates the ceva driver to add support for Xilinx GT phy.
This also updates the documentation with the device tree binding required
for working with Xilinx GT phy.

---
Changes in V2:
 - Added backward compatibility with the older sequence of the CEVA controller.
 - Update dt-bindings document: To make phy and reset properties optional.
 - Remove rst_names property.

Changes in V3:
 - Remove phy-names property.
 - Validate backward compatibility with reset controller availability,
   instead of a flag.
---
Piyush Mehta (2):
  dt-bindings: ata: ahci: ceva: Update documentation for CEVA Controller
  ata: ahci: ceva: Update the driver to support xilinx GT phy

 .../devicetree/bindings/ata/ahci-ceva.txt          |  4 ++
 drivers/ata/ahci_ceva.c                            | 43 ++++++++++++++++++++--
 2 files changed, 44 insertions(+), 3 deletions(-)

Comments

Jens Axboe March 3, 2021, 1:51 p.m. UTC | #1
On 2/8/21 11:03 AM, Piyush Mehta wrote:
> This patch series updates the ceva driver to add support for Xilinx GT phy.
> This also updates the documentation with the device tree binding required
> for working with Xilinx GT phy.

Applied for 5.13, thanks.