From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966233AbdD0Paf (ORCPT ); Thu, 27 Apr 2017 11:30:35 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:50148 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754344AbdD0Pab (ORCPT ); Thu, 27 Apr 2017 11:30:31 -0400 From: Sebastian Reichel To: Sebastian Reichel , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Jean Delvare , Guenter Roeck Cc: J Keerthy , linux-iio@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel Subject: [PATCH 0/7] twl4030-madc cleanup Date: Thu, 27 Apr 2017 17:30:05 +0200 Message-Id: <20170427153012.32310-1-sebastian.reichel@collabora.co.uk> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Here are a few cleanup patches for the twl4030-madc driver, that remove the last users of the driver's legacy API and then remove it. -- Sebastian Sebastian Reichel (7): hwmon: twl4030-madc: drop driver power: supply: avoid unused twl4030-madc.h iio: adc: twl4030: Drop twl4030_get_madc_conversion() iio: adc: twl4030: Unexport twl4030_madc_conversion() iio: adc: twl4030: Drop struct twl4030_madc_user_parms iio: adc: twl4030: Remove twl4030_madc_request.func_cb iio: adc: twl4030: Fold twl4030-madc.h into driver drivers/hwmon/Kconfig | 10 -- drivers/hwmon/Makefile | 1 - drivers/hwmon/twl4030-madc-hwmon.c | 118 ---------------- drivers/iio/adc/twl4030-madc.c | 209 +++++++++++++++------------- drivers/power/supply/rx51_battery.c | 1 - drivers/power/supply/twl4030_madc_battery.c | 1 - include/linux/i2c/twl4030-madc.h | 147 ------------------- 7 files changed, 115 insertions(+), 372 deletions(-) delete mode 100644 drivers/hwmon/twl4030-madc-hwmon.c delete mode 100644 include/linux/i2c/twl4030-madc.h -- 2.11.0