Re: [PATCH v2 6/6] can: c_can: add support to 64 message objects

2021-02-26 Thread Marc Kleine-Budde
On 25.02.2021 22:51:55, Dario Binacchi wrote: > --- a/drivers/net/can/c_can/c_can.h > +++ b/drivers/net/can/c_can/c_can.h > @@ -22,8 +22,6 @@ > #ifndef C_CAN_H > #define C_CAN_H > > -#define C_CAN_NO_OF_OBJECTS 32 > - > enum reg { > C_CAN_CTRL_REG = 0, > C_CAN_CTRL_EX_REG, > @@ -6

[PATCH v2 6/6] can: c_can: add support to 64 message objects

2021-02-25 Thread Dario Binacchi
D_CAN controller supports 16, 32, 64 or 128 message objects, comparing to 32 on C_CAN. AM335x/AM437x Sitara processors and DRA7 SOC all instantiate a D_CAN controller with 64 message objects, as described in the "DCAN features" subsection of the CAN chapter of their technical reference manuals. Th