public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] power_supply: only register tosa_battery driver on tosa
@ 2008-10-29  9:04 Dmitry Baryshkov
  2008-10-29  9:04 ` [PATCH] power_supply: change the way how wm97xx-bat driver is registered Dmitry Baryshkov
  2008-11-02 20:36 ` [PATCH] power_supply: only register tosa_battery driver on tosa Dmitry
  0 siblings, 2 replies; 19+ messages in thread
From: Dmitry Baryshkov @ 2008-10-29  9:04 UTC (permalink / raw)
  To: linux-kernel; +Cc: cbou, Andrew Morton, Dmitry Baryshkov

There are already several wm97xx-battery drivers. Do register the tosa one
only on tosa machines.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
---
 drivers/power/tosa_battery.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/power/tosa_battery.c b/drivers/power/tosa_battery.c
index 2eab35a..4e52c22 100644
--- a/drivers/power/tosa_battery.c
+++ b/drivers/power/tosa_battery.c
@@ -469,6 +469,9 @@ static struct platform_driver tosa_bat_driver = {
 
 static int __init tosa_bat_init(void)
 {
+	if (!machine_is_tosa())
+		return -EINVAL;
+
 	return platform_driver_register(&tosa_bat_driver);
 }
 
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2008-11-03 19:35 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29  9:04 [PATCH] power_supply: only register tosa_battery driver on tosa Dmitry Baryshkov
2008-10-29  9:04 ` [PATCH] power_supply: change the way how wm97xx-bat driver is registered Dmitry Baryshkov
2008-11-02 20:36   ` Dmitry
2008-11-02 23:41     ` Marek Vasut
2008-11-03 15:11   ` Anton Vorontsov
2008-11-03 16:54     ` Jonathan Cameron
2008-11-03 17:21       ` Anton Vorontsov
2008-11-03 18:29     ` Dmitry Baryshkov
2008-11-03 19:34       ` Anton Vorontsov
2008-11-02 20:36 ` [PATCH] power_supply: only register tosa_battery driver on tosa Dmitry
2008-11-03 14:55   ` Anton Vorontsov
2008-11-03 16:20     ` Dmitry
2008-11-03 16:25       ` Anton Vorontsov
2008-11-03 16:41         ` Dmitry
2008-11-03 16:58           ` Anton Vorontsov
2008-11-03 17:09             ` Dmitry
2008-11-03 17:32               ` Anton Vorontsov
2008-11-03 18:14                 ` Dmitry
2008-11-03 17:41           ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox