public inbox for linux-can@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 18:00:24 to 2026-03-17 20:13:40 UTC [more...]

[PATCH v1 0/4] phy: phy-can-transceiver: Ad-hoc cleanups and refactoring
 2026-03-17 20:13 UTC  (8+ messages)
` [PATCH v1 1/4] phy: phy-can-transceiver: Convert to use device property API

[PATCH v4]can: mcp251x: add error handling for power enable in open and resume
 2026-03-16 18:20 UTC  (2+ messages)

[PATCH v2 0/3] can: mcp251xfd: add XSTBYEN transceiver standby control
 2026-03-16 13:51 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: can: mcp251xfd: add microchip,xstbyen property
` [PATCH v2 2/3] can: mcp251xfd: add support for XSTBYEN transceiver standby control
` [PATCH v2 3/3] arm64: dts: qcom: qcs6490-rb3gen2: Enable CAN bus controller

[PATCH] V3-can: mcp251x: add error handling for power enable in open and resume
 2026-03-15 15:33 UTC  (2+ messages)

[PATCH v2] can: mcp251x: add error handling for power enable in open and resume
 2026-03-15 14:21 UTC  (2+ messages)

[PATCH v1 0/2] dt-bindings: CAN: MCP251XFD GPIO hog support and QCS6490 CAN enablement
 2026-03-13  3:11 UTC  (14+ messages)
` [PATCH v1 2/2] arm64: dts: qcom: qcs6490-rb3gen2: Enable CAN bus controller

[PATCH] can: mcp251x: add error handling for power enable in open and resume
 2026-03-12 13:01 UTC  (6+ messages)
    ` [PATCH] can: mcp251x: add error handling for power enable inopen "
  ` [PATCH V2] "

[PATCH can] can: netlink: can_changelink(): add missing error handling to call can_ctrlmode_changelink()
 2026-03-12  7:56 UTC  (2+ messages)

[PATCH v12] can: virtio: Add virtio CAN driver
 2026-03-10 15:23 UTC  (5+ messages)

[PATCH net 0/2] pull-request: can 2026-03-10
 2026-03-10 14:20 UTC  (4+ messages)
` [PATCH net 1/2] can: dev: keep the max bitrate error at 5%
` [PATCH net 2/2] can: hi311x: hi3110_open(): add check for hi3110_power_enable() return value

[PATCH] can: rcar_can: Convert to FIELD_MODIFY()
 2026-03-10 12:20 UTC  (2+ messages)

[PATCH] Signed-off-by: Wenyuan Li <2063309626@qq.com> spi: hi311x: Add check for hi3110_power_enable() return value In hi3110_open(), the return value of hi3110_power_enable() is not checked. If power enable fails, the device may not function correctly, while the driver still returns success
 2026-03-10 10:16 UTC  (2+ messages)
` [PATCH] spi: hi311x: Add check for hi3110_power_enable() return value

[PATCH v3 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-10  9:08 UTC  (30+ messages)
` [PATCH v3 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v3 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v3 phy-next 03/24] usb: add "
` [PATCH v3 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
` [PATCH v3 phy-next 05/24] phy: "
` [PATCH v3 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v3 phy-next 07/24] net: lan969x: include missing <linux/of.h>
` [PATCH v3 phy-next 08/24] PCI: Remove device links to PHY
` [PATCH v3 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v3 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v3 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v3 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v3 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v3 phy-next 14/24] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v3 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
` [PATCH v3 phy-next 16/24] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v3 phy-next 17/24] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v3 phy-next 18/24] net: renesas: rswitch: "
` [PATCH v3 phy-next 19/24] pinctrl: tegra-xusb: "
` [PATCH v3 phy-next 20/24] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v3 phy-next 21/24] phy: include PHY provider header (1/2)
` [PATCH v3 phy-next 22/24] phy: include PHY provider header (2/2)
` [PATCH v3 phy-next 23/24] phy: remove temporary provider compatibility from consumer header
` [PATCH v3 phy-next 24/24] MAINTAINERS: add regexes for linux-phy

[PATCH] Signed-off-by: Wenyuan Li <2063309626@qq.com> spi: hi311x: Add check for hi3110_power_enable() return value In hi3110_open(), the return value of hi3110_power_enable() is not checked. If power enable fails, the device may not function correctly, while the driver still returns success
 2026-03-10  8:16 UTC 

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (24+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 04/12] vfs: widen trace event i_ino "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH v11 0/9] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2026-03-09 15:06 UTC  (11+ messages)
` [PATCH v11 1/9] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v11 2/9] phy: renesas: rcar-gen3-usb2: rename local mux helper "
` [PATCH v11 5/9] phy: renesas: rcar-gen3-usb2: drop helper getting optional mux-state
` [PATCH v11 9/9] mmc: host: renesas_sdhi_core: support selecting an optional mux

