messages from 2024-08-19 12:00:06 to 2024-08-23 07:05:35 UTC [more...]
[PATCH v5 00/10] platform/chrome: Introduce DT hardware prober
2024-08-23 7:05 UTC (22+ messages)
` [PATCH v5 01/10] of: dynamic: Add of_changeset_update_prop_string
` [PATCH v5 02/10] regulator: Move OF-specific regulator lookup code to of_regulator.c
` [PATCH v5 03/10] regulator: Split up _regulator_get()
` [PATCH v5 04/10] regulator: Do pure DT regulator lookup in of_regulator_bulk_get_all()
` [PATCH v5 05/10] gpiolib: Add gpio_property_name_length()
` [PATCH v5 06/10] i2c: Introduce OF component probe function
` [PATCH v5 07/10] i2c: of-prober: Add regulator support
` [PATCH v5 08/10] i2c: of-prober: Add GPIO support
` [PATCH v5 09/10] platform/chrome: Introduce device tree hardware prober
` [PATCH v5 10/10] arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens and trackpads as fail
[PATCH v13 0/3] Add ASPEED AST2600 I2Cv2 controller driver
2024-08-23 6:23 UTC (17+ messages)
` [PATCH v13 1/3] dt-bindings: i2c: aspeed: support for AST2600-i2cv2
` [PATCH v13 2/3] i2c: aspeed: support AST2600 i2c new register mode driver
[PATCH v3 0/4] i2c: Use devm_clk_get_enabled() helpers
2024-08-23 3:51 UTC (5+ messages)
` [PATCH v3 1/4] i2c: emev2: "
` [PATCH v3 2/4] i2c: emev2: drop sclk from struct em_i2c_device
` [PATCH v3 3/4] i2c: jz4780: Use devm_clk_get_enabled() helpers
` [PATCH v3 4/4] i2c: jz4780: Use dev_err_probe()
[PATCH] dt-bindings: i2c: aspeed: drop redundant multi-master
2024-08-23 3:48 UTC (4+ messages)
[PATCH net 0/3] Add I2C bus lock for Wangxun
2024-08-23 3:02 UTC (4+ messages)
` [PATCH net 1/3] net: txgbe: add IO address in I2C platform device data
` [PATCH net 2/3] i2c: designware: add device private data passing to lock functions
` [PATCH net 3/3] i2c: designware: support hardware lock for Wangxun 10Gb NIC
[PATCH v2 0/3] Use devm_clk_get_enabled() helpers
2024-08-23 2:36 UTC (7+ messages)
` [PATCH v2 1/3] i2c: emev2: "
` [PATCH v2 2/3] i2c: emev2: Drop sclk from struct em_i2c_device
` [PATCH v2 3/3] i2c: jz4780: Use devm_clk_get_enabled() helpers
[PATCH] i2c: riic: Simplify unsupported bus speed handling
2024-08-23 0:47 UTC (3+ messages)
[PATCH v1 0/5] i2c: designware: Cleanups (part 2)
2024-08-23 0:45 UTC (7+ messages)
` [PATCH v1 1/5] i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
` [PATCH v1 2/5] i2c: designware: Consolidate firmware parsing and configuring code
` [PATCH v1 3/5] i2c: designware: Unify the firmware type checks
` [PATCH v1 4/5] i2c: designware: Move exports to I2C_DW namespaces
` [PATCH v1 5/5] i2c: designware: Remove ->disable() callback
[PATCH v2 0/4] i2c: imx: prevent rescheduling in non-dma mode
2024-08-23 0:35 UTC (16+ messages)
` [PATCH v2 1/4] i2c: imx: only poll for bus busy in multi master mode
[PATCH v2 0/4] i2c: Replace lists of special clients with flagging of such clients
2024-08-22 19:49 UTC (5+ messages)
` [PATCH v2 1/4] ALSA: ppc: Remove i2c client removal hack
` [PATCH v2 2/4] i2c: Replace list-based mechanism for handling auto-detected clients
` [PATCH v2 3/4] i2c: Replace list-based mechanism for handling userspace-created clients
` [PATCH v2 4/4] i2c: core: Remove obsolete members of i2c_adapter and i2c_client
[PATCH 0/3] i2c: Replace lists of special clients with flagging of such clients
2024-08-22 17:31 UTC (7+ messages)
` [PATCH 1/3] i2c: Replace list-based mechanism for handling auto-detected clients
` [PATCH 2/3] i2c: Replace list-based mechanism for handling userspace-created clients
` [PATCH 3/3] i2c: Remove obsolete members of i2c_adapter and i2c_client
[PATCH 0/5] Add ASF Controller Support to the i2c-piix4 driver
2024-08-22 14:22 UTC (6+ messages)
` [PATCH 1/5] i2c: piix4: Allow more than two algo selection for SMBus
` [PATCH 2/5] i2c: piix4: Add i2c_algorithm operations to support AMD ASF with SMBus
` [PATCH 3/5] i2c: piix4: Add ACPI support for ASF SMBus device
` [PATCH 4/5] i2c: piix4: Adjust the SMBus debug message
` [PATCH 5/5] i2c: piix4: Clear remote IRR bit to get successive interrupt
[PATCH 0/2] Use devm_clk_get_enabled() helpers
2024-08-22 12:53 UTC (7+ messages)
` [PATCH 1/2] i2c: emev2: "
` [PATCH 2/2] i2c: jz4780: "
[PATCH 0/5] Congatec Board Controller drivers
2024-08-22 10:38 UTC (6+ messages)
` [PATCH 1/5] mfd: add Congatec Board Controller mfd driver
` [PATCH 2/5] gpio: Congatec Board Controller gpio driver
[PATCH] dt-bindings: i2c: qcom,i2c-cci: add missing clocks constraint in if:then:
2024-08-21 21:32 UTC (3+ messages)
[PATCH] i2c: Remove I2C_COMPAT config symbol and related code
2024-08-21 20:13 UTC
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
2024-08-21 14:15 UTC (12+ messages)
` [PATCH v3 1/7] i2c: designware: Replace a while-loop by for-loop
` [PATCH v3 2/7] i2c: designware: Let PCI core to take care about interrupt vectors
` [PATCH v3 3/7] i2c: designware: Add missing 'c' into PCI IDs variable name
` [PATCH v3 4/7] i2c: designware: Unify terminator in device ID tables
` [PATCH v3 5/7] i2c: designware: Always provide "
` [PATCH v3 6/7] i2c: designware: Drop return value from i2c_dw_acpi_configure()
` [PATCH v3 7/7] i2c: designware: Drop return value from dw_i2c_of_configure()
[PATCH 0/3] dt-bindings: i2c: nvidia,tegra20-i2c: minor cleanups
2024-08-21 14:13 UTC (6+ messages)
` [PATCH 1/3] dt-bindings: i2c: nvidia,tegra20-i2c: combine same if:then: clauses
` [PATCH 2/3] dt-bindings: i2c: nvidia,tegra20-i2c: restrict also clocks in if:then:
` [PATCH 3/3] dt-bindings: i2c: nvidia,tegra20-i2c: define power-domains top-level
[PATCH v5 00/11] i2c: riic: Add support for Renesas RZ/G3S
2024-08-21 14:12 UTC (13+ messages)
` [PATCH v5 01/11] i2c: riic: Use temporary variable for struct device
` [PATCH v5 02/11] i2c: riic: Call pm_runtime_get_sync() when need to access registers
` [PATCH v5 03/11] i2c: riic: Use pm_runtime_resume_and_get()
` [PATCH v5 04/11] i2c: riic: Enable runtime PM autosuspend support
` [PATCH v5 05/11] i2c: riic: Add suspend/resume support
` [PATCH v5 06/11] i2c: riic: Define individual arrays to describe the register offsets
` [PATCH v5 07/11] dt-bindings: i2c: renesas,riic: Document the R9A08G045 support
` [PATCH v5 08/11] i2c: riic: Add support for fast mode plus
` [PATCH v5 09/11] arm64: dts: renesas: r9a08g045: Add I2C nodes
` [PATCH v5 10/11] arm64: dts: renesas: rzg3s-smarc: Enable i2c0 node
` [PATCH v5 11/11] arm64: dts: renesas: rzg3s-smarc-som: Enable i2c1 node
[PATCH 0/2] Add missing icc_disable in exit path
2024-08-21 14:11 UTC (3+ messages)
` [PATCH 2/2] i2c: qcom-geni: Use goto for clearer "
pca953x: Probing too early
2024-08-21 10:55 UTC (10+ messages)
[PATCH v3 0/5] Add SDM670 camera subsystem
2024-08-21 10:40 UTC (18+ messages)
` [PATCH v3 1/5] dt-bindings: i2c: qcom-cci: Document SDM670 compatible
` [PATCH v3 2/5] dt-bindings: media: camss: Add qcom,sdm670-camss
` [PATCH v3 3/5] media: qcom: camss: add support for SDM670 camss
` [PATCH v3 4/5] arm64: dts: qcom: sdm670: add camcc
` [PATCH v3 5/5] arm64: dts: qcom: sdm670: add camss and cci
[PATCH v4 0/6] platform/chrome: Introduce DT hardware prober
2024-08-21 9:44 UTC (6+ messages)
` [PATCH v4 4/6] i2c: of-prober: Add GPIO and regulator support
[PATCH v2] pca954x: Reset if channel select fails
2024-08-21 7:42 UTC (3+ messages)
[PATCH 00/10] Add device tree for ArmSoM Sige 5 board
2024-08-20 19:22 UTC (9+ messages)
` [PATCH 09/10] arm64: dts: rockchip: Add rk3576 SoC base DT
[PATCH v4 00/11] i2c: riic: Add support for Renesas RZ/G3S
2024-08-20 16:44 UTC (19+ messages)
` [PATCH v4 05/11] i2c: riic: Add suspend/resume support
` [PATCH v4 06/11] i2c: riic: Define individual arrays to describe the register offsets
` [PATCH v4 07/11] dt-bindings: i2c: renesas,riic: Document the R9A08G045 support
` [PATCH v4 08/11] i2c: riic: Add support for fast mode plus
[PATCH v4 0/2] Add support for Congatec CGEB BIOS interface
2024-08-20 8:48 UTC (3+ messages)
[PATCH RESEND] Do not mark ACPI devices as irq safe
2024-08-20 3:57 UTC (9+ messages)
[PATCH] i2c: ismt: kill transaction in hardware on timeout
2024-08-19 20:51 UTC
[PATCH -next 0/9] drivers: fix some module autoloading
2024-08-19 20:31 UTC (11+ messages)
` [PATCH -next 6/9] dmaengine: pxa: fix "
` [PATCH -next 7/9] dmaengine: mmp_pdma: "
` [PATCH -next 8/9] dmaengine: at_hdmac: "
` [PATCH -next 9/9] ipmi: ipmi_ssif: "
[PATCH v2 07/12] i2c: riic: Define individual arrays to describe the register offsets
2024-08-19 19:56 UTC (11+ 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;
as well as URLs for NNTP newsgroup(s).