[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250116224009.430622-2-s-ramamoorthy@ti.com>
Date: Thu, 16 Jan 2025 16:40:09 -0600
From: Shree Ramamoorthy <s-ramamoorthy@...com>
To: <dmitry.torokhov@...il.com>, <u.kleine-koenig@...libre.com>,
<linux-input@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <m-leonard@...com>, <praneeth@...com>
Subject: [PATCH v1 1/1] input: tps65214: Add support for TI TPS65214 PMIC
Update descriptions to reflect this input driver applies to TPS65214,
TPS65215, and TPS65219.
Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@...com>
---
drivers/input/misc/tps65219-pwrbutton.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/input/misc/tps65219-pwrbutton.c b/drivers/input/misc/tps65219-pwrbutton.c
index 27a8d10d81ac..385007608401 100644
--- a/drivers/input/misc/tps65219-pwrbutton.c
+++ b/drivers/input/misc/tps65219-pwrbutton.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
//
-// Driver for TPS65215/TPS65219 Push Button
+// TPS65214/TPS65215/TPS65219 Power Button Driver
//
// Copyright (C) 2022 BayLibre Incorporated - https://www.baylibre.com/
@@ -145,6 +145,6 @@ static struct platform_driver tps65219_pb_driver = {
};
module_platform_driver(tps65219_pb_driver);
-MODULE_DESCRIPTION("TPS65215/TPS65219 Power Button");
+MODULE_DESCRIPTION("TPS65214/TPS65215/TPS65219 Power Button");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Markus Schneider-Pargmann <msp@...libre.com");
--
2.43.0
Powered by blists - more mailing lists