Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753502Ab2JGP4Q (ORCPT ); Sun, 7 Oct 2012 11:56:16 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:8868 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750845Ab2JGPzz (ORCPT ); Sun, 7 Oct 2012 11:55:55 -0400 X-PGP-Universal: processed; by hqnvupgp06.nvidia.com on Sun, 07 Oct 2012 08:55:49 -0700 From: Laxman Dewangan To: CC: , , Laxman Dewangan Subject: [PATCH 0/5] mfd: tps65090: cleanups and use regmap-irq for interrupt support Date: Sun, 7 Oct 2012 20:52:15 +0530 Message-ID: <1349623340-21807-1-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 1.7.1.1 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 Content-Length: 872 Lines: 20 This patch series cleanups the driver code by removing unused member, rearranging code and moving irq implementation to regmap-irq framework. Laxman Dewangan (5): mfd: add battery charger in tps65090 sub devs mfd: tps65090: add error prints when mem alloc failed mfd: tps65090: remove unused member of struct tps65090 mfd: tps65090: move register access APIs to header mfd: tps65090: use regmap irq framework for interrupt support drivers/mfd/tps65090.c | 312 ++++++++++++++---------------------------- include/linux/mfd/tps65090.h | 73 ++++++++--- 2 files changed, 159 insertions(+), 226 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/