* [PATCH] serial: clean up uart_info
@ 2024-09-20 5:34 Yanteng Si
2024-09-20 14:18 ` Andy Shevchenko
2024-10-12 3:10 ` Yanteng Si
0 siblings, 2 replies; 5+ messages in thread
From: Yanteng Si @ 2024-09-20 5:34 UTC (permalink / raw)
To: linux, gregkh, jirislaby, alan
Cc: bartosz.golaszewski, andriy.shevchenko, arnd, u.kleine-koenig,
mengdewei, linux-serial, linux-arm-kernel, linux-kernel,
si.yanteng, Yanteng Si
Since commit ebd2c8f6d2ec ("serial: kill off uart_info") has
removed uart_info, the uart_info declaration looks lonely,
let it go.
Signed-off-by: Yanteng Si <siyanteng@cqsoftware.com.cn>
---
include/linux/platform_data/sa11x0-serial.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/platform_data/sa11x0-serial.h b/include/linux/platform_data/sa11x0-serial.h
index 8b79ab08af45..a88096bc74e4 100644
--- a/include/linux/platform_data/sa11x0-serial.h
+++ b/include/linux/platform_data/sa11x0-serial.h
@@ -10,7 +10,6 @@
#define SA11X0_SERIAL_H
struct uart_port;
-struct uart_info;
/*
* This is a temporary structure for registering these
--
2.31.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] serial: clean up uart_info
2024-09-20 5:34 [PATCH] serial: clean up uart_info Yanteng Si
@ 2024-09-20 14:18 ` Andy Shevchenko
2024-10-12 3:10 ` Yanteng Si
1 sibling, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2024-09-20 14:18 UTC (permalink / raw)
To: Yanteng Si
Cc: linux, gregkh, jirislaby, alan, bartosz.golaszewski, arnd,
u.kleine-koenig, mengdewei, linux-serial, linux-arm-kernel,
linux-kernel, si.yanteng
On Fri, Sep 20, 2024 at 01:34:23PM +0800, Yanteng Si wrote:
> Since commit ebd2c8f6d2ec ("serial: kill off uart_info") has
> removed uart_info, the uart_info declaration looks lonely,
> let it go.
Confirmed.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] serial: clean up uart_info
2024-09-20 5:34 [PATCH] serial: clean up uart_info Yanteng Si
2024-09-20 14:18 ` Andy Shevchenko
@ 2024-10-12 3:10 ` Yanteng Si
2024-10-12 7:57 ` Greg KH
1 sibling, 1 reply; 5+ messages in thread
From: Yanteng Si @ 2024-10-12 3:10 UTC (permalink / raw)
To: Yanteng Si, linux, gregkh, jirislaby, alan
Cc: bartosz.golaszewski, andriy.shevchenko, arnd, u.kleine-koenig,
mengdewei, linux-serial, linux-arm-kernel, linux-kernel
Hi all,
在 2024/9/20 13:34, Yanteng Si 写道:
> Since commit ebd2c8f6d2ec ("serial: kill off uart_info") has
> removed uart_info, the uart_info declaration looks lonely,
> let it go.
Could someone pick up my patch? Or give me some hints on what else I
need to do?
Thanks,
Yanteng
>
> Signed-off-by: Yanteng Si <siyanteng@cqsoftware.com.cn>
> ---
> include/linux/platform_data/sa11x0-serial.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/platform_data/sa11x0-serial.h b/include/linux/platform_data/sa11x0-serial.h
> index 8b79ab08af45..a88096bc74e4 100644
> --- a/include/linux/platform_data/sa11x0-serial.h
> +++ b/include/linux/platform_data/sa11x0-serial.h
> @@ -10,7 +10,6 @@
> #define SA11X0_SERIAL_H
>
> struct uart_port;
> -struct uart_info;
>
> /*
> * This is a temporary structure for registering these
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] serial: clean up uart_info
2024-10-12 3:10 ` Yanteng Si
@ 2024-10-12 7:57 ` Greg KH
2024-10-14 1:46 ` Yanteng Si
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2024-10-12 7:57 UTC (permalink / raw)
To: Yanteng Si
Cc: Yanteng Si, linux, jirislaby, alan, bartosz.golaszewski,
andriy.shevchenko, arnd, u.kleine-koenig, mengdewei, linux-serial,
linux-arm-kernel, linux-kernel
On Sat, Oct 12, 2024 at 11:10:05AM +0800, Yanteng Si wrote:
> Hi all,
>
>
> 在 2024/9/20 13:34, Yanteng Si 写道:
> > Since commit ebd2c8f6d2ec ("serial: kill off uart_info") has
> > removed uart_info, the uart_info declaration looks lonely,
> > let it go.
> Could someone pick up my patch? Or give me some hints on what else I need to
> do?
I picked it up yesterday, you should have gotten an email for it, it is
commit 483c5c2bc6b1 ("serial: clean up uart_info") in my tree. Do you
not see it there?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] serial: clean up uart_info
2024-10-12 7:57 ` Greg KH
@ 2024-10-14 1:46 ` Yanteng Si
0 siblings, 0 replies; 5+ messages in thread
From: Yanteng Si @ 2024-10-14 1:46 UTC (permalink / raw)
To: Greg KH
Cc: Yanteng Si, linux, jirislaby, alan, bartosz.golaszewski,
andriy.shevchenko, arnd, u.kleine-koenig, mengdewei, linux-serial,
linux-arm-kernel, linux-kernel
在 2024/10/12 15:57, Greg KH 写道:
> On Sat, Oct 12, 2024 at 11:10:05AM +0800, Yanteng Si wrote:
>> Hi all,
>>
>>
>> 在 2024/9/20 13:34, Yanteng Si 写道:
>>> Since commit ebd2c8f6d2ec ("serial: kill off uart_info") has
>>> removed uart_info, the uart_info declaration looks lonely,
>>> let it go.
>> Could someone pick up my patch? Or give me some hints on what else I need to
>> do?
> I picked it up yesterday, you should have gotten an email for it, it is
> commit 483c5c2bc6b1 ("serial: clean up uart_info") in my tree. Do you
> not see it there?
Oh yeah! I've already seen this email!
Sorry, I forgot that my patch was generated during working hours,
so I used my company email. My company email has received your
email. Thank you!
Thanks,
Yanteng
>
> thanks,
>
> greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-14 1:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 5:34 [PATCH] serial: clean up uart_info Yanteng Si
2024-09-20 14:18 ` Andy Shevchenko
2024-10-12 3:10 ` Yanteng Si
2024-10-12 7:57 ` Greg KH
2024-10-14 1:46 ` Yanteng Si
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).