Commit Graph

1452 Commits

Author SHA1 Message Date
MilhouseVH
d117c25fab linux (RPi): update to linux-4.14.50 2018-06-19 06:49:06 +01:00
MilhouseVH
083e31e09f linux (RPi): update to linux-4.14.49 2018-06-19 06:49:06 +01:00
Matthias Reichl
3e4c114f30 linux: add nuvoton cir fix
Straight pick of commit 70c30b1ea706affcb117e3cd3065690abca5ba69

This fix is scheduled for stable but hasn't been added to 4.17 stable
tree yet. Once it hits 4.17 this patch can be dropped.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-17 16:22:01 +01:00
Matthias Reichl
41bf471713 squash linux package.mk
remove 'CROSS_COMPILE= '
run make headers_check and make headers_install with all
HOST* variables set

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-16 18:28:22 +01:00
Matthias Reichl
bef9e763e5 linux: use common kernel_make function
Since 4.17, make headers_check requires a working compiler to detect
goto-asm support.

Configuring CROSS_COMPILE= with a non-existant gcc compiler (as is the
case when building linux:host in a clean build) will now always fail.

Avoid setting CROSS_COMPILE in Makefile and instead pass on the
command line when required.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-16 18:28:21 +01:00
MilhouseVH
e74f411447 linux (Generic): [V2] drm/i915/glk: Add Quirk for GLK NUC HDMI port issues 2018-06-16 18:28:21 +01:00
MilhouseVH
c7642d72ff linux (Generic): Revert: drm/i915/edp: Allow alternate fixed mode for eDP if available. 2018-06-16 18:28:21 +01:00
MilhouseVH
9c6fe34ccb linux (Generic): update IR timeout patch 2018-06-16 18:28:21 +01:00
MilhouseVH
bd6aa784e5 linux (Generic): drop spinelplus - needs fixing 2018-06-16 18:28:21 +01:00
MilhouseVH
d0cbdf3ca0 linux (Generic): update Ouya patch 2018-06-16 18:28:21 +01:00
MilhouseVH
0f2e8e3031 linux (Generic): update to linux-4.17.2 2018-06-16 18:28:15 +01:00
Matthias Reichl
ba3ac20c48 Merge pull request #2729 from MilhouseVH/linux41448+
linux: update to linux-4.14.48
2018-06-08 17:28:25 +02:00
MilhouseVH
1a3ae7aa2b linux: update to linux-4.14.48 2018-06-06 00:56:54 +01:00
Sascha Kuehndel (InuSasha)
ca54a7f1a9 WC/WP: use older linaro compiler for WeTek_Core/Play
- linux-3.10 are not able to build with gcc-8.1
2018-06-04 20:17:29 +02:00
MilhouseVH
2a0c6c3b51 linux: update to linux-4.14.44 2018-05-29 17:04:26 +01:00
MilhouseVH
e9db554a63 linux: update to linux-4.14.43 2018-05-26 03:05:03 +01:00
MilhouseVH
73e3fb169d linux: update to linux-4.14.42 2018-05-26 03:05:03 +01:00
MilhouseVH
3b0007b517 linux: update to linux-4.14.41 2018-05-26 03:05:03 +01:00
MilhouseVH
f5488ebe81 linux: update to linux-4.14.39 2018-05-26 03:05:03 +01:00
MilhouseVH
d353e26413 Merge pull request #2694 from HiassofT/le9-ir-timeout-ite-cir
Generic: allow lower IR timeouts on ITE CIR devices
2018-05-20 19:33:43 +01:00
Matthias Reichl
4893d6e30c Generic: allow lower IR timeouts on ITE CIR devices
Patch submitted to upstream https://patchwork.linuxtv.org/patch/49473/

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-13 13:38:25 +02:00
Matthias Reichl
f030eb951d RPi, Generic: filter out bogus timing data from mceusb receivers
Backport of https://patchwork.linuxtv.org/patch/49430/

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-11 12:36:35 +02:00
Matthias Reichl
3e752b947c RPi, Generic: fix erratic IR timeout behaviour on mceusb 1784:0011
Backport of proposed patch https://patchwork.linuxtv.org/patch/49409/

Setting the IR timeout on the Topseed mceusb receiver 1784:0011
causes strange behaviour. Disable use of MCE_CMD_SETIRTIMEOUT
on that device and use a software implementation instead.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-10 13:06:57 +02:00
Matthias Reichl
e131c14bb2 RPi, Generic: backport IR latency patch and mce_kbd/mceusb fixes
See https://www.spinics.net/lists/linux-media/msg131804.html
https://patchwork.linuxtv.org/patch/48681/
https://patchwork.linuxtv.org/patch/48680/
https://patchwork.linuxtv.org/patch/48782/

The current IR decoding is much too slow. Many IR protocols rely on
a trailing space for decoding (e.g. rc-6 needs to know when the bits
end). The trailing space is generated by the IR timeout, and if this
is longer than required, buttons can feel slow to respond.

The other issue is the keyup timer. IR has no concept of a keyup message,
this is implied by the absence of IR. So, minimising the timeout for
this makes buttons less "sticky"; the are released much quicker.

With these patches in place, using IR with the builtin decoders is much
improved and feels very snappy.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-04 13:51:33 +02:00
MilhouseVH
c84b1771e7 Merge pull request #2666 from HiassofT/le9-retire-devtools
retire DEVTOOLS
2018-04-29 12:55:04 +01:00