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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 EB782C4332B for ; Thu, 19 Mar 2020 14:22:56 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 BC25D2080C for ; Thu, 19 Mar 2020 14:22:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="SpwStv4a" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BC25D2080C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=theobroma-systems.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jS/OPmJKIBU9Sli8Qhv2XtIdZSCVfp81GcASvcHx0AA=; b=SpwStv4aSIw3KQ YISE3p+/DMm4RVJNURnB/HE0TSVu4AKxpaQ//KOZQ5XRCN9heoa1yaUMqEWDVNL3lSvEfjtzisn/l mbmd5KrAXQdXA+Nl/Y0D8zz/pOhNweMKonriNE40p1uKxndN8uuBN8UtDVR6O7ja+pSS3TCl0K6NA utlTPO/TTHWR0bBggIgUYErfI0fDcR/al87uoMgMSp+KbtD+di5yyWtGuVs/BNzcUxVS+2hcgCNz4 9pykWb/qczThOh7L/poaEtYYSWCP0ISq5U9Iv/wePP1RzJSogroHnCm6A0ZXxoolIZsgdZMemlGC7 zMIBEFfPZRvymXgiCgHw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jEw4V-0005dQ-TG; Thu, 19 Mar 2020 14:22:55 +0000 Received: from vegas.theobroma-systems.com ([144.76.126.164] helo=mail.theobroma-systems.com) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jEw4T-0005d5-K3; Thu, 19 Mar 2020 14:22:54 +0000 Received: from ip5f5a5d2f.dynamic.kabel-deutschland.de ([95.90.93.47]:43774 helo=diego.localnet) by mail.theobroma-systems.com with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1jEw4P-0004O5-2t; Thu, 19 Mar 2020 15:22:49 +0100 From: Heiko Stuebner To: Christoph Muellner Subject: Re: [PATCH] phy: rk-inno-usb2: Decrease verbosity of repeating log. Date: Thu, 19 Mar 2020 15:22:48 +0100 Message-ID: <2002640.57rdNQtM3Z@diego> Organization: Theobroma Systems In-Reply-To: <20200319140852.27636-1-christoph.muellner@theobroma-systems.com> References: <20200319140852.27636-1-christoph.muellner@theobroma-systems.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200319_072253_810076_A613EF20 X-CRM114-Status: UNSURE ( 7.97 ) X-CRM114-Notice: Please train this message. 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-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kishon Vijay Abraham I Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Donnerstag, 19. M=E4rz 2020, 15:08:52 CET schrieb Christoph Muellner: > phy-rockchip-inno-usb2 logs the message > = > "phy-ff2c0000.syscon:usb2-phy@100.2: charger =3D INVALID_CHARGER" > = > constantly with a frequency of about 1 Hz and a verbosity level > of INFO. As this is clearly annoying, this patch decreases > the log level to DEBUG. > = > Signed-off-by: Christoph Muellner I've noticed these messages in the past as well, but I guess in my short test-cycles never got annoyed enough to do something about it, but it's nice to see them go away, so Reviewed-by: Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel