Commit Graph

4959 Commits

Author SHA1 Message Date
Rudi Heitbaum
c2f672f0b0 linux (NXP iMX6): update .config for 6.3 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
ea7f78e1de linux (Generic): update .config for 6.3 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
6608b526d6 linux (Allwinner arm): update .config for 6.3 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
7ecec5f61a linux (Allwinner aarch64): update .config for 6.3 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
32b50dd6c8 linux (NXP iMX8): rebase patches for 6.3-rc4 2023-04-23 22:36:33 +00:00
Jernej Skrabec
515a03406d linux (Allwinner): OrangePi 3 LTS support 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
27d4acb2da linux (Allwinner): rebase patches for 6.3 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
4d7edaea52 linux (Rockchip RK3288): enable crypto: rockchip
Rockchip Crypto module now permit to pass self-tests

ref:
- https://patchwork.kernel.org/project/linux-crypto/list/?series=680903&state=*
2023-04-23 22:36:33 +00:00
Rudi Heitbaum
ea9b54a3e6 linux (Rockchip RK3328): enable crypto: rockchip
Rockchip Crypto module now permit to pass self-tests

ref:
- https://patchwork.kernel.org/project/linux-crypto/list/?series=680903&state=*
2023-04-23 22:36:33 +00:00
Rudi Heitbaum
ac9bae60e2 linux (Samsung): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
35fe06c9b4 linux (Rockchip RK3399): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
5069a88f87 linux (Rockchip RK3328): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
398dfbd19b linux (Rockchip RK3288): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
b82b2170c8 linux (Qualcomm): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
563ae4de71 linux (NXP iMX8): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
2114ad7653 linux (NXP iMX6): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
0f523b4d25 linux (Generic): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
af834a4c80 linux (Allwinner arm): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
82f1976ea0 linux (Allwinner aarch64): update .config for 6.2.6 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
bf558a0c14 linux (NXP iMX8): rebase patches for 6.2-rc2 2023-04-23 22:36:33 +00:00
Rudi Heitbaum
56c75e7140 linux (Allwinner): rebase patches for 6.2-rc1 2023-04-23 22:36:33 +00:00
Jernej Skrabec
c789306c64 Allwinner: u-boot: Fix sporadic DRAM size misdetection 2023-04-16 11:23:42 +02:00
Matthias Reichl
e21b529685 kodi (RPi): fixup av formats patch
thread_safe_callbacks is gone

Signed-off-by: Matthias Reichl <hias@horus.com>
2023-04-01 17:46:41 +02:00
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
Matthias Reichl
6df596139d RPi: add kodi patch to support arbitrary pixel formats with drmprime
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-03-21 17:14:17 +01:00