History log of /wlan-dirver/qca-wifi-host-cmn/hif/src/dispatcher/ahb_api.h (Results 1 – 13 of 13)
Revision Date Author Comments
# 0bdaa8fb 17-Jan-2022 Naveen S <quic_naves@quicinc.com>

qcacmn: Removing pre lithium wlan driver support in 12.x Software

code related to IPQ4019 removed if_ahb.c and if_ahb_reset.c

Change-Id: I3da65b975221f011ed4190b92177f85ced677785


# 7d797709 24-May-2021 Vevek Venkatesan <vevekv@codeaurora.org>

qcacmn: add hif_grp_irq_deconfigure bus_ops to free ext grp IRQs

As per current design, in failure path of hdd_wlan_start_modules,
mem_free of hif_ext_group is done (in cds_dp_close) before
free_irq

qcacmn: add hif_grp_irq_deconfigure bus_ops to free ext grp IRQs

As per current design, in failure path of hdd_wlan_start_modules,
mem_free of hif_ext_group is done (in cds_dp_close) before
free_irq (in hdd_hif_close), during next hdd_wlan_start_modules,
request_irq adds new handler entry to the list in irq_desc, this
leads to a crash on accessing older stale entry from irq handler,
so adding a bus_ops hif_grp_irq_deconfigure to free ext grp IRQs.

Change-Id: I4d0a2bee1fabee388cea8a85226fae641165a8d5
CRs-Fixed: 2949400

show more ...


# 180f7b20 11-Sep-2020 Uraj Sasan <usasan@codeaurora.org>

qcacmn: Pktlog dynamic CE config support

Add support to dynamically initialize the CE for PKTLOG
and post buffers on demand.

This helps avoid unnecessary initialization of PKTLOG
ring and save the

qcacmn: Pktlog dynamic CE config support

Add support to dynamically initialize the CE for PKTLOG
and post buffers on demand.

This helps avoid unnecessary initialization of PKTLOG
ring and save the memory in lowmem platforms

Change-Id: Ib02153b3e7205be30b07e4a4763edf3374827328

show more ...


# b976076b 02-Jan-2020 Surya Prakash Raajen <sraajen@codeaurora.org>

qcacmn: Track tasklet execution and total time (sched+exec)

Add support to track tasklet execution and total time in different
buckets for debugging purposes

Change-Id: Ide459c385b2a44c0f16d05b3787

qcacmn: Track tasklet execution and total time (sched+exec)

Add support to track tasklet execution and total time in different
buckets for debugging purposes

Change-Id: Ide459c385b2a44c0f16d05b37879c8b462782d72
CRs-Fixed: 2589199

show more ...


# d9dce6e1 26-Feb-2018 Nirav Shah <nnshah@codeaurora.org>

qcacmn: [HIF] Add support for QCA9379 on x86 platform

Add support for QCA9379 chip on x86 platform for
USB and SDIO attach.

Change-Id: I1192e47f6ca186bbcaa6d1fb28d40cb16d6dfe0b
CRs-Fixed: 2181012


# def86a36 22-Apr-2017 Houston Hoffman <hhoffman@codeaurora.org>

qcacmn: Introduce hif_exec_context

hif_exec_context extends hif_ext_groups to support napi and tasklet models.
Some of the rename and enahancements have been done to support merging of
the execution

qcacmn: Introduce hif_exec_context

hif_exec_context extends hif_ext_groups to support napi and tasklet models.
Some of the rename and enahancements have been done to support merging of
the execution context management code between the CE and DP contexts, as
well as supporting irq affinity for both napi & tasklet contexts.

Change-Id: I82c8abf2e906f027ec80faf7353a7685536bb79b
CRs-Fixed: 2051902

show more ...


# bd0ef8a2 10-Apr-2017 Manikandan Mohan <manikand@codeaurora.org>

qcacmn: Fix kernel module check patch warnings in HIF files

Fix kernel module check patch warnings in HIF files

Change-Id: I3ddc76399004f15f325b56709e4f2e96bf4cda96
CRs-fixed: 2033001


# 61824944 12-Apr-2017 Venkateswara Swamy Bandaru <vbandaru@codeaurora.org>

qcacmn: Add API to support configuring external group interrupts

Added API to support configuring external group interrupts for AHB bus.

Change-Id: If65984183db808e68dea680c585692e1533e4c7a
CRs-Fix

qcacmn: Add API to support configuring external group interrupts

Added API to support configuring external group interrupts for AHB bus.

Change-Id: If65984183db808e68dea680c585692e1533e4c7a
CRs-Fixed: 2018655

show more ...


# 31108f31 08-Aug-2016 Venkateswara Swamy Bandaru <vbandaru@codeaurora.org>

qcacmn: Add framework for external group interrupt handling

Change-Id: I68a3c597e452e1975a97f9262870e16538f6dc4c
CRs-Fixed: 1042915


# 9fd9af06 20-Sep-2016 Venkateswara Swamy Bandaru <vbandaru@codeaurora.org>

qcacmn: Interrupt handling support for chipset QCA8074

Changes to handle Interrupts for qca8074

Change-Id: I81d4b0722d56388cc7aca08484bd8957258621d1
Acked-by: Venkateswara Swamy Bandaru <vbandaru@c

qcacmn: Interrupt handling support for chipset QCA8074

Changes to handle Interrupts for qca8074

Change-Id: I81d4b0722d56388cc7aca08484bd8957258621d1
Acked-by: Venkateswara Swamy Bandaru <vbandaru@codeaurora.org>
CRs-Fixed: 1042915

show more ...


# 3ca38e2f 05-Aug-2016 Venkateswara Swamy Bandaru <vbandaru@codeaurora.org>

qcacmn: Support for wifidown and wifiup without modules removal

Release the iomem requested during the cleanup path.
Successive request to iomem resource fails,
if the ioremapped region is not relea

qcacmn: Support for wifidown and wifiup without modules removal

Release the iomem requested during the cleanup path.
Successive request to iomem resource fails,
if the ioremapped region is not released
during the last cleanup

Change-Id: Icc88647df8d21f9f230b784faa8e7fdaf5968814
Acked-by: Balamurugan Mahalingam <bmahalin@codeaurora.org>
CRs-Fixed: 1056971

show more ...


# a1c7d6dd 01-Jun-2016 Aravind Narasimhan <aravindn@codeaurora.org>

qcacmn: Fix implicit declaration warnings

Implicit declarion warnings are errors in MCL builds.
WIN uses the AHB bus and warnings are not errors in WIN.
This change fixes the warnings associated wit

qcacmn: Fix implicit declaration warnings

Implicit declarion warnings are errors in MCL builds.
WIN uses the AHB bus and warnings are not errors in WIN.
This change fixes the warnings associated with AHB bus

Change-Id: I6bd7dba4267c9dad77535b8cb28d15e230773fa5
CRs-Fixed: 1033493

show more ...


# 3db96a43 06-May-2016 Houston Hoffman <hhoffman@codeaurora.org>

qcacmn: Support IPQ4019 driver probe and detach

Add AHB bus type support.

Change-Id: I968f3ae06bb63a2116a9d24d75957f397a0e8c50
Acked-by: Balamurugan Mahalingam <bmahalin@codeaurora.org>
CRs-Fixed:

qcacmn: Support IPQ4019 driver probe and detach

Add AHB bus type support.

Change-Id: I968f3ae06bb63a2116a9d24d75957f397a0e8c50
Acked-by: Balamurugan Mahalingam <bmahalin@codeaurora.org>
CRs-Fixed: 1009050

show more ...