qcacmn: Add support for Regtable convergence

Add regtable definitions for chipsets AR6004,AR6320,AR900B,
      AR9888,IPQ4019,QCA9888,QCA9984

Change-Id: Ic018a1396aa36f61ead6d8607feda4711e2a2b07
Acked-by: Venkateswara Swamy Bandaru <vbandaru@codeaurora.org>
CRs-Fixed: 1009050
This commit is contained in:
Houston Hoffman
2016-05-06 17:08:39 -07:00
committed by Gerrit - the friendly Code Review server
parent 9348186afb
commit c3c6bc1e5c
17 changed files with 2878 additions and 646 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015 The Linux Foundation. All rights reserved.
* Copyright (c) 2015-2016 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -28,6 +28,6 @@
#ifndef _REGTABLE_H_
#define _REGTABLE_H_
#include "reg_struct.h"
#include "regtable_pcie.h"
#include "regtable_ce.h"
#endif