From patchwork Wed Feb 2 21:26:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergey Shtylyov X-Patchwork-Id: 1587797 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-ide-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4Jpvxv74w4z9sFs for ; Thu, 3 Feb 2022 08:26:43 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231336AbiBBV0m (ORCPT ); Wed, 2 Feb 2022 16:26:42 -0500 Received: from mxout02.lancloud.ru ([45.84.86.82]:49968 "EHLO mxout02.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229666AbiBBV0m (ORCPT ); Wed, 2 Feb 2022 16:26:42 -0500 Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout02.lancloud.ru F321921F9C61 Received: from LanCloud Received: from LanCloud Received: from LanCloud To: , , "Damien Le Moal" From: Sergey Shtylyov Subject: [PATCH] Organization: Open Mobile Platform Message-ID: <257fda81-c6a1-de07-c0db-5b4a3198835b@omp.ru> Date: Thu, 3 Feb 2022 00:26:39 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 Content-Language: en-US X-Originating-IP: [192.168.11.198] X-ClientProxiedBy: LFEXT02.lancloud.ru (fd00:f066::142) To LFEX1907.lancloud.ru (fd00:f066::207) Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Add myself as a reviewer for the libata PATA drivers -- there has been some activity in this area still... 8-) Having been hacking on ATA from the early 90s, I think I deserved this highly responsible position, at last! :-) Signed-off-by: Sergey Shtylyov --- This patch is against the 'master' branch of Damien Le Moal's 'libata.git' repo. MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) Index: libata/MAINTAINERS =================================================================== --- libata.orig/MAINTAINERS +++ libata/MAINTAINERS @@ -10880,6 +10880,12 @@ T: git git://git.kernel.org/pub/scm/linu F: drivers/ata/pata_arasan_cf.c F: include/linux/pata_arasan_cf_data.h +LIBATA PATA DRIVERS +R: Sergey Shtylyov +L: linux-ide@vger.kernel.org +F: drivers/ata/ata_*.c +F: drivers/ata/pata_*.c + LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS M: Linus Walleij L: linux-ide@vger.kernel.org