From: <michael.hennerich@analog.com>
To: mike.looijmans@topic.nl, sre@kernel.org, robh+dt@kernel.org
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
robin.getz@analog.com,
Michael Hennerich <michael.hennerich@analog.com>
Subject: [PATCH v3 2/2] power: supply: ltc3651-charger: Fix device name (rename files)
Date: Tue, 9 Apr 2019 08:24:41 +0200 [thread overview]
Message-ID: <1554791081-10950-2-git-send-email-michael.hennerich@analog.com> (raw)
In-Reply-To: <1554791081-10950-1-git-send-email-michael.hennerich@analog.com>
From: Michael Hennerich <michael.hennerich@analog.com>
rename only - no functional changes
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
---
.../bindings/power/supply/{ltc3651-charger.txt => lt3651-charger.txt} | 0
drivers/power/supply/Makefile | 2 +-
drivers/power/supply/{ltc3651-charger.c => lt3651-charger.c} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
rename Documentation/devicetree/bindings/power/supply/{ltc3651-charger.txt => lt3651-charger.txt} (100%)
rename drivers/power/supply/{ltc3651-charger.c => lt3651-charger.c} (100%)
diff --git a/Documentation/devicetree/bindings/power/supply/ltc3651-charger.txt b/Documentation/devicetree/bindings/power/supply/lt3651-charger.txt
similarity index 100%
rename from Documentation/devicetree/bindings/power/supply/ltc3651-charger.txt
rename to Documentation/devicetree/bindings/power/supply/lt3651-charger.txt
diff --git a/drivers/power/supply/Makefile b/drivers/power/supply/Makefile
index 714c602..a2b3ab1 100644
--- a/drivers/power/supply/Makefile
+++ b/drivers/power/supply/Makefile
@@ -67,7 +67,7 @@ obj-$(CONFIG_CHARGER_LP8727) += lp8727_charger.o
obj-$(CONFIG_CHARGER_LP8788) += lp8788-charger.o
obj-$(CONFIG_CHARGER_GPIO) += gpio-charger.o
obj-$(CONFIG_CHARGER_MANAGER) += charger-manager.o
-obj-$(CONFIG_CHARGER_LT3651) += ltc3651-charger.o
+obj-$(CONFIG_CHARGER_LT3651) += lt3651-charger.o
obj-$(CONFIG_CHARGER_MAX14577) += max14577_charger.o
obj-$(CONFIG_CHARGER_DETECTOR_MAX14656) += max14656_charger_detector.o
obj-$(CONFIG_CHARGER_MAX77693) += max77693_charger.o
diff --git a/drivers/power/supply/ltc3651-charger.c b/drivers/power/supply/lt3651-charger.c
similarity index 100%
rename from drivers/power/supply/ltc3651-charger.c
rename to drivers/power/supply/lt3651-charger.c
--
2.7.4
next prev parent reply other threads:[~2019-04-09 6:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-09 6:24 [PATCH v3 1/2] power: supply: ltc3651-charger: Fix device name michael.hennerich
2019-04-09 6:24 ` michael.hennerich [this message]
2019-04-09 22:45 ` [PATCH v3 2/2] power: supply: ltc3651-charger: Fix device name (rename files) Sebastian Reichel
2019-04-09 22:44 ` [PATCH v3 1/2] power: supply: ltc3651-charger: Fix device name Sebastian Reichel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1554791081-10950-2-git-send-email-michael.hennerich@analog.com \
--to=michael.hennerich@analog.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mike.looijmans@topic.nl \
--cc=robh+dt@kernel.org \
--cc=robin.getz@analog.com \
--cc=sre@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).