ti-ads7950.c (d3be83244c7dfe686d23f1c0bac75915587fc044) ti-ads7950.c (3593cd53962fa17e4eaaae8faa5c8f62ec7bbd5e)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Texas Instruments ADS7950 SPI ADC driver
4 *
5 * Copyright 2016 David Lechner <david@lechnology.com>
6 *
7 * Based on iio/ad7923.c:
8 * Copyright 2011 Analog Devices Inc
9 * Copyright 2012 CS Systemes d'Information
10 *
11 * And also on hwmon/ads79xx.c
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Texas Instruments ADS7950 SPI ADC driver
4 *
5 * Copyright 2016 David Lechner <david@lechnology.com>
6 *
7 * Based on iio/ad7923.c:
8 * Copyright 2011 Analog Devices Inc
9 * Copyright 2012 CS Systemes d'Information
10 *
11 * And also on hwmon/ads79xx.c
12 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
12 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
13 * Nishanth Menon
14 */
15
16#include <linux/acpi.h>
17#include <linux/bitops.h>
18#include <linux/device.h>
19#include <linux/err.h>
20#include <linux/gpio/driver.h>

--- 707 unchanged lines hidden ---
13 * Nishanth Menon
14 */
15
16#include <linux/acpi.h>
17#include <linux/bitops.h>
18#include <linux/device.h>
19#include <linux/err.h>
20#include <linux/gpio/driver.h>

--- 707 unchanged lines hidden ---