- Jun 02, 2021
-
-
- Add support for Samsung Galaxy Note 3 (hlte) - Changes to kernel config: - add support for anbox - add support for nftables - add support for lxc, docker - add support for Wireguard - Disable CONFIG_ARM_APPENDED_DTB (for lk2nd compatibility) [ci:skip-build] Already built on CI in a MR
-
- Jun 01, 2021
-
-
Oliver Smith authored
Don't suspend the device while alsa is playing. I ran this for two days in combination with suspend time set to 1 min on the pinephone and it works great. Finally no suspend while VLC is playing podcasts.
-
Add the missing depends to add the GPU firmware to the initramfs so that osk-sdl works properly, as well as the haptics driver. Also make all logs go to UART, this will clean up the splash screen and let developers with UART access debug the boot process. [ci:skip-build] This MR was already built on CI
-
Add the missing depends for our soc package alsa ucm configs. Also add the missing depends to add the GPU firmware to the initramfs so that osk-sdl works properly! Also enable logs and point them to UART, this will clean up the splash screen and let any developers with UART attached to debug the boot process.
-
This updates to the Linux stable 5.12.8 release, it also adds the kernel side support for the speaker and headphone jack on the OnePlus 6 ( unfortunately not the 6T)
-
-
-
-
Bart Ribbers authored
AsteroidOS uses this config file to determine how the UI should look (e.g. a round or a square screen), and if some things like Wi-Fi are supported. Upstream auto generates this config file, but it seems so simple and small that I think it's better for us to just ship the file next to the APKBUILD
-
Bart Ribbers authored
AsteroidOS uses this config file to determine how the UI should look (e.g. a round or a square screen), and if some things like Wi-Fi are supported. Upstream auto generates this config file, but it seems so simple and small that I think it's better for us to just ship the file next to the APKBUILD
-
Drop merged patches and add "ARM: dts: exynos: Disable unused camera input for I9100"
-
-
-
- May 31, 2021
-
-
[ci:skip-build] Already built on CI in MR
-
- May 30, 2021
-
-
Oliver Smith authored
-
Oliver Smith authored
-
The PMIC AXP803 sends an interrupt to the A64 CPU when the battery is critical low. This wakes up the tablet at ~10% battery level, but UPower wasn't configured to add upon this interrupt as the action level was way lower. Therefore, the PMIC performed a hard shutdown when the battery level dropped further, which may cause data loss.
-
The PMIC AXP803 sends an interrupt to the A64 CPU when the battery is critical low. This wakes up the phone at ~10% battery level, but UPower wasn't configured to add upon this interrupt as the action level was way lower. Therefore, the PMIC performed a hard shutdown when the battery level dropped further, which may cause data loss.
-
- May 29, 2021
-
-
Signed-off-by:
Svyatoslav Ryhel <clamor95@gmail.com> [ci:skip-build]: already built successfully in CI
-
TF201 nvram was updated since previous did not work on some devices. Added support for TF101, TF300TG and TF300TL. Signed-off-by:
Svyatoslav Ryhel <clamor95@gmail.com>
-
Signed-off-by:
Svyatoslav Ryhel <clamor95@gmail.com>
-
-
-
-
- May 28, 2021
-
-
Bart Ribbers authored
-
- May 27, 2021
-
-
On my librem 5 when using directfb in initfs, touch input is really inconsistent... the cursor seems to jump around and it's hard to enter keys in osk-sdl. This is completely 'fixed' by disabling the ps2mouse input module in dfb. I guess this might cause mice to stop working (?), but I can't think of any situation where someone would run osk-sdl in initfs on a device that has a ps2 mouse but no keyboard (which would make more sense to use for entry than the mouse..)
-
-
Clayton Craft authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Next release of ModemManager needs Qualcomm RMNET support for QMAP mobile data support. armv7 config doesn't have ethernet enabled at all, so this is only enabled for the aarch64 config.
-
I rebased all of the patches (only 2 needed some changes, the rest I just did for good measure). These two patches were dropped since they are already merged in the new kernel: 0008-leds-gpio-Set-max-brightness-to-1.patch 0009-dts-pinephone-Add-pine64-pinephone-to-compat-list.patch was dropped The kconfig changes are just after running kconfig edit, and making no changes so that it would generate a config with any new options in 5.12, to make maintenance easier moving forward.
-
Upstream changelog: https://source.puri.sm/Librem5/linux-next/-/commit/fe856fdde196517cb0c7f564426574a95afb5835 [ci:skip-build]: already built successfully in CI
-
[ci:skip-build] already built successfully in CI
-
-
- May 26, 2021
-
-
-
Oliver Smith authored
Use POSIX syntax, write the question like a typical y/n prompt.
-
-
-