From patchwork Mon Jan 20 16:10:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Dooks X-Patchwork-Id: 3513581 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C722E9F2D6 for ; Mon, 20 Jan 2014 16:10:51 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ACBAA20108 for ; Mon, 20 Jan 2014 16:10:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA078200E9 for ; Mon, 20 Jan 2014 16:10:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751752AbaATQKp (ORCPT ); Mon, 20 Jan 2014 11:10:45 -0500 Received: from 82-68-191-81.dsl.posilan.com ([82.68.191.81]:36500 "EHLO rainbowdash.ducie.codethink.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751627AbaATQKo (ORCPT ); Mon, 20 Jan 2014 11:10:44 -0500 Received: from ben by rainbowdash.ducie.codethink.co.uk with local (Exim 4.82) (envelope-from ) id 1W5HQo-0000Fm-CS; Mon, 20 Jan 2014 16:10:34 +0000 From: Ben Dooks To: linux-kernel@lists.codethink.co.uk Cc: linux-sh@vger.kernel.org, Ben Dooks , Joe Perches , Greg Kroah-Hartman , Andrew Morton , Magnus Damm , Simon Horman , linux-kernel@vger.kernel.org Subject: [PATCH] [V2] MAINTAINERS: Add dts files for r8 series to SHMOBILE Date: Mon, 20 Jan 2014 16:10:32 +0000 Message-Id: <1390234232-943-1-git-send-email-ben.dooks@codethink.co.uk> X-Mailer: git-send-email 1.8.5.2 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add a number of files to the list of files covered by SHMOBILE so any changes to these can be reported with get_maintailers.pl for the current SHMOILE architectures. Signed-off-by: Ben Dooks --- v2: - add defconfigs and r7 configurations - fix path to dt-bindings Cc: Joe Perches Cc: Greg Kroah-Hartman Cc: Andrew Morton Cc: Magnus Damm Cc: Simon Horman Cc: linux-kernel@vger.kernel.org Cc: linux-sh@vger.kernel.org --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6c20792..f74d830 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1239,7 +1239,14 @@ Q: http://patchwork.kernel.org/project/linux-sh/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next S: Supported F: arch/arm/mach-shmobile/ +F: arch/arm/boot/dts/r8* +F: arch/arm/boot/dts/r7* +F: arch/arm/configs/bockw_defconfig +F: arch/arm/configs/genmai_defconfig +F: arch/arm/configs/lager_defconfig +F: arch/arm/configs/marzen_defconfig F: drivers/sh/ +F: include/dt-bindings/clock/r8a* ARM/SOCFPGA ARCHITECTURE M: Dinh Nguyen