Searched +full:adis16475 +full:- +full:3 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/iio/imu/ |
D | adi,adis16475.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/imu/adi,adis16475.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices ADIS16475 and similar IMUs 10 - Nuno Sá <nuno.sa@analog.com> 13 Analog Devices ADIS16475 and similar IMUs 14 https://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16475.pdf 19 - adi,adis16475-1 20 - adi,adis16475-2 [all …]
|
/Linux-v5.10/drivers/iio/imu/ |
D | adis16475.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ADIS16475 IMU driver 98 struct adis16475 { struct 125 struct adis16475 *st = file->private_data; in adis16475_show_firmware_revision() argument 131 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_REV, &rev); in adis16475_show_firmware_revision() 151 struct adis16475 *st = file->private_data; in adis16475_show_firmware_date() 157 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_Y, &year); in adis16475_show_firmware_date() 161 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_DM, &md); in adis16475_show_firmware_date() 165 len = snprintf(buf, sizeof(buf), "%.2x-%.2x-%.4x\n", md >> 8, md & 0xff, in adis16475_show_firmware_date() 180 struct adis16475 *st = arg; in adis16475_show_serial_number() [all …]
|
/Linux-v5.10/ |
D | MAINTAINERS | 9 ------------------------- 17 you will find things like the fact version 3 firmware needs 22 3. Make sure your changes compile correctly in multiple 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. [all …]
|