Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-23 | rtc: moxart: Convert to SPDX identifier | Nobuhiro Iwamatsu | 1 | -4/+1 | |
Use SPDX-License-Identifier instead of a verbose license text. CC: Alessandro Zummo <[email protected]> CC: Alexandre Belloni <[email protected]> CC: Jonas Jensen <[email protected]> Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]> | |||||
2015-09-05 | rtc: Fix module autoload for OF platform drivers | Javier Martinez Canillas | 1 | -0/+1 | |
These platform drivers have a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Javier Martinez Canillas <[email protected]> Acked-by: Andrew Lunn <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> | |||||
2014-10-20 | rtc: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 | |
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <[email protected]> | |||||
2014-04-03 | rtc: rtc-moxart: remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 | |
The site-specific OOM messages are unnecessary, because they duplicate the MM subsystem generic OOM message. Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2013-09-11 | rtc: add MOXA ART RTC driver | Jonas Jensen | 1 | -0/+330 | |
Add RTC driver for MOXA ART SoCs. Signed-off-by: Jonas Jensen <[email protected]> Reviewed-by: Mark Brown <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> |