linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-03 18:38:19 to 2020-11-12 18:04:39 UTC [more...]

[PATCH v2 00/16] Add support for CPC-USB/FD CAN FD interface
 2020-11-12 18:03 UTC  (4+ messages)
` [PATCH v2 01/16] can: ems_usb: Fixed warnings and comments
` [PATCH v2 02/16] can: ems_usb: Added CPC_ClearCmdQueue routine
` [PATCH v2 03/16] can: ems_usb: Fixed non C99 style initialization

[PATCH 00/17] Add support for CPC-USB/FD CAN FD interface
 2020-11-12  8:35 UTC  (45+ messages)
` [PATCH 01/17] can: ems_usb: Fixed warnings given by checkpatch.pl and fixed some outdated comments
` [PATCH 02/17] can: ems_usb: Added defines and product id needed for CPC-USB/FD
` [PATCH 03/17] can: ems_usb: Added CAN FD message representation
` [PATCH 04/17] can: ems_usb: Added struct used for CAN FD initialization
` [PATCH 05/17] can: ems_usb: Replace constant define RX_BUFFER_SIZE by variable bulk_rd_buf_size, because this will have different values for CPC-USB/ARM7 and CPC-USB/FD. For the same reason added a function pointer ems_usb_write_mode. In device probe function added a switch statement to select between CPC-USB/ARM7 and CPC-USB/FD and rearranged initialization sequence accordingly
` [PATCH 06/17] can: ems_usb: Added listen only mode for CPC-USB/ARM7 and moved evaluation of can.ctrlmode from set_bittiming routine to ems_usb_write_mode_arm7 routine. Wrapped a long line
` [PATCH 07/17] can: ems_usb: Added CPC_ClearCmdQueue routine to get access to the interface even it is flooded with messages which cannot successfully be sent. Set timestamp to 0 in ems_usb_control_cmd
` [PATCH 08/17] can: ems_usb: Modified ems_usb_read_bulk_callback to be able to handle also CPC-USB/FD
` [PATCH 09/17] can: ems_usb: For CPC-USB/FD added clock definitions, bittiming constants, set_bittiming functions, bittiming init function and add all that to probe function
` [PATCH 10/17] can: ems_usb: Added receive routine for CAN FD messages and its call in ems_usb_read_bulk_callback
` [PATCH 11/17] can: ems_usb: Added ems_usb_write_mode_fd and its call in device probe routine. Fixed indentation
` [PATCH 12/17] can: ems_usb: In ems_usb_start_xmit send only bytes with valid content to interface and not the complete buffer. Set first four bytes of buffer to 0. Wrapped long lines
` [PATCH 13/17] can: ems_usb: Rearrange code in ems_usb_start_xmit to check with can_is_canfd_skb for CAN FD frames
` [PATCH 14/17] can: ems_usb: Added code to handle CAN FD frames in ems_usb_start_xmit
` [PATCH 15/17] can: ems_usb: In CAN error handling routine checking which CAN controller type is issuing the error
` [PATCH 16/17] can: ems_usb: Added error handling part for CPC-USB/FD. Get some structures packed
` [PATCH 17/17] can: ems_usb: Made another struct packed. Enable CPC-USB/FD by adding it to the drivers device table

[mkl-can-next:testing 13/13] flexcan.c:(.text.flexcan_suspend+0xac): undefined reference to `.imx_sc_misc_set_control'
 2020-11-12  8:08 UTC 

[PATCH] fixup! can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling to irq mode
 2020-11-12  6:13 UTC  (2+ messages)

[PATCH v2] can: m_can: Set device to software init mode before closing
 2020-11-11 22:33 UTC  (2+ messages)

[PATCH] dt-bindings: clock: imx5: fix example
 2020-11-11 23:09 UTC  (2+ messages)

[mkl-can-next:testing 13/13] drivers/net/can/flexcan.c:1949: undefined reference to `imx_scu_get_handle'
 2020-11-11 22:27 UTC 

[PATCH v2] can: flexcan: fix reference count leak in flexcan ops
 2020-11-11 22:16 UTC  (2+ messages)

