-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'LA.UM.9.1.r1-12900.01-SMxxx0.QSSI12.0' of https://git.code…
…linaro.org/clo/la/kernel/msm-4.14 into a12/flop-stable "LA.UM.9.1.r1-12900.01-SMxxx0.QSSI12.0" * tag 'LA.UM.9.1.r1-12900.01-SMxxx0.QSSI12.0' of https://git.codelinaro.org/clo/la/kernel/msm-4.14: (99 commits) msm: vidc: fix cts failure issues Revert "Revert "msm: vidc: fix msm_comm_get_vidc_buffer fd race issue"" ANDROID: selinux: modify RTM_GETNEIGH{TBL} msm: nfc: maxim nfc defconfig msm: nfc: maxim nfc dtsi msm: ais: eeprom: Add OOB read check for eeprom memory map ANDROID: selinux: modify RTM_GETNEIGH{TBL} msm: nfc: maxim nfc driver arm64: Use the clearbhb instruction in mitigations arm64: add ID_AA64ISAR2_EL1 sys register KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated arm64: Mitigate spectre style branch history side channels KVM: arm64: Add templates for BHB mitigation sequences arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2 arm64: Add percpu vectors for EL1 arm64: entry: Add macro for reading symbol addresses from the trampoline arm64: entry: Add vectors that have the bhb mitigation sequences Revert "msm: vidc: fix msm_comm_get_vidc_buffer fd race issue" msm: ADSPRPC: Restrict untrusted applications from attaching to GuestOS msm: kgsl: Fix gpuaddr_in_range() to check upper bound ... Signed-off-by: Joel Gómez <[email protected]>
- Loading branch information
Showing
19 changed files
with
1,106 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
arch/arm64/boot/dts/qcom/sm8150-sdxprairie-audio-overlay.dtsi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
/* | ||
* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 and | ||
* only version 2 as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
*/ | ||
|
||
&soc { | ||
quat_mi2s_gpios: quat_mi2s_pinctrl { | ||
compatible = "qcom,msm-cdc-pinctrl"; | ||
pinctrl-names = "aud_active", "aud_sleep"; | ||
pinctrl-0 = <&quat_mi2s_active | ||
&quat_mi2s_sd0_active &quat_mi2s_sd1_active>; | ||
pinctrl-1 = <&quat_mi2s_sleep | ||
&quat_mi2s_sd0_sleep &quat_mi2s_sd1_sleep>; | ||
}; | ||
|
||
audio_slimslave { | ||
compatible = "qcom,audio-slimslave"; | ||
elemental-addr = [00 01 50 02 17 02]; | ||
}; | ||
}; | ||
|
||
&snd_934x { | ||
compatible = "qcom,sm8150-asoc-snd-hana55"; | ||
qcom,model = "sm8150-hana55-snd-card"; | ||
|
||
qcom,quat-mi2s-gpios = <&quat_mi2s_gpios>; | ||
}; | ||
|
||
&dai_mi2s3 { | ||
qcom,msm-mi2s-rx-lines = <2>; | ||
qcom,msm-mi2s-tx-lines = <1>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.