messages from 2025-12-29 04:55:42 to 2026-01-11 14:44:46 UTC [more...]
[PATCH v4 00/15] Add support for Microchip LAN969x
2026-01-11 14:44 UTC (32+ messages)
` [PATCH v4 01/15] dt-bindings: usb: Add Microchip LAN969x support
` [PATCH v4 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom
` [PATCH v4 03/15] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart
` [PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi
` [PATCH v4 05/15] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c
` [PATCH v4 06/15] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng
` [PATCH v4 07/15] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes
` [PATCH v4 08/15] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha
` [PATCH v4 09/15] dt-bindings: dma: atmel: add microchip,lan9691-dma
` [PATCH v4 10/15] dt-bindings: net: mscc-miim: add microchip,lan9691-miim
` [PATCH v4 11/15] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x
` [PATCH v4 12/15] arm64: dts: microchip: add LAN969x clock header file
` [PATCH v4 13/15] arm64: dts: microchip: add LAN969x support
` [PATCH v4 14/15] dt-bindings: arm: AT91: document EV23X71A board
` [PATCH v4 15/15] arm64: dts: microchip: add "
` (subset) [PATCH v4 00/15] Add support for Microchip LAN969x
[PATCH v1] i2c: rk3x: Add support for SCL output enable debounce
2026-01-10 10:59 UTC (4+ messages)
[PATCH v5 0/3] spacemit: fix P1 sub-device Kconfig defaults and dependencies
2026-01-09 22:41 UTC (6+ messages)
` [PATCH v5 1/3] regulator: spacemit: MFD_SPACEMIT_P1 as dependencies
` [PATCH v5 2/3] mfd: simple-mfd-i2c: add default value
` [PATCH v5 3/3] rtc: spacemit: default module when MFD_SPACEMIT_P1 is enabled
[PATCH v4 0/3] spacemit: fix P1 sub-device Kconfig defaults and dependencies
2026-01-09 22:36 UTC (7+ messages)
` [PATCH v4 3/3] rtc: spacemit: default module when MFD_SPACEMIT_P1 is enabled
[PATCH v4 2/3] mfd: simple-mfd-i2c: add default value
2026-01-09 16:41 UTC (2+ messages)
` (subset) "
[PATCH V1] i2c: imx: Fix SMBus block read hang on zero length
2026-01-09 13:53 UTC (6+ messages)
[PATCH v5 0/4] Add I2C support for Tegra410
2026-01-09 9:50 UTC (9+ messages)
` [PATCH v5 1/4] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
` [PATCH v5 2/4] i2c: tegra: Move variant to tegra_i2c_hw_feature
` [PATCH v5 3/4] i2c: tegra: Add logic to support different register offsets
` [PATCH v5 4/4] i2c: tegra: Add support for Tegra410
[PATCH] HID: mcp2221: free I2C bus after failed transactions
2026-01-09 7:00 UTC
[PATCH v6 0/2] i2c: spacemit: introduce pio for k1
2026-01-08 19:21 UTC (4+ messages)
` [PATCH v6 1/2] i2c: spacemit: move i2c_xfer_msg()
` [PATCH v6 2/2] i2c: spacemit: introduce pio for k1
[PATCH 0/5] i2c: st: add power-domains on stm32mp2x and enable i2c-analog-filter
2026-01-08 16:40 UTC (2+ messages)
[PATCH 0/8] Add support for Advantech EIO MFD series devices
2026-01-08 14:45 UTC (3+ messages)
` [PATCH 1/8] Add Advantech EIO MFD driver
[PATCH v4 1/4] i2c: machxo2: new driver
2026-01-08 11:55 UTC (5+ messages)
` [PATCH v4 2/4] mfd: tqmx86: refactor I2C setup
` [PATCH v4 4/4] mfd: tqmx86: add detection for MachXO2 I2C controller
[PATCH v5 0/2] i2c: spacemit: introduce pio for k1
2026-01-08 7:43 UTC (10+ messages)
` [PATCH v5 1/2] i2c: spacemit: replace i2c_xfer_msg()
` [PATCH v5 2/2] i2c: spacemit: introduce pio for k1
[PATCH v3 0/3] i2c: spacemit: add reset support
2026-01-08 5:24 UTC (9+ messages)
` [PATCH 1/3] dt-bindings: i2c: spacemit: add optional resets
` [PATCH 2/3] i2c: k1: add reset support
` [PATCH 3/3] riscv: dts: spacemit: add reset property
` (subset) [PATCH v3 0/3] i2c: spacemit: add reset support
[PATCH v2 0/4] Add CCI and imx577 sensor support for Talos evk
2026-01-07 21:24 UTC (25+ messages)
` [PATCH v2 1/4] dt-bindings: i2c: qcom-cci: Document sm6150 compatible
` [PATCH v2 2/4] arm64: dts: qcom: talos: Add CCI definitions
` [PATCH v2 3/4] arm64: dts: qcom: talos: Add camera MCLK pinctrl
` [PATCH v2 4/4] arm64: dts: qcom: talos-evk-camera: Add DT overlay
[PATCH 0/6] Address race condition with Device::drvdata()
2026-01-07 16:40 UTC (12+ messages)
` [PATCH 1/6] rust: i2c: do not drop device private data on shutdown()
` [PATCH 2/6] rust: auxiliary: add Driver::unbind() callback
` [PATCH 3/6] rust: driver: introduce a common Driver trait
` [PATCH 4/6] rust: driver: add DEVICE_DRIVER_OFFSET to the "
` [PATCH 5/6] rust: driver: add DriverData type to the generic "
` [PATCH 6/6] rust: driver: drop device private data post unbind
[PATCH] i2c: Add FTDI FT4222H USB I2C adapter
2026-01-07 13:38 UTC (2+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-01-07 12:19 UTC (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH v4 0/4] Add I2C support for Tegra410
2026-01-07 9:39 UTC (7+ messages)
` [PATCH v4 1/4] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
` [PATCH v4 2/4] i2c: tegra: Move variant to tegra_i2c_hw_feature
` [PATCH v4 3/4] i2c: tegra: Add logic to support different register offsets
` [PATCH v4 4/4] i2c: tegra: Add support for Tegra410
[BUG] hung task in i2c_transfer via i2c-dev ioctl (rt_mutex lock not released?)
2026-01-07 5:16 UTC
[PATCH v3 0/4] Add I2C support for Tegra410
2026-01-07 4:10 UTC (7+ messages)
` [PATCH v3 1/4] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
` [PATCH v3 2/4] i2c: tegra: Move variant to tegra_i2c_hw_feature
` [PATCH v3 3/4] i2c: tegra: Add logic to support different register offsets
` [PATCH v3 4/4] i2c: tegra: Add support for Tegra410
[PATCH v24 0/4] Add ASPEED AST2600 I2C controller driver
2026-01-07 0:45 UTC (3+ messages)
` [PATCH v24 3/4] i2c: ast2600: Add controller driver for new register layout
[PATCH 0/7] media: qcom: camss: Add SM8750 support
2026-01-06 19:43 UTC (21+ messages)
` [PATCH 2/7] media: dt-bindings: Add CAMSS device for SM8750
` [PATCH 4/7] media: qcom: camss: csiphy: Add support for v2.3.0 two-phase CSIPHY
` [PATCH 5/7] media: qcom: camss: csid: Add support for CSID 980
` [PATCH 6/7] media: qcom: camss: vfe: Add support for VFE gen4
` [PATCH 7/7] arm64: dts: qcom: sm8750: Add support for camss
[PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c compatible
2026-01-06 17:47 UTC (2+ messages)
[PATCH 00/12] i2c: configure parent device and OF node through the adapter struct
2026-01-06 14:17 UTC (10+ messages)
` [PATCH 05/12] i2c: omap: set device parent and of_node "
` [PATCH 06/12] i2c: rcar: "
` [PATCH 07/12] i2c: st: "
` [PATCH 11/12] i2c: nomadik: "
[PATCH v13 0/6] Updates for Tegra264 and Tegra256
2026-01-06 6:28 UTC (2+ messages)
[PATCH 0/6] i2c: provide and use i2c_adapter_dev()
2026-01-05 21:42 UTC (6+ messages)
` [PATCH 4/6] i2c: designware-amdisp: "
` [PATCH 5/6] i2c: mv64xxx: "
[PATCH 0/4] Preparations for camera support on Fairphone 4
2026-01-05 14:07 UTC (2+ messages)
` (subset) "
[PATCH v2] arm64: dts: exynosautov920: Add DT node for all I2C ports
2026-01-05 11:42 UTC (5+ messages)
[PATCH 0/7] i2c: provide and use i2c_adapter_set_node()
2026-01-05 9:14 UTC (12+ messages)
` [PATCH 2/7] i2c: designware-common: "
` [PATCH 4/7] i2c: ljca: "
` [PATCH 5/7] i2c: ls2x: "
` [PATCH 6/7] i2c: rzv2m: "
` [PATCH 7/7] i2c: usbio: "
[syzbot] [i2c?] [usb?] INFO: trying to register non-static key in i2c_register_adapter
2026-01-05 8:31 UTC
[BUG] I2C: hung task in i2c_transfer via i2c-dev ioctl (bit-banging adapter)
2026-01-04 3:05 UTC
[PATCH v2 00/12] Enable I2C on SA8255p Qualcomm platforms
2025-12-31 14:02 UTC (10+ messages)
` [PATCH v2 06/12] soc: qcom: geni-se: Introduce helper APIs for performance control
` [PATCH v2 07/12] dt-bindings: i2c: Describe SA8255p
` [PATCH v2 08/12] i2c: qcom-geni: Isolate serial engine setup
` [PATCH v2 09/12] i2c: qcom-geni: Move resource initialization to separate function
` [PATCH v2 10/12] i2c: qcom-geni: Use resources helper APIs in runtime PM functions
` [PATCH v2 11/12] i2c: qcom-geni: Store of_device_id data in driver private struct
` [PATCH v2 12/12] i2c: qcom-geni: Enable I2C on SA8255p Qualcomm platforms
[PATCH v2 0/3] i2c: spacemit: add reset support
2025-12-30 14:14 UTC (11+ messages)
` [PATCH v2 2/3] i2c: k1: "
[PATCH v2 0/6] i2c: designware: Enable mode swapping
2025-12-30 14:14 UTC (4+ messages)
` [PATCH v2 3/6] i2c: designware: Combine some of the common functions
[PATCH v3 0/6] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
2025-12-29 14:46 UTC (10+ messages)
` [PATCH v3 2/6] mux: Add helper functions for getting optional and selected mux-state
[PATCH v4 0/7] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
2025-12-29 14:27 UTC (8+ messages)
` [PATCH v4 1/7] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v4 2/7] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v4 3/7] mux: add help text for MULTIPLEXER config option
` [PATCH v4 4/7] phy: can-transceiver: drop temporary helper getting optional mux-state
` [PATCH v4 5/7] i2c: omap: switch to new generic helper for getting selected mux-state
` [PATCH v4 6/7] dt-bindings: mmc: renesas,sdhi: Add mux-states property
` [PATCH v4 7/7] mmc: host: renesas_sdhi_core: support selecting an optional mux
[PATCH 0/3] Add CCI and imx577 sensor support for Talos evk
2025-12-29 13:22 UTC (4+ messages)
` [PATCH 2/3] arm64: dts: qcom: talos: Add CCI definitions
[PATCH v3 00/15] Add support for Microchip LAN969x
2025-12-29 12:46 UTC (11+ messages)
` [PATCH v3 01/15] include: dt-bindings: add LAN969x clock bindings
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