From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032980AbeBNQuh (ORCPT ); Wed, 14 Feb 2018 11:50:37 -0500 Received: from mail-ot0-f173.google.com ([74.125.82.173]:33535 "EHLO mail-ot0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032952AbeBNQuZ (ORCPT ); Wed, 14 Feb 2018 11:50:25 -0500 X-Google-Smtp-Source: AH8x226UgBkak/ugB0/djrcvWYiafiQDpSKFKFDzrmGxIrleGm7vw37PEZAkReTKL7c3QeRwzo9Gxw== Date: Wed, 14 Feb 2018 08:50:16 -0800 In-Reply-To: <57ff1e429a7fc12300a3cca0c5e9a637beed0d3a.1518619058.git.msuchanek@suse.de> References: <97593d6e1a41af1baff61f7d9e6e68a450fc9da6.1518619058.git.msuchanek@suse.de><97593d6e1a41af1baff61f7d9e6e68a450fc9da6.1518619058.git.msuchanek@suse.de> <57ff1e429a7fc12300a3cca0c5e9a637beed0d3a.1518619058.git.msuchanek@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Subject: Re: [PATCH 2/2] mmc: bcm2835: print some informational messages during reset To: Michal Suchanek , Ulf Hansson , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com, Eric Anholt , Stefan Wahren , Gerd Hoffmann , "Gustavo A. R. Silva" , Julia Lawall , linux-mmc@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Florian Fainelli Message-ID: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id w1EGod4X012026 On February 14, 2018 6:38:58 AM PST, Michal Suchanek wrote: >The previous patch does reset during hardware error so make the reset >progress more visible. Based on your previous email it looks like this can happen quite frequently so we might be spamming the kernel log with such reset messages. Turning this into a debug print would not be great either, how about a custom sysfs attribute counting the number of times a reset was done? We should ideally root cause this but I am sure we can. -- Florian