[PATCH 0/3] serial: Use of_device_get_match_data
From: Tang Bin <hidden>
Date: 2021-08-22 03:27:50
Also in:
linux-arm-kernel, linux-mips, linux-serial, lkml
From: Tang Bin <hidden>
Date: 2021-08-22 03:27:50
Also in:
linux-arm-kernel, linux-mips, linux-serial, lkml
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