From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 226AC2DE703; Sun, 24 Aug 2025 11:58:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756036715; cv=none; b=AxnMkvXV4Ei5gPwl4vi357mFyLDYTigzyoAeFO92dKZvIX5zEFB9MjdpGQf8ZhhXwo7c3rMoru+Ohs/4v+6scAIROyX0jgcvo4Hz4jY34m3NislH/CM543ENWCSLpxZY0KEl/MA9TaMjlbQ3f/9xy0TNlawr4ArJEF2pRknYB84= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756036715; c=relaxed/simple; bh=ixAd5fgH02XrNA6FlGuQzJcZJ1xvB//XoeEe4mROJI8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=QusezKAJC61n6Nv2yeOru4IbIrwLP3Kt+YJzc4gQ5qm5waM5UWXRm6vk+bRFoY07yWH9GWbHxdZEogSlg4+C5ZukAqI1F8SjH81dzNRxpTV7bpgmd/cJMk+R1EIYMnhsp0bvm2OcOSnxw4O0QJwSBbKWuNt4YdBqlqdngjgNf9o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=ITXGv3iQ; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="ITXGv3iQ" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id B48BE4E40C35; Sun, 24 Aug 2025 11:58:31 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 8EA9E605F1; Sun, 24 Aug 2025 11:58:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id AE9831C22D26C; Sun, 24 Aug 2025 13:58:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1756036710; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=5BQKLzxHcSP+Ym2rvRUevZmK0xetSeZp3Dz06CAnblU=; b=ITXGv3iQ0lZ7cnzN5bnJT7JjINj3mXBTJEdmdNK3eGu/zUeqAncna/X05CuSdONAVEx1X0 HFhElJDjaF29DvsD7bA64rfDbLGP/K7M2+BZ0aKmS7C0ARTv7jYWhF47sXyAOOjKh8hWPQ y88XbBWItCRVsNVof5LsP5h8uR3GWG7LkMf9QpRa2HnQMVq4N5kAj9yFVi0j99Vw4BobEs Y/SWGcB2mEfMziCToNvBt61qw11POpsEr+xnuQu6diX7Rl+wIu+8EL0LJAvwFgnG+CeyO6 mOnWIUB+VHvU5+7xb0tiirytJHn/K4iRJaWwHylhj4RC/9O5ftCEVrllSctIQQ== From: Mathieu Dubois-Briand Date: Sun, 24 Aug 2025 13:57:29 +0200 Subject: [PATCH v14 10/10] MAINTAINERS: Add entry on MAX7360 driver Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20250824-mdb-max7360-support-v14-10-435cfda2b1ea@bootlin.com> References: <20250824-mdb-max7360-support-v14-0-435cfda2b1ea@bootlin.com> In-Reply-To: <20250824-mdb-max7360-support-v14-0-435cfda2b1ea@bootlin.com> To: Lee Jones , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kamel Bouhara , Linus Walleij , Bartosz Golaszewski , Dmitry Torokhov , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , Michael Walle , Mark Brown , Greg Kroah-Hartman , "Rafael J. Wysocki" , Danilo Krummrich Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-input@vger.kernel.org, linux-pwm@vger.kernel.org, andriy.shevchenko@intel.com, =?utf-8?q?Gr=C3=A9gory_Clement?= , Thomas Petazzoni , Mathieu Dubois-Briand X-Mailer: b4 0.14.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1756036647; l=1082; i=mathieu.dubois-briand@bootlin.com; s=20241219; h=from:subject:message-id; bh=ixAd5fgH02XrNA6FlGuQzJcZJ1xvB//XoeEe4mROJI8=; b=EMe+5Koun6LkM5+1HplBWQgqwTSzKWVcD7KZ0t7cawgQ2PSv2d9NF/1ZlOS2mKLu0E3KujXB/ i1VaP+fOG4JBeKfxXAxmXeO9wM3lKt2XPdC8HKEA6dv1MMYU4iHg6OA X-Developer-Key: i=mathieu.dubois-briand@bootlin.com; a=ed25519; pk=1PVTmzPXfKvDwcPUzG0aqdGoKZJA3b9s+3DqRlm0Lww= X-Last-TLS-Session-Version: TLSv1.3 Add myself as maintainer of Maxim MAX7360 driver and device-tree bindings. Signed-off-by: Mathieu Dubois-Briand --- MAINTAINERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index daf520a13bdf..6ac78b0ccc1c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15011,6 +15011,19 @@ L: linux-iio@vger.kernel.org S: Maintained F: drivers/iio/temperature/max30208.c +MAXIM MAX7360 KEYPAD LED MFD DRIVER +M: Mathieu Dubois-Briand +S: Maintained +F: Documentation/devicetree/bindings/gpio/maxim,max7360-gpio.yaml +F: Documentation/devicetree/bindings/mfd/maxim,max7360.yaml +F: drivers/gpio/gpio-max7360.c +F: drivers/input/keyboard/max7360-keypad.c +F: drivers/input/misc/max7360-rotary.c +F: drivers/mfd/max7360.c +F: drivers/pinctrl/pinctrl-max7360.c +F: drivers/pwm/pwm-max7360.c +F: include/linux/mfd/max7360.h + MAXIM MAX77650 PMIC MFD DRIVER M: Bartosz Golaszewski L: linux-kernel@vger.kernel.org -- 2.39.5