чт, 16 янв. 2025 г. в 03:17, Sebastian Reichel
[off-list ref]:
Hi,
On Wed, Jan 08, 2025 at 05:13:50PM +0300, Dzmitry Sankouski wrote:
quoted
Add driver for Maxim 77705 switch-mode charger.
It providing power supply class information to userspace.
The driver is configured through DTS (battery and system related
settings).
Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
---
(...)
quoted
+++ b/include/linux/power/max77705_charger.h
@@ -0,0 +1,194 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Maxim MAX77705 definitions.
+ *
+ * Copyright (C) 2015 Samsung Electronics, Inc.
+ * Copyright (C) 2024 Dzmitry Sankouski <dsankouski@gmail.com>
+ */
Please put all of it at the head of the driver, like any of the
recent power-supply drivers do.
Samsung is unrelated to the driver code, except for that header.
I would leave their copyright sign only in the header, to make that clear.
--
Best regards and thanks for review,
Dzmitry