Commit graph

107 commits

Author SHA1 Message Date
sopparus
61d238683a linux: add MT7921 module and firmware to images 2024-04-09 12:19:58 +03:00
Rudi Heitbaum
d6b86f0040 linux (Allwinner arm): update .config for 6.1.63 2023-11-26 11:25:01 +00:00
Rudi Heitbaum
69618ec48c linux (Allwinner arm): update .config for 6.1.57 2023-10-14 14:31:14 +00:00
dtechsrv
ee664a846b linux (all): enable CONFIG_CHR_DEV_SG as module 2023-10-05 19:55:42 +02:00
Jernej Skrabec
43d6925e81 Allwinner: linux: enable rtw88 USB wifi drivers 2023-02-19 21:31:32 +01:00
Jernej Skrabec
cf4bc4c584 Allwinner: linux: Enable rfkill
It's needed by iwd.
2023-02-18 17:05:26 +01:00
Rudi Heitbaum
e7c9ae4d5d linux: enable CONFIG_NETFILTER_XT_MATCH_COMMENT
needed by iptables in podman using netavark stack
2023-02-07 08:17:17 +00:00
Rudi Heitbaum
bda61ac67d linux: add GCC11_NO_ARRAY_BOUNDS to .config 2023-01-24 08:16:41 +00:00
CvH
c9e386c1c5
Merge pull request #7336 from heitbaum/netfilter
kernel_options: add Netfilter section
2023-01-19 19:59:45 +01:00
Rudi Heitbaum
c8fcaa88e5 linux (Allwinner arm): standardise docker options 2023-01-03 11:30:58 +00:00
Rudi Heitbaum
3aa303ef52 linux (Allwinner arm): standardise netfilter options 2023-01-03 10:58:11 +00:00
Rudi Heitbaum
1440a7dc31 kernel_options: add CONFIG_NINTENDO_FF=y 2022-12-30 03:47:11 +00:00
SupervisedThinking
5bb6f508f9 linux (all projects): build hid-nintendo module
- Adds support for the Nintendo Switch Joy-Cons and Pro Controller. All controllers support bluetooth, and the Pro Controller also supports its USB mode.
- https://cateee.net/lkddb/web-lkddb/HID_NINTENDO.html
2022-12-20 11:16:04 +01:00
Rudi Heitbaum
91ecfa7aa2 linux (Allwinner arm): update .config for 6.1-rc6 2022-12-12 18:49:09 +00:00
Rudi Heitbaum
0499bb7d9c linux (Allwinner arm): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
8a8bc338a4 linux (Allwinner arm): update .config for 6.0.3-rc1 2022-10-21 08:36:45 +00:00
Rudi Heitbaum
d78c8e4c1c linux (Allwinner arm): update .config for 6.0-rc5 2022-10-04 10:53:58 +00:00
Rudi Heitbaum
f779fb73bf linux (Allwinner arm): update .config for 5.19.2-rc1 2022-09-05 11:00:35 +00:00
Rudi Heitbaum
5d91034814 linux (Allwinner arm): update .config for 5.19 2022-08-01 07:04:51 +00:00
Rudi Heitbaum
d8e1e1364a linux (Allwinner arm): update .config for 5.18.14 2022-07-24 04:50:20 +00:00
Jernej Skrabec
204c92db2f Allwinner: linux: arm: Enable spidev 2022-06-25 10:09:12 +02:00
Rudi Heitbaum
67162cc84a linux (Allwinner arm): update .config for 5.18 2022-06-14 22:54:13 +00:00
Rudi Heitbaum
ecec2ab0b7 linux: enable CONFIG_IP_MULTIPLE_TABLES to support ip rule
https://cateee.net/lkddb/web-lkddb/IP_MULTIPLE_TABLES.html
2022-06-10 12:47:29 +00:00
Rudi Heitbaum
42088f3b00 linux: disable deprecated CRYPTO_ARC4
This crypto option was only used by WEP Wireless, which is no longer
supported in iwd. nor should it be used by wireless networks.
2022-06-09 10:48:19 +00:00
Rudi Heitbaum
2f83055c49 linux (Allwinner arm): update .config for 5.18 2022-05-23 07:28:46 +00:00
Rudi Heitbaum
87d23568d4 linux: update NLS_DEFAULT to utf8 and enable NLS_ASCII 2022-04-23 05:26:01 +00:00
Rudi Heitbaum
811d112dd3 linux: add support for Realtek RTL8XXXU mainline kernel driver replace out-of-tree 8192CU and 8192DU drivers 2022-03-21 11:55:28 +00:00
heitbaum
91d759d5a2 linux (Allwinner): enable ARM_SUN8I_A33_MBUS_DEVFREQ in .config
reference:
- https://www.spinics.net/lists/arm-kernel/msg934335.html

