linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 03:17:02 to 2020-09-22 14:15:00 UTC [more...]

[PATCH -next] can: ti_hecc: use devm_platform_ioremap_resource_byname
 2020-09-22 14:14 UTC  (2+ messages)

[PATCH v53 1/6] mcp25xxfd: initial driver support
 2020-09-22 13:56 UTC  (11+ messages)
` [PATCH v53 1/6] dt-binding: can: mcp25xxfd: document device tree bindings
` [PATCH v53 2/6] can: mcp25xxfd: add regmap infrastructure
` [PATCH v53 3/6] can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CAN
` [PATCH v53 4/6] can: mcp25xxfd: add listen-only mode
` [PATCH v53 5/6] MAINTAINERS: Add entry for Microchip MCP25XXFD SPI-CAN network driver
` [PATCH v53 6/6] MAINTAINERS: Add reviewer entry for microchip mcp25xxfd "

pull-request: can-next 2020-09-21
 2020-09-21 21:57 UTC  (40+ messages)
` [PATCH 01/38] can: grcan: fix spelling mistake "buss" -> "bus"
` [PATCH 02/38] can: flexcan: fix spelling mistake "reserverd" -> "reserved"
` [PATCH 03/38] can: include: fix spelling mistakes
` [PATCH 04/38] can: net: "
` [PATCH 05/38] can: drivers: "
` [PATCH 06/38] can: raw: fix indention
` [PATCH 07/38] can: slcan: update dead link
` [PATCH 08/38] can: softing: "
` [PATCH 09/38] can: remove "WITH Linux-syscall-note" from SPDX tag of C files
` [PATCH 10/38] can: dev: can_put_echo_skb(): print number of echo_skb that is occupied
` [PATCH 11/38] can: dev: can_put_echo_skb(): propagate error in case of errors
` [PATCH 12/38] can: dev: can_change_state(): print human readable state change messages
` [PATCH 13/38] can: dev: can_bus_off(): print scheduling of restart if activated
` [PATCH 14/38] can: c_can: Remove unused inline function
` [PATCH 15/38] can: mcba_usb: remove redundant initialization of variable err
` [PATCH 16/38] can: mscan: mark expected switch fall-through
` [PATCH 17/38] can: ti_hecc: convert to devm_platform_ioremap_resource_byname()
` [PATCH 18/38] can: peak_usb: convert to use le32_add_cpu()
` [PATCH 19/38] can: peak_canfd: Remove unused macros
` [PATCH 20/38] can: pch_can: use generic power management
` [PATCH 21/38] can: pcan_usb: Document the commands sent to the device
` [PATCH 22/38] can: pcan_usb: add support of rxerr/txerr counters
` [PATCH 23/38] can: spi: Kconfig: remove unneeded dependencies form Kconfig symbols
` [PATCH 24/38] dt-bindings: can: mcp251x: change example interrupt type to IRQ_TYPE_LEVEL_LOW
` [PATCH 25/38] dt-bindings: can: mcp251x: document GPIO support
` [PATCH 26/38] can: mcp251x: sort include files alphabetically
` [PATCH 27/38] can: mcp251x: add GPIO support
` [PATCH 28/38] can: mcp251x: Use readx_poll_timeout() helper
` [PATCH 29/38] can: mcp251x: add support for half duplex controllers
` [PATCH 30/38] can: mscan: mpc5xxx_can: update contact email
` [PATCH 31/38] can: mscan: simplify clock enable/disable
` [PATCH 32/38] can: rx-offload: can_rx_offload_add_manual(): add new initialization function
` [PATCH 33/38] dt-binding: can: mcp25xxfd: document device tree bindings
` [PATCH 34/38] can: mcp25xxfd: add regmap infrastructure
` [PATCH 35/38] can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CAN
` [PATCH 36/38] can: mcp25xxfd: add listen-only mode
` [PATCH 37/38] MAINTAINERS: Add entry for Microchip MCP25XXFD SPI-CAN network driver
` [PATCH 38/38] MAINTAINERS: Add reviewer entry for microchip mcp25xxfd "

[RFC]: can-next 2020-09-21
 2020-09-21 13:40 UTC  (40+ messages)
