APPLIED/Cmnt: [PATCH 0/3][SRU][J] Add ODM driver f81604 usb-can

Stefan Bader stefan.bader at canonical.com
Tue Jan 9 14:19:05 UTC 2024


On 28.12.23 04:29, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao at canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2045387
> 
> [ Impact ]
> f81604 driver needed for ODM partner
> 
> [ Test Plan ]
> Install can-utils
> 
> apt install can-utils
> 
> insert the driver:
> modprobe f81604
> 
> two socket can interfaces will be created, can0 and can1
> 
> connect the DB9 cable and termination provided.
> Set up the two interfaces:
> ip link set can1 up type can bitrate 500000
> ip link set can1 up type can bitrate 500000
> candump can0
> 
> In another shell run:
> cansend can1 123#DEADBEEF
> 
> The first shell should report the received frame. Switch the interfaces in
> the last commands to test the frame flow in the other way around.
> 
> [ Where problems could occur ]
> USB bus miss-behavior could cause issues to the driver.
> 
> Chia-Lin Kao (AceLan) (1):
>    UBUNTU: [Config] updateconfigs for ODM drivers CONFIG_CAN_F81604
> 
> Filippo Copetti (1):
>    UBUNTU: SAUCE: ODM: can: usb: f81604: backport of Fintek F81604
> 
> Ji-Ze Hong (1):
>    can: usb: f81604: add Fintek F81604 support
> 
>   MAINTAINERS                      |    6 +
>   debian.master/config/annotations |    1 +
>   drivers/net/can/usb/Kconfig      |   12 +
>   drivers/net/can/usb/Makefile     |    1 +
>   drivers/net/can/usb/f81604.c     | 1204 ++++++++++++++++++++++++++++++
>   5 files changed, 1224 insertions(+)
>   create mode 100644 drivers/net/can/usb/f81604.c
> 

As Tim suggested in this thread I merged patch #2 into #1 and rewrote 
the provenance area to be a backport. Applied to 
jammy:linux/master-next. Thanks.

-Stefan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xE8675DEECBEECEA3.asc
Type: application/pgp-keys
Size: 48643 bytes
Desc: OpenPGP public key
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20240109/624e470a/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20240109/624e470a/attachment-0001.sig>


More information about the kernel-team mailing list