linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ralph Sennhauser <ralph.sennhauser@gmail.com>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [REGRESSION next-20170321] acbdad8dd1ab ("serial: 8250_dw: simplify optional reset handling") causes silent kernel.
Date: Wed, 22 Mar 2017 15:24:45 +0100	[thread overview]
Message-ID: <20170322152445.0b25f78c@gmail.com> (raw)

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


Bisect log:

  git bisect start
  # bad: [50eff530518ae89e25d09ec1aa41a7aea6a7d51c] Add linux-next specific files for 20170321
  git bisect bad 50eff530518ae89e25d09ec1aa41a7aea6a7d51c
  # good: [97da3854c526d3a6ee05c849c96e48d21527606c] Linux 4.11-rc3
  git bisect good 97da3854c526d3a6ee05c849c96e48d21527606c
  # good: [445775520e021af86ee95b76eecca2df8203ce93] Merge remote-tracking branch 'drm/drm-next'
  git bisect good 445775520e021af86ee95b76eecca2df8203ce93
  # good: [9f18c54f1a491ed2ff42354352fa72949ce21622] Merge remote-tracking branch 'usb-serial/usb-next'
  git bisect good 9f18c54f1a491ed2ff42354352fa72949ce21622
  # good: [cfd23945be7413351ef57ff5b07c5b037a7f9995] staging: media: Remove unused function atomisp_set_stop_timeout()
  git bisect good cfd23945be7413351ef57ff5b07c5b037a7f9995
  # bad: [b8e4c398ad2f0c005b76298e6492a20804af5bf3] Merge remote-tracking branch 'gpio/for-next'
  git bisect bad b8e4c398ad2f0c005b76298e6492a20804af5bf3
  # bad: [1e0dec03559e0a6f57398d46167dcac5514e28cc] Merge remote-tracking branch 'staging/staging-next'
  git bisect bad 1e0dec03559e0a6f57398d46167dcac5514e28cc
  # bad: [1e0dec03559e0a6f57398d46167dcac5514e28cc] Merge remote-tracking branch 'staging/staging-next'
  git bisect bad 1e0dec03559e0a6f57398d46167dcac5514e28cc
  # bad: [b93a6959856081a440ca98debbbf81fd5828014f] Merge remote-tracking branch 'extcon/extcon-next'
  git bisect bad b93a6959856081a440ca98debbbf81fd5828014f
  # good: [1d3b2af213902059d9f4b35eb15b53f8062dc3b3] auxdisplay: charlcd: Add support for displays with more than two lines
  git bisect good 1d3b2af213902059d9f4b35eb15b53f8062dc3b3
  # good: [22077b091a4720d4336bd806e9c93b2a81fcc38a] tty: serial_core, remove state checks in uart_poll*
  git bisect good 22077b091a4720d4336bd806e9c93b2a81fcc38a
  # good: [16b11f258b4563a8d18b9e35344540ca41a5550b] extcon: int3496: Set the id pin to direction-input if necessary
  git bisect good 16b11f258b4563a8d18b9e35344540ca41a5550b
  # good: [5ce689f2e4b83363750c8dda46042f9332b37cc1] Merge remote-tracking branch 'phy-next/next'
  git bisect good 5ce689f2e4b83363750c8dda46042f9332b37cc1
  # good: [d47d88361feea2ce11f39bd70467ffc19a61d2d3] auxdisplay: Add HD44780 Character LCD support
  git bisect good d47d88361feea2ce11f39bd70467ffc19a61d2d3
  # bad: [76e00cb026f0afe6f62072dbb57c20a69e3427c8] Merge remote-tracking branch 'tty/tty-next'
  git bisect bad 76e00cb026f0afe6f62072dbb57c20a69e3427c8
  # bad: [acbdad8dd1abd98b216d8c37ff9c6de4aa595534] serial: 8250_dw: simplify optional reset handling
  git bisect bad acbdad8dd1abd98b216d8c37ff9c6de4aa595534
  # first bad commit: [acbdad8dd1abd98b216d8c37ff9c6de4aa595534]
  serial: 8250_dw: simplify optional reset handling

             reply	other threads:[~2017-03-22 14:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-22 14:24 Ralph Sennhauser [this message]
2017-03-22 14:33 ` [REGRESSION next-20170321] acbdad8dd1ab ("serial: 8250_dw: simplify optional reset handling") causes silent kernel Philipp Zabel
2017-03-22 15:11   ` Ralph Sennhauser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170322152445.0b25f78c@gmail.com \
    --to=ralph.sennhauser@gmail.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).