qcacmn: SDIO bus support (Part 1 - HIF SDIO)

Add legacy hif sdio code.
Implement new hif sdio interfaces with respect to new hif design.
Add datapath to HIF interfaces.
Refactor hif-sdio codebase.
Remove references to older kernel version.

Change-Id: Ieca3e512edca5f960d6f2b64d15121db6c8138c7
CRs-Fixed: 969334
This commit is contained in:
Govind Singh
2016-05-12 20:02:01 +05:30
committed by Vishwajith Upendra
부모 28803728da
커밋 4cc8213cc2
27개의 변경된 파일9172개의 추가작업 그리고 208개의 파일을 삭제

파일 보기

@@ -60,8 +60,10 @@
* @QDF_STATUS_E_ENXIO: No such device or address
* @QDF_STATUS_E_NETDOWN: network is down
* @QDF_STATUS_E_IO: I/O Error
* @QDF_STATUS_E_PENDING: pending status
* @QDF_STATUS_E_NETRESET: Network dropped connection because of reset
* @QDF_STATUS_E_SIG: Exit due to received SIGINT
* @QDF_STATUS_E_PROTO: protocol error
* @QDF_STATUS_NOT_INITIALIZED: resource not initialized
* @QDF_STATUS_E_NULL_VALUE: request is null
* @QDF_STATUS_PMC_PENDING: request pendign in pmc
@@ -103,8 +105,10 @@ typedef enum {
QDF_STATUS_E_ENXIO,
QDF_STATUS_E_NETDOWN,
QDF_STATUS_E_IO,
QDF_STATUS_E_PENDING,
QDF_STATUS_E_NETRESET,
QDF_STATUS_E_SIG,
QDF_STATUS_E_PROTO,
QDF_STATUS_NOT_INITIALIZED,
QDF_STATUS_E_NULL_VALUE,
QDF_STATUS_PMC_PENDING,