From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755082Ab2ECNCG (ORCPT ); Thu, 3 May 2012 09:02:06 -0400 Received: from na3sys009aog103.obsmtp.com ([74.125.149.71]:51148 "EHLO na3sys009aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751642Ab2ECNCE (ORCPT ); Thu, 3 May 2012 09:02:04 -0400 From: Peter Ujfalusi To: Samuel Ortiz Cc: linux-kernel@vger.kernel.org, Misael Lopez Cruz , Benoit Cousson , devicetree-discuss@lists.ozlabs.org, Liam Girdwood Subject: [PATCH 0/3] MFD: twl6040: Device tree support Date: Thu, 3 May 2012 15:54:22 +0300 Message-Id: <1336049665-27777-1-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.8.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, The following series adds device tree support for the twl6040 MFD core driver. Support for the child drivers (vibra, ASoC codec) will be submitted via the corresponding subsystem since there is no compile time dependency between them. The first patch is a minor clean up patch to remove wrapped lines in the twl6040-irq.c. The resulting code is more natural to read to me. The series depends on the regulator support patch for the twl6040: http://marc.info/?l=linux-kernel&m=133596703610515&w=2 Regards, Peter --- Peter Ujfalusi (3): MFD: twl6040: Code cleanup in interrupt initialization part MFD: twl6040: Allocate IRQ numbers dynamically MFD: twl6040: Support for DT Documentation/devicetree/bindings/mfd/twl6040.txt | 51 +++++++++++++++++++++ drivers/mfd/twl6040-core.c | 26 +++++++--- drivers/mfd/twl6040-irq.c | 32 +++++++++---- 3 files changed, 92 insertions(+), 17 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/twl6040.txt -- 1.7.8.6