public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] serial: 8250_pnp: Support configurable reg shift property
@ 2024-04-03  7:41 Guanbing Huang
  2024-04-03 10:01 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Guanbing Huang @ 2024-04-03  7:41 UTC (permalink / raw)
  To: gregkh, andriy.shevchenko, rafael.j.wysocki
  Cc: linux-acpi, tony, john.ogness, yangyicong, jirislaby,
	linux-kernel, linux-serial, lvjianmin, albanhuang, tombinfan

From: Guanbing Huang <albanhuang@tencent.com>

The 16550a serial port based on the ACPI table requires obtaining the
reg-shift attribute. In the ACPI scenario, If the reg-shift property
is not configured like in DTS, the 16550a serial driver cannot read or
write controller registers properly during initialization.

To address the issue of configuring the reg-shift property, the 
__uart_read_properties() universal interface is called to implement it.
Adaptation of pnp devices is done in the __uart_read_properties() function.

Guanbing Huang (3):
  pnp: Add dev_is_pnp() macro
  serial: 8250_port: Add support of pnp irq to __uart_read_properties()
  serial: 8250_pnp: Support configurable reg shift property

 drivers/tty/serial/8250/8250_pnp.c | 36 ++++++++++++++++++++----------
 drivers/tty/serial/serial_port.c   |  7 +++++-
 include/linux/pnp.h                |  2 ++
 3 files changed, 32 insertions(+), 13 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v4 0/3] serial: 8250_pnp: Support configurable reg shift property
  2024-04-03  7:41 [PATCH v4 0/3] serial: 8250_pnp: Support configurable reg shift property Guanbing Huang
@ 2024-04-03 10:01 ` Andy Shevchenko
  2024-04-03 10:07   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2024-04-03 10:01 UTC (permalink / raw)
  To: Guanbing Huang
  Cc: gregkh, rafael.j.wysocki, linux-acpi, tony, john.ogness,
	yangyicong, jirislaby, linux-kernel, linux-serial, lvjianmin,
	albanhuang, tombinfan

On Wed, Apr 03, 2024 at 03:41:27PM +0800, Guanbing Huang wrote:
> From: Guanbing Huang <albanhuang@tencent.com>
> 
> The 16550a serial port based on the ACPI table requires obtaining the
> reg-shift attribute. In the ACPI scenario, If the reg-shift property
> is not configured like in DTS, the 16550a serial driver cannot read or
> write controller registers properly during initialization.
> 
> To address the issue of configuring the reg-shift property, the 
> __uart_read_properties() universal interface is called to implement it.
> Adaptation of pnp devices is done in the __uart_read_properties() function.

Thank you!

I have a few comments, mostly cosmetic except a couple in the last patch.
Most likely the v4 will be good enough for merging.

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v4 0/3] serial: 8250_pnp: Support configurable reg shift property
  2024-04-03 10:01 ` Andy Shevchenko
@ 2024-04-03 10:07   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2024-04-03 10:07 UTC (permalink / raw)
  To: Guanbing Huang
  Cc: gregkh, rafael.j.wysocki, linux-acpi, tony, john.ogness,
	yangyicong, jirislaby, linux-kernel, linux-serial, lvjianmin,
	albanhuang, tombinfan

On Wed, Apr 03, 2024 at 01:01:44PM +0300, Andy Shevchenko wrote:
> On Wed, Apr 03, 2024 at 03:41:27PM +0800, Guanbing Huang wrote:
> > From: Guanbing Huang <albanhuang@tencent.com>
> > 
> > The 16550a serial port based on the ACPI table requires obtaining the
> > reg-shift attribute. In the ACPI scenario, If the reg-shift property
> > is not configured like in DTS, the 16550a serial driver cannot read or
> > write controller registers properly during initialization.
> > 
> > To address the issue of configuring the reg-shift property, the 
> > __uart_read_properties() universal interface is called to implement it.
> > Adaptation of pnp devices is done in the __uart_read_properties() function.
> 
> Thank you!
> 
> I have a few comments, mostly cosmetic except a couple in the last patch.
> Most likely the v4 will be good enough for merging.

Btw, your cover letter is not chained in the same mail thread, be sure you run

	git format-patch -v4 --thread --cover-letter ...

to have proper versioning and cover letter to be chained with the rest.

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-03 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03  7:41 [PATCH v4 0/3] serial: 8250_pnp: Support configurable reg shift property Guanbing Huang
2024-04-03 10:01 ` Andy Shevchenko
2024-04-03 10:07   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox