Go to file
Mike Looijmans 1579fc067f iio/gyro/bmg160: Add support for BMI088 chip
The BMI088 is pin-compatible with the BMI055, and provides
both gyro and accel functions. The gyro part is similar to
the BMI055 and this adds the chip to the list of supported
devices for the gyro part.

The accel part of the chip is not compatible with anything
existing already.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-04-19 16:56:13 +01:00
arch Merge 5.6-rc3 into staging-next 2020-02-24 08:37:48 +01:00
block
certs
crypto
Documentation iio/gyro/bmg160: Add support for BMI088 chip 2020-04-19 16:56:13 +01:00
drivers iio/gyro/bmg160: Add support for BMI088 chip 2020-04-19 16:56:13 +01:00
fs
include iio: ad_sigma_delta: remove unused IIO channel macros 2020-04-19 16:56:11 +01:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add Syed Nayyar Waris to ACCES 104-QUAD-8 driver 2020-04-19 16:56:12 +01:00
Makefile Linux 5.6-rc3 2020-02-23 16:17:42 -08:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.