[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230803071034.25571-1-tony@atomide.com> (raw)
Date: Thu, 3 Aug 2023 16:34:17 +0100
From: Biju Das <biju.das.jz@...renesas.com>
To: tony@...mide.com
Cc: andriy.shevchenko@...el.com, andriy.shevchenko@...ux.intel.com,
bigeasy@...utronix.de, d-gole@...com, gregkh@...uxfoundation.org,
ilpo.jarvinen@...ux.intel.com, jirislaby@...nel.org,
johan@...nel.org, john.ogness@...utronix.de,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org,
oliver.sang@...el.com, vigneshr@...com,
linux-renesas-soc@...r.kernel.org,
Biju Das <biju.das.jz@...renesas.com>
Subject: [PATCH v2 1/1] serial: core: Fix serial_base_match() after fixing controller port name
Hi,
> While fixing DEVNAME to be more usable, I broke serial_base_match() as the
> ctrl and port prefix for device names seemed unnecessary.
> The prefixes are still needed by serial_base_match() to probe the serial
> base controller port, and serial tx is now broken.
> Let's fix the issue by checking against dev->type and drv->name instead
> of the prefixes that are no longer in the DEVNAME.
> Fixes: 1ef2c2df1199 ("serial: core: Fix serial core controller port name to show controller id")
> Reported-by: kernel test robot <oliver.sang@...el.com>
> Closes: https://lore.kernel.org/oe-lkp/202308021529.35b3ad6c-oliver.sang@intel.com
> Signed-off-by: Tony Lindgren <tony@...mide.com>
This patch fixes the boot issue on RZ/G2L SMARC EVK since yesterday.
Tested-by: Biju Das <biju.das.jz@...renesas.com>
Powered by blists - more mailing lists