From patchwork Wed Oct 9 08:15:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damien Le Moal X-Patchwork-Id: 1994604 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=dtlL5jDi; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=139.178.88.99; helo=sv.mirrors.kernel.org; envelope-from=linux-ide+bounces-2354-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sv.mirrors.kernel.org (sv.mirrors.kernel.org [139.178.88.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XNm1F3SD4z1xsc for ; Wed, 9 Oct 2024 19:16:01 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sv.mirrors.kernel.org (Postfix) with ESMTPS id 1275F2843EA for ; Wed, 9 Oct 2024 08:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id BC7B417BB06; Wed, 9 Oct 2024 08:15:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dtlL5jDi" X-Original-To: linux-ide@vger.kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 78BF61684A5 for ; Wed, 9 Oct 2024 08:15:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728461759; cv=none; b=F/1b+8tzvlQsIU5ZDe8ck89S8dtNG+NkUkkzP65d8uGbb7MZo5bs77SQo5hvu1MuGxZtuCgS9zy42tdNazem19eaHdVI0CBZ8cwmxyxMNg1zLtBAVeV4nKmDERPUdvDtubulytYP7UIl02MQRyTWmLB70tcG8/OFCA89C1NrqZc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728461759; c=relaxed/simple; bh=uHkPpynOwk3ZMg7cTSCuBkYkVYZZpZMF4f0s2JPncX8=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=CG0uUl8kJcvKPaZU/KbhqFiTgsaB+LO5/rEUalNRct871nQGu/a+M8eY9kRCG8M1638LY8xbPJ9lGyzcz2pCVvQJUFFtkiVONlvtBMKASHHsOdgZJIeFopMtRtU66J10h4BUBc17d/ksmVRI14CchkmKwmAXcXFFNQd3Oq223dk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dtlL5jDi; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 88FD6C4CECF; Wed, 9 Oct 2024 08:15:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728461759; bh=uHkPpynOwk3ZMg7cTSCuBkYkVYZZpZMF4f0s2JPncX8=; h=From:To:Subject:Date:From; b=dtlL5jDi7sqZ38JkQ4yVH9NNxUkmy/CG2wBbK6+DBawMOupnR/RFKp0PT5eOjuQsI /EFAP7wwIXn6RhvrLP00+rTyGvpWvME7LMFdZGXGQG1vnpyMB4/AwJO7rdjfonsJWD 3GsRIOdCHLsDpxx8T9qqFiODSan4VdJxxqgLxd3glWWHWz2EEsPUrcbzZb/1CjfyuI 3fTwaZKjHo0O2+3z4xgdLQGTGtDPHztlbFglTp9Wi17lGMK2CWSsasr0JQiAztASyC YKOiqjrlPDoOZgtszMjSkeW68IZnnoC/1q8z7Ppf7fppWxbNks7o+Zb3Jg5nDp4Jh7 isBKZJQ/f8zRQ== From: Damien Le Moal To: linux-ide@vger.kernel.org, Niklas Cassel , Jens Axboe Subject: [PATCH] ata: ahci_platform: Modify MAINTAINERS entry Date: Wed, 9 Oct 2024 17:15:57 +0900 Message-ID: <20241009081557.377035-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.46.2 Precedence: bulk X-Mailing-List: linux-ide@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Modify the MAINTAINERS entry for the ahci_platform driver (LIBATA SATA AHCI PLATFORM devices support) to remove Jens as maintainer. Signed-off-by: Damien Le Moal Acked-by: Jens Axboe --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c27f3190737f..d377e81ab2bc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12961,7 +12961,6 @@ F: drivers/ata/sata_gemini.h LIBATA SATA AHCI PLATFORM devices support M: Hans de Goede -M: Jens Axboe L: linux-ide@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git