Re-sending dt-binding and ahci_tegra driver patches as v4 as device tree patches from v3 are merged but not the AHCI Tegra driver. Missed to add Jens Axboe to mailing list in v3. Adding for v4. This series adds support for AHCI-compliant SATA to Tegra186 SoC. This series includes patches for - Converting text based dt-binding document to YAML. - Adding dt-bindings for Tegra186. - Adding Tegra186 support to Tegra AHCI driver. Delta between patch versions: [v4]: Same as v3 except removed device tree patches as they are merged. [v3]: fixed yaml example to pass dt_binding_check [v2]: v1 feedback related to yaml dt-binding. Removed conditional reset order in yaml and updated dts files to maintain same order for commonly available resets across Tegra124 thru Tegra186. Sowjanya Komatineni (3): dt-bindings: ata: tegra: Convert binding documentation to YAML dt-binding: ata: tegra: Add dt-binding documentation for Tegra186 ata: ahci_tegra: Add AHCI support for Tegra186 .../devicetree/bindings/ata/nvidia,tegra-ahci.yaml | 176 +++++++++++++++++++++ .../bindings/ata/nvidia,tegra124-ahci.txt | 44 ------ drivers/ata/ahci_tegra.c | 60 +++++-- 3 files changed, 223 insertions(+), 57 deletions(-) create mode 100644 Documentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml delete mode 100644 Documentation/devicetree/bindings/ata/nvidia,tegra124-ahci.txt -- 2.7.4