linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-06 11:31:24 to 2020-11-16 15:33:56 UTC [more...]

pull-request: can 2020-11-14
 2020-11-16 15:33 UTC  (21+ messages)
` [net 01/15] can: af_can: prevent potential access of uninitialized member in can_rcv()
` [net 02/15] can: af_can: prevent potential access of uninitialized member in canfd_rcv()
` [net 03/15] can: dev: can_restart(): post buffer from the right context
` [net 04/15] can: ti_hecc: Fix memleak in ti_hecc_probe
` [net 05/15] can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_echo_skb()
` [net 06/15] can: peak_usb: fix potential integer overflow on shift of a int
` [net 07/15] can: flexcan: flexcan_setup_stop_mode(): add missing "req_bit" to stop mode property comment
` [net 08/15] can: flexcan: fix failure handling of pm_runtime_get_sync()
` [net 09/15] can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPI
` [net 10/15] can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for devm_regmap_init()
` [net 11/15] can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistration
` [net 12/15] can: m_can: m_can_handle_state_change(): fix state change
` [net 13/15] can: m_can: m_can_class_free_dev(): introduce new function
` [net 14/15] can: m_can: Fix freeing of can device from peripherials
` [net 15/15] can: m_can: m_can_stop(): set device to software init mode before closing

[PATCH v6] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
 2020-11-16 15:02 UTC  (6+ messages)
    ` [kbuild-all] "

Corporate and Personal Loan::,
 2020-11-13 10:31 UTC 

pull-request: can 2020-11-11
 2020-11-16  8:24 UTC  (9+ 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 1/6] can: kvaser_pciefd: Fix KCAN bittiming limits
 2020-11-15 21:10 UTC  (8+ messages)
` [PATCH 2/6] can: kvaser_usb: kvaser_usb_hydra: "
` [PATCH 3/6] can: kvaser_usb: Add USB_{LEAF,HYDRA}_PRODUCT_ID_END defines
` [PATCH 4/6] can: kvaser_usb: Add new Kvaser Leaf v2 devices
` [PATCH 5/6] can: kvaser_usb: kvaser_usb_hydra: Add support for new device variant
` [PATCH 6/6] can: kvaser_usb: Add new Kvaser hydra devices

pull-request: can 2020-11-15
 2020-11-15 17:41 UTC  (16+ messages)
` [net 01/15] can: af_can: prevent potential access of uninitialized member in can_rcv()
` [net 02/15] can: af_can: prevent potential access of uninitialized member in canfd_rcv()
` [net 03/15] can: dev: can_restart(): post buffer from the right context
` [net 04/15] can: ti_hecc: Fix memleak in ti_hecc_probe
` [net 05/15] can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_echo_skb()
` [net 06/15] can: peak_usb: fix potential integer overflow on shift of a int
` [net 07/15] can: flexcan: flexcan_setup_stop_mode(): add missing "req_bit" to stop mode property comment
` [net 08/15] can: flexcan: fix failure handling of pm_runtime_get_sync()
` [net 09/15] can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPI
` [net 10/15] can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for devm_regmap_init()
` [net 11/15] can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistration
` [net 12/15] can: m_can: m_can_handle_state_change(): fix state change
` [net 13/15] can: m_can: m_can_class_free_dev(): introduce new function
` [net 14/15] can: m_can: Fix freeing of can device from peripherials
` [net 15/15] can: m_can: m_can_stop(): set device to software init mode before closing

Corporate and Personal Loan *
 2020-11-15 16:43 UTC 

[PATCH] can: ti_hecc: Fix memleak in ti_hecc_probe
 2020-11-14 16:45 UTC  (2+ messages)

[PATCH] dt-bindings: clock: imx5: fix example
 2020-11-13 15:00 UTC  (3+ messages)

[PATCH v2 00/16] Add support for CPC-USB/FD CAN FD interface
 2020-11-12 18:03 UTC  (17+ 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 v2 04/16] can: ems_usb: Added CAN FD message representation
` [PATCH v2 05/16] can: ems_usb: Added CAN FD initialization struct
` [PATCH v2 06/16] can: ems_usb: Made RX_BUFFER_SIZE, ems_usb_write_mode and ems_usb_probe device dependent
` [PATCH v2 07/16] can: ems_usb: Added listen only mode for CPC-USB/ARM7
` [PATCH v2 08/16] can: ems_usb: Modified ems_usb_read_bulk_callback to handle also CPC-USB/FD
` [PATCH v2 09/16] can: ems_usb: Added CAN controller initialization for CAN FD
` [PATCH v2 10/16] can: ems_usb: Added receive routine for CAN FD messages
` [PATCH v2 11/16] can: ems_usb: Added ems_usb_write_mode_fd
` [PATCH v2 12/16] can: ems_usb: Fixed ems_usb_start_xmit for CAN FD
` [PATCH v2 13/16] can: ems_usb: Made CAN error reporting CAN controller dependent
` [PATCH v2 14/16] can: ems_usb: Made structs packed
` [PATCH v2 15/16] can: ems_usb: Added error reporting for CPC-USB/FD
` [PATCH v2 16/16] can: ems_usb: Enable CPC-USB/FD support

[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)

[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 

[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  (19+ messages)

[PATCH V5 0/5] can: flexcan: add stop mode support for i.MX8QM
 2020-11-06 11:32 UTC  (2+ 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).