summaryrefslogtreecommitdiff
path: root/proto.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-23proto: Make protocol->key member constTobias Klauser1-1/+1
2014-06-16proto: Remove unnecessary include of hash.hTobias Klauser1-1/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+34
oid'>1c500840934a138bd6b13556c210516e9301fbee (patch) treee1c16632a11450a0c10ea2c7198c68cf1d0ad157 parent36afb176d3c9580651d7f410ed7f000ec48b5137 (diff)
iio: accel: bmc150: reset chip at init time
In at least one known setup, the chip comes up in a state where reading the chip ID returns garbage unless it's been reset, due to noise on the wires during system boot. All supported chips have the same reset method, and based on the datasheets they all need 1.3 or 1.8ms to recover after reset. So, do the conservative thing here and always reset the chip. Signed-off-by: Olof Johansson <olof@lixom.net> Reviewed-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat