Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mn10300: Remove the architecture | David Howells | 2018-03-09 | 1 | -86/+0 |
| | | | | | | | | | | Remove the MN10300 arch as the hardware is defunct. Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David Howells <dhowells@redhat.com> cc: Masahiro Yamada <yamada.masahiro@socionext.com> cc: linux-am33-list@redhat.com Signed-off-by: Arnd Bergmann <arnd@arndb.de> | ||||
* | mn10300: use RTC_DRV_CMOS instead of CONFIG_RTC | Arnd Bergmann | 2016-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | nn10300 has a dependency on mc146818_get_time/mc146818_set_time, which we want to move from the mc146818rtc.h header into the rtc subsystem, which in turn is not usable on mn10300. This changes mn10300 to use the modern rtc-cmos driver instead of the old RTC driver, and that in turn lets us completely remove the read_persistent_clock/update_persistent_clock callbacks. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> | ||||
* | Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/. | David Howells | 2009-04-10 | 1 | -0/+86 |
Signed-off-by: David Howells <dhowells@redhat.com> |