Commit Graph

8 Commits

Author SHA1 Message Date
bings
60da5a87c4 qcacmn: Fix crash caused by sdio ramdump allocation
For TF sdio chip with platform driver, ramdump is
configured in platform driver. Driver can get the
virtual memory, but it can't call ioremap again.

If there is a platform driver, ramdump should be
allocated in platform driver, and if there is no
platform driver, ramdump should be allocated in
driver.

CRs-Fixed: 2060381
Change-Id: Ia2a32a4895f354e365522a30bbfac949ccb7a391
2017-07-23 20:14:47 -07:00
Houston Hoffman
b3497c0daf qcacmn: Strip hif_irq_afinity of duplicate logic
Leave the duplicate logic in hif_napi.c until
more thorough cleanup can be done.

Also clean up the HELIUMPLUS macro dependency.

Change-Id: Idbfaacb3b74b358198691a288def07d454e17659
CRs-Fixed: 2051902
2017-07-13 03:38:01 -07:00
Manikandan Mohan
e03493ddfb qcacmn: Fix kernel module check patch warnings in PLD files
Fix kernel module check patch warnings in PLD files

Change-Id: I076a9634077dbabd6979f1b79778a89b222e1afd
CRs-fixed: 2033001
2017-05-02 13:29:30 -07:00
Houston Hoffman
f483307b62 qcacmn: Support shadow_reg_v2_cfg in dummy pld
Need dummy stubs for compilation.

Change-Id: I591d77ed0b4069d3db1b436e798f1bd047d90242
CRs-Fixed: 1113131
2017-01-30 22:18:19 -08:00
Houston Hoffman
15010778ea qcacmn: Use pld msi allocation for CE
Use the msi vectors allocated by the platform driver
for the copy engine interrupts.

Change-Id: I3fa96daa3222524ffe31659c12b3c0f5a2725e18
CRs-Fixed: 1093364
2016-12-11 10:57:45 -08:00
Yuanyuan Liu
3aa7fed319 qcacmn: Call PLD APIs of athdiag read/write when bus type is SNOC
Call PLD APIs of athdiag read/write if current bus type is SNOC.

CRs-Fixed: 1061835
Change-Id: I992a29027e36c98bac429f2402e93462195bd76c
2016-09-27 12:32:42 -07:00
Yuanyuan Liu
595dc58d77 qcacmn: Update pld_soc_info structure
Update pld_soc_info structure with more Hardware information.

Change-Id: Ie6dcd8bc281e2a4a11fc295870b3e4ec67756549
CRs-Fixed: 1046753
2016-08-17 12:05:38 -07:00
Yuanyuan Liu
3f0973bd16 qcacmn: Add PLD stub file for WIN
Add PLD stub file for WIN.

CRs-Fixed: 1010692
Change-Id: Iff526bdc6b7765ca843ec9d6d805415101d750bb
2016-06-30 16:29:21 -07:00