public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-17 20:42:07 to 2021-11-01 10:52:45 UTC [more...]

[PATCH v4 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-01 10:51 UTC  (30+ messages)
` [PATCH v4 01/11] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v4 02/11] i2c: acpi: Use acpi_dev_ready_for_enumeration() helper
` [PATCH v4 03/11] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v4 04/11] regulator: Introduce tps68470-regulator driver
` [PATCH v4 05/11] clk: Introduce clk-tps68470 driver
` [PATCH v4 06/11] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v4 07/11] platform/x86: int3472: Split into 2 drivers
` [PATCH v4 08/11] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v4 09/11] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v4 10/11] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v4 11/11] platform/x86: int3472: Deal with probe ordering issues

[PATCH net-next 0/6] MCTP I2C driver
 2021-11-01  9:04 UTC  (7+ messages)
` [PATCH net-next 1/6] i2c: core: Allow 255 byte transfers for SMBus 3.x
` [PATCH net-next 2/6] i2c: dev: Handle 255 byte blocks for i2c ioctl
` [PATCH net-next 3/6] i2c: aspeed: Allow 255 byte block transfers
` [PATCH net-next 4/6] i2c: npcm7xx: Allow 255 byte block SMBus transfers
` [PATCH net-next 5/6] dt-bindings: net: New binding mctp-i2c-controller
` [PATCH net-next 6/6] mctp i2c: MCTP I2C binding driver

[PATCH] i2c: virtio: update the maintainer to Conghui
 2021-11-01  8:08 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: imx: hardware do not restrict clock-frequency to only 100 and 400 kHz
 2021-11-01  7:20 UTC  (2+ messages)

[PATCH 0/2] virtio-i2c: Fix buffer handling
 2021-11-01  5:23 UTC  (30+ messages)
` [PATCH 1/2] i2c: virtio: disable timeout handling
` [PATCH 2/2] i2c: virtio: fix completion handling

hello
 2021-11-01  2:01 UTC 

[RFC 0/5] ACPI/power-suppy add fuel-gauge support on cht-wc PMIC without USB-PD support devs
 2021-10-31 20:01 UTC  (9+ messages)
` [RFC 1/5] ACPI / x86: Add 3 devices on the Xiaomi Mi Pad 2 to the always_present list
` [RFC 2/5] gpiolib: acpi: Make acpi_gpio_in_ignore_list() more generic
` [RFC 3/5] gpiolib: acpi: Add a new "ignore" module option
` [RFC 4/5] power: supply: bq27xxx: Add dev helper variable to bq27xxx_battery_i2c_probe()
` [RFC 5/5] power: supply: bq27xxx: Add support for ACPI enumeration

[PATCH 00/13] power-suppy/i2c/extcon: Add support for cht-wc PMIC without USB-PD support
 2021-10-31 17:58 UTC  (21+ messages)
` [PATCH 01/13] platform/x86: Rename touchscreen_dmi to dmi_device_properties
` [PATCH 02/13] platform/x86: dmi_device_properties: Add setup info for boards with a CHT Whiskey Cove PMIC
` [PATCH 03/13] power: supply: bq25890: Fix race causing oops at boot
` [PATCH 04/13] power: supply: bq25890: Fix initial setting of the F_CONV_RATE field
` [PATCH 05/13] power: supply: bq25890: Add a bq25890_rw_init_data() helper
` [PATCH 06/13] power: supply: bq25890: Add support for skipping initialization
` [PATCH 07/13] power: supply: bq25890: Enable charging on boards where we skip reset
` [PATCH 08/13] power: supply: bq25890: Drop dev->platform_data == NULL check
` [PATCH 09/13] power: supply: bq25890: Add bq25890_set_otg_cfg() helper
` [PATCH 10/13] power: supply: bq25890: Add support for registering the Vbus boost converter as a regulator
` [PATCH 11/13] i2c: cht-wc: Add support for devices using a bq25890 charger
` [PATCH 12/13] extcon: intel-cht-wc: Check new "intel,cht-wc-setup" device-property
` [PATCH 13/13] extcon: intel-cht-wc: Add support for devices with an USB-micro-B connector

[PATCH v4] i2c: qcom-geni: Add support for GPI DMA
 2021-10-31 14:05 UTC 

[PATCH v2 0/2] i2c-mux-gpmux: Support settle-time-us property
 2021-10-30 22:31 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: i2c-mux-gpmux: Add property for settle time
` [PATCH v2 2/2] i2c-mux-gpmux: Support settle-time-us property

[PATCH] i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'
 2021-10-29 20:07 UTC  (2+ messages)

[PATCH] i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'
 2021-10-29 20:05 UTC  (2+ messages)

[PATCH] i2c: qup: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-10-29 19:58 UTC  (2+ messages)

[PATCH] i2c: qup: fix a trivial typo
 2021-10-29 19:56 UTC  (2+ messages)

[PATCH v1] i2c: tegra: Ensure that device is suspended before driver is removed
 2021-10-29 19:52 UTC  (2+ messages)

[GIT PULL] at24: updates for v5.16
 2021-10-29 19:34 UTC  (2+ messages)

[PATCH] i2c: i801: Fix incorrect and needless software PEC disabling
 2021-10-29 19:29 UTC  (4+ messages)

