openwrt/target/linux/realtek
Markus Stockhausen b7aab19585 realtek: SMP handling of R4K timer interrupts
Until now there has been no good explanation why we mess with the R4K
timer on SMP. After extensive testing and looking at the SDK code it
becomes clear what it is all about.

When we disable the CEVT_R4K module (we will do with the new timer
driver) the R4K timer hardware still fires interrupts on the secondary
CPU. To get around this we have two options:

- Disable IRQ 7
- Stop the counter completely

This patch selects option two because this is the root of evil.. To be
on the safe side we will do it only in case the CEVT_R4K module is
disabled.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
2022-10-01 09:22:32 +02:00
..
base-files realtek: add support for TP-Link SG2210P 2022-09-13 09:22:26 +02:00
dts-5.10 realtek: add support for DGS-1210-52 2022-09-17 21:28:21 +02:00
files/firmware/rtl838x_phy realtek: update the tree to the latest refactored version 2020-11-26 13:29:27 +01:00
files-5.10 realtek: SMP handling of R4K timer interrupts 2022-10-01 09:22:32 +02:00
image realtek: use Device prefix for common recipes 2022-09-18 10:12:19 +02:00
patches-5.10 realtek: Convert incorrect v5.10 patches 2022-10-01 02:47:57 +02:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
rtl838x realtek: activate clock driver for RTL838X/RTL839X targets 2022-08-28 11:48:30 +02:00
rtl839x realtek: activate clock driver for RTL838X/RTL839X targets 2022-08-28 11:48:30 +02:00
rtl930x realtek: Fix missing clock module CONFIG setting 2022-08-31 23:25:39 +02:00
rtl931x realtek: rtl931x: fix missing CONFIG_COMMON_CLK_REALTEK config flag 2022-09-28 01:15:47 +02:00
Makefile realtek: Fix tc default package 2022-03-29 13:43:01 +02:00