sensors: brcm: bbdpl2: add new version (v2) of the BCM4773 sensorhub
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 18 Aug 2016 08:46:19 +0000 (17:46 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:52:39 +0000 (13:52 +0900)
commit73cc765dc643ceb34b1d11b5c7894f046479adb0
treed2f9f34e1c97841f0552ce395f2ff4403809e0bd
parentdaa6518f9a6205b9565257a8ac94c6257feaac7d
sensors: brcm: bbdpl2: add new version (v2) of the BCM4773 sensorhub

Commit, "sensors: add support for the BCM 4773 sensorhub" has
added support for the BCM4773. Since then the firmware interface
has been updated to a new version: version 2.

Add the second version of the BCM4773 sensorhub and rename the
previous version configuration flags to VER1.

Change-Id: Ie40d4b41fe4c3491567246392d2fee1d7c9cad48
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
drivers/sensors/brcm/Kconfig
drivers/sensors/brcm/Makefile
drivers/sensors/brcm/bbdpl2/Kconfig [new file with mode: 0644]
drivers/sensors/brcm/bbdpl2/Makefile [new file with mode: 0644]
drivers/sensors/brcm/bbdpl2/bbd.c [new file with mode: 0644]
drivers/sensors/brcm/bbdpl2/bbd.h [new file with mode: 0644]
drivers/sensors/brcm/bbdpl2/bbd_rpc_lh.c [new file with mode: 0644]
drivers/sensors/brcm/bbdpl2/bcm_dbg.c [new file with mode: 0644]
drivers/sensors/brcm/bbdpl2/bcm_gps_i2c.c [new file with mode: 0644]
drivers/sensors/brcm/bbdpl2/bcm_gps_i2c.h [new file with mode: 0644]
drivers/sensors/brcm/bbdpl2/bcm_gps_spi.c [new file with mode: 0644]