From patchwork Wed Sep 5 08:31:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Katsuhiro Suzuki X-Patchwork-Id: 145976 Delivered-To: patch@linaro.org Received: by 2002:a2e:1648:0:0:0:0:0 with SMTP id 8-v6csp4654853ljw; Wed, 5 Sep 2018 01:31:46 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYoi6bbSBWJev1ijf/rKtilPRD121kEFmz32aOPDwFraTwuO2LoThIpsdPDT2PTPMOXD7x8 X-Received: by 2002:a17:902:be08:: with SMTP id r8-v6mr37988504pls.265.1536136305935; Wed, 05 Sep 2018 01:31:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536136305; cv=none; d=google.com; s=arc-20160816; b=X4U76vYrtVTMzr6Q6l0Nbjh1VU7FUSY8Rx4xysBwbaJn+SLZln1jfpr+xzJ9CxsIBV xi1bGmwxtQ/1l0ft0pupDuHLH3OA0hkMH1sX/mMsqm/m4oofCsAOLNPEHHlSohIGq8wP WrdyYnRG9c0gpgOebnCMa6glHRmI2bhwR38epzRwLKBIr42YV3FalHViOPypUlHdvZHH B3V1MSa/R5ErxVZ0Ewnn7VakS5yR+4NFGNMYsimq557d5RUMdTDg/3/Cjk7K8s/9cl6r rWMNqM0EtWCjQyThdFep7Uf0NTWUU89wbwc7CCS+SqP3quB3EzqoAQUhBX6oFlNn7QwC zzQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=qNFfiLzB+quHMNnrGl/bkjckS0IBXIVXEuYxaPy5+p8=; b=HxyhQHXG1G9pbrOoTNKVNLSC4wdnkYNroUHMZKjtA6KGiEpi1ddU/L2EVuvtOFafjS EvACnc/8yvW9IhgJIKLwJk32dg0vvoGW58nK7v1cytL7f4BHZfl842O9+UAqYW6c5zv8 Vtn5YKmK/k5ysQfaakIIoIPPhBNXcdMTXNWM9g5rhLseY+i6YPOhwDjPrnRwP+3rOabX L3hR6IH7ggHqPMCZ72cVQ69vyKV3qwwIXMMhXIs09oHaXcK7KUbQrLGcrTxnRg9KFWLE A6VC7nfFlu5pZyY+PLBaZfng9Hm7CrxQCNAxNOs5F40JrLabx98qDsC0dX3nuBOb3q/V tssA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w13-v6si1327143pll.449.2018.09.05.01.31.45; Wed, 05 Sep 2018 01:31:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727851AbeIENAs (ORCPT + 32 others); Wed, 5 Sep 2018 09:00:48 -0400 Received: from mx.socionext.com ([202.248.49.38]:53865 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726401AbeIENAs (ORCPT ); Wed, 5 Sep 2018 09:00:48 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 05 Sep 2018 17:31:41 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id BC54C600AA; Wed, 5 Sep 2018 17:31:41 +0900 (JST) Received: from 172.31.9.53 (172.31.9.53) by m-FILTER with ESMTP; Wed, 5 Sep 2018 17:31:41 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by iyokan.css.socionext.com (Postfix) with ESMTP id 8D63540371; Wed, 5 Sep 2018 17:31:41 +0900 (JST) Received: from aegis.e01.socionext.com (unknown [10.213.134.210]) by yuzu.css.socionext.com (Postfix) with ESMTP id 5C91212013F; Wed, 5 Sep 2018 17:31:41 +0900 (JST) From: Katsuhiro Suzuki To: Mark Brown , alsa-devel@alsa-project.org Cc: Masami Hiramatsu , Jassi Brar , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Katsuhiro Suzuki Subject: [PATCH] ASoC: uniphier: change status to orphan Date: Wed, 5 Sep 2018 17:31:37 +0900 Message-Id: <20180905083137.23153-1-suzuki.katsuhiro@socionext.com> X-Mailer: git-send-email 2.18.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since I'm leaving from Socionext, I'll unable to access specification documents of this hardware (these are not public). So change the state to orphan until someone will maintain this driver. Signed-off-by: Katsuhiro Suzuki --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 2.18.0 diff --git a/MAINTAINERS b/MAINTAINERS index a8683e549777..4788a5335d35 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13450,9 +13450,8 @@ F: drivers/i2c/busses/i2c-synquacer.c F: Documentation/devicetree/bindings/i2c/i2c-synquacer.txt SOCIONEXT UNIPHIER SOUND DRIVER -M: Katsuhiro Suzuki L: alsa-devel@alsa-project.org (moderated for non-subscribers) -S: Maintained +S: Orphan F: sound/soc/uniphier/ SOEKRIS NET48XX LED SUPPORT