Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2021-01-04 11:07:22 to 2021-01-14 02:01:23 UTC [more...]

pull-request: can-next 2021-01-13
 2021-01-14  1:59 UTC  (5+ messages)
` [net-next 04/17] can: dev: move bittiming related code into seperate file
` [net-next 06/17] can: dev: move skb related "
` [net-next 09/17] can: length: can_fd_len2dlc(): simplify length calculcation

pull-request: can 2021-01-13
 2021-01-13 21:21 UTC  (2+ messages)
` [net 2/2] can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check

[net-next] can: tcan4x5x: remove __packed attribute from struct tcan4x5x_map_buf
 2021-01-13 20:39 UTC 

[PATCH 1/2] can: c_can: support 64 message objects for D_CAN
 2021-01-13 19:37 UTC  (4+ messages)

[PATCH 0/2] D_CAN RX buffer size improvements
 2021-01-13 18:43 UTC  (2+ messages)

[PATCH v10 0/1] add support for ETAS ES58X CAN USB interfaces
 2021-01-13 16:06 UTC  (14+ messages)
  ` [PATCH v10 1/1] can: usb: etas_es58X: "
      ` [kbuild-all] "

[PATCH v4 0/1] Add software TX timestamps to the CAN devices
 2021-01-13  8:27 UTC  (6+ messages)
` [PATCH v4 1/1] can: dev: add software tx timestamps

[PATCH] can: mcp251xfd: fix wrong check in mcp251xfd_handle_rxif_one
 2021-01-13  7:57 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: can: fsl,flexcan.yaml: introduce the stb-gpios property
 2021-01-13  3:23 UTC  (3+ messages)
` [PATCH 2/2] can: flexcan: allow the control of the STB CAN transceiver pin

