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

@@ -30,6 +30,7 @@
#include <linux/io.h>
#include "hif.h"
#include "hif_main.h"
#define hif_read32_mb(addr) ioread32((void __iomem *)addr)
#define hif_write32_mb(addr, value) \
@@ -80,7 +81,6 @@
#ifdef HIF_PCI
#include "hif_io32_pci.h"
#endif
#ifdef HIF_SNOC
#include "hif_io32_snoc.h"
#endif /* HIF_PCI */