APPLIED: [SRU][PULL][Jammy:linux-intel-iotg] support Fintek F81604 can controller
Kleber Souza
kleber.sacilotto.de.souza at canonical.com
Thu Jul 13 14:51:55 UTC 2023
Hi Jian Hui,
The commits applied to the tree are missing your "Signed-off-by" tag. The
commits need to be signed-off by the person who's applying them in the
tree even if this person already signed-off the commit before.
Could you please fix it if those patches haven't been added to a kernel
release yet?
Thanks,
Kleber
On 13.07.23 09:56, Kleber Souza wrote:
> Hello Jian Hui,
>
> Can you please add the SRU template also to the bug report?
>
> Having the template in the bug report is actually more important than in the
> email cover letter, which is mostly for convenience to help reviewing the patches.
>
>
> Thanks,
>
> Kleber
>
> On 10.07.23 13:09, Jian Hui Lee wrote:
>> applied to jammy/intel-iotg, thanks.
>>
>> --
>> Best,
>> Jian Hui Lee
>>
>> On Mon, Jun 5, 2023 at 5:57 PM Jian Hui Lee <jianhui.lee at canonical.com> wrote:
>>
>> BugLink: https://bugs.launchpad.net/bugs/2022887
>>
>> [Impact]
>> add Fintek F81604 can controller support
>>
>> [Test Plan]
>> 1. compile test.
>> 2. check f81604 can controller functionalities on the hardware.
>> 3. test kernel is provided to the customer.
>>
>> [Regression potential]
>> Low. one new driver is backported. the others are code revised and bug
>> fixed, although they touch all the existent can drivers.
>>
>> [Other info]
>> https://git.launchpad.net/~jianhuilee/ubuntu/+source/linux-intel-iotg/+git/jammy-iotg/log/?h=f81604-enable
>>
>> ----------------------------------------------------------------
>>
>> The following changes since commit 9486a00869fb28cb13ac9be8d8ee4e1063971b88:
>>
>> UBUNTU: Ubuntu-intel-iotg-5.15.0-1031.36 (2023-05-19 22:48:08 +0800)
>>
>> are available in the Git repository at:
>>
>> git://git.launchpad.net/~jianhuilee/ubuntu/+source/linux-intel-iotg/+git/jammy-iotg
>> f81604-enable <http://git.launchpad.net/~jianhuilee/ubuntu/+source/linux-intel-iotg/+git/jammy-iotgf81604-enable>
>>
>> for you to fetch changes up to 2df711b4abd1e9f7c25f72c8983545c17f6e5226:
>>
>> UBUNTU: [Config]: updateconfigs for CONFIG_CAN_F81604 (2023-06-05
>> 15:49:35 +0800)
>>
>> ----------------------------------------------------------------
>> Ji-Ze Hong (1):
>> can: usb: f81604: add Fintek F81604 support
>>
>> Jian Hui Lee (1):
>> UBUNTU: [Config]: updateconfigs for CONFIG_CAN_F81604
>>
>> Oliver Hartkopp (2):
>> can: skb: unify skb CAN frame identification helpers
>> can: dev: fix skb drop check
>>
>> Vincent Mailhol (2):
>> can: skb: move can_dropped_invalid_skb() and
>> can_skb_headroom_valid() to skb.c
>> can: skb: drop tx skb if in listen only mode
>>
>> MAINTAINERS | 6 +
>> debian.intel-iotg/config/config.common.ubuntu | 1 +
>> drivers/net/can/at91_can.c | 2 +-
>> drivers/net/can/c_can/c_can_main.c | 2 +-
>> drivers/net/can/cc770/cc770.c | 2 +-
>> drivers/net/can/dev/skb.c | 59 ++
>> drivers/net/can/flexcan.c | 2 +-
>> drivers/net/can/grcan.c | 2 +-
>> drivers/net/can/ifi_canfd/ifi_canfd.c | 2 +-
>> drivers/net/can/janz-ican3.c | 2 +-
>> drivers/net/can/kvaser_pciefd.c | 2 +-
>> drivers/net/can/m_can/m_can.c | 2 +-
>> drivers/net/can/mscan/mscan.c | 2 +-
>> drivers/net/can/pch_can.c | 2 +-
>> drivers/net/can/peak_canfd/peak_canfd.c | 2 +-
>> drivers/net/can/rcar/rcar_can.c | 2 +-
>> drivers/net/can/rcar/rcar_canfd.c | 2 +-
>> drivers/net/can/sja1000/sja1000.c | 2 +-
>> drivers/net/can/softing/softing_main.c | 2 +-
>> drivers/net/can/spi/hi311x.c | 2 +-
>> drivers/net/can/spi/mcp251x.c | 2 +-
>> drivers/net/can/sun4i_can.c | 2 +-
>> drivers/net/can/ti_hecc.c | 2 +-
>> drivers/net/can/usb/Kconfig | 12 +
>> drivers/net/can/usb/Makefile | 1 +
>> drivers/net/can/usb/ems_usb.c | 2 +-
>> drivers/net/can/usb/esd_usb2.c | 2 +-
>> drivers/net/can/usb/etas_es58x/es58x_core.c | 2 +-
>> drivers/net/can/usb/f81604.c | 1202 ++++++++++++++++++++++
>> drivers/net/can/usb/gs_usb.c | 2 +-
>> drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c | 2 +-
>> drivers/net/can/usb/mcba_usb.c | 2 +-
>> drivers/net/can/usb/peak_usb/pcan_usb_core.c | 2 +-
>> drivers/net/can/usb/ucan.c | 2 +-
>> drivers/net/can/usb/usb_8dev.c | 2 +-
>> drivers/net/can/xilinx_can.c | 2 +-
>> include/linux/can/dev.h | 16 +
>> include/linux/can/skb.h | 63 +-
>> net/can/af_can.c | 48 +-
>> net/can/bcm.c | 9 +-
>> net/can/gw.c | 4 +-
>> net/can/isotp.c | 2 +-
>> net/can/j1939/main.c | 4 +
>> 43 files changed, 1359 insertions(+), 128 deletions(-)
>> create mode 100644 drivers/net/can/usb/f81604.c
>>
>>
More information about the kernel-team
mailing list