summaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel.yh@bp.renesas.com>2025-04-03 23:29:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-11 16:56:30 +0200
commit21fc3d6b45ba42c471fb718ce922d1f9abe26238 (patch)
treebd705025d7e2265329797705a169b87b0ce14061 /net/lapb/lapb_timer.c
parentd004e3595718b8b55009c08ff59cf13be5490f59 (diff)
serial: sh-sci: Introduced function pointers
The aim here is to prepare support for new sci controllers like the T2H/RSCI whose registers are too much different for being handled in common code. This named serial controller also has 32 bits register, so some return types had to be changed. The needed generic functions are no longer static, with prototypes defined in sh-sci-common.h so that they can be used from specific implementation in a separate file, to keep this driver as little changed as possible. For doing so, a set of 'ops' is added to struct sci_port. Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> Link: https://lore.kernel.org/r/20250403212919.1137670-9-thierry.bultel.yh@bp.renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions