Commit Graph

116 Commits

Author SHA1 Message Date
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
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
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
Jernej Skrabec
aeb3131456 linux: Update to 5.8 2020-08-09 22:54:19 +02:00
Jernej Skrabec
b7fa8c627b linux: fix building perf with -fno-common 2020-06-24 20:56:40 +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
MilhouseVH
7dd6ddb241 linux (Generic/Allwinner): update to linux-5.6.2 2020-04-17 17:28:25 +01:00
MilhouseVH
72a21de70f linux (default): fix iwlwifi in 5.6 2020-03-30 15:48:51 +01:00
MilhouseVH
b85c4da459 linux (Generic): drop upstream binutils-2.34 compat patch 2020-03-28 16:57:31 +00:00
MilhouseVH
6f6e862ae0 TEMP: linux: fix binutils-2.34 incompatability 2020-02-05 23:29:13 +00:00
MilhouseVH
c1c53bcd1d linux (Generic): drop obselete patch after upstream refactor
See: ba1e78a1dc
2020-01-31 07:31:24 +00:00
MilhouseVH
31925b85a4 linux (Generic): drop obsolete patch after major upstream refactor
See: 3e7abf8141
2020-01-31 07:31:24 +00:00
MilhouseVH
56020f5da1 linux (Generic): drop upstreamed patches 2020-01-31 07:31:24 +00:00
MilhouseVH
2753c037f3 linux (Generic/Allwinner): update to linux-5.4.15 2020-01-29 21:12:44 +00:00
mglae
ced634bee8 linux: Generic: add Gemini Lake i2c timing fix from linux-next
Commit 3f31bc67 "mfd: intel-lpss: Add default I2C device properties for Gemini Lake"
2019-11-24 23:09:13 +01:00
pretoriano80
70133f1273 linux: add patch to support Imon UltraBay
After applying this patch, display type will be set automatically to "LCD",
the front panel's key repeating will be suppresed and a working key table (for the front panel) will be loaded.

Signed-off-by: pretoriano80 <viusflag@libero.it>
2019-10-27 17:23:55 +02:00
MilhouseVH
c8fe9f60c7 Revert "linux (Generic): fix x86/boot regression in 5.3-rc5"
This reverts commit 7a69c020a4ae05e5f69c7cd3c607f7c7231fea71.
2019-09-18 22:06:49 +01:00
MilhouseVH
05bcfa5227 linux (Generic): fix x86/boot regression in 5.3-rc5 2019-09-18 22:06:49 +01:00
MilhouseVH
277f5b100e Revert "linux (default, RPi): fix perf build with glibc 2.30"
This reverts commit 1239d6ccb2.
2019-09-18 22:06:49 +01:00
Matthias Reichl
1239d6ccb2 linux (default, RPi): fix perf build with glibc 2.30
perf build fails because glibc 2.30 includes a gettid() function:

jvmti/jvmti_agent.c:48:21: error: static declaration of 'gettid' follows non-static declaration
   48 | static inline pid_t gettid(void)
      |                     ^~~~~~
In file included from /home/hias/rpi/libreelec-master/build.LibreELEC-RPi4.arm-9.80-devel/toolchain/armv8a-libreelec-linux-gnueabi/sysroot/usr/include/unistd.h:1170,
                 from jvmti/jvmti_agent.c:33:
/home/hias/rpi/libreelec-master/build.LibreELEC-RPi4.arm-9.80-devel/toolchain/armv8a-libreelec-linux-gnueabi/sysroot/usr/include/bits/unistd_ext.h:34:16: note: previous declaration of 'gettid' was here
   34 | extern __pid_t gettid (void) __THROW;
      |                ^~~~~~

This has already been fixed in the 5.3 kernel tree. Add a backport
commit until the fix dribbles down into stable 5.2 or we swtich to 5.3.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-08-16 09:58:54 +02:00
MilhouseVH
1dd859ef45 linux (RPi/Generic): drop upstream patches 2019-07-15 14:30:41 +01:00
MilhouseVH
f4d0217b27 linux (Generic/Allwinner): update to linux-5.1.10 2019-06-15 16:28:28 +01:00