Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753133Ab3G2Ia6 (ORCPT ); Mon, 29 Jul 2013 04:30:58 -0400 Received: from na3sys009aog124.obsmtp.com ([74.125.149.151]:47475 "EHLO na3sys009aog124.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751066Ab3G2Ia5 (ORCPT ); Mon, 29 Jul 2013 04:30:57 -0400 From: Chao Xie To: , , CC: Chao Xie Subject: [PATCH 0/4] mfd: 88pn80x: bug fix and device tree support Date: Mon, 29 Jul 2013 04:29:23 -0400 Message-ID: <1375086567-10705-1-git-send-email-chao.xie@marvell.com> X-Mailer: git-send-email 1.7.4.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: 1285 Lines: 33 There are 4 patches. 1. Bug fix. mfd: 88pm800: Fix the bug that pdata may be NULL mfd: 88pm805: Fix the bug that pdata may be NULL Above patches fix the bug that pdata may be NULL when driver uses it. 2. Device tree support mfd: 88pm800: add device tree support mfd: 88pm805: add device tree support Add device tree support for 88pm800 and 88pm805 Chao Xie (4): mfd: 88pm800: Fix the bug that pdata may be NULL mfd: 88pm805: Fix the bug that pdata may be NULL mfd: 88pm800: add device tree support mfd: 88pm805: add device tree support Documentation/devicetree/bindings/mfd/88pm800.c | 55 +++++++++++++++++++ Documentation/devicetree/bindings/mfd/88pm805.c | 15 +++++ drivers/mfd/88pm800.c | 65 +++++++++++++++++++++-- drivers/mfd/88pm805.c | 10 +++- 4 files changed, 140 insertions(+), 5 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/88pm800.c create mode 100644 Documentation/devicetree/bindings/mfd/88pm805.c -- 1.7.4.1 -- 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/