[PATCH] can: dev: can_restart(): post buffer from the right context
 2020-11-11 22:16 UTC  (8+ messages)

[PATCH] can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_echo_skb()
 2020-11-11 22:12 UTC 

pull-request: can 2020-11-11
 2020-11-11 21:39 UTC  (7+ messages)
  ` [net v2 1/4] ARM: dts: imx: fix can fsl,stop-mode
  ` [net v2 2/4] ARM: dts: imx: Change flexcan node name to "can"
  ` [net v2 3/4] dt-bindings: can: fsl,flexcan.yaml: fix compatible for i.MX35 and i.MX53
  ` [net v2 4/4] dt-bindings: can: fsl,flexcan.yaml: fix fsl,stop-mode

[PATCH v8] can-dev: add len8_dlc support for various CAN adapters
 2020-11-11 18:16 UTC  (5+ messages)

[PATCH] ARM: dts: dra76x: m_can: fix order of clocks
 2020-11-11 14:12 UTC 

[PATCH v3 0/2] convert flexcan to the yaml
 2020-11-11 13:23 UTC  (4+ messages)
` [PATCH v3 2/2] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml

Corporate and Personal Loan *
 2020-11-11  8:30 UTC 

[PATCH v5] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
 2020-11-11  5:09 UTC 

[PATCH v6 0/8] Introduce optional DLC element for Classic CAN
 2020-11-10 17:00 UTC  (11+ messages)
` [PATCH v6 1/8] can: add optional DLC element to Classical CAN frame structure
` [PATCH v6 2/8] can: rename get_can_dlc() macro with can_cc_dlc2len()
` [PATCH v6 3/8] can: remove obsolete get_canfd_dlc() macro
` [PATCH v6 4/8] can: replace can_dlc as variable/element for payload length
` [PATCH v6 5/8] can: rename CAN FD related can_len2dlc and can_dlc2len helpers
` [PATCH v6 6/8] can: update documentation for DLC usage in Classical CAN
` [PATCH v6 7/8] can-dev: introduce helpers to access Classical CAN DLC values
` [PATCH v6 8/8] can-dev: add len8_dlc support for various CAN USB adapters

Introduce optional DLC element for Classic CAN helpers
 2020-11-10 15:49 UTC  (3+ messages)
` [PATCH v7 1/2] can-dev: introduce helpers to access Classical CAN DLC values
` [PATCH v7 2/2] can-dev: add len8_dlc support for various CAN USB adapters

[PATCH v5 0/8] Introduce optional DLC element for Classic CAN
 2020-11-10 10:18 UTC  (13+ messages)
` [PATCH v5 1/8] can: add optional DLC element to Classical CAN frame structure
` [PATCH v5 2/8] can: rename get_can_dlc() macro with can_cc_dlc2len()
` [PATCH v5 3/8] can: remove obsolete get_canfd_dlc() macro
` [PATCH v5 4/8] can: replace can_dlc as variable/element for payload length
` [PATCH v5 5/8] can: rename CAN FD related can_len2dlc and can_dlc2len helpers
` [PATCH v5 6/8] can: update documentation for DLC usage in Classical CAN
` [PATCH v5 7/8] can-dev: introduce helpers to access Classical CAN DLC values
` [PATCH v5 8/8] can-dev: add len8_dlc support for various CAN USB adapters

[PATCH v4 0/7] Introduce optional DLC element for Classic CAN
 2020-11-09 15:51 UTC  (13+ messages)
` [PATCH v4 1/7] can: add optional DLC element to Classical CAN frame structure
` [PATCH v4 2/7] can: rename get_can_dlc() macro with can_get_cc_len()
` [PATCH v4 3/7] can: remove obsolete get_canfd_dlc() macro
` [PATCH v4 4/7] can: replace can_dlc as variable/element for payload length
` [PATCH v4 5/7] can: update documentation for DLC usage in Classical CAN
` [PATCH v4 6/7] can-dev: introduce helpers to access Classical CAN DLC values
` [PATCH v4 7/7] can-dev: add len8_dlc support for various CAN USB adapters

