On Wed, 21 Sept 2022 at 08:06, Stefan Roese <[email protected]> wrote: > > With the bootstage migration to timer_get_us() provided via > CONFIG_TIMER_EARLY timer_get_boot_us() is superfluous now. This patch > removes all occurances from the code. > > Signed-off-by: Stefan Roese <[email protected]> > Cc: Patrick Delaunay <[email protected]> > Cc: Jun Nie <[email protected]> > Cc: Shawn Guo <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: Stefano Babic <[email protected]> > Cc: Michal Simek <[email protected]> > Cc: Andre Przywara <[email protected]> > Cc: Christian Gmeiner <[email protected]> > Cc: Dario Binacchi <[email protected]> > Cc: Kever Yang <[email protected]> > Cc: Philipp Tomsich <[email protected]> > --- > arch/arm/cpu/armv7/arch_timer.c | 9 ------ > arch/arm/cpu/armv8/generic_timer.c | 7 ----- > arch/arm/mach-imx/syscounter.c | 8 ------ > arch/sandbox/cpu/cpu.c | 11 ------- > drivers/timer/cadence-ttc.c | 22 -------------- > drivers/timer/omap-timer.c | 22 -------------- > drivers/timer/orion-timer.c | 8 ------ > drivers/timer/rockchip_timer.c | 46 ------------------------------ > drivers/timer/tsc_timer.c | 5 ---- > lib/time.c | 20 ------------- > 10 files changed, 158 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

