Commit Graph

1429 Commits

Author SHA1 Message Date
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
Alex Deryskyba
156b5fb2c5 Merge pull request #2674 from CvH/9.0-uboot-deps
add u-boot-tools package dependency for WC & WP
2018-04-28 14:33:12 +03:00
Matthias Reichl
ca01ed96a2 linux (amlogic-3.10): add dependency on u-boot-tools-aml:host
Linux kernel build needs mkimage in toolchain

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-04-27 17:23:51 +02:00
MilhouseVH
27ac931550 linux: update to linux-4.14.37 2018-04-26 23:47:23 +01:00
MilhouseVH
c75df1ca6b linux: update to linux-4.14.34 2018-04-26 23:47:23 +01:00
MilhouseVH
169dcbc8ab linux: update to linux-4.14.33 2018-04-26 23:47:22 +01:00
MilhouseVH
1cc69099d2 linux: update to linux-4.14.32 2018-04-26 23:47:22 +01:00
MilhouseVH
aa452bde48 linux: update to linux-4.14.31 2018-04-26 23:47:22 +01:00
Matthias Reichl
2e2e683a62 linux: always build perf, unless explicitly disabled
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-04-25 16:19:34 +02:00
Matthias Reichl
cb9786e3b6 Merge pull request #2585 from MilhouseVH/linux41425+
linux: update to 4.14.30
2018-03-27 23:51:31 +02:00
MilhouseVH
fefc11748e linux: update to linux-4.14.30 2018-03-26 19:04:24 +01:00
MilhouseVH
b070f3502e linux: update to linux-4.14.29 2018-03-22 17:06:25 +00:00
Adam Green
b791aea5b9 linux: bump amlogic-3.10 2018-03-21 09:18:19 +00:00
Adam Green
c214b720a0 linux: bump amlogic-3.14 2018-03-20 14:48:47 +00:00
MilhouseVH
07b52983eb linux/RPi: stop reverting upstream Pi3 console path fix
Fixed by a200c4e1f3
2018-03-16 13:38:59 +00:00
MilhouseVH
0cff189b3a linux: update to linux-4.14.27 2018-03-16 13:38:59 +00:00
MilhouseVH
d7f8e85055 linux: update to linux-4.14.26 2018-03-14 18:09:49 +00:00
Matthias Reichl
b9ac4eb3d9 linux: don't use PKG_NAME in PKG_SOURCE_DIR
The directory name in github archive tarballs comes from the
github repo name, package name has nothing to do with it.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-03-11 23:45:08 +00:00
MilhouseVH
6b358cf7b1 RPi: don't install or update dtbs for upstream kernels 2018-03-10 23:21:34 +00:00
MilhouseVH
e6fc6c0846 raspberrypi/linux: add linus ksoftirqd patch 2018-03-10 23:21:34 +00:00
Matthias Reichl
38965ed06d linux: use full githash when referencing non-tagged versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-03-10 23:21:34 +00:00
Matthias Reichl
bd8ac79a9e linux: default PKG_PATCH_DIRS to $LINUX
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-03-10 23:21:34 +00:00
Matthias Reichl
badbe83ecc linux: drop obsolete eMMC RPMB patch
The underlying issue seems to have been fixed since kernel 4.1
with commit 4e93b9a6abc0d028daf3c8a00cb77b679d8a4df4
"mmc: card: Don't access RPMB partitions for normal read/write"

This patch has also been removed from Debian kernels quite some
time ago
http://lists.alioth.debian.org/pipermail/kernel-svn-changes/2015-September/020884.html

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-03-10 23:21:34 +00:00
Matthias Reichl
82980744bb linux: remove RPi specific patch from default patch dir
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-03-10 23:21:34 +00:00