public inbox for linux-can@vger.kernel.org
 help / color / mirror / Atom feed
* [QUESTION] How to support partial networking
@ 2026-01-14 21:26 Francesco Valla
  2026-01-15 14:58 ` Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: Francesco Valla @ 2026-01-14 21:26 UTC (permalink / raw)
  To: linux-can

Hello linux-can,

I am starting to develop a driver for the TJA1465 SIC CAN transceiver
from NXP [0], which among other things supports partial networking, and
I was wondering whether it has already been discussed or not how to
support such a feature.

For those not familiar, partial networking is an automotive-oriented
feature that allows to wake-up selectively through CAN traffic some ECUs
while leaving others in a quiescent state. This can be used for example
for periodic maintenance tasks, diagnostics or updates. It is typically
implemented inside a trasceiver, which is always powered and stores in
a volatile memory a list of CAN IDs (plus masks, much like the SocketCAN
filtering works) that shall lead to the wake-up of the ECU.

In the context of the Linux kernel, this can be probably be implemented
in a number of ways:

 - as a device-specifc capability (accessible e.g. through sysfs)
 - at phy level
 - in the generic CAN subsystem
 - ?

I did not find a previous discussion neither in the mailing list nor in
public presentations, but maybe some discussion already took place
privately or I missed something.

Any idea or preference? If not, I'll try to come up with a proposal and
submit an RFC.

[0] https://www.nxp.com/products/TJA1465

Thank you in advance!

Regards,
Francesco


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-15 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14 21:26 [QUESTION] How to support partial networking Francesco Valla
2026-01-15 14:58 ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox