[PATCH v6] ARM: clocksource: add asm9260_timer driver
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-10-19 20:13:52
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-10-19 20:13:52
On Friday 17 October 2014 11:46:05 Oleksij Rempel wrote:
+CLOCKSOURCE_OF_DECLARE(asm9260_timer, "alphascale," DRIVER_NAME, + asm9260_timer_init);
Please avoid the use of the DRIVER_NAME macro here, it makes it very hard to grep for uses of the compatible string. You forgot to put Daniel Lezcano [off-list ref] on Cc for the submission. Arnd