pull-request: can-next 2021-01-06
 2021-01-12 15:36 UTC  (39+ 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
      ` [kbuild-all] "

[net-next v3 00/15] can: dev: cleanup and add CAN frame length handling support
 2021-01-12 13:28 UTC  (18+ messages)
` [net-next v3 01/15] MAINTAINERS: CAN network layer: add missing header file can-ml.h
` [net-next v3 02/15] can: dev: move driver related infrastructure into separate subdir
` [net-next v3 03/15] can: dev: move bittiming related code into seperate file
` [net-next v3 04/15] can: dev: move length "
` [net-next v3 05/15] can: dev: move skb related "
` [net-next v3 06/15] can: dev: move netlink related code "
` [net-next v3 07/15] can: length: convert to kernel coding style
` [net-next v3 08/15] can: length: can_fd_len2dlc(): simplify length calculcation
` [net-next v3 09/15] can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data length
` [net-next v3 10/15] can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layer
` [net-next v3 11/15] can: dev: extend struct can_skb_priv to hold CAN frame length
` [net-next v3 12/15] can: dev: can_put_echo_skb(): extend to handle frame_len
` [net-next v3 13/15] can: dev: can_get_echo_skb(): extend to return can frame length
` [net-next v3 14/15] can: dev: can_rx_offload_get_echo_skb(): "
` [net-next v3 15/15] can: dev: add software tx timestamps

[PATCH v3 0/1] Add software TX timestamps to the CAN devices
 2021-01-12  9:58 UTC  (9+ messages)
` [PATCH v3 1/1] can: dev: add software tx timestamps

[PATCH v2] can: isotp: fix isotp_getname() leak
 2021-01-12  9:22 UTC  (2+ messages)

[PATCH] can: isotp: fix isotp_getname() leak
 2021-01-12  9:17 UTC  (3+ messages)

KMSAN: kernel-infoleak in move_addr_to_user (4)
 2021-01-12  9:12 UTC  (3+ messages)

[net-next v2 00/15] can: dev: cleanup and add CAN frame length handling support
 2021-01-11 15:27 UTC  (21+ messages)
` [net-next v2 01/15] MAINTAINERS: CAN network layer: add missing header file can-ml.h
` [net-next v2 02/15] can: dev: move driver related infrastructure into separate subdir
` [net-next v2 03/15] can: dev: move bittiming related code into seperate file
` [net-next v2 04/15] can: dev: move length "
` [net-next v2 05/15] can: dev: move skb related "
` [net-next v2 06/15] can: dev: move netlink related code "
` [net-next v2 07/15] can: length: convert to kernel coding style
` [net-next v2 08/15] can: length: can_fd_len2dlc(): simplify length calculcation
` [net-next v2 09/15] can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data length
` [net-next v2 10/15] can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layer
` [net-next v2 11/15] can: dev: extend struct can_skb_priv to hold CAN frame length
` [net-next v2 12/15] can: dev: can_put_echo_skb(): extend to handle frame_len
` [net-next v2 13/15] can: dev: can_get_echo_skb(): extend to return can frame length
` [net-next v2 14/15] can: dev: can_rx_offload_get_echo_skb(): "
` [net-next v2 15/15] can: dev: add software tx timestamps

[net-next 00/13] can: dev: cleanup and add CAN frame length handling support
 2021-01-11 12:43 UTC  (40+ messages)
` [net-next 01/13] MAINTAINERS: CAN network layer: add missing header file can-ml.h
` [net-next 02/13] can: dev: move driver related infrastructure into separate subdir
` [net-next 03/13] can: dev: move bittiming related code into seperate file
` [net-next 04/13] can: dev: move length "
` [net-next 05/13] can: dev: move skb related "
` [net-next 06/13] can: dev: move netlink related code "
` [net-next 07/13] can: length: convert to kernel coding style
` [net-next 08/13] can: length: can_fd_len2dlc(): simplify length calculcation
` [net-next 09/13] can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data length
` [net-next 10/13] can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layer
` [net-next 11/13] can: dev: extend struct can_skb_priv to hold CAN frame length
      ` [PATCH] can: dev: extend can_put_echo_skb() to handle frame_len
            ` [PATCH v2] can: dev: can_put_echo_skb(): extend to store can frame length
` [net-next 12/13] can: dev: can_get_echo_skb(): extend to return "
` [net-next 13/13] can: dev: can_rx_offload_get_echo_skb(): "

[PATCH v2 0/1] Add software TX timestamps to the CAN devices
 2021-01-10 12:41 UTC  (2+ messages)
` [PATCH v2 1/1] can: dev: add software tx timestamps

[PATCH 0/1] Add software TX timestamps to the CAN devices
 2021-01-10 12:32 UTC  (4+ messages)
` [PATCH 1/1] can: dev: add software tx timestamps

[PATCH v5] net: can: Introduce MEN 16Z192-00 CAN controller driver
 2021-01-08  8:38 UTC  (5+ messages)

[PATCH for can-next] MAINTAINERS: adjust entry to tcan4x5x file split
 2021-01-08  8:06 UTC  (2+ messages)

Describing the STB pin of the CAN transceiver
 2021-01-07 21:12 UTC  (4+ messages)

pull-request: can 2021-01-07
 2021-01-07 19:11 UTC  (8+ messages)
` [net 1/6] can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()
` [net 2/6] can: tcan4x5x: fix bittiming const, use common bittiming from m_can driver
` [net 3/6] can: mcp251xfd: mcp251xfd_handle_tefif(): fix TEF vs. TX race condition
` [net 4/6] can: mcp251xfd: mcp251xfd_handle_rxif_ring(): first increment RX tail pointer in HW, then in driver
` [net 5/6] can: rcar: Kconfig: update help description for CAN_RCAR config
` [net 6/6] MAINTAINERS: Update MCAN MMIO device driver maintainer

[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] can: rcar: Update help description for CAN_RCAR_CANFD config
 2021-01-04 14:01 UTC  (4+ messages)

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox