messages from 2026-03-03 02:28:29 to 2026-03-08 11:43:33 UTC [more...]
[PATCH v2 phy-next 00/24] Split Generic PHY consumer and provider API
2026-03-08 11:40 UTC (18+ 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 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 v11 0/9] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
2026-03-06 15:33 UTC (10+ 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 v3 00/12] vfs: change inode->i_ino from unsigned long to u64
2026-03-06 13:28 UTC (25+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "
[PATCH phy-next 00/22] Split Generic PHY consumer and provider API
2026-03-06 13:06 UTC (65+ messages)
` [PATCH phy-next 01/22] ata: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 02/22] PCI: add missing headers transitively included by <linux/phy/phy.h>
` [PATCH phy-next 03/22] usb: "
` [PATCH phy-next 04/22] drm: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 05/22] phy: "
` [PATCH phy-next 06/22] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH phy-next 07/22] net: lan969x: include missing <linux/of.h>
` [PATCH phy-next 08/22] PCI: remove device links to PHY
` [PATCH phy-next 09/22] ufs: exynos: stop poking into struct phy guts
` [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 v12] can: virtio: Add virtio CAN driver
2026-03-05 20:23 UTC (4+ messages)
[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] can: rcar_can: Convert to FIELD_MODIFY()
2026-03-05 10:14 UTC
[PATCH net 01/12] can: bcm: fix locking for bcm_op runtime updates
2026-03-05 1:00 UTC (2+ messages)
[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
2026-03-04 14:10 UTC (88+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 029/110] ext2: "
` [PATCH v2 034/110] isofs: "
` [PATCH v2 037/110] minix: "
` [PATCH v2 040/110] ocfs2: "
` [PATCH v2 046/110] udf: "
` [PATCH v2 049/110] security: "
` [PATCH v2 051/110] fsnotify: "
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 059/110] vfs: "
` [PATCH v2 060/110] vfs: change kino_t from unsigned long to u64
` [PATCH v2 061/110] ext4: replace PRIino with %llu/%llx format strings
` [PATCH v2 062/110] jbd2: "
` [PATCH v2 067/110] proc: "
` [PATCH v2 069/110] 9p: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro
Linux-CAN Community Meetup at Embedded World 2026
2026-03-04 12:45 UTC (2+ messages)
[PATCH v11] can: virtio: Add virtio CAN driver
2026-03-04 11:42 UTC (2+ messages)
[PATCH net 0/12] pull-request: can 2026-03-02
2026-03-04 9:07 UTC (7+ messages)
` [PATCH net 05/12] can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message
` [PATCH net 08/12] can: usb: f81604: handle short interrupt urb messages properly
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox