aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/mt7620/config-6.6
Commit message (Collapse)AuthorAge
* ramips: drop 6.6 supportMieczyslaw Nalewaj2025-07-07
| | | | | | | | Drop configs and patches for Linux 6.6. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/19320 Signed-off-by: Nick Hainke <vincent@systemli.org>
* kernel/ramips: Restore kernel files for v6.6Mieczyslaw Nalewaj2025-06-11
| | | | | | | | | | | | | This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/18654 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel/ramips: Create kernel files for v6.12 (from v6.6)Mieczyslaw Nalewaj2025-06-11
| | | | | | | | | | This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/18654 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel: Activate CONFIG_NET_SWITCHDEV in generic configHauke Mehrtens2025-03-15
| | | | | | | | | | | | | | | | The CONFIG_NET_SWITCHDEV option is needed by CONFIG_DSA and some other options. It is boolean, we have to compile it into the kernel it self. Activate it for all targets in the generic configuration, it is already activated for most of them. This allows to install DSA drivers as a module. On the ramips/mt7620 target the kernel would grown by 4.5kB. For some small targets which do not support a DSA switch by default the option is deactivated. Link: https://github.com/openwrt/openwrt/pull/17668 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* ramips: mt76x8: disable unused Ralink systick driverShiji Yang2024-11-24
| | | | | | | | | | The mt76x8 series SoCs use the MIPS generic systick timer. Sync the upstream Ralink systick driver changes and disable it for mt76x8 target to reduce the kernel size. Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: https://github.com/openwrt/openwrt/pull/16844 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel: filter out compiler opts from configRosen Penev2024-11-17
| | | | | | | | | These get dynamically set based on compiler version. Not relevant for targets. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16770 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* ramips: ralink-gpio: use irqchip helpers to register driverShiji Yang2024-10-25
| | | | | | | | | | | | The gpiolib has already introduced a general GPIO irqchip framework to initialize the GPIO irqchip[1]. This patch will make use of it to simplify the legacy Ralink GPIO driver codes. This patch also includes some code readability improvements. [1] 1425052097b5 ("gpio: add IRQ chip helpers in gpiolib") Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: https://github.com/openwrt/openwrt/pull/16764 Signed-off-by: Robert Marko <robimarko@gmail.com>
* ramips: disable CONFIG_LIST_HARDENED on MT7620Felix Fietkau2024-10-16
| | | | | | | | | | | | | | In #16396, crashes were reported on MT7620, which were introduced by enabling CONFIG_LIST_HARDENED. The cause seems to be random memory corruption somewhere in the kernel. Unfortunately the crash traces do not point to the real cause of the crash in any way. Since MT7620 is really ancient hardware that likely only has few users left, I don't expect that anybody will invest a significant amount of time to track down the real cause. Because of that, let's disable CONFIG_LIST_HARDENED on this target only, and leave it enabled on all other platforms. Fixes: #16396 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ramips: make SoC dtsi compatible with upstream mmc-mtk driverShiji Yang2024-07-11
| | | | | | | | | Add all essential MTK SDHC properties to support the new mmc-mtk driver. Since this driver relies on power regulators, we also need to enable this feature for MT7620, just like MT762{1,8}. Signed-off-by: Shiji Yang <yangshiji66@qq.com> Co-authored-by: John Thomson <git@johnthomson.fastmail.com.au>
* ramips: gpio: convert to the generic GPIO driverShiji Yang2024-07-04
| | | | | | Drop most of the code in favor of the generic MMIO GPIO driver. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
* ramips: add back the gdma driverShiji Yang2024-05-29
| | | | | | | | The gdma driver has been removed from the upstream. Let's move it to the local files. This patch also removed unsupported compatible string and sub-target. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
* ramips: 6.6: refresh kernel configMieczyslaw Nalewaj2024-04-05
| | | | | | Refresh kernel config. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
* kernel/ramips: Create kernel files for v6.6 (from v6.1)Mieczyslaw Nalewaj2024-04-05
This is an automatically generated commit. During a `git bisect` session, `git bisect --skip` is recommended. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>