Commit Graph

126 Commits

Author SHA1 Message Date
Jernej Skrabec
65c11df5ec Allwinner: linux: Enable SPI driver for aarch64 2022-06-27 18:53:53 +02: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
35f92162af linux (Allwinner aarch64): 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
16e74afabb linux (Allwinner aarch64): update .config for 5.18 2022-05-23 07:28:46 +00:00
Christian Hewitt
7b6d9923e1 Merge pull request #6420 from heitbaum/nls
Make linux kernel NLS settings consistent
2022-04-23 12:56:13 +04:00
Christian Hewitt
345b1d6d57 Merge pull request #6225 from notgood/nlsutf8
linux: enable CONFIG_NLS_UTF8 for all targets
2022-04-23 12:55:59 +04:00
Rudi Heitbaum
87d23568d4 linux: update NLS_DEFAULT to utf8 and enable NLS_ASCII 2022-04-23 05:26:01 +00:00
Rudi Heitbaum
2d0691bd1c linux (Allwinner aarch64): update .config for 5.17.1 2022-04-17 10:29:21 +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
53a92ac974 linux (Allwinner aarch64): update .config for 5.17 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
78f6f4ca0e linux (Allwinner aarch64): 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
Rudi Heitbaum
8d49da7c35 linux (Allwinner aarch64): update .config for 5.16.11 2022-02-23 12:55:46 +00:00
heitbaum
dd28afb28b linux: add CONFIG_ARM64_ERRATUM_2051678 is not set to .config for 5.16.10 2022-02-17 08:36:46 +00:00
Aleksandr V. Piskunov
693d64ac09 linux: enable CONFIG_NLS_UTF8 for all targets 2022-02-12 16:24:51 +02: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
3af748ce42 linux (Allwinner aarch64): tidy up .config 2022-02-02 10:32:12 +00:00