From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 15 Oct 2018 20:28:24 +0800 Subject: [U-Boot] [PATCH] drivers: serial: probe all serial devices In-Reply-To: <1539562189-3137-1-git-send-email-vabhav.sharma@nxp.com> References: <1539562189-3137-1-git-send-email-vabhav.sharma@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Oct 15, 2018 at 8:15 PM Vabhav Sharma wrote: > > Serial subsystem search and probe only one first serial > device and unable to use remaining available UART devices > > This patch changes the logic to probe all available serial devices > using platform data or device tree in DM model in order to use all > UART devices > > Signed-off-by: Vabhav Sharma > --- > drivers/serial/Kconfig | 12 ++++++++++++ > drivers/serial/serial-uclass.c | 42 ++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 54 insertions(+) > Looks more and more devices have requirement to be probed during boot. Guess we should handle such in a unified way? Regards, Bin