From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760085AbdCVOeA (ORCPT ); Wed, 22 Mar 2017 10:34:00 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:36107 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759584AbdCVOdw (ORCPT ); Wed, 22 Mar 2017 10:33:52 -0400 Message-ID: <1490193227.2285.39.camel@pengutronix.de> Subject: Re: [REGRESSION next-20170321] acbdad8dd1ab ("serial: 8250_dw: simplify optional reset handling") causes silent kernel. From: Philipp Zabel To: Ralph Sennhauser Cc: Andy Shevchenko , Greg Kroah-Hartman , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 22 Mar 2017 15:33:47 +0100 In-Reply-To: <20170322152445.0b25f78c@gmail.com> References: <20170322152445.0b25f78c@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ralph, On Wed, 2017-03-22 at 15:24 +0100, Ralph Sennhauser wrote: > Hi Philipp, > > Commit acbdad8dd1ab ("serial: 8250_dw: simplify optional reset > handling") causes the kernel to no longer print anything to the serial > console on a Linksys WRT3200ACM (Armada-385, a similar board would > be ./arch/arm/boot/dts/armada-385-linksys-cobra.dts). The last message > from uboot is "Starting kernel ..." and then silence. The device boots > all the way nonetheless. > > Reverting the above commit gets the console output back. > > Ralph Thank you for the report. I assume that you are compiling with the RESET_CONTROLLER Kconfig option disabled? Does commit 0ca10b60ceeb ("reset: fix optional reset_control_get stubs to return NULL") [1] in the arm-soc fixes branch help with this issue? [1] https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/commit/?h=fixes&id=0ca10b60ceeb5372da01798ca68c116ae45a6eb6 regards Philipp