All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] amba: bus: Move reading periphid operation from amba_match() to amba_probe()
@ 2024-09-08 23:37 Zijun Hu
  2024-09-08 23:37 ` [PATCH RFC 1/3] amba: bus: Warn on adding an AMBA device without valid periphid Zijun Hu
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Zijun Hu @ 2024-09-08 23:37 UTC (permalink / raw)
  To: Russell King
  Cc: Greg Kroah-Hartman, Saravana Kannan, Isaac Manjarres, Lu Baolu,
	Zijun Hu, linux-kernel, Zijun Hu

This patch series is to make amba_match(), as bus_type @amba_bustype's
match(), also follow below ideal rule:

bus_type's match() should only return bool type compatible integer 0 or
1 ideally since its main operations are lookup and comparison normally.

Which has been followed by match() of all other bus_types in current
kernel tree.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Zijun Hu (3):
      amba: bus: Warn on adding an AMBA device without valid periphid
      amba: bus: Move empty @amba_proxy_drv's definition to the front
      amba: bus: Move reading periphid operation from amba_match() to amba_probe()

 drivers/amba/bus.c       | 130 ++++++++++++++++++++++++++---------------------
 include/linux/amba/bus.h |   1 -
 2 files changed, 72 insertions(+), 59 deletions(-)
---
base-commit: 888f67e621dda5c2804a696524e28d0ca4cf0a80
change-id: 20240829-fix_amba-0f09aa1fc3b1

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>


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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-08 23:37 [PATCH RFC 0/3] amba: bus: Move reading periphid operation from amba_match() to amba_probe() Zijun Hu
2024-09-08 23:37 ` [PATCH RFC 1/3] amba: bus: Warn on adding an AMBA device without valid periphid Zijun Hu
2024-09-08 23:37 ` [PATCH RFC 2/3] amba: bus: Move empty @amba_proxy_drv's definition to the front Zijun Hu
2024-09-08 23:37 ` [PATCH RFC 3/3] amba: bus: Move reading periphid operation from amba_match() to amba_probe() Zijun Hu
2024-09-08 23:51   ` Zijun Hu
2024-09-09  7:24 ` [PATCH RFC 0/3] " Saravana Kannan
2024-09-10 12:17   ` Zijun Hu
2024-09-10 16:27     ` Saravana Kannan
2024-09-11 12:50       ` Zijun Hu
2024-10-03  1:49         ` Saravana Kannan
2024-10-10 13:10           ` Zijun Hu
2024-09-17  9:52 ` Russell King (Oracle)
2024-09-17 11:02   ` Zijun Hu

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.