All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] serial: Use of_device_get_match_data
@ 2021-08-22  3:28 ` Tang Bin
  0 siblings, 0 replies; 10+ messages in thread
From: Tang Bin @ 2021-08-22  3:28 UTC (permalink / raw)
  To: gregkh, paul, jirislaby, ldewangan, thierry.reding, jonathanh, linux
  Cc: linux-mips, linux-serial, linux-kernel, linux-tegra,
	linux-arm-kernel, Tang Bin

Hi all:

This patch series replace 'of_match_device' with
'of_device_get_match_data', to make code cleaner and better.

Thanks

Tang Bin (3):
  serial: 8250_ingenic: Use of_device_get_match_data
  serial: tegra: Use of_device_get_match_data
  serial: vt8500: Use of_device_get_match_data

 drivers/tty/serial/8250/8250_ingenic.c | 6 ++----
 drivers/tty/serial/serial-tegra.c      | 6 ++----
 drivers/tty/serial/vt8500_serial.c     | 7 ++-----
 3 files changed, 6 insertions(+), 13 deletions(-)

-- 
2.20.1.windows.1




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

end of thread, other threads:[~2021-08-22 11:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-22  3:28 [PATCH 0/3] serial: Use of_device_get_match_data Tang Bin
2021-08-22  3:28 ` Tang Bin
2021-08-22  3:28 ` [PATCH 1/3] serial: 8250_ingenic: " Tang Bin
2021-08-22  3:28   ` Tang Bin
2021-08-22 11:16   ` Paul Cercueil
2021-08-22 11:16     ` Paul Cercueil
2021-08-22  3:28 ` [PATCH 2/3] serial: tegra: " Tang Bin
2021-08-22  3:28   ` Tang Bin
2021-08-22  3:28 ` [PATCH 3/3] serial: vt8500: " Tang Bin
2021-08-22  3:28   ` Tang Bin

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.