Message ID | 20210302215435.18286-1-dariobin@libero.it (mailing list archive) |
---|---|
Headers | show |
Series | can: c_can: add support to 64 message objects | expand |
On 02.03.2021 22:54:29, Dario Binacchi wrote: > > The D_CAN controller supports up to 128 messages. Until now the driver > only managed 32 messages although Sitara processors and DRA7 SOC can > handle 64. > > The series was tested on a beaglebone board. > > Note: > I have not changed the type of tx_field (belonging to the c_can_priv > structure) to atomic64_t because I think the atomic_t type has size > of at least 32 bits on x86 and arm, which is enough to handle 64 > messages. > http://marc.info/?l=linux-can&m=139746476821294&w=2 reports the results > of tests performed just on x86 and arm architectures. Applied to linux-can-next/testing. I've added some cleanup patches to the series. I'll send it around soon, please test. regards, Marc