linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-18 16:48:18 to 2014-11-06 16:20:16 UTC [more...]

[PATCH V4 00/14] CAN: Add rx-fifo support and port flexcan to it
 2014-11-06 16:20 UTC  (19+ messages)
` [PATCH 01/14] can: dev: add preliminary rx-fifo
` [PATCH 02/14] can: rx-fifo: Increase MB size limit from 32 to 64
` [PATCH 03/14] can: rx-fifo: Change to do controller off-load in interrupt and NAPI poll
` [PATCH 04/14] can: rx-fifo: fix long lines
` [PATCH 05/14] can: rx-fifo: Add can_rx_fifo_reset() function
` [PATCH 06/14] can: rx-fifo: remove obsolete comment
` [PATCH 07/14] can: rx-fifo: Add support for can state tracking and error polling
` [PATCH 08/14] can: rx-fifo: Add support for simple irq offloading
` [PATCH 09/14] can: rx-fifo: Add documentation to struct can_rx_fifo
` [PATCH 10/14] can: flexcan: add documentation about mailbox organizaiton
` [PATCH 11/14] can: flexcan: rename crl2 -> ctrl2
` [PATCH 12/14] can: flexcan: replace open coded mailbox code by proper defines
` [PATCH 13/14] can: flexcan: Add support for RX-FIFO
` [PATCH 14/14] can: flexcan: Add MB/Fifo specific column to comment table of IP versions

[PATCH v5 0/2] Adding support for CAN busses via SPI interface
 2014-11-06 16:13 UTC  (14+ messages)
` [PATCH v5 1/2] Add documentation for SPI to CAN driver
` [PATCH v5 2/2] CAN: CAN driver to support multiple CAN bus on SPI interface

[PATCH V3 1/3] can: add can_is_canfd_skb() API
 2014-11-06 12:47 UTC  (16+ messages)
` [PATCH V3 2/3] can: m_can: update to support CAN FD features
` [PATCH V3 3/3] can: m_can: workaround for transmit data less than 4 bytes
    ` M_CAN message RAM initialization AppNote - was: "

[RFC PATCH V3 00/15] CAN: Add rx-fifo support and port flexcan to it
 2014-11-06 11:07 UTC  (33+ messages)
` [PATCH 06/15] can: rx-fifo: Increase MB size limit from 32 to 64
` [PATCH 07/15] can: rx-fifo: Change to do controller off-load in interrupt and NAPI poll
` [PATCH 08/15] can: rx-fifo: fix long lines
` [PATCH 09/15] can: rx-fifo: Add can_rx_fifo_reset() function
` [PATCH 11/15] can: rx-fifo: Add support for can state tracking and error polling
` [PATCH 12/15] can: flexcan: Add support for RX-FIFO
` [PATCH 13/15] can: rx-fifo: Add support for simple irq offloading
` [PATCH 15/15] can: flexcan: Re-enable RTR reception support for older flexcan IPs

[PATCH v3 00/10] ARM: dts: TI: Add CAN support
 2014-11-05 18:49 UTC  (14+ messages)
` [PATCH v3 01/10] ARM: dts: dra7: Add syscon regmap for CORE CONTROL area
` [PATCH v3 02/10] ARM: dts: DRA7: Add DCAN nodes
` [PATCH v3 03/10] ARM: dts: dra7-evm: Add CAN support
` [PATCH v3 04/10] ARM: dts: dra72-evm: "
` [PATCH v3 05/10] ARM: dts: am4372: Add control module syscon node
` [PATCH v3 06/10] ARM: dts: am4372: Add DCAN nodes
` [PATCH v3 07/10] arm: dts: am437x-gp: Add dcan support
` [PATCH v3 08/10] ARM: dts: am33xx: Add control module syscon node
` [PATCH v3 09/10] ARM: dts: am33xx: Update DCAN nodes
` [PATCH v3 10/10] ARM: dts: am335x-evm: Add DCAN1 details

[PATCH V2 1/4] can: m_can: update to support CAN FD features
 2014-11-05 14:35 UTC  (22+ messages)
` [PATCH V2 2/4] can: m_can: workaround for transmit data less than 4 bytes
` [PATCH V1 3/4] can: add can_is_canfd_skb() API
` [PATCH V1 4/4] can: m_can: allow to send std frame on CAN FD mode

[PATCH v3 0/8] net: can: Use syscon regmap for TI specific RAMINIT register
 2014-11-05 13:43 UTC  (15+ messages)
` [PATCH v3 1/8] net: can: c_can: Add timeout to c_can_hw_raminit_ti()
` [PATCH v3 2/8] net: can: c_can: Introduce c_can_driver_data structure
` [PATCH v3 3/8] net: can: c_can: Add RAMINIT register information to driver data
` [PATCH v3 4/8] net: can: c_can: Add syscon/regmap RAMINIT mechanism
` [PATCH v3 5/8] net: can: c_can: Add support for START pulse in RAMINIT sequence
` [PATCH v3 6/8] net: can: c_can: Disable pins when CAN interface is down
` [PATCH v3 7/8] net: can: c_can: Add support for TI DRA7 DCAN
` [PATCH v3 8/8] net: can: c_can: Add support for TI am3352 DCAN

[PATCH v4 1/1] can: Add support for esd CAN PCIe/402 card
 2014-11-05 11:57 UTC 

[PATCH v3 1/1] can: Add support for esd CAN PCIe/402 card
 2014-11-05 10:11 UTC  (6+ messages)
    ` AW: "

[PATCH 1/7] can: m_can: fix possible sleep in napi poll
 2014-11-05  2:07 UTC  (32+ messages)
` [PATCH 2/7] can: m_can: fix the incorrect error messages
` [PATCH 3/7] can: m_can: add .ndo_change_mtu function
` [PATCH 4/7] can: m_can: add a bit delay after setting CCCR_INIT bit
` [PATCH 5/7] can: clear ctrlmode when close candev
` [PATCH 6/7] can: m_can: update to support CAN FD features
` [PATCH 7/7] can: m_can: workaround for transmit data less than 4 bytes

Request for advice on CAN driver writing
 2014-11-03 12:32 UTC 

(unknown)
 2014-11-02 19:54 UTC 

[PATCH v2 1/1] can: Add support for esd CAN PCIe/402 card
 2014-10-31 18:43 UTC  (2+ messages)

[PATCH 1/1] can: Avoid calling kfree_skb from interrupt context
 2014-10-31  6:33 UTC 

Calling can_free_echo_skb() from interrupt causes WARN
 2014-10-30 20:37 UTC  (4+ messages)
  ` AW: "

flexcan napi poll and error frames
 2014-10-27 15:53 UTC  (12+ messages)

[PATCH v2 1/4] can: dev: Consolidate and unify state change handling
 2014-10-23 15:55 UTC  (15+ messages)

[PATCH 1/1] can: Add support for esd CAN PCIe/402 card
 2014-10-21 18:39 UTC  (6+ messages)
  ` AW: "
      ` AW: "

[PATCH] net: can: esd_usb2: fix memory leak on disconnect
 2014-10-18 16:48 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).