staging: iio: tsl2x7x: rename driver to tsl2772
authorBrian Masney <masneyb@onstation.org>
Fri, 11 May 2018 00:12:22 +0000 (20:12 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 12 May 2018 11:24:29 +0000 (12:24 +0100)
commit4e24c1719f3485780b2be559e5fc11d091139935
tree8d526bebbe75f6b0066bb5e394b82fdefc8101bf
parentda18e8906278b82774fe5181d98e1e37a62fc1e6
staging: iio: tsl2x7x: rename driver to tsl2772

This patch renames this driver from tsl2x7x to tsl2772 since it is
highly likely that additional devices will be added to this driver that
do not match that wildcard. The tsl2772 driver name was selected since
that is currently the device with the most features that are supported
by this driver.

This patch also adds Brian Masney's copyright to tsl2772.h for all of
the work that has been done to move this driver out of staging.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/Kconfig
drivers/staging/iio/light/Makefile
drivers/staging/iio/light/tsl2772.c [new file with mode: 0644]
drivers/staging/iio/light/tsl2772.h [new file with mode: 0644]
drivers/staging/iio/light/tsl2x7x.c [deleted file]
drivers/staging/iio/light/tsl2x7x.h [deleted file]