From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932669Ab2KEPKv (ORCPT ); Mon, 5 Nov 2012 10:10:51 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:47971 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932439Ab2KEPKt (ORCPT ); Mon, 5 Nov 2012 10:10:49 -0500 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, sameo@linux.intel.com Cc: arnd@arndb.de, linus.walleij@stericsson.com Subject: [PATCH 0/8] mfd: Batch together MFD related patches Date: Mon, 5 Nov 2012 16:10:28 +0100 Message-Id: <1352128236-11554-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sam, I know you've been busy giving NFC presentations at ELC, but ... :) All these patches have been on the list in various other patch-sets for some time and have been reviewed by some key people already. All other patches from the patch-sets have been taken, so I thought I'd batch these up for easy review/acceptance. Documentation/devicetree/bindings/mfd/stmpe.txt | 25 ++++ drivers/mfd/ab8500-core.c | 98 ++++----------- drivers/mfd/db8500-prcmu.c | 8 +- drivers/mfd/stmpe.c | 151 ++++++++++++++++------- include/linux/mfd/stmpe.h | 2 + 5 files changed, 160 insertions(+), 124 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Mon, 5 Nov 2012 16:10:28 +0100 Subject: [PATCH 0/8] mfd: Batch together MFD related patches Message-ID: <1352128236-11554-1-git-send-email-lee.jones@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Sam, I know you've been busy giving NFC presentations at ELC, but ... :) All these patches have been on the list in various other patch-sets for some time and have been reviewed by some key people already. All other patches from the patch-sets have been taken, so I thought I'd batch these up for easy review/acceptance. Documentation/devicetree/bindings/mfd/stmpe.txt | 25 ++++ drivers/mfd/ab8500-core.c | 98 ++++----------- drivers/mfd/db8500-prcmu.c | 8 +- drivers/mfd/stmpe.c | 151 ++++++++++++++++------- include/linux/mfd/stmpe.h | 2 + 5 files changed, 160 insertions(+), 124 deletions(-)