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
parent 28803728da
commit 4cc8213cc2
27 changed files with 9172 additions and 208 deletions

View File

@@ -28,6 +28,11 @@
#ifndef _REGTABLE_H_
#define _REGTABLE_H_
#ifdef HIF_SDIO
#include "regtable_sdio.h"
#endif
#if defined(HIF_PCI) || defined(HIF_SNOC) || defined(HIF_AHB)
#include "reg_struct.h"
#include "regtable_pcie.h"
#endif
#endif