[PATCH 0/5] EP93xx GENERIC_CLOCKEVENTS

Hartley Sweeten HartleyS at visionengravers.com
Mon Jun 15 10:25:26 PDT 2015


On Monday, June 15, 2015 6:50 AM, Linus Walleij wrote:
> This converts the EP93xx to GENERIC_CLOCKEVENTS.
>
> After this only the RISC PC and EBSA110 uses GETTIMEOFFSET.
>
> Linus Walleij (5):
>   ARM: ep93xx: move timer to its own file
>   ARM: ep93xx: switch to GENERIC_CLOCKEVENTS
>   ARM: ep93xx: use non-raw accessors for timer
>   ARM: ep93xx: switch clockevent to timer 3
>   ARM: ep93xx: activate NO_HZ and high-res timers
>
>  arch/arm/Kconfig                    |   3 +-
>  arch/arm/configs/ep93xx_defconfig   |   2 +
>  arch/arm/mach-ep93xx/Makefile       |   2 +-
>  arch/arm/mach-ep93xx/core.c         | 109 ----------------------------
>  arch/arm/mach-ep93xx/timer-ep93xx.c | 141 ++++++++++++++++++++++++++++++++++++
>  5 files changed, 146 insertions(+), 111 deletions(-)
>  create mode 100644 arch/arm/mach-ep93xx/timer-ep93xx.c

Hi Linus,

Tested on Vision Engraving Systems EP9307 (vision_ep9307.c).

You can use whatever tag is appropriate:

Tested-by: H Hartley Sweeten <hsweeten at visionengravers.com>
Reviewed-by: H Hartley Sweeten <hsweeten at visionengravers.com>


One nit...

Is the "Timer handling for EP93xx" comment still correct?

It still mentions a 16-bit timer (timer 1) used for the timer interrupt and gettimeoffset()
being used with timer 4.

Regards,
Hartley




More information about the linux-arm-kernel mailing list