From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756774AbcFHPym (ORCPT ); Wed, 8 Jun 2016 11:54:42 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:45507 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752276AbcFHPyi (ORCPT ); Wed, 8 Jun 2016 11:54:38 -0400 From: "Andrew F. Davis" To: Lee Jones CC: , "Andrew F . Davis" Subject: [PATCH v2 0/5] TI AM335x TSC/ADC cleanup Date: Wed, 8 Jun 2016 10:54:31 -0500 Message-ID: <20160608155436.30450-1-afd@ti.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello all, This series is a group of non-functional changes I would like to get in this cycle to prepare some regmap based changes I would like to make next cycle. Hopefully the churn can be seen as more useful in that case. Thanks, Andrew Changes from v1: - Fixed spelling - Dropped already applied patches Andrew F. Davis (5): mfd: ti_am335x_tscadc: Use SIMPLE_DEV_PM_OPS helper macro mfd: ti_am335x_tscadc: Remove use of single line functions mfd: ti_am335x_tscadc: Unify variable naming when referencing ti_tscadc_dev mfd: ti_am335x_tscadc: Rename regmap_tscadc to regmap mfd: ti_am335x_tscadc: use variable name for sizeof() operator drivers/mfd/ti_am335x_tscadc.c | 135 +++++++++++++++-------------------- include/linux/mfd/ti_am335x_tscadc.h | 2 +- 2 files changed, 57 insertions(+), 80 deletions(-) -- 2.8.3