Alexandre Belloni
b32de9dd38
ARM: at91: move SoC detection to its own driver
To simplify machine init and as the soc_device struct is not used as the
parent for on-chip devices anymore, move SoC detection to its own driver.
Change in dmesg:
- before:
DMA: preallocated 256 KiB pool for atomic coherent allocations
AT91: Detected SoC family: sama5d2
AT91: Detected SoC: sama5d27, revision 0
No ATAGs?
clocksource: tcb_clksrc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 184217874325 ns
at_xdmac f0010000.dma-controller: 16 channels, mapped at 0xe085b000
SCSI subsystem initialized
- after:
DMA: preallocated 256 KiB pool for atomic coherent allocations
No ATAGs?
clocksource: tcb_clksrc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 184217874325 ns
at_xdmac f0010000.dma-controller: 16 channels, mapped at 0xe0859000
AT91: Detected SoC family: sama5d2
AT91: Detected SoC: sama5d27, revision 0
SCSI subsystem initialized
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2017-03-31 20:36:10 +02:00
..
2017-03-31 20:36:10 +02:00
2016-07-07 14:58:38 +02:00
2017-01-27 17:52:57 +01:00
2017-03-02 08:42:32 +01:00
2016-10-31 00:58:58 +01:00
2017-02-22 02:07:13 -08:00
2016-12-15 16:03:25 -08:00
2017-01-06 10:28:19 +01:00
2017-02-07 17:20:07 +01:00
2016-01-27 20:29:20 +01:00
2016-11-15 15:51:56 +01:00
2017-02-23 15:57:04 -08:00
2016-07-12 11:24:09 +02:00
2016-04-04 10:58:47 +02:00
2017-01-11 16:21:14 +08:00
2017-03-31 20:36:10 +02:00
2017-03-31 20:36:10 +02:00