* [PATCH] arm64: defconfig: Enable Qualcomm BAM-DMUX WWAN driver
@ 2026-06-11 6:40 Vishnu Santhosh
2026-06-11 9:22 ` Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Vishnu Santhosh @ 2026-06-11 6:40 UTC (permalink / raw)
To: linux-kernel, bjorn.andersson, chris.lew, linux-arm-msm; +Cc: Vishnu Santhosh
Enable the BAM Data Multiplexer WWAN driver as a module to support
modem data channels on Qualcomm Shikra SoC. The driver is also used
by other platforms with A2 BAM hardware such as MSM8916 and MSM8939.
Signed-off-by: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 96ce783f24e722923b7fc69f9b57f811914a2168..3bc2e9474b1fbbd89980aadda36fd8147a9209d9 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -473,6 +473,7 @@ CONFIG_WLCORE_SDIO=m
CONFIG_WWAN=m
CONFIG_MHI_WWAN_CTRL=m
CONFIG_MHI_WWAN_MBIM=m
+CONFIG_QCOM_BAM_DMUX=m
CONFIG_INPUT_EVDEV=y
CONFIG_KEYBOARD_ADC=m
CONFIG_KEYBOARD_GPIO=y
---
base-commit: 9716c086c8e8b141d35aa61f2e96a2e83de212a7
change-id: 20260603-qcom-arm64-defconfig-bam-dmux-e670ee3b8ac1
Best regards,
--
Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] arm64: defconfig: Enable Qualcomm BAM-DMUX WWAN driver
2026-06-11 6:40 [PATCH] arm64: defconfig: Enable Qualcomm BAM-DMUX WWAN driver Vishnu Santhosh
@ 2026-06-11 9:22 ` Krzysztof Kozlowski
2026-06-12 0:46 ` Dmitry Baryshkov
2026-07-08 14:56 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-11 9:22 UTC (permalink / raw)
To: Vishnu Santhosh, linux-kernel, bjorn.andersson, chris.lew, linux-arm-msm
On 11/06/2026 08:40, Vishnu Santhosh wrote:
> Enable the BAM Data Multiplexer WWAN driver as a module to support
> modem data channels on Qualcomm Shikra SoC. The driver is also used
> by other platforms with A2 BAM hardware such as MSM8916 and MSM8939.
>
> Signed-off-by: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: defconfig: Enable Qualcomm BAM-DMUX WWAN driver
2026-06-11 6:40 [PATCH] arm64: defconfig: Enable Qualcomm BAM-DMUX WWAN driver Vishnu Santhosh
2026-06-11 9:22 ` Krzysztof Kozlowski
@ 2026-06-12 0:46 ` Dmitry Baryshkov
2026-07-08 14:56 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2026-06-12 0:46 UTC (permalink / raw)
To: Vishnu Santhosh; +Cc: linux-kernel, bjorn.andersson, chris.lew, linux-arm-msm
On Thu, Jun 11, 2026 at 12:10:10PM +0530, Vishnu Santhosh wrote:
> Enable the BAM Data Multiplexer WWAN driver as a module to support
> modem data channels on Qualcomm Shikra SoC. The driver is also used
> by other platforms with A2 BAM hardware such as MSM8916 and MSM8939.
>
> Signed-off-by: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: defconfig: Enable Qualcomm BAM-DMUX WWAN driver
2026-06-11 6:40 [PATCH] arm64: defconfig: Enable Qualcomm BAM-DMUX WWAN driver Vishnu Santhosh
2026-06-11 9:22 ` Krzysztof Kozlowski
2026-06-12 0:46 ` Dmitry Baryshkov
@ 2026-07-08 14:56 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2026-07-08 14:56 UTC (permalink / raw)
To: linux-kernel, bjorn.andersson, chris.lew, linux-arm-msm, Vishnu Santhosh
On Thu, 11 Jun 2026 12:10:10 +0530, Vishnu Santhosh wrote:
> Enable the BAM Data Multiplexer WWAN driver as a module to support
> modem data channels on Qualcomm Shikra SoC. The driver is also used
> by other platforms with A2 BAM hardware such as MSM8916 and MSM8939.
>
>
Applied, thanks!
[1/1] arm64: defconfig: Enable Qualcomm BAM-DMUX WWAN driver
commit: 9c1bb154d40b36434e919865cbb2b23da58a963b
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-08 14:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 6:40 [PATCH] arm64: defconfig: Enable Qualcomm BAM-DMUX WWAN driver Vishnu Santhosh
2026-06-11 9:22 ` Krzysztof Kozlowski
2026-06-12 0:46 ` Dmitry Baryshkov
2026-07-08 14:56 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®