Re: [PATCH v2 3/6] can: c_can: fix control interface used by c_can_do_tx

2021-03-01 Thread Dario Binacchi
> Il 01/03/2021 12:36 Marc Kleine-Budde ha scritto: > > > On 28.02.2021 11:35:31, Dario Binacchi wrote: > > > On 25.02.2021 22:51:52, Dario Binacchi wrote: > > > > According to commit 640916db2bf7 ("can: c_can: Make it SMP safe") let > > > > RX use > > > > IF1 (i.e. IF_RX) and TX use IF2 (i.

Re: [PATCH v2 3/6] can: c_can: fix control interface used by c_can_do_tx

2021-03-01 Thread Marc Kleine-Budde
On 28.02.2021 11:35:31, Dario Binacchi wrote: > > On 25.02.2021 22:51:52, Dario Binacchi wrote: > > > According to commit 640916db2bf7 ("can: c_can: Make it SMP safe") let RX > > > use > > > IF1 (i.e. IF_RX) and TX use IF2 (i.e. IF_TX). > > > > Is this a fix? > > > > I think that If I consider

Re: [PATCH v2 3/6] can: c_can: fix control interface used by c_can_do_tx

2021-02-28 Thread Dario Binacchi
Hi Marc, > Il 26/02/2021 09:44 Marc Kleine-Budde ha scritto: > > > On 25.02.2021 22:51:52, Dario Binacchi wrote: > > According to commit 640916db2bf7 ("can: c_can: Make it SMP safe") let RX use > > IF1 (i.e. IF_RX) and TX use IF2 (i.e. IF_TX). > > Is this a fix? > I think that If I consider

Re: [PATCH v2 3/6] can: c_can: fix control interface used by c_can_do_tx

2021-02-26 Thread Marc Kleine-Budde
On 25.02.2021 22:51:52, Dario Binacchi wrote: > According to commit 640916db2bf7 ("can: c_can: Make it SMP safe") let RX use > IF1 (i.e. IF_RX) and TX use IF2 (i.e. IF_TX). Is this a fix? Marc > > Signed-off-by: Dario Binacchi > --- > > (no changes since v1) > > drivers/net/can/c_can/c_can.