[PATCH v2] i2c: i801: Fix interrupt storm from SMB_ALERT signal
 2021-10-29 14:25 UTC  (2+ messages)

[PATCH 0/2] This is a patch series for I2C driver for Sunplus SP7021 SoC
 2021-10-29  8:42 UTC  (3+ messages)
` [PATCH 1/2] I2C: Add I2C driver for Sunplus SP7021
` [PATCH 2/2] devicetree bindings I2C Add bindings doc "

[PATCH 0/2] i2c-mux-gpio: Add optional 'select-delay' DT property
 2021-10-28 12:25 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: i2c-mux-gpio: Add optional "
` [PATCH 2/2] i2c: i2c-mux-gpio: Add support 'select-delay' property

dt-bindings: treewide: Update @st.com email address to @foss.st.com
 2021-10-27 16:57 UTC  (7+ messages)

[PATCH] i2c: i801: Fix resetting of SMBHSTCNT_PEC_EN
 2021-10-27 14:21 UTC 

[PATCH] i2c: i801: Fix interrupt storm from SMB_ALERT signal
 2021-10-27 13:31 UTC  (3+ messages)

[PATCH] i2c: virtio: Add support for zero-length requests
 2021-10-26 11:14 UTC  (6+ messages)

[PATCH v2 0/3] i2c: Enable asynchronous suspend/resume
 2021-10-25 21:35 UTC  (4+ messages)
` [PATCH v2 1/3] i2c: designware: Enable async suspend / resume of designware devices
` [PATCH 2/3] i2c: enable async suspend/resume for i2c adapters
` [PATCH 3/3] i2c: enable async suspend/resume on i2c client devices

[PATCH v11 0/6] Support running driver's probe for a device powered off
 2021-10-25 11:25 UTC  (9+ messages)
` [PATCH 1/6] ACPI: scan: Obtain device's desired enumeration power state
` [PATCH 2/6] i2c: Allow an ACPI driver to manage the device's power state during probe
` [PATCH 3/6] Documentation: ACPI: Document _DSC object usage for enum power state
` [PATCH 4/6] ACPI: Add a convenience function to tell a device is in D0 state
` [PATCH 5/6] media: i2c: imx319: Support device probe in non-zero ACPI D state
` [PATCH 6/6] at24: Support probing while "

[PATCH v8 2/5] i2c: mediatek: Dump i2c/dma register when a timeout occurs
 2021-10-25  6:09 UTC  (2+ messages)

[PATCH v2] gpio: Return EPROBE_DEFER if gc->to_irq is NULL
 2021-10-24 21:49 UTC  (2+ messages)

[PATCH v1] HID: ft260: fix i2c probing for hwmon devices
 2021-10-23 19:39 UTC 

[PATCH 0/2] i2c: at91: Add support for programmable clock source
 2021-10-22 23:37 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: i2c: at91: Extend compatible list for lan966x

[PATCH 0/3] i2c: Enable async resume for i2c devices
 2021-10-22 16:53 UTC  (7+ messages)
` [PATCH 1/3] i2c: designware: Enable async suspend / resume of designware devices
` [PATCH 2/3] i2c: enable async suspend/resume for i2c adapters
` [PATCH 3/3] i2c: enable async suspend/resume on i2c client devices

[PATCH v1 3/3] mfd: tps80031: Remove driver
 2021-10-22  9:54 UTC  (5+ messages)

[PATCH v3 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-10-22  9:04 UTC  (5+ messages)
` [PATCH v3 05/11] clk: Introduce clk-tps68470 driver

[PATCH] i2c: mt76xx: add I2C_FUNC_NOSTART and I2C_M_REV_DIR_ADDR
 2021-10-22  6:44 UTC 

[PATCH v4 1/3] driver core: Provide device_match_acpi_handle() helper
 2021-10-20 17:38 UTC  (4+ messages)

[PATCH] sound: soc: tlv320aic32x4: Make aic32x4_remove() return void
 2021-10-20 11:28 UTC  (2+ messages)

[PATCH v11 1/7] ACPI: scan: Obtain device's desired enumeration power state
 2021-10-19 20:07 UTC  (4+ messages)
`  "

[PATCH] i2c: thunderx: Fix some resource leak
 2021-10-19 17:29 UTC  (3+ messages)

[PATCH] sound: soc: tlv320aic3x: Make aic3x_remove() return void
 2021-10-19 13:21 UTC  (2+ messages)

[PATCH v4] i2c: qcom-geni: Add support for GPI DMA
 2021-10-19  6:01 UTC 

[PATCH] gpio: Return EPROBE_DEFER if gc->to_irq is NULL
 2021-10-18 22:14 UTC  (3+ messages)

[PATCH] eeprom: at24: Add support for 24c1025 EEPROM
 2021-10-18 21:00 UTC 

[PATCH v3 0/5] Add and enable GPI DMA users
 2021-10-18 16:53 UTC  (6+ messages)
` [PATCH v3 4/5] spi: spi-geni-qcom: Add support for GPI dma

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-18  9:24 UTC  (3+ messages)

[PATCH] i2c: core: Fix possible memleak in i2c_new_client_device()
 2021-10-18  3:03 UTC  (3+ messages)

I2C MSFT0001 (04F3:3072) touchpad is not recognized / registered
 2021-10-17 20:34 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox