main/linux-postmarketos-qcom-msm8916: upgrade to 5.7.1 (MR 1295)

We are in the midst of the Linux 5.8 merge window so there is no new
-rc version to rebase on. -rc1 next week is also not the perfect choice
for a release (first rc is usually still a bit unstable).

On the other hand the changes that landed the last few days are quite
nice and ready to go, so I decided to rebase on a stable kernel release
(5.7.1). Not sure if I'm ever going to do this again :)

Changes:
- Update to Linux 5.7.1
- bq-paella: Add sound and modem
- Enable some new kernel options for DB410c
This commit is contained in:
Minecrell 2020-06-08 20:37:22 +02:00 committed by Alexey Min
parent 80c94d6b8e
commit 140a04816f
No known key found for this signature in database
GPG key ID: EBF5ECFFFEE34DED
3 changed files with 22 additions and 14 deletions

View file

@ -3,7 +3,7 @@
_flavor="postmarketos-qcom-msm8916"
pkgname=linux-$_flavor
pkgver=5.7
pkgver=5.7.1
pkgrel=0
pkgdesc="Mainline kernel fork for Qualcomm MSM8916 devices"
arch="aarch64 armv7"
@ -51,6 +51,6 @@ package() {
"$pkgdir"/usr/share/kernel/$_flavor/kernel.release
}
sha512sums="329385ee63cb88a2f96baf55338cb5cd2dd3b3cc974bf38013d212c9e9e8b25a0da23d1e1d7a8b1677f5526dd8d8b93fc6ca2b6e24f363fe3416d1abe336e563 linux-postmarketos-qcom-msm8916-v5.7-msm8916.tar.gz
f65dcd1f3c74ace5e14f23690860467e6c0ee065dd0fb4fcb5f36eac28c722697c0940ec2fd936d9acaac6d5c87fbe9f3fbdfd1e5becc4c9ef077c738206ecba config-postmarketos-qcom-msm8916.aarch64
6e3f1a2ab14e6af80f89f3b9d782f4afef6a703143b287b660b0554f89b5bccaf365bc6788a885b1c877207b66b2ae760456ffe62bc6ee4f3983936d977b104d config-postmarketos-qcom-msm8916.armv7"
sha512sums="1dd8c1264fbaf74c500978dc231cd8b7684bda7de7378b808c5683bb23e43f7546b4d2d0547691a8e849a18904ee88fef28c9308c090eca07dc96de7a7c589f3 linux-postmarketos-qcom-msm8916-v5.7.1-msm8916.tar.gz
3c2cb67cac7b53e727efb6c180e3563dd89c782dc1dd03612e4c9fe0789e9ffd0934fcfdaa99741d90c5492eb5d3b029cb7953b9746c25eec1a622dec958eac3 config-postmarketos-qcom-msm8916.aarch64
ddb5789e785d06aee99852d7ce343f848526f54ce53435e927c40f31d9d4a7427ca31787286c3230bd18a358b0c89906cb779a267085e08c5fafbdfdcd54d3a4 config-postmarketos-qcom-msm8916.armv7"

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.7.0 Kernel Configuration
# Linux/arm64 5.7.1 Kernel Configuration
#
#
@ -2525,6 +2525,7 @@ CONFIG_REGULATOR_RT5033=m
# CONFIG_REGULATOR_TPS6524X is not set
# CONFIG_REGULATOR_VCTRL is not set
# CONFIG_REGULATOR_VQMMC_IPQ4019 is not set
CONFIG_CEC_CORE=m
# CONFIG_RC_CORE is not set
CONFIG_MEDIA_SUPPORT=m
@ -2767,7 +2768,7 @@ CONFIG_DRM_PANEL_BRIDGE=y
# Display Interface Bridges
#
# CONFIG_DRM_CDNS_DSI is not set
# CONFIG_DRM_DISPLAY_CONNECTOR is not set
CONFIG_DRM_DISPLAY_CONNECTOR=m
# CONFIG_DRM_LVDS_CODEC is not set
# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set
# CONFIG_DRM_NXP_PTN3460 is not set
@ -2786,7 +2787,9 @@ CONFIG_DRM_PANEL_BRIDGE=y
# CONFIG_DRM_TI_TPD12S015 is not set
# CONFIG_DRM_ANALOGIX_ANX6345 is not set
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_I2C_ADV7511 is not set
CONFIG_DRM_I2C_ADV7511=m
CONFIG_DRM_I2C_ADV7511_AUDIO=y
CONFIG_DRM_I2C_ADV7511_CEC=y
# end of Display Interface Bridges
# CONFIG_DRM_ETNAVIV is not set
@ -3006,6 +3009,7 @@ CONFIG_SND_SOC_I2C_AND_SPI=m
# CONFIG_SND_SOC_AK5386 is not set
# CONFIG_SND_SOC_AK5558 is not set
# CONFIG_SND_SOC_ALC5623 is not set
CONFIG_SND_SOC_AW8738=m
# CONFIG_SND_SOC_BD28623 is not set
# CONFIG_SND_SOC_BT_SCO is not set
# CONFIG_SND_SOC_CS35L32 is not set
@ -3373,7 +3377,7 @@ CONFIG_USB_CHIPIDEA_HOST=y
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
CONFIG_USB_HSIC_USB3503=y
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
@ -3517,7 +3521,7 @@ CONFIG_LEDS_AW2013=m
# CONFIG_LEDS_LM3692X is not set
# CONFIG_LEDS_LM3601X is not set
# CONFIG_LEDS_PCA9532 is not set
CONFIG_LEDS_GPIO=m
CONFIG_LEDS_GPIO=y
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP3952 is not set
# CONFIG_LEDS_LP5521 is not set

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 5.7.0 Kernel Configuration
# Linux/arm 5.7.1 Kernel Configuration
#
#
@ -2529,6 +2529,7 @@ CONFIG_REGULATOR_RT5033=m
# CONFIG_REGULATOR_TPS6524X is not set
# CONFIG_REGULATOR_VCTRL is not set
# CONFIG_REGULATOR_VQMMC_IPQ4019 is not set
CONFIG_CEC_CORE=m
# CONFIG_RC_CORE is not set
CONFIG_MEDIA_SUPPORT=m
@ -2777,7 +2778,7 @@ CONFIG_DRM_PANEL_BRIDGE=y
# Display Interface Bridges
#
# CONFIG_DRM_CDNS_DSI is not set
# CONFIG_DRM_DISPLAY_CONNECTOR is not set
CONFIG_DRM_DISPLAY_CONNECTOR=m
# CONFIG_DRM_LVDS_CODEC is not set
# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set
# CONFIG_DRM_NXP_PTN3460 is not set
@ -2796,7 +2797,9 @@ CONFIG_DRM_PANEL_BRIDGE=y
# CONFIG_DRM_TI_TPD12S015 is not set
# CONFIG_DRM_ANALOGIX_ANX6345 is not set
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_I2C_ADV7511 is not set
CONFIG_DRM_I2C_ADV7511=m
CONFIG_DRM_I2C_ADV7511_AUDIO=y
CONFIG_DRM_I2C_ADV7511_CEC=y
# end of Display Interface Bridges
# CONFIG_DRM_STI is not set
@ -3018,6 +3021,7 @@ CONFIG_SND_SOC_I2C_AND_SPI=m
# CONFIG_SND_SOC_AK5386 is not set
# CONFIG_SND_SOC_AK5558 is not set
# CONFIG_SND_SOC_ALC5623 is not set
CONFIG_SND_SOC_AW8738=m
# CONFIG_SND_SOC_BD28623 is not set
# CONFIG_SND_SOC_BT_SCO is not set
# CONFIG_SND_SOC_CS35L32 is not set
@ -3385,7 +3389,7 @@ CONFIG_USB_CHIPIDEA_HOST=y
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
CONFIG_USB_HSIC_USB3503=y
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
@ -3530,7 +3534,7 @@ CONFIG_LEDS_AW2013=m
# CONFIG_LEDS_LM3692X is not set
# CONFIG_LEDS_LM3601X is not set
# CONFIG_LEDS_PCA9532 is not set
CONFIG_LEDS_GPIO=m
CONFIG_LEDS_GPIO=y
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP3952 is not set
# CONFIG_LEDS_LP5521 is not set