` [PATCH 01/38] can: grcan: fix spelling mistake "buss" -> "bus"
` [PATCH 02/38] can: flexcan: fix spelling mistake "reserverd" -> "reserved"
` [PATCH 03/38] can: include: fix spelling mistakes
` [PATCH 04/38] can: net: "
` [PATCH 05/38] can: drivers: "
` [PATCH 06/38] can: raw: fix indention
` [PATCH 07/38] can: slcan: update dead link
` [PATCH 08/38] can: softing: "
` [PATCH 09/38] can: remove "WITH Linux-syscall-note" from SPDX tag of C files
` [PATCH 10/38] can: dev: can_put_echo_skb(): print number of echo_skb that is occupied
` [PATCH 11/38] can: dev: can_put_echo_skb(): propagate error in case of errors
` [PATCH 12/38] can: dev: can_change_state(): print human readable state change messages
` [PATCH 13/38] can: dev: can_bus_off(): print scheduling of restart if activated
` [PATCH 14/38] can: c_can: Remove unused inline function
` [PATCH 15/38] can: mcba_usb: remove redundant initialization of variable err
` [PATCH 16/38] can: mscan: mark expected switch fall-through
` [PATCH 17/38] can: ti_hecc: convert to devm_platform_ioremap_resource_byname()
` [PATCH 18/38] can: peak_usb: convert to use le32_add_cpu()
` [PATCH 19/38] can: peak_canfd: Remove unused macros
` [PATCH 20/38] can: pch_can: use generic power management
` [PATCH 21/38] can: pcan_usb: Document the commands sent to the device
` [PATCH 22/38] can: pcan_usb: add support of rxerr/txerr counters
` [PATCH 23/38] can: spi: Kconfig: remove unneeded dependencies form Kconfig symbols
` [PATCH 24/38] dt-bindings: can: mcp251x: change example interrupt type to IRQ_TYPE_LEVEL_LOW
` [PATCH 25/38] dt-bindings: can: mcp251x: document GPIO support
` [PATCH 26/38] can: mcp251x: sort include files alphabetically
` [PATCH 27/38] can: mcp251x: add GPIO support
` [PATCH 28/38] can: mcp251x: Use readx_poll_timeout() helper
` [PATCH 29/38] can: mcp251x: add support for half duplex controllers
` [PATCH 30/38] can: mscan: mpc5xxx_can: update contact email
` [PATCH 31/38] can: mscan: simplify clock enable/disable
` [PATCH 32/38] can: rx-offload: can_rx_offload_add_manual(): add new initialization function
` [PATCH 33/38] dt-binding: can: mcp25xxfd: document device tree bindings
` [PATCH 34/38] can: mcp25xxfd: add regmap infrastructure
` [PATCH 35/38] can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CAN
` [PATCH 36/38] can: mcp25xxfd: add listen-only mode
` [PATCH 37/38] MAINTAINERS: Add entry for Microchip MCP25XXFD SPI-CAN network driver
` [PATCH 38/38] MAINTAINERS: Add reviewer entry for microchip mcp25xxfd "

[PATCH 00/20] Add support for [H]SCIF/TMU/CMT/THS/SDHI/MSIOF/CAN[FD]/I2C/IIC/RWDT on R8A774E1
 2020-09-19 11:25 UTC  (9+ messages)
` [PATCH 02/20] dt-bindings: thermal: rcar-gen3-thermal: Add r8a774e1 support
` [PATCH 05/20] dt-bindings: timer: renesas,cmt: Document r8a774e1 CMT support

[PATCH v2 0/2] dt-bindings: can: document R8A774E1
 2020-09-19 10:29 UTC  (2+ messages)

canfdtest on flexcan loopback
 2020-09-18 12:35 UTC  (13+ messages)

[PATCH v2] dt-bindings: net: correct interrupt flags in examples
 2020-09-17 18:55 UTC 

MCP25xxFD Driver Error (-47)
 2020-09-17  8:54 UTC  (5+ messages)

[PATCH] can: m_can: Set pinmux into "default" state on start
 2020-09-17  1:04 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add reviewer entry for microchip mcp25xxfd SPI-CAN network driver
 2020-09-16 12:17 UTC  (4+ messages)

[PATCH 0/6] Add support for MCP25XXFD SPI-CAN Network driver
 2020-09-16 13:59 UTC  (11+ messages)
` [PATCH 1/6] can: rx-offload: can_rx_offload_add_manual(): add new initialization function
` [PATCH 2/6] dt-bindings: can: mcp25xxfd: document device tree bindings
` [PATCH 3/6] can: mcp25xxfd: add regmap infrastructure
` [PATCH 4/6] can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CAN
` [PATCH 5/6] can: mcp25xxfd: add listen-only mode
` [PATCH 6/6] MAINTAINERS: Add entry for Microchip MCP25XXFD SPI-CAN network driver

[PATCH] can: mcp25xxfd: Limit spiclk to 0.85*(sysclk/2)
 2020-09-16 10:20 UTC  (2+ messages)

[PATCH Resend linux-can-next/testing] can: flexcan: add correctable errors correction when HW supports ECC
 2020-09-16  2:26 UTC  (13+ messages)
` [PATCH linux-can-next/flexcan] can: flexcan: fix TDC feature

[PATCH] can: m_can: Process interrupt only when not runtime suspended
 2020-09-15 13:47 UTC 

[RFC]: can-next 2020-09-16
 2020-09-15 22:35 UTC  (38+ messages)
` [PATCH 01/37] can: grcan: fix spelling mistake "buss" -> "bus"
` [PATCH 02/37] can: flexcan: fix spelling mistake "reserverd" -> "reserved"
` [PATCH 03/37] can: include: fix spelling mistakes
` [PATCH 04/37] can: net: "
` [PATCH 05/37] can: drivers: "
` [PATCH 06/37] can: raw: fix indention
` [PATCH 07/37] can: slcan: update dead link
` [PATCH 08/37] can: softing: "
` [PATCH 09/37] can: remove "WITH Linux-syscall-note" from SPDX tag of C files
` [PATCH 10/37] can: dev: can_put_echo_skb(): print number of echo_skb that is occupied
` [PATCH 11/37] can: dev: can_put_echo_skb(): propagate error in case of errors
` [PATCH 12/37] can: dev: can_change_state(): print human readable state change messages
` [PATCH 13/37] can: dev: can_bus_off(): print scheduling of restart if activated
` [PATCH 14/37] can: c_can: Remove unused inline function
` [PATCH 15/37] can: mcba_usb: remove redundant initialization of variable err
` [PATCH 16/37] can: mscan: mark expected switch fall-through
` [PATCH 17/37] can: ti_hecc: convert to devm_platform_ioremap_resource_byname()
` [PATCH 18/37] can: peak_usb: convert to use le32_add_cpu()
` [PATCH 19/37] can: peak_canfd: Remove unused macros
` [PATCH 20/37] can: pch_can: use generic power management
` [PATCH 21/37] can: pcan_usb: Document the commands sent to the device
` [PATCH 22/37] can: pcan_usb: add support of rxerr/txerr counters
` [PATCH 23/37] can: spi: Kconfig: remove unneeded dependencies form Kconfig symbols
` [PATCH 24/37] dt-bindings: can: mcp251x: change example interrupt type to IRQ_TYPE_LEVEL_LOW
` [PATCH 25/37] dt-bindings: can: mcp251x: document GPIO support
` [PATCH 26/37] can: mcp251x: sort include files alphabetically
` [PATCH 27/37] can: mcp251x: add GPIO support
` [PATCH 28/37] can: mcp251x: Use readx_poll_timeout() helper
` [PATCH 29/37] can: mcp251x: add support for half duplex controllers
` [PATCH 30/37] can: mscan: mpc5xxx_can: update contact email
` [PATCH 31/37] can: mscan: simplify clock enable/disable
` [PATCH 32/37] can: rx-offload: can_rx_offload_add_manual(): add new initialization function
` [PATCH 33/37] dt-binding: can: mcp25xxfd: document device tree bindings
` [PATCH 34/37] can: mcp25xxfd: add regmap infrastructure
` [PATCH 35/37] can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CAN
` [PATCH 36/37] can: mcp25xxfd: add listen-only mode
` [PATCH 37/37] MAINTAINERS: Add entry for Microchip MCP25XXFD SPI-CAN network driver

[PATCH] dt-bindings: net: Correct interrupt flags in examples
 2020-09-15 16:54 UTC  (3+ messages)

[PATCH v3] net: can: Introduce MEN 16Z192-00 CAN controller driver
 2020-09-15  9:12 UTC  (2+ messages)

[PATCH net-next] can: kvaser_pciefd: Remove unused macro KVASER_PCIEFD_KCAN_CTRL_EFRAME
 2020-09-15  6:31 UTC  (2+ messages)

[PATCH net-next] can: peak_canfd: Remove unused macros
 2020-09-15  6:28 UTC  (2+ messages)

[PATCH 0/3] can: xilinx_can: Some minor changes
 2020-09-14  8:49 UTC  (4+ messages)
` [PATCH 1/3] can: xilinx_can: Limit CANFD brp to 2
` [PATCH 2/3] can: xilinx_can: Check return value of set_reset_mode
` [PATCH 3/3] can: xilinx_can: Fix incorrect variable and initialize with a default value

[PATCH -next] can: peak_usb: convert to use le32_add_cpu()
 2020-09-14  4:17 UTC 

[PATCH net] can: j1939: j1939_sk_bind(): return failure if netdev is down
 2020-09-11  6:50 UTC  (2+ messages)

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

Questions about using multiple sockets
 2020-09-07 13:07 UTC  (5+ messages)

[PATCH] can/peak_usb: fix timestamp wrapping
 2020-09-02 11:43 UTC  (2+ messages)
` TR: "


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