[PATCH v2 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-09  9:18 UTC  (33+ messages)
` [PATCH v2 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v2 phy-next 03/24] usb: add "
` [PATCH v2 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 05/24] phy: "
` [PATCH v2 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v2 phy-next 07/24] net: lan969x: include missing <linux/of.h>
` [PATCH v2 phy-next 08/24] PCI: Remove device links to PHY
` [PATCH v2 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v2 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v2 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v2 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v2 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v2 phy-next 14/24] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v2 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
` [PATCH v2 phy-next 16/24] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v2 phy-next 17/24] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v2 phy-next 18/24] net: renesas: rswitch: "
` [PATCH v2 phy-next 19/24] pinctrl: tegra-xusb: "
` [PATCH v2 phy-next 20/24] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v2 phy-next 21/24] phy: include PHY provider header (1/2)
` [PATCH v2 phy-next 22/24] phy: include PHY provider header (2/2)
` [PATCH v2 phy-next 23/24] phy: remove temporary provider compatibility from consumer header
` [PATCH v2 phy-next 24/24] MAINTAINERS: add regexes for linux-phy

[PATCH v6 00/15] can: grcan: Enhance driver with CANFD Support and Improvements
 2026-03-06 16:29 UTC  (16+ messages)
` [PATCH v6 01/15] dt-bindings: Add vendor prefix for Frontgrade Gaisler AB
` [PATCH v6 02/15] dt-bindings: net: can: gaisler,grcan: Convert to DT schema
` [PATCH v6 03/15] MAINTAINERS: Add maintainers for GRCAN CAN network driver
` [PATCH v6 04/15] can: grcan: Add clock handling
` [PATCH v6 05/15] can: grcan: Replace bit timing macros with literal values
` [PATCH v6 06/15] can: grcan: Simplify timing configuration
` [PATCH v6 07/15] can: grcan: add FD capability detection and nominal bit-timing
` [PATCH v6 08/15] can: grcan: set DMA mask for GRCAN and GRCANFD to 32-bit
` [PATCH v6 09/15] can: grcan: Add saving and restoring of CAN FD baud-rate registers
` [PATCH v6 10/15] can: grcan: Reserve space between cap and next register to align with address layout
` [PATCH v6 11/15] can: grcan: Refactor GRCAN DMA buffer to use structured memory layout
` [PATCH v6 12/15] can: grcan: Add CANFD TX support alongside legacy CAN
` [PATCH v6 13/15] can: grcan: Add CANFD RX "
` [PATCH v6 14/15] can: grcan: Update echo skb handling to match variable length CANFD frame
` [PATCH v6 15/15] can: grcan: Advertise CANFD capability

[PATCH phy-next 00/22] Split Generic PHY consumer and provider API
 2026-03-06 13:06 UTC  (57+ messages)
` [PATCH phy-next 01/22] ata: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 03/22] usb: add missing headers transitively included by <linux/phy/phy.h>
` [PATCH phy-next 05/22] phy: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 07/22] net: lan969x: include missing <linux/of.h>
` [PATCH phy-next 10/22] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH phy-next 11/22] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH phy-next 12/22] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH phy-next 13/22] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH phy-next 14/22] drm/rockchip: dsi: include PHY provider header
` [PATCH phy-next 15/22] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH phy-next 16/22] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH phy-next 17/22] net: renesas: rswitch: "
` [PATCH phy-next 18/22] pinctrl: tegra-xusb: "
` [PATCH phy-next 19/22] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH phy-next 20/22] phy: include PHY provider header
` [PATCH phy-next 21/22] phy: remove temporary provider compatibility from consumer header
` [PATCH phy-next 22/22] MAINTAINERS: add regex for linux-phy

[PATCH] can: dev: keep the max bitrate error to 5%
 2026-03-06  9:04 UTC 

[PATCH v5 00/16] can: grcan: Enhance driver with CANFD Support and Improvements
 2026-03-05 15:43 UTC  (4+ messages)
` [PATCH v5 05/16] can: grcan: Replace bit timing macros with literal values

[PATCH net 01/12] can: bcm: fix locking for bcm_op runtime updates
 2026-03-05  1:00 UTC  (2+ messages)

[PATCH phy-next 02/22] PCI: add missing headers transitively included by <linux/phy/phy.h>
 2026-03-04 22:34 UTC  (3+ messages)

[PATCH phy-next 08/22] PCI: remove device links to PHY
 2026-03-04 22:28 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