diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2013-05-27 11:08:28 -0400 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2013-06-12 12:50:21 -0400 |
commit | 5f184e63c61f92ab499273e682bb8898e88209a8 (patch) | |
tree | 3b40acaafd76ec370c0f9aaaaa7ea276f32de328 /drivers/input | |
parent | a3e509bb328287beba05017037e505bc53b62724 (diff) |
mfd: input: ti_am335x_tsc: rename device from tsc to TI-am335x-tsc
tsc is a very generic name. This patch adds a TI and HW prefix to it
less generic.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/ti_am335x_tsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c index a1db55d1a862..ff3215ddf9f5 100644 --- a/drivers/input/touchscreen/ti_am335x_tsc.c +++ b/drivers/input/touchscreen/ti_am335x_tsc.c | |||
@@ -491,7 +491,7 @@ static struct platform_driver ti_tsc_driver = { | |||
491 | .probe = titsc_probe, | 491 | .probe = titsc_probe, |
492 | .remove = titsc_remove, | 492 | .remove = titsc_remove, |
493 | .driver = { | 493 | .driver = { |
494 | .name = "tsc", | 494 | .name = "TI-am335x-tsc", |
495 | .owner = THIS_MODULE, | 495 | .owner = THIS_MODULE, |
496 | .pm = TITSC_PM_OPS, | 496 | .pm = TITSC_PM_OPS, |
497 | .of_match_table = of_match_ptr(ti_tsc_dt_ids), | 497 | .of_match_table = of_match_ptr(ti_tsc_dt_ids), |