You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: can: mchp_mss: add control via KConfig of CAN_CONFIG.SWAP_ENDIAN bit
Default implementation of CAN driver for the Polarfire SoC inverts the byte ordering to write registers/from read registers due to platform endianness, possibly resulting in an unexpected behavior when considering the normal API usage of CAN. This adds KConfig support for
forcing a configuration bit to be set, which will take care of reversing
the byte order in hardware.
Signed-off-by: Donato Brusamento <[email protected]>
0 commit comments