linux-amlogic
linux-amlogic copied to clipboard
the Linux kernel for Amlogic SoC devices
Backporting the GPIO-based implementation of Lirc receiver/transmitter driver, initally contributed at https://github.com/hardkernel/linux/pull/29, but later reworked in https://github.com/hardkernel/linux/commit/ca7d83cd734d151b234a3dc6e9578d3fd733de8d#diff-a8d20779ea0c3115b28e31876ff93685 Tested this with LibreELEC 8.2.5.
- Adding gpioplug-ir-recv is module to allow receive IR from remote through IR diode connected to the GPIO pins (together with gpio-ir-recv, which is already present on LibreELEC). Without gpioplug...
Purpose to added the device tree, meson8m2_n200_1G_wifi_sdio.dtb meson8m2_n200C_1G_wifi_sdio.dtb
Purpose to added TV box ZTE B860A device tree file, the box have 2 dtb file from Android ROM. meson8m2_n200_1G_wifi_sdio.dtb meson8m2_n200C_1G_wifi_sdio.dtb
this PR try to fix two mmap security issue
Make sure MMC devices (mmcblkX) always get predictable index (in the order they are defined in device tree). Because MMC devices are initialized asynchronously to optimize boot time, we cannot...