twl4030-madc.c (8cb631ccbb1952b6422917f2ed16f760d84a762e) | twl4030-madc.c (3593cd53962fa17e4eaaae8faa5c8f62ec7bbd5e) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * 4 * TWL4030 MADC module driver-This driver monitors the real time 5 * conversion of analog signals like battery temperature, 6 * battery type, battery level etc. 7 * | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * 4 * TWL4030 MADC module driver-This driver monitors the real time 5 * conversion of analog signals like battery temperature, 6 * battery type, battery level etc. 7 * |
8 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ | 8 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ |
9 * J Keerthy <j-keerthy@ti.com> 10 * 11 * Based on twl4030-madc.c 12 * Copyright (C) 2008 Nokia Corporation 13 * Mikko Ylinen <mikko.k.ylinen@nokia.com> 14 * 15 * Amit Kucheria <amit.kucheria@canonical.com> 16 */ --- 922 unchanged lines hidden --- | 9 * J Keerthy <j-keerthy@ti.com> 10 * 11 * Based on twl4030-madc.c 12 * Copyright (C) 2008 Nokia Corporation 13 * Mikko Ylinen <mikko.k.ylinen@nokia.com> 14 * 15 * Amit Kucheria <amit.kucheria@canonical.com> 16 */ --- 922 unchanged lines hidden --- |