From patchwork Tue Oct 22 16:21:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 1181482 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46yJfj32vcz9sPf for ; Wed, 23 Oct 2019 03:21:33 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731656AbfJVQVc (ORCPT ); Tue, 22 Oct 2019 12:21:32 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:44972 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731132AbfJVQVc (ORCPT ); Tue, 22 Oct 2019 12:21:32 -0400 X-IronPort-AV: E=Sophos;i="5.68,216,1569250800"; d="scan'208";a="29712998" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 23 Oct 2019 01:21:30 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.36.196]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 665C74000FBD; Wed, 23 Oct 2019 01:21:27 +0900 (JST) From: Fabrizio Castro To: Jens Axboe , Rob Herring , Mark Rutland Cc: Fabrizio Castro , Geert Uytterhoeven , Magnus Damm , linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Simon Horman , Chris Paterson , Biju Das , Laurent Pinchart , Kieran Bingham , Jacopo Mondi Subject: [PATCH 0/2] Add SATA support to RZ/G2N Date: Tue, 22 Oct 2019 17:21:17 +0100 Message-Id: <1571761279-17347-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Dear All, this series adds SoC specific SATA support for the RZ/G2N. Thanks, Fab Fabrizio Castro (2): ata: sata_rcar: Add r8a774b1 support arm64: dts: renesas: r8a774b1: Add SATA controller node Documentation/devicetree/bindings/ata/sata_rcar.txt | 7 +++++-- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 11 +++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) Reviewed-by: Geert Uytterhoeven