From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73238C433E2 for ; Wed, 16 Sep 2020 17:25:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 33BC7222C8 for ; Wed, 16 Sep 2020 17:25:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600277156; bh=27sYm41mDiVDnZrWbm0QPVBaPRpD52EfmzkcCrZV80c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=s1GHbqlA99zWAjI1BrrqhoU2G5mQCUB18X1z0UZ8r7wAwDzT+sXlRRQomM4gmu1lC iBFMFi1Nf6QCEzZcHd6fIuSLP3tbcDts0TKL7l8/t3JV0Nb2n83ucU+tliIBCGZjI9 /8ZyEOiU82yZB9rqST7xe4fzRoZf8BzWAXeoGIkM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727035AbgIPRZk (ORCPT ); Wed, 16 Sep 2020 13:25:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:41104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727021AbgIPRZi (ORCPT ); Wed, 16 Sep 2020 13:25:38 -0400 Received: from mail-ej1-f47.google.com (mail-ej1-f47.google.com [209.85.218.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 94C452222E; Wed, 16 Sep 2020 16:15:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600272952; bh=27sYm41mDiVDnZrWbm0QPVBaPRpD52EfmzkcCrZV80c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=pqNRMaP0X9Blp3xQCD3Zk+PlqjNSI+5urM1u/88kqjNllpJCcNBf7qN2LPn3/BTT2 dRyX2kVPw+lPv64et2CISd3l4nVeoM+yFS2ajeTC1WSNblvCbW7Trl4WMuBEPkg7hD k/UqtCkwJCii1ROu6m15flANY9Y6NmenSXuaxsbw= Received: by mail-ej1-f47.google.com with SMTP id p9so11151659ejf.6; Wed, 16 Sep 2020 09:15:52 -0700 (PDT) X-Gm-Message-State: AOAM531YawbGDMzodTmV2YlokpruOKg3Bsvon+RzTPVkEgssTkV2K/pB B3dthBoKPV9FGnQvzp0vCAB/kz4sD6yR0KJo3N0= X-Google-Smtp-Source: ABdhPJxEK6ZjXsdxLcZySzuz0z9lSyaAmd9P0gRxYMJTfHrR5KxRYZH+Asvudz0vhNq7zAjPO6GX+HHY/5crRL//S3M= X-Received: by 2002:a17:906:8401:: with SMTP id n1mr25499511ejx.215.1600272951032; Wed, 16 Sep 2020 09:15:51 -0700 (PDT) MIME-Version: 1.0 References: <20200902150348.14465-1-krzk@kernel.org> <20200902163558.GA4137028@piout.net> <20200911153441.GA18190@kozik-lap> <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> In-Reply-To: <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> From: Krzysztof Kozlowski Date: Wed, 16 Sep 2020 18:15:39 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 01/10] clk: at91: Drop unused at91sam9g45_pcr_layout To: Stephen Boyd Cc: Michael Turquette , Alexandre Belloni , Nicolas Ferre , Ludovic Desroches , David Lechner , Sekhar Nori , Santosh Shilimkar , Neil Armstrong , Jerome Brunet , Kevin Hilman , Martin Blumenstingl , Andy Gross , Bjorn Andersson , Maxime Ripard , Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "linux-kernel@vger.kernel.org" , linux-amlogic@lists.infradead.org, linux-arm-msm@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, 15 Sep 2020 at 02:01, Stephen Boyd wrote: > > Quoting Krzysztof Kozlowski (2020-09-11 08:34:41) > > On Wed, Sep 02, 2020 at 06:35:58PM +0200, Alexandre Belloni wrote: > > > On 02/09/2020 17:03:39+0200, Krzysztof Kozlowski wrote: > > > > The at91sam9g45_pcr_layout is not used so drop it to fix build warning: > > > > > > > > drivers/clk/at91/at91sam9g45.c:49:36: warning: > > > > 'at91sam9g45_pcr_layout' defined but not used [-Wunused-const-variable=] > > > > > > > > Signed-off-by: Krzysztof Kozlowski > > > Acked-by: Alexandre Belloni > > > > > > > --- > > > > drivers/clk/at91/at91sam9g45.c | 7 ------- > > > > 1 file changed, 7 deletions(-) > > > > > > > > Hi Stephen, > > > > If the dev_err_probe() waits/skips/goes to /dev/null, then how about the > > fixes in the series? This patch and few other? > > Yes if dev_err_probe() is superseded by Rob's work then the fixes should > be fine to pick up. Can you resend the fixes? Sure, I will send the fixes only. Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 569D2C43461 for ; Wed, 16 Sep 2020 16:17:26 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CBAF422583 for ; Wed, 16 Sep 2020 16:17:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="vr5U7R4p"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="xragdtJe" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CBAF422583 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=W4NijSio9uHsYcT9Yqt+3ZzCuiMgwCjFHbMbnVgYuWI=; b=vr5U7R4p81UKNqh1/L/G1hqUk auUN49huwsfwgWfK8+Gn6/CK/5DoSSSMm6tuMn+LfmB9WwvmHl0MdoVCvsvGVlZPtbudAYvrABeI3 Dm/mcjD4L1cuTfp/OmfO9dSD/tzWh1YtaRi0MepGM6LmCM2ilZ4X1LFRDDH/SIrsgxr8NS3gmQEss qDviSjHKwyGMcXZfmBdCDb97NfU3IfHW0ko2jgaj2mRAtcqpvTuGhYQkWoFsQWnxQTNTQH9tVyEn5 Az3K3kL3opHqfPW78Y8uZdsrYUHonl/zjc8KG37Ie8b7mkl2LaUbiYGq3d/biCQKL9Ln4ukCFCJyc y1D4qGk/w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIa69-0001xM-Cr; Wed, 16 Sep 2020 16:15:57 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIa65-0001wj-N8; Wed, 16 Sep 2020 16:15:54 +0000 Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A377622583; Wed, 16 Sep 2020 16:15:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600272953; bh=27sYm41mDiVDnZrWbm0QPVBaPRpD52EfmzkcCrZV80c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=xragdtJe8YHzIw3Wo91ge6OnAiWFbdQWekGq7uQ55A3plRldzhLOZJek6GAqw16Qo f7/dvmr/hBN8SU0D5PkG68Wr5bTSnABYPkvHzR4/DeejXEltV8XqP+LYy8HViJ8b93 Y4fewmHrG+9xMeZoauWCTBqJe0oLDpXVEeME55t8= Received: by mail-ej1-f43.google.com with SMTP id z22so11157423ejl.7; Wed, 16 Sep 2020 09:15:52 -0700 (PDT) X-Gm-Message-State: AOAM531Pqe9xynCCm0o0e0/XKPk7Poeq3scuVmkeP4A9vk8VZtO41W9j hjT8f9pXhve6doAq0ajN/rheyOUD/SYLRRUlcAw= X-Google-Smtp-Source: ABdhPJxEK6ZjXsdxLcZySzuz0z9lSyaAmd9P0gRxYMJTfHrR5KxRYZH+Asvudz0vhNq7zAjPO6GX+HHY/5crRL//S3M= X-Received: by 2002:a17:906:8401:: with SMTP id n1mr25499511ejx.215.1600272951032; Wed, 16 Sep 2020 09:15:51 -0700 (PDT) MIME-Version: 1.0 References: <20200902150348.14465-1-krzk@kernel.org> <20200902163558.GA4137028@piout.net> <20200911153441.GA18190@kozik-lap> <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> In-Reply-To: <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> From: Krzysztof Kozlowski Date: Wed, 16 Sep 2020 18:15:39 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 01/10] clk: at91: Drop unused at91sam9g45_pcr_layout To: Stephen Boyd X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200916_121553_839931_07E69FED X-CRM114-Status: GOOD ( 19.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-msm@vger.kernel.org, Alexandre Belloni , "linux-kernel@vger.kernel.org" , David Lechner , Neil Armstrong , Martin Blumenstingl , Kevin Hilman , Michael Turquette , Sekhar Nori , Maxime Ripard , Bjorn Andersson , Ludovic Desroches , Andy Gross , Santosh Shilimkar , linux-amlogic@lists.infradead.org, Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jerome Brunet Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 15 Sep 2020 at 02:01, Stephen Boyd wrote: > > Quoting Krzysztof Kozlowski (2020-09-11 08:34:41) > > On Wed, Sep 02, 2020 at 06:35:58PM +0200, Alexandre Belloni wrote: > > > On 02/09/2020 17:03:39+0200, Krzysztof Kozlowski wrote: > > > > The at91sam9g45_pcr_layout is not used so drop it to fix build warning: > > > > > > > > drivers/clk/at91/at91sam9g45.c:49:36: warning: > > > > 'at91sam9g45_pcr_layout' defined but not used [-Wunused-const-variable=] > > > > > > > > Signed-off-by: Krzysztof Kozlowski > > > Acked-by: Alexandre Belloni > > > > > > > --- > > > > drivers/clk/at91/at91sam9g45.c | 7 ------- > > > > 1 file changed, 7 deletions(-) > > > > > > > > Hi Stephen, > > > > If the dev_err_probe() waits/skips/goes to /dev/null, then how about the > > fixes in the series? This patch and few other? > > Yes if dev_err_probe() is superseded by Rob's work then the fixes should > be fine to pick up. Can you resend the fixes? Sure, I will send the fixes only. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1E29C43461 for ; Wed, 16 Sep 2020 16:16:10 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 25991224B2 for ; Wed, 16 Sep 2020 16:16:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="X9j5QgWC"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="xragdtJe" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 25991224B2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=50SlNn+zKRHuVIUZfNYYKj5WjsXM25z0HbuxiVCmNJ4=; b=X9j5QgWCWMRtAFHzMg8o1Zn7S y96Y2dR61ktqFiZFNyFcf5N922WX08XOfLTDav3jMoBUvbvVQexo9jdfzHugxgz/3w/kmCfHybrN0 C1lveJo6RtIeuJZtnGLtCd/MG3r1ZTxosGAaGLMqKwNOcIY/VeIdWVaVAyycaOUSS1pYx6+FtW6v4 Ps3JtFj2jkEi12K7NoP2K7wiKgq1I87P5X0k1Oq5mpjEgs8cb6D5lUC2XtKmVfbwj5amNgSxYz3/T X8ywk42IGgnh17+ivP5iZngC7F4aZx33ImV0Irc12wnITs3Hit7g/1dt+1wZxlwVmGUgv3fNizKJ5 MCwWCPwWA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIa68-0001xB-9b; Wed, 16 Sep 2020 16:15:56 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIa65-0001wj-N8; Wed, 16 Sep 2020 16:15:54 +0000 Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A377622583; Wed, 16 Sep 2020 16:15:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600272953; bh=27sYm41mDiVDnZrWbm0QPVBaPRpD52EfmzkcCrZV80c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=xragdtJe8YHzIw3Wo91ge6OnAiWFbdQWekGq7uQ55A3plRldzhLOZJek6GAqw16Qo f7/dvmr/hBN8SU0D5PkG68Wr5bTSnABYPkvHzR4/DeejXEltV8XqP+LYy8HViJ8b93 Y4fewmHrG+9xMeZoauWCTBqJe0oLDpXVEeME55t8= Received: by mail-ej1-f43.google.com with SMTP id z22so11157423ejl.7; Wed, 16 Sep 2020 09:15:52 -0700 (PDT) X-Gm-Message-State: AOAM531Pqe9xynCCm0o0e0/XKPk7Poeq3scuVmkeP4A9vk8VZtO41W9j hjT8f9pXhve6doAq0ajN/rheyOUD/SYLRRUlcAw= X-Google-Smtp-Source: ABdhPJxEK6ZjXsdxLcZySzuz0z9lSyaAmd9P0gRxYMJTfHrR5KxRYZH+Asvudz0vhNq7zAjPO6GX+HHY/5crRL//S3M= X-Received: by 2002:a17:906:8401:: with SMTP id n1mr25499511ejx.215.1600272951032; Wed, 16 Sep 2020 09:15:51 -0700 (PDT) MIME-Version: 1.0 References: <20200902150348.14465-1-krzk@kernel.org> <20200902163558.GA4137028@piout.net> <20200911153441.GA18190@kozik-lap> <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> In-Reply-To: <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> From: Krzysztof Kozlowski Date: Wed, 16 Sep 2020 18:15:39 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 01/10] clk: at91: Drop unused at91sam9g45_pcr_layout To: Stephen Boyd X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200916_121553_839931_07E69FED X-CRM114-Status: GOOD ( 19.18 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-msm@vger.kernel.org, Alexandre Belloni , "linux-kernel@vger.kernel.org" , David Lechner , Neil Armstrong , Martin Blumenstingl , Kevin Hilman , Michael Turquette , Sekhar Nori , Nicolas Ferre , Maxime Ripard , Bjorn Andersson , Ludovic Desroches , Andy Gross , Santosh Shilimkar , linux-amlogic@lists.infradead.org, Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jerome Brunet Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Tue, 15 Sep 2020 at 02:01, Stephen Boyd wrote: > > Quoting Krzysztof Kozlowski (2020-09-11 08:34:41) > > On Wed, Sep 02, 2020 at 06:35:58PM +0200, Alexandre Belloni wrote: > > > On 02/09/2020 17:03:39+0200, Krzysztof Kozlowski wrote: > > > > The at91sam9g45_pcr_layout is not used so drop it to fix build warning: > > > > > > > > drivers/clk/at91/at91sam9g45.c:49:36: warning: > > > > 'at91sam9g45_pcr_layout' defined but not used [-Wunused-const-variable=] > > > > > > > > Signed-off-by: Krzysztof Kozlowski > > > Acked-by: Alexandre Belloni > > > > > > > --- > > > > drivers/clk/at91/at91sam9g45.c | 7 ------- > > > > 1 file changed, 7 deletions(-) > > > > > > > > Hi Stephen, > > > > If the dev_err_probe() waits/skips/goes to /dev/null, then how about the > > fixes in the series? This patch and few other? > > Yes if dev_err_probe() is superseded by Rob's work then the fixes should > be fine to pick up. Can you resend the fixes? Sure, I will send the fixes only. Best regards, Krzysztof _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic