linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-01 08:32:41 to 2020-12-18 08:51:36 UTC [more...]

[RFC]: tcan4x5x: rework regmap support
 2020-12-18  8:50 UTC  (19+ messages)
` [can-next-rfc 01/16] can: tcan4x5x: replace DEVICE_NAME by KBUILD_MODNAME
` [can-next-rfc 02/16] can: tcan4x5x: beautify indention of tcan4x5x_of_match and tcan4x5x_id_table
` [can-next-rfc 03/16] can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c
` [can-next-rfc 04/16] can: tcan4x5x: move regmap code into seperate file
` [can-next-rfc 05/16] can: tcan4x5x: mark struct regmap_bus tcan4x5x_bus as constant
` [can-next-rfc 06/16] can: tcan4x5x: tcan4x5x_bus: remove not needed read_flag_mask
` [can-next-rfc 07/16] can: tcan4x5x: remove regmap async support
` [can-next-rfc 08/16] can: tcan4x5x: rename regmap_spi_gather_write() -> tcan4x5x_regmap_gather_write()
` [can-next-rfc 09/16] can: tcan4x5x: tcan4x5x_regmap_write(): remove not needed casts and replace 4 by sizeof
` [can-next-rfc 10/16] can: tcan4x5x: tcan4x5x_regmap_init(): use spi as context pointer
` [can-next-rfc 11/16] can: tcan4x5x: fix max register value
` [can-next-rfc 12/16] can: tcan4x5x: tcan4x5x_regmap: set reg_stride to 4
` [can-next-rfc 13/16] can: tcan4x5x: add max_raw_{read,write} of 256
` [can-next-rfc 14/16] can: tcan4x5x: add {wr,rd}_table
` [can-next-rfc 15/16] can: tcan4x5x: rework SPI access
` [can-next-rfc 16/16] can: tcan4x5x: add support for half-duplex controllers

get entire CAN_RAW_FILTER value without knowing its size
 2020-12-18  7:50 UTC  (8+ messages)

[RFC PATCH can-next] can: raw: return -ERANGE when filterset does not fit into user space buffer
 2020-12-18  7:43 UTC  (3+ messages)

assignment of spi to can channels
 2020-12-17 14:11 UTC  (7+ messages)
  ` AW: "
      ` AW: "

pcan: usb_submit_urb() hangs in peak_usb_ndo_start_xmit()
 2020-12-15 21:43 UTC  (6+ messages)

[PATCH 1/2] can: dev: add can_len2dll_len()
 2020-12-15 16:28 UTC  (9+ messages)
` [PATCH 2/2] can: dev: can_skb_get_dll_len(): introduce function to get data length of frame in data link layer

[PATCH RFC net-next] can: dev: can_skb_get_dll_len(): introduce function to get data length of frame in data link layer
 2020-12-15 13:34 UTC  (10+ messages)

[RFC]: m_can fixes
 2020-12-15 10:53 UTC  (7+ messages)
` [net-rfc 1/2] can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()
` [net-rfc 2/2] can: tcan4x5x: fix bittiming const, use common bittiming from m_can driver

pull-request: can-next 2020-12-14
 2020-12-15  3:20 UTC  (9+ messages)
` [net-next 1/7] can: m_can: update link to M_CAN user manual
` [net-next 2/7] can: m_can: convert indention to kernel coding style
` [net-next 3/7] can: m_can: use cdev as name for struct m_can_classdev uniformly
` [net-next 4/7] can: m_can: m_can_config_endisable(): mark as static
` [net-next 5/7] can: m_can: m_can_clk_start(): make use of pm_runtime_resume_and_get()
` [net-next 6/7] can: m_can: let m_can_class_allocate_dev() allocate driver specific private data
` [net-next 7/7] can: m_can: use struct m_can_classdev as drvdata

[RFC] m_can: cleanups
 2020-12-14 13:22 UTC  (24+ messages)
` [can-next-rfc 1/7] can: m_can: update link to M_CAN user manual
` [can-next-rfc 2/7] can: m_can: convert indention to kernel coding style
` [can-next-rfc 3/7] can: m_can: use cdev as name for struct m_can_classdev uniformly
` [can-next-rfc 4/7] can: m_can: m_can_config_endisable(): mark as static
` [can-next-rfc 5/7] can: m_can: m_can_clk_start(): make use of pm_runtime_resume_and_get()
` [can-next-rfc 6/7] can: m_can: let m_can_class_allocate_dev() allocate driver specific private data
` [can-next-rfc 7/7] can: m_can: use struct m_can_classdev as drvdata

memory leak in pcan_usb_fd_init
 2020-12-11 17:53 UTC 

pull-request: can-next 2020-12-10
 2020-12-11  8:49 UTC  (10+ messages)
` [net-next 1/7] can: isotp: add SF_BROADCAST support for functional addressing
` [net-next 2/7] can: rx-offload: can_rx_offload_offload_one(): avoid double unlikely() notation when using IS_ERR()
` [net-next 3/7] can: m_can: m_can_config_endisable(): remove double clearing of clock stop request bit
` [net-next 4/7] can: m_can: move runtime PM enable/disable to m_can_platform
` [net-next 5/7] can: m_can: add PCI glue driver for Intel Elkhart Lake
` [net-next 6/7] can: flexcan: convert the driver to DT-only
` [net-next 7/7] can: mcp251xfd: Add support for internal loopback mode

New USB driver, looking for advice
 2020-12-11  8:39 UTC  (7+ messages)

[PATCH] can: mcp251xfd: Add support for internal loopback mode
 2020-12-10  9:56 UTC  (2+ messages)

pull-request: can 2020-12-04
 2020-12-10  9:55 UTC  (16+ messages)
` [net 1/3] can: softing: softing_netdev_open(): fix error handling
` [net 2/3] can: isotp: isotp_setsockopt(): block setsockopt on bound sockets
` [net 3/3] can: isotp: add SF_BROADCAST support for functional addressing

[PATCH] can: avoid double unlikely() notation when using IS_ERR()
 2020-12-10  8:53 UTC 

memory leak in pcan_usb_pro_init
 2020-12-08 22:33 UTC 

[PATCH 00/17] Add support for CPC-USB/FD CAN FD interface
 2020-12-08 17:13 UTC  (5+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 UTC  (9+ messages)
` (subset) "

CAN ISO-TP Availability for Yocto
 2020-12-07 13:43 UTC  (4+ messages)

mcp251xfd No Oscillator (clock) defined
 2020-12-07  9:35 UTC  (17+ messages)
  ` AW: "
          ` AW: "
              ` AW: "
                  ` AW: "

mcp251xfd PLL support
 2020-12-07  7:23 UTC 

[PATCH v2] can-isotp: add SF_BROADCAST support for functional addressing
 2020-12-06 14:47 UTC 

[PATCH] isotp: do not validate RX address when the broadcast flag is active
 2020-12-06 10:32 UTC  (7+ messages)

[PATCH 0/2] can-isotp fix and functional addressing
 2020-12-03 14:25 UTC  (4+ messages)
` [PATCH 1/2] can-isotp: block setsockopt on bound sockets
` [PATCH 2/2] can-isotp: add SF_BROADCAST support for functional addressing

[PATCH AUTOSEL 5.9 38/39] can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0
 2020-12-03 13:28 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 39/39] can: af_can: can_rx_unregister(): remove WARN() statement from list operation sanity check

[PATCH AUTOSEL 5.4 22/23] can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0
 2020-12-03 13:29 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 23/23] can: af_can: can_rx_unregister(): remove WARN() statement from list operation sanity check

Suggestion to have a functional addressing/broadcast option for ISO-TP sockets
 2020-12-03 12:58 UTC  (8+ messages)

[PATCH] can: Fix error handling in softing_netdev_open
 2020-12-03  9:23 UTC  (3+ messages)

Disinfection
 2020-12-03  8:45 UTC 

[PATCH] can: don't count arbitration lose as an error
 2020-12-02 16:31 UTC  (7+ messages)

rx-dropped increases if the can module is not loaded (yet)
 2020-12-02 16:24 UTC  (4+ messages)

[PATCH v2] can: mcp251xfd: Add support for internal loopback mode
 2020-12-01  8:31 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).