This series adds a new devfreq driver for the MBUS/DRAM controller in
some Allwinner SoCs, and enables it for the A64 and H5.

The binding and DTs are updated in patches 1-5. The MBUS nodes already
existed, but were not bound to any driver before; they were only used
for their dma-ranges property. Finally, the driver is added in patch 6.

I am not quite sure the best way to handle DRAM register range in the
DT binding -- as a separate reg property, a separate node, or simply
enlarging the MBUS register range. While the DRAM controller is a
separate IP block, the MBUS hardware has the ability to double-buffer
certain DRAM controller registers, and the hardware MDFS process writes
to some DRAM controller registers as well. So they are rather tightly
integrated.

Like the driver commit description says, this driver could support
additional SoCs: at least A33, A83T, and H3. I can send follow-up
patches adding compatibles for these, but I cannot test A33 or A83T.

- https://www.spinics.net/lists/arm-kernel/msg934341.html

This driver works by adjusting the divider on the DRAM controller's
module clock. Thus there is no fixed set of OPPs, only "full speed" down
to "quarter speed" (or whatever the maximum divider is on that variant).

It makes use of the MDFS hardware in the MBUS, in "DFS" mode, which
takes care of updating registers during the critical section while DRAM
is inaccessible.

This driver should support several sunxi SoCs, starting with the A33,
which have a DesignWare DDR3 controller with merged PHY register space
and the matching MBUS register layout (so not A63 or later). However,
the driver has only been tested on the A64/H5, so those are the only
compatibles enabled for now.
2022-03-21 03:44:54 +00:00
heitbaum
6e5e445668 linux (Allwinner arm): update .config for 5.17 2022-03-21 03:44:54 +00:00
Rudi Heitbaum
ee6f659a90 linux (Allwinner arm): update .config for 5.16.14 2022-03-11 13:16:42 +00:00
Rudi Heitbaum
60c07621f8 linux (Allwinner arm): update .config for 5.16.11 2022-02-23 12:55:46 +00:00
heitbaum
ac730b7e55 linux: add CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set to .config for 5.16.8 2022-02-10 07:33:58 +00:00
CvH
875334be33
Merge pull request #6088 from heitbaum/iwd2
Update iwd to 1.23 and connman to 1.41
2022-02-03 17:43:36 +01:00
heitbaum
82c0101d55 linux (Allwinner arm): update .config HANTRO not set 2022-02-02 10:31:42 +00:00
heitbaum
5a22d4f547 linux (Generic): support NLMON for iwd and iwmon 2022-01-28 20:15:21 +00:00
Bella
d59f715cb3 linux: add support for irtoy kernel module for all architectures. 2022-01-16 15:07:09 +01:00
heitbaum
9cb8bed9a6 linux (Allwinner arm): update .config for 5.16 2022-01-11 16:04:00 +00:00
heitbaum
d9135c8035 linux (Allwinner arm): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
Jernej Skrabec
096c789411 Allwinner: linux: enable preemption and cec-gpio 2021-11-20 19:06:14 +01:00
Carlos Garces
80e3cd706d RTL8188EU: Use the staging driver instead of out of tree 2021-11-15 10:40:24 +01:00
heitbaum
e001fea21e linux (Allwinner arm): tidy up .config for 5.15 2021-11-01 13:36:57 +11:00
mglae
a2f9acec68 linux config: add CONFIG_CIFS_DEBUG=y to ease CIFS system mounts 2021-10-19 19:24:28 +02:00
heitbaum
b1328d3dc1 linux (Allwinner arm): add config options for 5.14.6 2021-09-27 22:42:19 +10:00
heitbaum
8e5afd4fda linux (Allwinner): tidy up .config for 5.14 2021-09-01 16:55:09 +02:00
Jernej Skrabec
0404b23ae1 linux (Allwinner): update patches for 5.14 2021-09-01 00:44:43 +10:00
Jernej Skrabec
e198af10b6 linux (Allwinner): update patches for 5.13 2021-09-01 00:44:43 +10:00
heitbaum
49e32bbf19 linux (Allwinner arm): add config option CONFIG_ARM_SCMI_PROTOCOL is not set 2021-08-28 17:01:43 +10:00
heitbaum
25eb8a928a linux (Allwinner arm): add config option BATTERY_RT5033 is not set 2021-08-28 17:01:43 +10:00
heitbaum
3e696a98ed linux (Allwinner arm): add config option NVME_TCP and VFIO are not set 2021-08-28 17:01:43 +10:00
Jernej Skrabec
8d0ee6b68f Allwinner: linux: enable CONFIG_SERIAL_8250_16550A_VARIANTS 2021-05-31 18:48:49 +02:00