]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
rtc: Add support for the rtc found in the MC13892 PMIC
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 28 Oct 2010 10:30:53 +0000 (12:30 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Oct 2010 22:30:01 +0000 (00:30 +0200)
commit1c97872b80691f6bd3e46ec431a0d59dc75cb8da
tree921661b89914be8d606bf2539d4e2137a429b5c0
parent72f2e2c763edc41f8eead042b6ff933acb0378e2
rtc: Add support for the rtc found in the MC13892 PMIC

The mfd driver for MC13783 recently got support for MC13892 and was
renamed accordingly from mc13783-core to mc13xxx-core.  Do the same for
rtc-mc13783.

The only relevant change is to use platform id's to tell the platform bus
that this driver is responsible for mc13892-rtc devices, too.

Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-mc13783.c [deleted file]
drivers/rtc/rtc-mc13xxx.c [new file with mode: 0644]