Commit Graph

87 Commits

Author SHA1 Message Date
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