linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-06 14:52:00 to 2021-01-07 09:52:34 UTC [more...]

pull-request: can-next 2021-01-06
 2021-01-07  9:49 UTC  (20+ messages)
` [net-next 01/19] can: tcan4x5x: replace DEVICE_NAME by KBUILD_MODNAME
` [net-next 02/19] can: tcan4x5x: beautify indention of tcan4x5x_of_match and tcan4x5x_id_table
` [net-next 03/19] can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c
` [net-next 04/19] can: tcan4x5x: move regmap code into seperate file
` [net-next 05/19] can: tcan4x5x: mark struct regmap_bus tcan4x5x_bus as constant
` [net-next 06/19] can: tcan4x5x: tcan4x5x_bus: remove not needed read_flag_mask
` [net-next 07/19] can: tcan4x5x: remove regmap async support
` [net-next 08/19] can: tcan4x5x: rename regmap_spi_gather_write() -> tcan4x5x_regmap_gather_write()
` [net-next 09/19] can: tcan4x5x: tcan4x5x_regmap_write(): remove not needed casts and replace 4 by sizeof
` [net-next 10/19] can: tcan4x5x: tcan4x5x_regmap_init(): use spi as context pointer
` [net-next 11/19] can: tcan4x5x: fix max register value
` [net-next 12/19] can: tcan4x5x: tcan4x5x_regmap: set reg_stride to 4
` [net-next 13/19] can: tcan4x5x: add max_raw_{read,write} of 256
` [net-next 14/19] can: tcan4x5x: add {wr,rd}_table
` [net-next 15/19] can: tcan4x5x: rework SPI access
` [net-next 16/19] can: tcan4x5x: add support for half-duplex controllers
` [net-next 17/19] can: raw: return -ERANGE when filterset does not fit into user space buffer
` [net-next 18/19] dt-bindings: can: fsl,flexcan: add fsl,scu-index property to indicate a resource
` [net-next 19/19] can: flexcan: add CAN wakeup function for i.MX8QM

[PATCH 0/2] can: mcp251xfd: fix TEF vs TX race condition introduced in UINC improvements
 2021-01-05 21:41 UTC  (3+ messages)
` [PATCH 1/2] can: mcp251xfd: mcp251xfd_handle_tefif(): fix TEF vs. TX race condition
` [PATCH 2/2] can: mcp251xfd: mcp251xfd_handle_rxif_ring(): first increment RX tail pointer in HW, then in driver

[PATCH v5] net: can: Introduce MEN 16Z192-00 CAN controller driver
 2021-01-05 16:00 UTC  (4+ messages)

[PATCH] can: rcar: Update help description for CAN_RCAR_CANFD config
 2021-01-04 14:01 UTC  (7+ messages)
` [PATCH] can: rcar: Update help description for CAN_RCAR config

[PATCH] MAINTAINERS: Update MCAN MMIO device driver maintainer
 2021-01-04 13:13 UTC  (3+ messages)

[PATCH v2] can: rcar: Update help description for CAN_RCAR config
 2021-01-04 11:06 UTC  (3+ messages)

[PATCH 3/7] can: kvaser_pciefd: select CONFIG_CRC32
 2021-01-04  8:43 UTC  (2+ messages)

[PATCH iproute2 5.11 1/2] iplink_can: add Classical CAN frame LEN8_DLC support
 2020-12-26 17:48 UTC  (3+ messages)
` [PATCH iproute2 5.11 2/2] iplink_can: fix format output for details with statistics

WARNING in isotp_tx_timer_handler
 2020-12-24  0:20 UTC  (3+ messages)

assignment of spi to can channels
 2020-12-23 13:29 UTC  (8+ messages)
  ` AW: "
      ` AW: "

[PATCH V5 0/5] can: flexcan: add stop mode support for i.MX8QM
 2020-12-22 12:33 UTC  (4+ messages)

general protection fault in j1939_netdev_notify (2)
 2020-12-22  6:11 UTC  (5+ messages)

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

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

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  (13+ messages)
` [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  (2+ 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  (16+ 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 


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