Commit graph

979 commits

Author SHA1 Message Date
Tomáš Kelemen
e688738cfe
kernel/Lakka: add support for ASUS BT500 and TP-LINK UB500 (#1645) 2022-03-21 18:35:15 +02:00
Tomáš Kelemen (vudiq)
80d81600d4
fix patch folders 2022-03-07 15:07:51 +01:00
Tomáš Kelemen (vudiq)
20ee335ef3
linux/lakka/rpi: patch for scaled modes
ref: https://github.com/raspberrypi/linux/pull/4636
2022-03-06 09:33:15 +01:00
Tomáš Kelemen (vudiq)
5e81ae31cf
linux/lakka/rpi: this patch was mostly merged upstream
some parts of if were not, it is possible, that those added 240p mode
2022-03-05 10:24:32 +01:00
Tomáš Kelemen (vudiq)
7cbb2e6a24
Merge LibreELEC 10.0.2 2022-03-04 22:36:18 +01:00
Matthias Reichl
a89289334e TEST linux (RPi): add patch to delay cec_phys_addr_invalidate
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-07 13:19:46 +01:00
Matthias Reichl
e599d395b0 linux (RPi): update to 5.10.87-48f2346
drop video codec callback limit revert, this is now in RPi kernel, too

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-07 13:46:55 +01:00
Tomáš Kelemen (vudiq)
f4f61ac3d9
Merge LibreELEC 10.0.1 2021-11-03 13:03:34 +01:00
Matthias Reichl
db0a5be3a6 linux (RPi): temporarily revert video codec callback limit
The callback limit can cause stalls in kodi and ffmpeg, revert the
commit until a proper solution has been found.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-29 12:50:11 +02:00
Tomáš Kelemen
8c81a27262 add xpadneo driver for Xbox One wireless gamepad
port of 2413bc2fec
2021-10-15 22:57:52 +02:00
Tomáš Kelemen (vudiq)
ad26641051 RPi: update kernel/firmware + add patch for non-standard modes in VEC
the patch allows non-standard modes (480p / 480i / 240p / ...) via
analog out
2021-10-15 20:14:01 +02:00
Tomáš Kelemen (vudiq)
2b83bfcc06 linux: add dualsense driver/patches
port of
ddd927fd0a
1a65b31cbc
857b2540df

Co-authored-by: David Lawson <dmrlawson@gmail.com>
Co-authored-by: coldspark29 <jan.claussen10@web.de>
2021-10-07 18:50:21 +02:00
David Lawson
df63664e21 add joycon
port of
631eff4645
2021-10-07 09:22:40 +02:00
Alex Bee
9a1231d291 linux: add patch to fix ELD constraints for some compressed audio 2021-04-19 23:09:31 +02:00
Matthias Reichl
b3930d74e3 linux (RPi): update to 5.10.25-e1499ba
zoom fixes are now in RPi kernel, dropped local patch

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-03-26 15:51:59 +01:00
Matthias Reichl
a86b37f7e6 linux (RPi): add patch to fix ELD constraints for compressed formats
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-03-19 23:23:19 +01:00
Matthias Reichl
045b80ded3 linux (RPi): update patch to fix zoom in video player
Replaced with version from PR https://github.com/raspberrypi/linux/pull/4215

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-03-19 23:23:19 +01:00
Matthias Reichl
ac9298d795 linux (RPi): update to 5.10.22-b2625fe
Dropped local HDMI audio FIFO patches, new version is now in RPi kernel.
The update also resolves the long standing flip_done timeout issues on
RPi3 and adds VC1 decoding via V4L2 on RPi0-3 (the latter needs a firmware
update which isn't released yet).

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-03-19 23:23:19 +01:00
heitbaum
771276758d Generic: linux: Remove patches included in 5.10.13 2021-02-17 21:41:14 +00:00
Matthias Reichl
38b2c4172b linux (RPi): add patch to further increase HDMI DMA AXI priority
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-16 16:46:15 +01:00
Matthias Reichl
0d615b9ec6 linux (RPi): add patch to avoid full hdmi audio fifo writes on vc4
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-16 16:45:26 +01:00
Matthias Reichl
a05b83c640 linux (RPi): update to 5.10.13-431ac1d
IR timeout fix patch dropped, the fixes are now in stable kernel.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-05 13:02:55 +01:00
Matthias Reichl
9536da4564 linux (RPi): add patch to fix zoom in video player
This also fixes playback issues of 720p videos if no 720p modes
are whitelisted or refresh switch is disabled after the pixel-wrap
workaround commit 01e90a2882.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-01-27 19:09:45 +01:00
Matthias Reichl
1f7ec5438b linux (RPi): update to 5.10.7-c077470
drop LBM and scaler pos patches which are now in RPi kernel tree

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-01-20 12:21:32 +01:00
Matthias Reichl
a322ce1d0e linux (RPi): enable 4k modes up to 4kp30 on RPi4
Flickering vertical bars on 4k videos are fixed by the LBM PR,
black screen in kodi in 4096x2160 mode is fixed by the POS1_SCL patch.

Drop patch to hide 4k modes so RPi4 can support 4k modes up to 4kp30

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-01-17 22:55:52 +01:00
Matthias Reichl
a4588f2011 linux (default): add patch to fix ite-cir issues
min_timeout was calculated wrong, leading to long key repeats

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-01-10 10:56:04 +01:00
Matthias Reichl
cc2bf0c5ab linux (RPi): update to 5.10.5-a7eebc0
drop local patch to enable DMA_WIDE_SOURCE for hdmi audio dma,
extended version is now in RPi kernel

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-01-07 17:59:04 +01:00
CvH
3f649ab6e1
Merge pull request #4853 from HiassofT/le10-ir-timeout
linux: add patch to fix IR timeout handling
2021-01-06 16:22:38 +01:00
Matthias Reichl
d2ea7e0328 linux (RPi): add patch to enable DMA_WIDE_SOURCE for hdmi audio dma
This fixes DLATE errors and HBR passthrough cutting out.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-01-06 11:48:58 +01:00
Matthias Reichl
130ab1b3f4 linux: add patch to fix IR timeout handling
This fixes the "double button press" issue with nuvoton-cir
as reported on the forum.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-01-05 10:38:14 +01:00
Matthias Reichl
9635834760 linux (RPi): update patch to hide 4k modes
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-12-18 21:10:07 +01:00
Christian Hewitt
c8f6bd7fcb
Merge pull request #4562 from HiassofT/le10-kernel-5.9
linux (RPi): update to 5.9
2020-10-12 16:56:41 +04:00
Carlos Garces
c7af1545ee RTL8192EU: update to RTL8192EU-925ac2b Fix kernel 5.8 patch. 2020-10-07 21:49:27 +02:00
Matthias Reichl
991e8cb478 linux: fix OUYA patch
The old help syntax has long been deprecated and removed from 5.9

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-28 20:18:15 +02:00
Matthias Reichl
02832883bf linux (RPi): update patch to hide 4k modes
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-28 20:18:15 +02:00
Matthias Reichl
f9e39ebd9a linux (RPi): update to 5.9-rc3-15e21e3
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-28 20:18:15 +02:00
CvH
a166a8417b
Merge pull request #4485 from HiassofT/le10-kernel-5.4.51+
linux (RPi): update to 5.4.51+
2020-08-20 18:22:21 +02:00
Matthias Reichl
f358298383 linux (RPi): drop obsolete patches from popcornmix
Synced with https://github.com/popcornmix/linux/tree/kodi/rpi4-kms
Only the workaround to hide 4k modes is now left.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-08-17 12:48:19 +02:00
Matthias Reichl
e5269ee54d linux (RPi): update to 5.4.58-8adbcbc
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-08-13 11:44:31 +02:00
Jernej Skrabec
aeb3131456 linux: Update to 5.8 2020-08-09 22:54:19 +02:00
Matthias Reichl
a994dd5ae7 linux (RPi): update patches from popcornmix
sourced from https://github.com/popcornmix/linux/tree/kodi/rpi4-kms

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-07-10 20:07:29 +02:00
chewitt
d920da3376 amlogic: update Linux patches to 5.7.x 2020-07-06 06:49:47 +00:00
MilhouseVH
18b7fc2bc6 linux (RPi): fix perf with gcc-10 and 5.4.y 2020-06-24 20:56:40 +02:00
Jernej Skrabec
b7fa8c627b linux: fix building perf with -fno-common 2020-06-24 20:56:40 +02:00
Matthias Reichl
a300420076 linux (RPi): add patches from popcornmix
sourced from https://github.com/popcornmix/linux/tree/kodi/rpi4-kms

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-19 14:29:12 +02:00
Matthias Reichl
48ad174b38 linux (RPi): update to 5.4.44-3f54521
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-14 21:22:11 +02:00
MilhouseVH
2666418d5b linux (Generic): update to linux-5.7-rc1 2020-06-14 16:39:28 +01:00
Alex Bee
0523b87e81 linux: arm: vdso: add vdso_clock_gettime64 syscall for non virtual timers 2020-05-02 10:33:21 +01:00
Matthias Reichl
c0a1e64c39
Merge pull request #4286 from MilhouseVH/linux5.4.29+
linux (RPi): update to linux-5.4.35
2020-04-29 23:00:15 +02:00
MilhouseVH
071279f8f8 linux: relocate patch as this is now also in RPi tree 2020-04-17 20:19:36 +01:00