From nobody Mon Jun 29 18:39:59 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2AD3C433FE for ; Thu, 3 Feb 2022 17:53:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353278AbiBCRxH (ORCPT ); Thu, 3 Feb 2022 12:53:07 -0500 Received: from mxout01.lancloud.ru ([45.84.86.81]:34258 "EHLO mxout01.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353439AbiBCRvl (ORCPT ); Thu, 3 Feb 2022 12:51:41 -0500 Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout01.lancloud.ru E62FA205EE8D Received: from LanCloud Received: from LanCloud Received: from LanCloud From: Sergey Shtylyov Subject: [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer To: , , "Damien Le Moal" CC: Geert Uytterhoeven Organization: Open Mobile Platform Message-ID: <6c1f0131-fb02-f30a-86ed-63ce3788901b@omp.ru> Date: Thu, 3 Feb 2022 20:51:38 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Originating-IP: [192.168.11.198] X-ClientProxiedBy: LFEXT01.lancloud.ru (fd00:f066::141) To LFEX1907.lancloud.ru (fd00:f066::207) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add myself as a reviewer for the Renesas R-Car SATA driver -- I don't have the hardware anymore (Geert Uytterhoeven does have a lot of hardware!) but I do have the manuals still! :-) Signed-off-by: Sergey Shtylyov Acked-by: Geert Uytterhoeven --- This patch is against the 'master' branch of Damien Le Moal's 'libata.git' repo. MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) Index: libata/MAINTAINERS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- libata.orig/MAINTAINERS +++ libata/MAINTAINERS @@ -16469,6 +16469,13 @@ F: Documentation/devicetree/bindings/i2c F: drivers/i2c/busses/i2c-rcar.c F: drivers/i2c/busses/i2c-sh_mobile.c =20 +RENESAS R-CAR SATA DRIVER +R: Sergey Shtylyov +L: linux-ide@vger.kernel.org +L: linux-renesas-soc@vger.kernel.org +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml +F: drivers/ata/sata_rcar.c + RENESAS R-CAR THERMAL DRIVERS M: Niklas S=C3=B6derlund L: linux-renesas-soc@vger.kernel.org