From: Greg KH <gregkh@linuxfoundation.org>
To: Mihai Sain <mihai.sain@microchip.com>
Cc: richard.genoud@bootlin.com, jirislaby@kernel.org,
nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com,
claudiu.beznea@tuxon.dev, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC PATCH] tty: atmel_serial: Use devm_platform_ioremap_resource()
Date: Mon, 21 Oct 2024 08:59:37 +0200 [thread overview]
Message-ID: <2024102151-showy-partake-a2aa@gregkh> (raw)
In-Reply-To: <20241021064321.3440-1-mihai.sain@microchip.com>
On Mon, Oct 21, 2024 at 09:43:21AM +0300, Mihai Sain wrote:
> Simplify the request port function by using a single call
> to devm_platform_ioremap_resource().
>
> This will also enhance the printing from /proc/iomem:
>
> cat /proc/iomem | grep flexcom ; cat /proc/iomem | grep serial
>
> f0004000-f00041ff : f0004000.flexcom flexcom@f0004000
> f8020000-f80201ff : f8020000.flexcom flexcom@f8020000
> f0004200-f00043ff : f0004200.serial serial@200
> f8020200-f80203ff : f8020200.serial serial@200
> fffff200-fffff3ff : fffff200.serial serial@fffff200
>
> Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
> ---
> drivers/tty/serial/atmel_serial.c | 12 +++---------
> 1 file changed, 3 insertions(+), 9 deletions(-)
Why is this a rfc? What needs to be done before you want it merged?
thanks,
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Mihai Sain <mihai.sain@microchip.com>
Cc: alexandre.belloni@bootlin.com, claudiu.beznea@tuxon.dev,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
jirislaby@kernel.org, richard.genoud@bootlin.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC PATCH] tty: atmel_serial: Use devm_platform_ioremap_resource()
Date: Mon, 21 Oct 2024 08:59:37 +0200 [thread overview]
Message-ID: <2024102151-showy-partake-a2aa@gregkh> (raw)
In-Reply-To: <20241021064321.3440-1-mihai.sain@microchip.com>
On Mon, Oct 21, 2024 at 09:43:21AM +0300, Mihai Sain wrote:
> Simplify the request port function by using a single call
> to devm_platform_ioremap_resource().
>
> This will also enhance the printing from /proc/iomem:
>
> cat /proc/iomem | grep flexcom ; cat /proc/iomem | grep serial
>
> f0004000-f00041ff : f0004000.flexcom flexcom@f0004000
> f8020000-f80201ff : f8020000.flexcom flexcom@f8020000
> f0004200-f00043ff : f0004200.serial serial@200
> f8020200-f80203ff : f8020200.serial serial@200
> fffff200-fffff3ff : fffff200.serial serial@fffff200
>
> Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
> ---
> drivers/tty/serial/atmel_serial.c | 12 +++---------
> 1 file changed, 3 insertions(+), 9 deletions(-)
Why is this a rfc? What needs to be done before you want it merged?
thanks,
greg k-h
next prev parent reply other threads:[~2024-10-21 6:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-21 6:43 [RFC PATCH] tty: atmel_serial: Use devm_platform_ioremap_resource() Mihai Sain
2024-10-21 6:59 ` Greg KH [this message]
2024-10-21 6:59 ` Greg KH
2024-10-21 7:16 ` Mihai.Sain
2024-10-21 7:24 ` Greg KH
2024-10-21 7:24 ` Greg KH
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=2024102151-showy-partake-a2aa@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=alexandre.belloni@bootlin.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=jirislaby@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=mihai.sain@microchip.com \
--cc=nicolas.ferre@microchip.com \
--cc=richard.genoud@bootlin.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.