messages from 2026-06-29 09:13:41 to 2026-07-06 12:45:15 UTC [more...]
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-06 12:44 UTC (8+ messages)
` [PATCH v3 01/20] powerpc/powermac: fix OF node refcount
` [PATCH v3 02/20] driver core: platform: provide platform_device_set_of_node()
` [PATCH v3 03/20] driver core: platform: provide platform_device_set_fwnode()
` [PATCH v3 04/20] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH v3 05/20] driver core: update kerneldoc for platform_device_alloc()
` [PATCH v3 06/20] of: platform: use platform_device_set_of_node()
` [PATCH v3 07/20] powerpc/powermac: "
[PATCH v2] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
2026-07-06 11:41 UTC (2+ messages)
[PATCH v2 0/7] arm64: mediatek: Chromebook trackpad supply fixes
2026-07-06 10:08 UTC (10+ messages)
` [PATCH v2 1/7] Input: elan_i2c - Wait for initialization after enabling regulator supply
` [PATCH v2 2/7] HID: i2c-hid-of: skip post-power-on delay if already powered on
` [PATCH v2 3/7] i2c: of-prober: "
` [PATCH v2 4/7] i2c: of-prober: Defer regulator_disable() on successful probe in simple helper
` [PATCH v2 5/7] platform/chrome: of_hw_prober: Add delay for hana trackpads
` [PATCH v2 6/7] arm64: dts: mediatek: mt8173-elm-hana: Unmark trackpad supply as always-on
` [PATCH v2 7/7] arm64: dts: mediatek: mt8192-asurada-spherion: Add Synaptics trackpad's supply
[PATCH 0/6] ACPI/PCC: Preserve platform-populated PCC signatures
2026-07-06 9:02 UTC (6+ messages)
[PATCH v1] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
2026-07-06 8:22 UTC (3+ messages)
[PATCH v2 0/8] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP bus, I2C and watchdog
2026-07-06 8:10 UTC (9+ messages)
` [PATCH v2 1/8] riscv: dts: eswin: add reset generator for EIC7700 SoC
` [PATCH v2 2/8] riscv: dts: eswin: add clock "
` [PATCH v2 3/8] riscv: dts: eswin: eic7700: add pinctrl support
` [PATCH v2 4/8] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible
` [PATCH v2 5/8] riscv: dts: eswin: add hsp bus node
` [PATCH v2 6/8] dt-bindings: i2c: dw: add ESWIN EIC7700 SoC I2C controller
` [PATCH v2 7/8] riscv: dts: eswin: add I2C controller support
` [PATCH v2 8/8] riscv: dts: eswin: add watchdog support
[PATCH i2c-tools] TODO: add file and describe items for the 4.5 release
2026-07-06 8:04 UTC (5+ messages)
[PATCH] i2c-tools: Enable cross compilation
2026-07-06 8:02 UTC
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-06 6:19 UTC (41+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-07-06 4:19 UTC (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH v4 0/2] i2c-tools: Make tools accept bus path
2026-07-06 4:27 UTC (3+ messages)
` [PATCH v4 1/2] i2c-tools: Allow passing device file paths
` [PATCH v4 2/2] i2c-tools: Document device paths as I2CBUS arg
[PATCH] i2c: virtio: Reset virtqueue before freeing interrupted requests
2026-07-06 4:08 UTC (2+ messages)
[PATCH v3 0/2] i2c-tools: Make tools accept bus path
2026-07-06 3:46 UTC (2+ messages)
[PATCH 0/3] Add Qualcomm I2C slave controller driver
2026-07-05 16:40 UTC (8+ messages)
` [PATCH v1 1/3] dt-bindings: i2c: Add Qualcomm I2C slave controller
` [PATCH v1 2/3] i2c: qcom-slave: Add driver for "
[PATCH 00/10] Initial Apple silicon M4 device trees and dt-bindings
2026-07-05 13:17 UTC (11+ messages)
` [PATCH 01/10] dt-bindings: arm: cpus: Add Apple M4 CPU core compatibles
` [PATCH 02/10] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8132 compatible
` [PATCH 03/10] dt-bindings: watchdog: apple,wdt: Add t8132 compatible
` [PATCH 04/10] dt-bindings: arm: apple: apple,pmgr: "
` [PATCH 05/10] dt-bindings: power: apple,pmgr-pwrstate: "
` [PATCH 06/10] dt-bindings: pinctrl: apple,pinctrl: "
` [PATCH 07/10] dt-bindings: i2c: apple,i2c: "
` [PATCH 08/10] dt-bindings: pwm: apple,s5l-fpwm: "
` [PATCH 09/10] dt-bindings: arm: apple: Add M4 based devices
` [PATCH 10/10] arm64: dts: apple: Add minimal t8132 (M4) device trees
[PATCH v8 0/3] lan966x pci device: Add support for SFPs, i2c part
2026-07-04 9:28 UTC (5+ messages)
` [PATCH v8 1/3] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v8 2/3] i2c: mux: Set adapter physical device
` [PATCH v8 3/3] i2c: mux: Create missing devlink between mux and "
[PATCH v7 0/6] Enable I2C on SA8255p Qualcomm platforms
2026-07-04 3:26 UTC (3+ messages)
` [PATCH v7 1/6] dt-bindings: i2c: Describe SA8255p
[PATCH v2 0/2] Add trace events for Qualcomm GENI I2C drivers
2026-07-03 15:08 UTC (3+ messages)
` [PATCH v2 1/2] i2c: qcom-geni: trace: Add trace events for Qualcomm GENI I2C
` [PATCH v2 2/2] i2c: qcom-geni: Add trace events for Qualcomm GENI I2C driver
[PATCH 0/2] Add trace events for Qualcomm GENI I2C drivers
2026-07-03 13:41 UTC (5+ messages)
` [PATCH 1/2] i2c: qcom-geni: trace: Add trace events for Qualcomm GENI I2C
` [PATCH 2/2] i2c: qcom-geni: Add trace events for Qualcomm GENI I2C driver
[PATCH] w1: ds28e17: reject an oversize length on an I2C block read
2026-07-03 9:45 UTC (5+ messages)
[GIT PULL] Split <linux/mod_devicetable.h> in per subsystem headers
2026-07-03 7:37 UTC (2+ messages)
[PATCH v6] i2c: i2c-qcom-geni: serve transfers during early resume
2026-07-03 5:46 UTC (3+ messages)
[PATCH v8 0/8] Add VIM4 MCU/FAN support
2026-07-02 9:56 UTC (9+ messages)
` [PATCH v8 1/8] dt-bindings: mfd: khadas: Add new compatible for Khadas VIM4 MCU
` [PATCH v8 2/8] dt-bindings: i2c: amlogic: Add compatible for T7 SOC
` [PATCH v8 3/8] mfd: khadas-mcu: Add per-variant configuration infrastructure and VIM4 support
` [PATCH v8 4/8] mfd: khadas-mcu: Add support for VIM4 MCU variant
` [PATCH v8 5/8] thermal: khadas-mcu-fan: Add fan config from platform data Add regulator support
` [PATCH v8 6/8] arm64: dts: amlogic: t7: Add i2c pinctrl node
` [PATCH v8 7/8] arm64: dts: amlogic: t7: Add i2c controller node
` [PATCH v8 8/8] arm64: dts: amlogic: t7: khadas-vim4: Add i2c MCU fan node
[PATCH v7 0/8] Add VIM4 MCU/FAN support
2026-07-02 9:45 UTC (4+ messages)
` [PATCH v7 4/8] mfd: khadas-mcu: Add support for VIM4 MCU variant
[PATCH v3 0/2] i2c: cadence: Add support for Axiado AX3000
2026-07-02 6:35 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: cadence: Add "
` [PATCH v3 2/2] i2c: cadence: Add support for "
[PATCH v2 00/19] driver core: count references of the platform device's fwnode, not OF node
2026-07-01 15:05 UTC (23+ messages)
` [PATCH v2 02/19] driver core: platform: provide platform_device_set_of_node()
` [PATCH v2 08/19] iommu/fsl: use platform_device_set_of_node()
` [PATCH v2 09/19] net: bcmgenet: "
` [PATCH v2 10/19] pmdomain: imx: "
` [PATCH v2 12/19] slimbus: qcom-ngd-ctrl: "
` [PATCH v2 13/19] net: mv643xx: "
` [PATCH v2 14/19] drm/xe/i2c: use platform_device_set_fwnode()
` [PATCH v2 15/19] platform/surface: gpe: "
` [PATCH v2 16/19] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH v2 17/19] usb: musb: "
` [PATCH v2 18/19] reset: rzg2l: "
` [PATCH v2 19/19] driver core: platform: count references to all kinds of firmware nodes
[PATCH 0/7] I2C - detailed transfer reporting in case of a fault
2026-07-01 13:46 UTC (4+ messages)
` [PATCH 2/7] i2c: nomadik: optimize layout of struct nmk_i2c_dev
[PATCH v10] i2c: designware: defer probe if child GpioInt controllers are not bound
2026-07-01 10:12 UTC
[PATCH] [RFC] gpiolib: introduce gpio_name() helper
2026-07-01 8:31 UTC (7+ messages)
[PATCH v6 1/7] mfd: nct6694: Move module type macros to shared header
2026-07-01 3:50 UTC (2+ messages)
` [PATCH v6 6/7] mfd: nct6694: Introduce regmap-based transport abstraction
[PATCH v2 1/2] dt-bindings: clock: Drop incorrect usage of double '::'
2026-06-30 13:14 UTC (4+ messages)
` [PATCH v2 2/2] dt-bindings: "
[PATCH v3 00/16] mod_devicetable.h: Split into per subsystem headers
2026-06-30 13:11 UTC (7+ messages)
` [PATCH v3 08/16] i2c: Let i2c-core.h include <linux/i2c.h>
[PATCH v6 0/2] i2c: ls2x: Add clock- related properties and parsing
2026-06-30 12:34 UTC (4+ messages)
` [PATCH v6 2/2] i2c: ls2x: Add clocks property parsing and adjust bus speed
[PATCH v2] i2c: mt7621: Use dev_err_probe() for clock acquisition failures
2026-06-30 11:19 UTC
[PATCH] i2c: mt7621: Use dev_err_probe() for clock acquisition failures
2026-06-30 11:08 UTC
[PATCH v5 0/2] i2c: imx-lpi2c: fix probe error handling and reset controller
2026-06-30 10:52 UTC (3+ messages)
` [PATCH v5 1/2] i2c: imx-lpi2c: properly unwind resources on probe failure
` [PATCH v5 2/2] i2c: imx-lpi2c: reset controller in probe stage
[PATCH v4 00/17] mod_devicetable.h: Split into per subsystem headers
2026-06-30 9:24 UTC (2+ messages)
` [PATCH v4 08/17] i2c: Let i2c-core.h include <linux/i2c.h>
[PATCH 0/2] i2c: i801: Detect SPD Write Disable and expose as adapter quirk
2026-06-30 7:06 UTC
[PATCH v3 1/2] i2c: imx: Clear slave pointer on registration error
2026-06-30 6:49 UTC (8+ messages)
` [PATCH v4 0/2] i2c: imx: Fix slave mode corner issues
` [PATCH v4 1/2] i2c: imx: Fix slave registration race and error handling
` [PATCH v4 2/2] i2c: imx: Cancel hrtimer before clearing slave pointer
[PATCH v2] i2c: i801: Do not instantiate spd5118 under SPD Write Disable
2026-06-30 6:39 UTC
[PATCH v5 0/3] i2c: ma35d1: Add support for MA35D1 I2C controller
2026-06-30 1:21 UTC (4+ messages)
` [PATCH v5 1/3] dt-bindings: i2c: nuvoton,ma35d1-i2c: Add "
` [PATCH v5 2/3] i2c: ma35d1: Add Nuvoton MA35D1 I2C driver support
` [PATCH v5 3/3] arm64: dts: nuvoton: Add I2C nodes for MA35D1 SoC
[BUG] I2C HID touchpad BLTP7853:00 347D:7853 enumerates but reports no events on MECHREVO XINGYAO Series-P916F-PTL
2026-06-29 14:15 UTC
[PATCH i2c-tools v3 0/8] decode-dimms: Implement DDR5 decoding
2026-06-29 13:40 UTC (3+ messages)
w1: ds28e17: possible out of bounds write from a device length byte
2026-06-29 12:02 UTC (3+ messages)
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