sensors: brcm: bbdpl2: add new version (v2) of the BCM4773 sensorhub 34/84534/8
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 18 Aug 2016 08:46:19 +0000 (17:46 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 24 Aug 2016 08:27:24 +0000 (17:27 +0900)
commitf10a3be93ffefdfb36334dbfa578691ffaf120ff
tree86807ed70d3dae25305380c39dd9753cdefc021d
parentd8780b6ea4af5d770e5bd941c23d4eeffaa18e8f
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]