u-boot/arch/microblaze
Michal Simek a36d86720f microblaze: Convert axi timer to DM driver
Move axi timer driver from Microblaze to generic location.
Origin implementation was irq based with counting down timer.

CONFIG_TIMER drivers are designed differently that timer is free running up
timer with automatic reload without any interrupt.
Information about clock rates are find out in timer_pre_probe() that's why
there is no need to get any additional information from DT in the driver
itself (only register offset).

Signed-off-by: Michal Simek <michal.simek@amd.com>
Tested-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Link: https://lore.kernel.org/r/6c12fc86bbc1f17d05c25018862e7b7b03346b36.1654684731.git.michal.simek@amd.com
2022-06-24 14:16:32 +02:00
..
cpu microblaze: Convert axi timer to DM driver 2022-06-24 14:16:32 +02:00
dts dts: automatically build necessary .dtb files 2022-02-09 12:26:12 -07:00
include/asm microblaze: Convert axi timer to DM driver 2022-06-24 14:16:32 +02:00
lib microblaze: cache: introduce flush_cache_all() 2022-06-24 14:16:00 +02:00
config.mk microblaze: Add support for run time relocation 2022-06-24 14:15:01 +02:00
Kconfig microblaze: cache: improve icache Kconfig options 2022-06-24 14:16:00 +02:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00