Rudi Heitbaum
4d91c61f93
linux (Allwinner): i2c: move to .probe_new() call-back type
...
since kernel 4.10-rc1 .probe_new has been availble as a prototype.
from kernel 6.3-rc2 the old prototype which included a i2c_device_id variable has now dropped this variable.
update the AC200 patch to use .probe_new which will allow this patch to compile against kernels >= 4.10
in future - the patch can be updated to use .probe (but will loose compatibilty with kernels <= 6.3.)
ref:
- https://lore.kernel.org/lkml/1477413715-22894-7-git-send-email-kieran@bingham.xyz/
- 03c835f498
- b8a1a4cd5a
2023-03-22 12:46:45 +00:00
CvH
341c3dbd4b
Merge pull request #7043 from HiassofT/le11-ffmpeg-5.1.2
...
ffmpeg: update to 5.1.2
2023-03-05 21:40:29 +01:00
Jernej Skrabec
43d6925e81
Allwinner: linux: enable rtw88 USB wifi drivers
2023-02-19 21:31:32 +01:00
Jernej Skrabec
1bbb788228
Allwinner: linux: Fix HW decoding on R40
2023-02-19 13:04:47 +01:00
Jernej Skrabec
91e41d7449
Allwinner: adjust inclusion of brcm fws
2023-02-18 18:19:27 +01:00
Jernej Skrabec
cf4bc4c584
Allwinner: linux: Enable rfkill
...
It's needed by iwd.
2023-02-18 17:05:26 +01:00
Alex Bee
52ab9a72ee
tools: ffmpeg: gen-patches: add feature-set vf-deinterlace-v4l2m2m
...
It will be used by Allwinner and Rockchip projects
2023-02-16 10:00:22 +01:00
Alex Bee
b27d064b98
ffmpeg: update v4l2-request patch
...
Patch created using revisions eacfcba..1d0bcfa
from branch v4l2-request-n5.1.2 of https://github.com/jernejsk/FFmpeg
2023-02-16 10:00:22 +01:00
Jernej Skrabec
9d76e390aa
Allwinner: atf: Revert to old workaround
2023-02-08 22:16:36 +01:00
CvH
d81321c456
Merge pull request #7467 from heitbaum/linux61
...
linux: update to 6.1.y
2023-02-08 18:10:19 +01:00
Jernej Skrabec
2cc9f509dd
Allwinner: u-boot: add OrangePi 3 LTS support
2023-02-08 18:02:40 +01:00
Jernej Skrabec
35c10745fd
Allwinner: linux: update OrangePi 3 LTS patch
2023-02-08 18:02:11 +01:00
Jernej Skrabec
9fdc091a5e
atf: Fix regulators for Allwinner, again
...
This time is done with upstream fix, so it should stick.
2023-02-08 09:11:18 +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
Jernej Skrabec
eff5fb71af
Allwinner: u-boot: Add missing patches for H2+
2023-01-29 09:23:34 +01:00
Rudi Heitbaum
bda61ac67d
linux: add GCC11_NO_ARRAY_BOUNDS to .config
2023-01-24 08:16:41 +00:00
Rudi Heitbaum
c152a353d0
linux (Allwinner aarch64): tidy .config for auto set options
2023-01-24 08:12:19 +00:00
CvH
c9e386c1c5
Merge pull request #7336 from heitbaum/netfilter
...
kernel_options: add Netfilter section
2023-01-19 19:59:45 +01:00
CvH
d344687ffa
Merge pull request #7337 from heitbaum/docker-kcc
...
kernel_options: add Docker section
2023-01-19 19:58:36 +01:00
mglae
1582234188
options: allow using ADDITIONAL_PACKAGES in distributions file for all projects
2023-01-13 19:32:15 +01:00
Rudi Heitbaum
bd80779d30
linux (Allwinner): Bluetooth: btrtl: Add support for RTL8822BS UART
...
Found in some variants of Tanix TX6
Before:
[ 7.512876] rtw_8822bs mmc2:0001:1: Firmware version 27.2.0, H2C version 13
[ 8.219545] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 8.430833] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 8.430866] Bluetooth: hci0: RTL: unknown IC info, lmp subver 8822, hci rev 000b, hci ver 0007
After:
[ 8.958224] rtw_8822bs mmc2:0001:1: Firmware version 27.2.0, H2C version 13
[ 9.017294] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 9.021399] Bluetooth: hci0: RTL: rom_version status=0 version=2
[ 9.021428] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822bs_fw.bin
[ 9.024180] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822bs_config.bin
[ 9.048050] Bluetooth: hci0: RTL: cfg_sz 25, total sz 23101
[ 10.316891] Bluetooth: hci0: RTL: fw version 0xaa6c133c
2023-01-10 09:03:56 +00:00
Rudi Heitbaum
c8fcaa88e5
linux (Allwinner arm): standardise docker options
2023-01-03 11:30:58 +00:00
Rudi Heitbaum
6055b2051c
linux (Allwinner aarch64): 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
Jernej Skrabec
107dbba62f
Allwinner: linux: Add OrangePi 3 LTS support
2023-01-02 16:00:40 +01:00