[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1309773341-8503-1-git-send-email-w.sang@pengutronix.de>
Date: Mon, 4 Jul 2011 11:55:41 +0200
From: Wolfram Sang <w.sang@...gutronix.de>
To: linux-kernel@...r.kernel.org
Cc: Wolfram Sang <w.sang@...gutronix.de>,
Richard Purdie <richard.purdie@...uxfoundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH RESEND] leds: pca9532: change driver name to be unique
This driver handles the variants pca9530-pca9533, so it chose the name
"pca953x". However, there is a gpio driver which decided on the same
name. As a result, those two can't be loaded at the same time. Add a
subsystem prefix to make the driver name unique. Device matching will
not suffer, because both are I2C drivers which match using a
i2c_device_id-table which is not altered.
Signed-off-by: Wolfram Sang <w.sang@...gutronix.de>
Acked-by: Jean Delvare <khali@...ux-fr.org>
Cc: Richard Purdie <richard.purdie@...uxfoundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
No changes, added Andrew to CC since most led patches seem to have gone
via his tree in the last time. A similar patch for the gpio driver has
been dropped [1], so this one would be really nice to have in 3.0.
[1] http://www.gossamer-threads.com/lists/linux/kernel/1401070
drivers/leds/leds-pca9532.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/leds/leds-pca9532.c b/drivers/leds/leds-pca9532.c
index d8d3a1e..a2c8746 100644
--- a/drivers/leds/leds-pca9532.c
+++ b/drivers/leds/leds-pca9532.c
@@ -88,7 +88,7 @@ static const struct pca9532_chip_info pca9532_chip_info_tbl[] = {
static struct i2c_driver pca9532_driver = {
.driver = {
- .name = "pca953x",
+ .name = "leds-pca953x",
},
.probe = pca9532_probe,
.remove = pca9532_remove,
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists