Skip to content

Tags: HubertD/linux-rpi

Tags

mcp25xxfd-V6.11

Toggle mcp25xxfd-V6.11's commit message
can: mcp25xxfd: optimize reception of big CanFD frame reception with BRS

In case of predicted DLC=15 and in case at least 33% of those are
sent via BRS be aggressive and use bulk fifo reads to avoid missing
any frames due to releasing FIFOs not as fast as possible.

This would be of most impact when having a 1MHz Can Bus with
a 8MHz data bitrate.

Signed-off-by: Martin Sperl <[email protected]>

mcp25xxfd-V6.8

Toggle mcp25xxfd-V6.8's commit message
can: mcp25xxfd: optimize reception of big CanFD frame reception with BRS

In case of predicted DLC=15 and in case at least 33% of those are
sent via BRS be aggressive and use bulk fifo reads to avoid missing
any frames due to releasing FIFOs not as fast as possible.

This would be of most impact when having a 1MHz Can Bus with
a 8MHz data bitrate.

Signed-off-by: Martin Sperl <[email protected]>

mcp25xxfd-V6.7

Toggle mcp25xxfd-V6.7's commit message
can: mcp25xxfd: optimize reception of big CanFD frame reception with BRS

In case of predicted DLC=15 and in case at least 33% of those are
sent via BRS be aggressive and use bulk fifo reads to avoid missing
any frames due to releasing FIFOs not as fast as possible.

This would be of most impact when having a 1MHz Can Bus with
a 8MHz data bitrate.

Signed-off-by: Martin Sperl <[email protected]>

mcp25xxfd-V6.6

Toggle mcp25xxfd-V6.6's commit message
can: mcp25xxfd: optimize reception of big CanFD frame reception with BRS

In case of predicted DLC=15 and in case at least 33% of those are
sent via BRS be aggressive and use bulk fifo reads to avoid missing
any frames due to releasing FIFOs not as fast as possible.

This would be of most impact when having a 1MHz Can Bus with
a 8MHz data bitrate.

Signed-off-by: Martin Sperl <[email protected]>

mcp25xxfd-V6.5++

Toggle mcp25xxfd-V6.5++'s commit message
can: mcp25xxfd: fix rx can-fd reception

dlc instead of length was passed as argument - fixed

Signed-off-by: Martin Sperl <[email protected]>

mcp25xxfd-V6.5+

Toggle mcp25xxfd-V6.5+'s commit message
can: mcp25xxfd: setup tdc more reliably and allow configuration

Missing CAN framework support for control/configuration of tdc
via netlink so for now these are module parameters.

Signed-off-by: Martin Sperl <[email protected]>

mcp25xxfd-v6.5

Toggle mcp25xxfd-v6.5's commit message
can: mcp2517fd: added can0/can1 overlays

Signed-off-by: Martin Sperl <[email protected]>

V5.6+

Toggle V5.6+'s commit message
can: mcp2517fd: added can0/can1 overlays

Signed-off-by: Martin Sperl <[email protected]>