Message ID | 20250116224009.430622-2-s-ramamoorthy@ti.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add TI TPS65214 PMIC Input Support | expand |
On 16/01/2025 23:40, Shree Ramamoorthy wrote: > Update descriptions to reflect this input driver applies to TPS65214, > TPS65215, and TPS65219. > > Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com> > --- That's just churn... Best regards, Krzysztof
On Fri, Jan 17, 2025 at 10:23:58AM +0100, Krzysztof Kozlowski wrote: > On 16/01/2025 23:40, Shree Ramamoorthy wrote: > > Update descriptions to reflect this input driver applies to TPS65214, > > TPS65215, and TPS65219. > > > > Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com> > > --- > > That's just churn... Yes, when something is being reused we typically do not go back and list all the new users unless there are other adjustments needed. Thanks.
Hi, On 1/17/25 11:43 AM, Dmitry Torokhov wrote: > On Fri, Jan 17, 2025 at 10:23:58AM +0100, Krzysztof Kozlowski wrote: >> On 16/01/2025 23:40, Shree Ramamoorthy wrote: >>> Update descriptions to reflect this input driver applies to TPS65214, >>> TPS65215, and TPS65219. >>> >>> Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com> >>> --- >> That's just churn... > Yes, when something is being reused we typically do not go back and list > all the new users unless there are other adjustments needed. > > Thanks. Thank you both for reviewing and the explanation. I will drop this input series for the next version submitted.
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@baylibre.com");
Update descriptions to reflect this input driver applies to TPS65214, TPS65215, and TPS65219. Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com> --- drivers/input/misc/tps65219-pwrbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)