Disinfection
 2020-11-09  8:45 UTC 

[PATCH] can: flexcan: fix reference count leak in flexcan ops
 2020-11-07 17:53 UTC  (2+ messages)

mcp251xfd on RPi 5.4 downstream
 2020-11-06 11:46 UTC  (26+ messages)

[PATCH V5 0/5] can: flexcan: add stop mode support for i.MX8QM
 2020-11-06 11:32 UTC  (7+ messages)
` [PATCH V5 1/5] dt-bindings: can: flexcan: fix fsl,clk-source property
` [PATCH V5 2/5] dt-bindings: can: flexcan: add fsl,scu-index property to indicate a resource
` [PATCH V5 3/5] can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR
` [PATCH V5 4/5] dt-bindings: firmware: add IMX_SC_R_CAN(x) macro for CAN
` [PATCH V5 5/5] can: flexcan: add CAN wakeup function for i.MX8QM

pull-request: can 2020-11-03
 2020-11-06  8:35 UTC  (41+ messages)
` [net 01/27] dt-bindings: can: add can-controller.yaml
` [net 02/27] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml
` [net 03/27] can: proc: can_remove_proc(): silence remove_proc_entry warning
` [net 04/27] can: rx-offload: don't call kfree_skb() from IRQ context
` [net 05/27] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard "
` [net 06/27] can: dev: __can_get_echo_skb(): fix real payload length return value for RTR frames
` [net 07/27] can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()
` [net 08/27] can: j1939: rename jacd tool
` [net 09/27] can: j1939: fix syntax and spelling
` [net 10/27] can: j1939: swap addr and pgn in the send example
` [net 11/27] can: j1939: use backquotes for code samples
` [net 12/27] can: j1939: j1939_sk_bind(): return failure if netdev is down
` [net 13/27] can: isotp: Explain PDU in CAN_ISOTP help text
` [net 14/27] can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only mode
` [net 15/27] can: isotp: padlen(): make const array static, makes object smaller
` [net 16/27] can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error path
` [net 17/27] can: xilinx_can: handle failure cases of pm_runtime_get_sync
` [net 18/27] can: peak_usb: add range checking in decode operations
` [net 19/27] can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
` [net 20/27] can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is on
` [net 21/27] can: mcp251xfd: mcp251xfd_regmap_crc_read(): increase severity of CRC read error messages
` [net 22/27] can: mcp251xfd: mcp251xfd_regmap_nocrc_read(): fix semicolon.cocci warnings
` [net 23/27] can: mcp251xfd: remove unneeded break
` [net 24/27] can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
` [net 25/27] can: flexcan: add ECC initialization for LX2160A
` [net 26/27] can: flexcan: add ECC initialization for VF610
` [net 27/27] can: flexcan: flexcan_remove(): disable wakeup completely

[PATCH] can: dev: can_restart(): post buffer from the right context
 2020-11-05 22:50 UTC 

[PATCH][next] can: usb: fix potential integer overflow on shift of a int
 2020-11-05 13:07 UTC  (2+ messages)

[PATCH] can: j1939: add tables for the CAN identifier and its fields
 2020-11-04 16:06 UTC  (2+ messages)

[PATCH v3 0/4] Introduce optional DLC element for Classic CAN
 2020-11-04 15:15 UTC  (9+ messages)
` [PATCH v3 2/4] can: rename get_can_dlc() macro with can_get_cc_len()

[PATCH 0/2] prevent potential access of uninitialized members in can_rcv() and canfd_rcv()
 2020-11-03 22:17 UTC  (4+ messages)
` [PATCH 1/2] can: af_can: prevent potential access of uninitialized member in can_rcv()
` [PATCH 2/2] can: af_can: prevent potential access of uninitialized member in canfd_rcv()

mcp251xfd: rx-int setting
 2020-11-03 21:48 UTC  (3+ messages)

[PATCH] cangen: allow DLC > 8 in increment generation mode if -8 option is given
 2020-11-03 18:38 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).