zpa2326_i2c.c (cbecf716ca618fd44feda6bd9a64a8179d031fc5) zpa2326_i2c.c (c8629ec92cb2a2e24bed4509d13c88b0cf5525c4)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Murata ZPA2326 I2C pressure and temperature sensor driver
4 *
5 * Copyright (c) 2016 Parrot S.A.
6 *
7 * Author: Gregor Boirie <gregor.boirie@parrot.com>
8 */

--- 73 unchanged lines hidden (view full) ---

82 .remove = zpa2326_remove_i2c,
83 .id_table = zpa2326_i2c_ids,
84};
85module_i2c_driver(zpa2326_i2c_driver);
86
87MODULE_AUTHOR("Gregor Boirie <gregor.boirie@parrot.com>");
88MODULE_DESCRIPTION("I2C driver for Murata ZPA2326 pressure sensor");
89MODULE_LICENSE("GPL v2");
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Murata ZPA2326 I2C pressure and temperature sensor driver
4 *
5 * Copyright (c) 2016 Parrot S.A.
6 *
7 * Author: Gregor Boirie <gregor.boirie@parrot.com>
8 */

--- 73 unchanged lines hidden (view full) ---

82 .remove = zpa2326_remove_i2c,
83 .id_table = zpa2326_i2c_ids,
84};
85module_i2c_driver(zpa2326_i2c_driver);
86
87MODULE_AUTHOR("Gregor Boirie <gregor.boirie@parrot.com>");
88MODULE_DESCRIPTION("I2C driver for Murata ZPA2326 pressure sensor");
89MODULE_LICENSE("GPL v2");
90MODULE_IMPORT_NS(IIO_ZPA2326);