Re: [PATCH v5 2/2] drivers: serial: probe all uart devices

2021-01-18 Thread Tom Rini
On Wed, Dec 09, 2020 at 10:42:04AM +0530, Vabhav Sharma wrote: > From: Vabhav Sharma > > U-Boot DM model probe only single device at a time > which is enabled and configured using device tree > or platform data method. > > PL011 UART IP is SBSA compliant and firmware does the > serial port

Re: [PATCH v5 2/2] drivers: serial: probe all uart devices

2020-12-16 Thread Sean Anderson
On 12/9/20 12:12 AM, Vabhav Sharma wrote: From: Vabhav Sharma U-Boot DM model probe only single device at a time which is enabled and configured using device tree or platform data method. PL011 UART IP is SBSA compliant and firmware does the serial port set-up, initialization and let the

[PATCH v5 2/2] drivers: serial: probe all uart devices

2020-12-08 Thread Vabhav Sharma
From: Vabhav Sharma U-Boot DM model probe only single device at a time which is enabled and configured using device tree or platform data method. PL011 UART IP is SBSA compliant and firmware does the serial port set-up, initialization and let the kernel use UART port for sending and receiving