wifi/bt: initial add wifi and bt driver
authorRongjun Chen <rongjun.chen@amlogic.com>
Wed, 29 Mar 2017 07:30:35 +0000 (15:30 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Wed, 5 Apr 2017 10:06:23 +0000 (18:06 +0800)
commitc36ba0f0f729428de7e711615c5a8f34c5d3b3a2
tree725b10d68588c9fc49a19e65bb1685b89d9bc5de
parentc360ae91bbedae15facb33bd19e0f8c44fffd0fb
wifi/bt: initial add wifi and bt driver

PD#138714: initial add wifi and bt

Change-Id: I96b3731297860c77a5a125573b98be7e54950cb1
Signed-off-by: Rongjun Chen <rongjun.chen@amlogic.com>
21 files changed:
MAINTAINERS
arch/arm64/boot/dts/amlogic/gxl_p212_1g.dts
arch/arm64/boot/dts/amlogic/gxl_p212_2g.dts
arch/arm64/boot/dts/amlogic/gxl_p400_2g.dts
arch/arm64/boot/dts/amlogic/gxl_p401_2g.dts
arch/arm64/boot/dts/amlogic/gxm_q200_2g.dts
arch/arm64/configs/meson64_defconfig
drivers/amlogic/Kconfig
drivers/amlogic/Makefile
drivers/amlogic/bluetooth/Kconfig [new file with mode: 0644]
drivers/amlogic/bluetooth/Makefile [new file with mode: 0644]
drivers/amlogic/bluetooth/bluesleep.c [new file with mode: 0644]
drivers/amlogic/bluetooth/bluesleep.h [new file with mode: 0644]
drivers/amlogic/bluetooth/bt_device.c [new file with mode: 0644]
drivers/amlogic/wifi/Kconfig [new file with mode: 0644]
drivers/amlogic/wifi/Makefile [new file with mode: 0644]
drivers/amlogic/wifi/dhd_static_buf.c [new file with mode: 0644]
drivers/amlogic/wifi/wifi_dt.c [new file with mode: 0644]
include/linux/amlogic/bt_device.h [new file with mode: 0644]
include/linux/amlogic/wifi_dt.h [new file with mode: 0644]
include/linux/amlogic/wifi_power.h [new file with mode: 0644]