messages from 2024-09-09 07:53:23 to 2024-09-11 15:59:03 UTC [more...]
[PATCH V3] i2c: imx-lpi2c: add target mode support
2024-09-11 15:58 UTC (3+ messages)
[PATCH v3] i2c: aspeed: Update the stop sw state when the bus recovery occurs
2024-09-11 15:57 UTC (3+ messages)
[PATCH v1 00/12] i2c: isch: Put the driver into shape
2024-09-11 15:53 UTC (14+ messages)
` [PATCH v1 01/12] i2c: isch: Add missed 'else'
` [PATCH v1 02/12] i2c: isch: Pass pointer to struct i2c_adapter down
` [PATCH v1 03/12] i2c: isch: Use string_choices API instead of ternary operator
` [PATCH v1 04/12] i2c: isch: Switch to memory mapped IO accessors
` [PATCH v1 05/12] i2c: isch: Use custom private data structure
` [PATCH v1 06/12] i2c: isch: switch i2c registration to devm functions
` [PATCH v1 07/12] i2c: isch: Utilize temporary variable to hold device pointer
` [PATCH v1 08/12] i2c: isch: Use read_poll_timeout()
` [PATCH v1 09/12] i2c: isch: Unify the name of the variable to hold an error code
` [PATCH v1 10/12] i2c: isch: Don't use "proxy" headers
` [PATCH v1 11/12] i2c: isch: Prefer to use octal permission
` [PATCH v1 12/12] i2c: isch: Convert to kernel-doc
[PATCH v4 0/8] Introduce initial AMD ASF Controller driver support
2024-09-11 15:16 UTC (10+ messages)
` [PATCH v4 1/8] i2c: piix4: Change the signature of piix4_transaction function
` [PATCH v4 2/8] i2c: piix4: Move i2c_piix4 macros and structures to common header
` [PATCH v4 3/8] i2c: piix4: Export i2c_piix4 driver functions as library
` [PATCH v4 4/8] i2c: amd-asf: Add ACPI support for AMD ASF Controller
` [PATCH v4 5/8] i2c: amd-asf: Add i2c_algorithm operations to support AMD ASF with SMBus
` [PATCH v4 6/8] i2c: amd-asf: Add routine to handle the ASF slave process
` [PATCH v4 7/8] i2c: amd-asf: Clear remote IRR bit to get successive interrupt
` [PATCH v4 8/8] MAINTAINERS: Add AMD ASF driver entry
[PATCH V5] i2c: imx-lpi2c: add eDMA mode support for LPI2C
2024-09-11 15:02 UTC
[PATCH v9] i2c: designware: fix controller is holding SCL low while ENABLE bit is disabled
2024-09-11 14:52 UTC (5+ messages)
[PATCH v6 00/12] platform/chrome: Introduce DT hardware prober
2024-09-11 14:49 UTC (15+ messages)
` [PATCH v6 06/12] gpiolib: Add gpio_get_property_name_length()
` [PATCH v6 09/12] i2c: of-prober: Add regulator support
[PATCH 0/3] hwmon: pmbus: add tps25990 efuse support
2024-09-11 14:45 UTC (18+ messages)
` [PATCH 1/3] dt-bindings: hwmon: pmbus: add ti tps25990 documentation
` [PATCH 2/3] hwmon: (pmbus/core) add POWER_GOOD signal limits support
` [PATCH 3/3] hwmon: (pmbus/tps25990): add initial support
[PATCH v8] i2c: designware: fix master is holding SCL low while ENABLE bit is disabled
2024-09-11 14:42 UTC (12+ messages)
[PATCH v2 0/2] Xilinx I2C driver fixes
2024-09-11 12:40 UTC (7+ messages)
` [PATCH v2 1/2] i2c: xiic: Wait for TX empty to avoid missed TX NAKs
[PATCH v3 0/5] Introduce AMD ASF Controller Support to the i2c-piix4 driver
2024-09-11 11:58 UTC (9+ messages)
` [PATCH v3 3/5] i2c: piix4: Add ACPI support for ASF SMBus device
[PATCH V2 0/3] Add atomic transfer support to i2c-cadence
2024-09-11 11:09 UTC (5+ messages)
` [PATCH V2 1/3] i2c: cadence: Relocate cdns_i2c_runtime_suspend and cdns_i2c_runtime_resume to facilitate atomic mode
` [PATCH V2 2/3] i2c: cadence: Split cdns_i2c_master_xfer for Atomic Mode
` [PATCH V2 3/3] i2c: cadence: Add atomic transfer support for controller version 1.4
[PATCH v1 0/3] i2c: designware: Cleanups (part 3)
2024-09-11 10:54 UTC (5+ messages)
` [PATCH v1 1/3] i2c: designware: Uninline i2c_dw_probe()
` [PATCH v1 2/3] i2c: designware: Propagate firmware node
` [PATCH v1 3/3] i2c: designware: Use pci_get_drvdata()
[PATCH v2] i2c: omap: Fix standard mode false ACK readings
2024-09-11 9:40 UTC (5+ messages)
[PATCH v7 0/2] i2c: octeon: Add block-mode r/w
2024-09-11 9:19 UTC (3+ messages)
` [PATCH v7 1/2] i2c: octeon: refactor common i2c operations
[PATCH 0/3] Add atomic transfer support to i2c-cadence
2024-09-11 8:24 UTC (9+ messages)
` [PATCH 1/3] i2c: cadence: Relocate cdns_i2c_runtime_suspend and cdns_i2c_runtime_resume to facilitate atomic mode
` [PATCH 2/3] i2c: cadence: Split cdns_i2c_master_xfer for Atomic Mode
` [PATCH 3/3] i2c: cadence: Add atomic transfer support for controller version 1.4
[PATCH v7 00/10] platform/chrome: Introduce DT hardware prober
2024-09-11 7:27 UTC (11+ messages)
` [PATCH v7 01/10] of: dynamic: Add of_changeset_update_prop_string
` [PATCH v7 02/10] of: base: Add for_each_child_of_node_with_prefix()
` [PATCH v7 03/10] regulator: Split up _regulator_get()
` [PATCH v7 04/10] regulator: Add of_regulator_get_optional() for pure DT regulator lookup
` [PATCH v7 05/10] i2c: core: Remove extra space in Makefile
` [PATCH v7 06/10] i2c: Introduce OF component probe function
` [PATCH v7 07/10] i2c: of-prober: Add simple helpers for regulator support
` [PATCH v7 08/10] i2c: of-prober: Add GPIO support to simple helpers
` [PATCH v7 09/10] platform/chrome: Introduce device tree hardware prober
` [PATCH v7 10/10] arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens and trackpads as fail
[PATCH v2] pca954x: Reset if channel select fails
2024-09-11 5:25 UTC (5+ messages)
` ODP: "
[Patch v5 00/12] Add audio support for LPC32XX CPUs
2024-09-10 22:20 UTC (3+ messages)
` [Patch v5 02/12] dt-bindings: dma: Add lpc32xx DMA mux binding
[PATCH] i2c: support gpio-binding for SMBAlerts
2024-09-10 18:30 UTC (2+ messages)
[PATCH] i2c: designware: Adjust LOW period of the SCL clock
2024-09-10 16:06 UTC (2+ messages)
[PATCH 0/5] Congatec Board Controller drivers
2024-09-10 15:41 UTC (8+ messages)
` [PATCH 1/5] mfd: add Congatec Board Controller mfd driver
` [PATCH 3/5] i2c: Congatec Board Controller i2c bus driver
[PATCH -next v3 00/15] HID: convert to devm_hid_hw_start_and_open()
2024-09-10 15:45 UTC (16+ messages)
` [PATCH -next v3 01/15] HID: core: Use devm_add_action_or_reset helper to manage hid resources
` [PATCH -next v3 02/15] HID: cp2112: Use devm_hid_hw_start_and_open in cp2112_probe()
` [PATCH -next v3 03/15] HID: ft260: Use devm_hid_hw_start_and_open in ft260_probe()
` [PATCH -next v3 04/15] HID: mcp2200: Use devm_hid_hw_start_and_open in mcp2200_probe()
` [PATCH -next v3 05/15] HID: mcp2221: Use devm_hid_hw_start_and_open in mcp2221_probe()
` [PATCH -next v3 06/15] HID: nintendo: Use devm_hid_hw_start_and_open in nintendo_hid_probe()
` [PATCH -next v3 07/15] HID: playstation: Use devm_hid_hw_start_and_open in ps_probe()
` [PATCH -next v3 08/15] hwmon: (aquacomputer_d5next) Use devm_hid_hw_start_and_open in aqc_probe()
` [PATCH -next v3 09/15] hwmon: (asus_rog_ryujin) Use devm_hid_hw_start_and_open in rog_ryujin_probe()
` [PATCH -next v3 10/15] hwmon: (corsair-cpro) Use devm_hid_hw_start_and_open in ccp_probe()
` [PATCH -next v3 11/15] hwmon: (corsair-psu) Use devm_hid_hw_start_and_open in corsairpsu_probe()
` [PATCH -next v3 12/15] hwmon: (gigabyte_waterforce) Use devm_hid_hw_start_and_open in waterforce_probe()
` [PATCH -next v3 13/15] hwmon: (nzxt-kraken2) Use devm_hid_hw_start_and_open in kraken2_probe()
` [PATCH -next v3 14/15] hwmon: (nzxt-kraken3) Use devm_hid_hw_start_and_open in kraken3_probe()
` [PATCH -next v3 15/15] hwmon: (nzxt-smart2) Use devm_hid_hw_start_and_open in nzxt_smart2_hid_probe()
[PATCH] i2c: ljca: Remove unused "target_addr" parameter
2024-09-10 15:12 UTC (2+ messages)
[PATCH v2 0/4] Enable shared SE support over I2C
2024-09-10 13:44 UTC (22+ messages)
` [PATCH v2 1/4] dt-bindindgs: i2c: qcom,i2c-geni: Document shared flag
` [PATCH v2 3/4] soc: qcom: geni-se: Export function geni_se_clks_off()
` [PATCH v2 4/4] i2c: i2c-qcom-geni: Enable i2c controller sharing between two subsystems
[PATCH v5 0/1] I2C controller support for KEBA PLCs
2024-09-10 9:05 UTC (3+ messages)
[PATCH dt-schema] schemas: i2c: add optional GPIO binding for SMBALERT# line
2024-09-10 7:38 UTC (7+ messages)
[PATCH v4 0/3] i2c: Use devm_clk_get_enabled() helpers
2024-09-10 2:06 UTC (7+ messages)
` [PATCH v4 3/3] i2c: jz4780: Use dev_err_probe()
[PATCH v7] i2c: designware: fix master is holding SCL low while ENABLE bit is disabled
2024-09-10 1:44 UTC (3+ messages)
[PATCH v2 0/7] i2c: npcm: Bug fixes read/write operation, checkpatch
2024-09-10 1:12 UTC (13+ messages)
` [PATCH v2 6/7] i2c: npcm: use i2c frequency table
[PATCH v8 0/6] i2c-i801 / dell-lis3lv02d: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d
2024-09-09 22:02 UTC (2+ messages)
[PATCH 00/22] arm64: qcom: Introduce SA8255p Ride platform
2024-09-09 22:00 UTC (8+ messages)
` [PATCH v2 00/21] "
` [PATCH v2 16/21] dt-bindings: spi: document support for SA8255p
[PATCH v3 0/4] i2c: imx: prevent rescheduling in non-dma mode
2024-09-09 21:57 UTC (4+ messages)
` [PATCH v3 4/4] i2c: imx: prevent rescheduling in non dma mode
[PATCH] dt-bindings: i2c: i2c-sprd: convert to YAML
2024-09-09 21:52 UTC (2+ messages)
[PATCH] i2c: ismt: kill transaction in hardware on timeout
2024-09-09 21:41 UTC (2+ messages)
[PATCH V4] i2c: imx-lpi2c: add eDMA mode support for LPI2C
2024-09-09 21:22 UTC (2+ messages)
[PATCH] i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_id
2024-09-09 19:38 UTC (3+ messages)
[PATCH v2 0/7] i2c: designware: Group all DesignWare drivers under a single option
2024-09-09 19:21 UTC (8+ messages)
` [PATCH v2 7/7] "
[PATCH v3] i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()
2024-09-09 18:51 UTC (2+ messages)
[PATCH -next v2 00/15] HID: convert to devm_hid_hw_start_and_open()
2024-09-09 18:23 UTC (23+ messages)
` [PATCH -next v2 08/15] hwmon: (aquacomputer_d5next) Use devm_hid_hw_start_and_open in aqc_probe()
` [PATCH -next v2 09/15] hwmon: Use devm_hid_hw_start_and_open in rog_ryujin_probe()
` [PATCH -next v2 10/15] hwmon: (corsair-cpro) Use devm_hid_hw_start_and_open in ccp_probe()
` [PATCH -next v2 11/15] hwmon: (corsair-psu) Use devm_hid_hw_start_and_open in corsairpsu_probe()
` [PATCH -next v2 12/15] hwmon: (gigabyte_waterforce) Use devm_hid_hw_start_and_open in waterforce_probe()
` [PATCH -next v2 13/15] hwmon: (nzxt-kraken2) Use devm_hid_hw_start_and_open in kraken2_probe()
` [PATCH -next v2 14/15] hwmon: (nzxt-kraken3) Use devm_hid_hw_start_and_open in kraken3_probe()
` [PATCH -next v2 15/15] hwmon: (nzxt-smart2) Use devm_hid_hw_start_and_open in nzxt_smart2_hid_probe()
[PATCH v7] i2c: designware: fix master is holding SCL low while ENABLE bit is disabled
2024-09-09 13:08 UTC (2+ messages)
[PATCH V2] i2c: imx-lpi2c: add target mode support
2024-09-09 13:02 UTC (4+ messages)
[PATCH v1] i2c: imx: Convert comma to semicolon
2024-09-09 12:15 UTC (2+ messages)
[PATCH] i2c: testunit: improve error handling for GPIO
2024-09-09 10:14 UTC
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