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: 11204799 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 108BC14E5 for ; Tue, 22 Oct 2019 16:21:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EC41D21783 for ; Tue, 22 Oct 2019 16:21:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731795AbfJVQVc (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: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@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(-)