From patchwork Fri Feb 17 18:30:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Mayer X-Patchwork-Id: 9580527 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4746C6043A for ; Fri, 17 Feb 2017 18:33:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 38CB62874C for ; Fri, 17 Feb 2017 18:33:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2D6752874F; Fri, 17 Feb 2017 18:33:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8A9FB2874C for ; Fri, 17 Feb 2017 18:33:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934382AbdBQSc5 (ORCPT ); Fri, 17 Feb 2017 13:32:57 -0500 Received: from smtp-out-so.shaw.ca ([64.59.136.138]:46263 "EHLO smtp-out-so.shaw.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934144AbdBQSc4 (ORCPT ); Fri, 17 Feb 2017 13:32:56 -0500 Received: from triton.mmayer.net ([70.71.160.251]) by shaw.ca with SMTP id enJ0c2MrmC3JIenJ1cHlkG; Fri, 17 Feb 2017 11:30:57 -0700 X-Authority-Analysis: v=2.2 cv=XbT59Mx5 c=1 sm=1 tr=0 a=6xzog4CasRozao6qlzTIAw==:117 a=6xzog4CasRozao6qlzTIAw==:17 a=n2v9WMKugxEA:10 a=Q-fNiiVtAAAA:8 a=D19gQVrFAAAA:8 a=VwQbUJbxAAAA:8 a=JVbjxlH5M4_l6XesofAA:9 a=Fp8MccfUoT0GBdDC_Lng:22 a=W4TVW4IDbPiebHqcZpNg:22 a=AjGcO6oz07-iQ99wixmX:22 Received: by triton.mmayer.net (Postfix, from userid 501) id 574BF34883F0; Fri, 17 Feb 2017 10:30:54 -0800 (PST) From: Markus Mayer To: Ralf Baechle , Viresh Kumar , "Rafael J . Wysocki" Cc: Markus Mayer , MIPS Linux Kernel List , Power Management List , Linux Kernel Mailing List Subject: [PATCH] MAINTAINERS: cpufreq: add bmips-cpufreq.c Date: Fri, 17 Feb 2017 10:30:50 -0800 Message-Id: <20170217183050.31889-1-code@mmayer.net> X-Mailer: git-send-email 2.10.2 X-CMAE-Envelope: MS4wfH9CepMBTSdfRYHYN3vQAcYz1nTKRUWz5+o//ftRcYhhfJUiQmfLHEDv6KuVGGG9phiWZ1MbupOiaS646yX01F2PG2QTbaaIhnrGNxpf5CxXyb8HpRV0 eYawzhEBRMzoK/gaileFPvZ/bQVGlajUtG6CvGBzJEDct84pZf83UXW7q1SxE4kfdLOBvlEcrz8BIW0tMFSELUHeolt+Kv/pB9GkZ0umq9GwgeBVrb+GzeGn xa8wWRbTh3iYi0t9wFhma1btPa7TLmtacNtUX5PPndJBYLDr9SHVUoYwMSLlyyGD/GhlQe+Xxn1Qv3QCOg9fWf/1yICY3JFPWtGwdqwGSQ1E+nmah6sNF6rW MMAmTStCBDNL9fn1WmqlK2gdd7us+Q== Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Markus Mayer Add maintainer information for bmips-cpufreq.c. Signed-off-by: Markus Mayer Acked-by: Florian Fainelli --- This is based on PM's linux-next from today (February 17). This patch could be squashed into patch 3/4 of the original series if that is acceptable (see [1]) or it can remain separate. [1] https://lkml.org/lkml/2017/2/7/775 MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 107c10e..db251c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2692,6 +2692,12 @@ F: drivers/irqchip/irq-brcmstb* F: include/linux/bcm963xx_nvram.h F: include/linux/bcm963xx_tag.h +BROADCOM BMIPS CPUFREQ DRIVER +M: Markus Mayer +L: linux-pm@vger.kernel.org +S: Maintained +F: drivers/cpufreq/bmips-cpufreq.c + BROADCOM TG3 GIGABIT ETHERNET DRIVER M: Siva Reddy Kallam M: Prashant Sreedharan