Commit Graph

5 Commits

Author SHA1 Message Date
lucaswei
5a6769f45c Merge 'branch LA.UM.8.13.R1.08.00.00.571.037' via branch 'qcom-msm-4.19-7250' into android-msm-pixel-4.19
Conflicts:
	arch/arm64/configs/vendor/kona_defconfig
	build.config.common
	drivers/input/touchscreen/Makefile
	drivers/hwtracing/coresight/coresight.c
	drivers/misc/Kconfig
	drivers/misc/Makefile
	drivers/power/supply/qcom/qg-core.h
	drivers/power/supply/qcom/qpnp-qg.c
	drivers/regulator/qpnp-amoled-regulator.c
	drivers/scsi/ufs/ufs-debugfs.c
	drivers/scsi/ufs/ufshcd.c
	drivers/scsi/ufs/ufshcd.h
	drivers/soc/qcom/Kconfig
	drivers/soc/qcom/Makefile
	drivers/thermal/thermal_core.c
	drivers/usb/phy/phy-msm-ssusb-qmp.c
	fs/f2fs/super.c

Bug: 146397409
Bug: 146529583
Change-Id: I0e973573b350b77222f18ca2a9cb06f18975d943
Signed-off-by: lucaswei <lucaswei@google.com>
2020-05-30 02:00:13 +08:00
Amir Levy
e99481e0e2 msm: ipa: Added an option to enable NAPI in 11ad
Added a flag in the 11ad driver to indicate if NAPI is
enabled in the LAN RX Datapath. In case the flag is true
the 11ad driver will now use napi_gro_receive instead of
netif_rx_ni, meaning the GRO feature is also enabled
with this change.

Acked-by: Tal Gelbard <tgelbard@qti.qualcomm.com>
Change-Id: I5c6cb3e08c29c4b79cdcbc9e4d3acb485156a607
Signed-off-by: Amir Levy <alevy@codeaurora.org>
2019-11-07 13:17:16 +02:00
Will McVicker
0f4af851ce msm: ipa: Modularize qcom,*ipa*
This includes the following devices:
 * qcom,ipa
 * qcom,ipa-smmu-ap-cb
 * qcom,ipa-smmu-wlan-cb
 * qcom,ipa-smmu-uc-cb
 * qcom,ipa-smmu-11ad-cb
 * qcom,smp2p-map-ipa-1-in
 * qcom,smp2p-map-ipa-1-out
 * qcom,ipa-mpm
 * qcom,ipa-mhi-proxy
 * qcom,rmnet-ipa3

Bug: 142346799
Test: compiled with build_sm8250.sh, booted on sm8250 MTP

Change-Id: Id4c7973525307b346cf3b521a34180fb8160e608
Signed-off-by: Will McVicker <willmcvicker@google.com>
2019-10-25 10:42:44 -07:00
Amir Levy
247e2ea72f msm: ipa4: 11ad integration fixes
Fixes and configurations changes requested by GSI FW.

Change-Id: I5b736115213bef1feda7184ca839426b6aba0848
Signed-off-by: Amir Levy <alevy@codeaurora.org>
2019-01-29 00:25:52 -08:00
Amir Levy
5eb2a0fd45 msm: ipa4: add wigig client
Add IPA client named ipa_wigig. This client provides API for
the 11AD protocol driver to configure IPA for 11AD clients offload.
Currently up to 4 clients are supported. The clients share the RX
pipe and have a separate TX pipe. The ipa_wigig client shall SMMU map
11AD HW registers and buffers and shall configure IPA uC and GSI for
11AD clients offload.

Change-Id: I6c87dcea5d6e8e0b861cc402d52a83d8388af90d
Signed-off-by: Amir Levy <alevy@codeaurora.org>
2019-01-23 23:25:19 -08:00