Commit graph

518 commits

Author SHA1 Message Date
Rudi Heitbaum
5d91034814 linux (Allwinner arm): update .config for 5.19 2022-08-01 07:04:51 +00:00
Rudi Heitbaum
15fe17874b linux (Allwinner aarch64): update .config for 5.19 2022-08-01 07:04:46 +00:00
Rudi Heitbaum
d8e1e1364a linux (Allwinner arm): update .config for 5.18.14 2022-07-24 04:50:20 +00:00
Rudi Heitbaum
91f952103b linux (Allwinner aarch64): update .config for 5.18.14 2022-07-24 04:50:20 +00:00
Matthias Reichl
c6a360b1b7 kodi: move AW and RK deinterlace patches to common directory
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-07-16 12:05:08 +02:00
Rudi Heitbaum
2ce5d60fc2 u-boot (Allwinner): move H3 patches to H3 folder 2022-07-12 06:42:25 +00:00
Rudi Heitbaum
5bc1404a58 u-boot (Allwinner): rebase H3 hotplug patch
ref:
- 0da35fa8d6
2022-07-04 12:57:32 +00:00
Rudi Heitbaum
b00f779cb9 u-boot (Allwinner): drop upstreamed patches 2022-07-04 12:57:32 +00:00
Jernej Skrabec
65c11df5ec Allwinner: linux: Enable SPI driver for aarch64 2022-06-27 18:53:53 +02:00
Jernej Skrabec
7a1c1dcbb1 Allwinner: atf: update patches for v2.7 2022-06-26 15:31:45 +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
Jernej Skrabec
0bc38307e3 Allwinner: linux: fix hevc patch 2022-06-12 08:29:51 +02: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
Jernej Skrabec
1c60b0e6f4 linux (Allwinner): fix deinterlace patch for 5.18 2022-05-23 07:28:46 +00:00
Rudi Heitbaum
1d0bfb1daa linux (Allwinner): I2S multi-channel patch for 5.18 2022-05-23 07:26:17 +00:00
Rudi Heitbaum
3cafdc99bb linux (Allwinner): update patches for 5.18-rc3 2022-05-23 07:26:17 +00:00
Rudi Heitbaum
3a6b48013e linux (Allwinner): upstreamed patches in 5.18 2022-05-23 07:26:17 +00:00
Lukas Rusak
4dac99f0bc
projects: remove ALSA_SUPPORT from project options
This option is defined by our distrobution options and shouldn't have to be explicitly set per project
2022-05-04 17:27:38 -07:00
Tomáš Kelemen (vudiq)
d901413d8a
Merge 'libreelec/master'
pull updates from upstream
2022-04-23 21:44:57 +02: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
e919c85902 linux (Allwinner): patches included in 5.17.2 2022-04-17 10:29:21 +00:00
Tomáš Kelemen (vudiq)
8069eb0a09
Merge changes from LibreELEC master 2022-04-12 18:24:10 +02:00
Tomáš Kelemen (vudiq)
a32d60c085
Merge branch 'librelec/master' 2022-04-07 09:52:13 +02:00
Rudi Heitbaum
8ee96c8a24 u-boot (Allwinner): rebase and drop upstreamed patches for 2022.04 2022-04-04 23:26:49 +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
heitbaum
f142b29f7f linux (Allwinner): patches included in 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
Tomáš Kelemen (vudiq)
ee6140e55c
Merge 'libreelec/master' 2022-03-04 00:02:04 +01:00
Jernej Skrabec
7ee8c8b077 Allwinner: linux: add VP9 10-bit support 2022-02-28 22:19:30 +01:00
Jernej Škrabec
1373196aae
Merge pull request #6188 from heitbaum/kernel11
linux: update to 5.16.y
2022-02-23 18:09:42 +01: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
Jernej Skrabec
1caea02503
Allwinner: linux: fix H264 buffer size 2022-02-14 20:56:20 +01: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
Jernej Skrabec
6f82d1795c Allwinner: linux: Update cedrus patches 2022-02-09 19:55:26 +01: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