From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754101AbbJNOcB (ORCPT ); Wed, 14 Oct 2015 10:32:01 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:56713 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341AbbJNOb7 (ORCPT ); Wed, 14 Oct 2015 10:31:59 -0400 From: Charles Keepax To: , , CC: , , , , Subject: [PATCH 0/3] Split Arizona DT bindings between subsystems Date: Wed, 14 Oct 2015 15:12:21 +0100 Message-ID: <1444831944-4655-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> X-Mailer: git-send-email 1.7.2.5 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-10-14_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1510140178 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org As discussed the Arizona device tree bindings documentation will be split up into a seperate document holding properties specific to each subsystem. This series factors out the regulator and extcon bindings. It will probably make sense to split out a GPIO binding document as well but at the moment the only property here is the gpio-defaults which are still handled in the MFD driver and probably require significantly more thought to split out. Thanks, Charles Charles Keepax (3): extcon: arizona: Add extcon specific device tree binding document regulator: arizona: Add regulator specific device tree binding document mfd: arizona: Remove bindings covered in new subsystem specific docs .../devicetree/bindings/extcon/extcon-arizona.txt | 15 +++++++++ Documentation/devicetree/bindings/mfd/arizona.txt | 30 ++--------------- .../bindings/regulator/arizona-regulator.txt | 34 ++++++++++++++++++++ MAINTAINERS | 3 ++ 4 files changed, 55 insertions(+), 27 deletions(-) create mode 100644 Documentation/devicetree/bindings/extcon/extcon-arizona.txt create mode 100644 Documentation/devicetree/bindings/regulator/arizona-regulator.txt -- 1.7.2.5