Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-18 | can: xilinx_can: add .ndo_change_mtu function | Marc Kleine-Budde | 1 | -0/+1 | |
Use common can_change_mtu function. Signed-off-by: Marc Kleine-Budde <[email protected]> | |||||
2014-11-18 | can: xilinx_can: fix comparison of unsigned variable | Sudip Mukherjee | 1 | -1/+2 | |
The variable err was of the type u32. It was being compared with < 0, and being an unsigned variable the comparison would have been always false. Moreover, err was getting the return value from set_reset_mode() and xcan_set_bittiming(), and both are returning int. Signed-off-by: Sudip Mukherjee <[email protected]> Reviewed-by: Michal Simek <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]> | |||||
2014-05-26 | can: xilinx CAN controller support | Kedareswara rao Appana | 1 | -0/+1208 | |
This patch adds xilinx CAN controller support. This driver supports both ZYNQ CANPS and Soft IP AXI CAN controller. Signed-off-by: Kedareswara rao Appana <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]> |