linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-06 13:26:43 to 2021-10-18 20:23:37 UTC [more...]

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

[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 v11 0/6] Support running driver's probe for a device powered off
 2021-10-18 12:17 UTC  (7+ 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 RFC] virtio: wrap config->reset calls
 2021-10-18  9:24 UTC  (14+ 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)

[PATCH v1 1/1] i2c: i801: Add support for Intel Ice Lake PCH-N
 2021-10-17 14:23 UTC  (3+ messages)

[PATCH v1 3/7] i2c: i2c-amd-mp2-plat: ACPI: Use ACPI_COMPANION() directly
 2021-10-17 14:22 UTC  (4+ messages)
  ` [PATCH v2 "

[PATCH] MAINTAINERS: Add pasemi i2c to ARM/APPLE MACHINE
 2021-10-16 15:41 UTC  (3+ messages)

[PATCH] i2c: thunderx: Fix some resource leak
 2021-10-16  8:48 UTC 

[PATCH v4 1/3] driver core: Provide device_match_acpi_handle() helper
 2021-10-15 11:42 UTC  (4+ messages)
` [PATCH v4 2/3] i2c: acpi: Replace custom function with device_match_acpi_handle()
` [PATCH v4 3/3] gpiolib: acpi: Replace custom code "

[PATCH] sound: soc: tlv320aic32x4: Make aic32x4_remove() return void
 2021-10-15  7:11 UTC 

[PATCH v3 00/11] arm64: dts: Add i.MX8DXL initial support
 2021-10-14 20:04 UTC  (10+ messages)
` [PATCH v3 07/11] arm64: dts: imx8dxl: Add i.MX8DXL evk board support
` [PATCH v3 08/11] dt-bindings: fsl: scu: Add i.MX8DXL ocotp binding
` [PATCH v3 09/11] dt-bindings: i2c: i2c-imx-lpi2c: Fix dtbs_check compatible oneOf error
` [PATCH v3 10/11] dt-bindings: i2c: imx-lpi2c: Add i.MX8DXL compatible match
` [PATCH v3 11/11] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible

[PATCH 00/15] iio: let spi drivers return 0 in .remove()
 2021-10-14 17:35 UTC  (17+ messages)
` [PATCH 01/15] iio: accel: bma400: Make bma400_remove() return void
` [PATCH 02/15] iio: accel: bmc150: Make bmc150_accel_core_remove() "
` [PATCH 04/15] iio: accel: kxsd9: Make kxsd9_common_remove() "
` [PATCH 05/15] iio: accel: mma7455: Make mma7455_core_remove() "
` [PATCH 06/15] iio: accel: ad5064: Make ad5064_core_remove() "
` [PATCH 07/15] iio: dac: ad5380: Make ad5380_remove() "
` [PATCH 08/15] iio: dac: ad5446: Make ad5446_remove() "
` [PATCH 09/15] iio: dac: ad5592r: Make ad5592r_remove() "
` [PATCH 10/15] iio: dac: ad5686: Make ad5686_remove() "
` [PATCH 12/15] iio: imu: st_lsm9ds0: Make st_lsm9ds0_remove() "
` [PATCH 13/15] iio: magn: hmc5843: Make hmc5843_common_remove() "
` [PATCH 15/15] iio: pressure: ms5611: Make ms5611_remove() "

[PATCH] gpio: Return EPROBE_DEFER if gc->to_irq is NULL
 2021-10-14 16:51 UTC  (2+ messages)

[PATCH v2 0/4] Add support for the Mercury+ AA1 module
 2021-10-14 16:46 UTC  (2+ messages)
  ` [PATCH v2 2/4] dt-bindings: add bus number property

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

[PATCH v3 1/3] driver core: Provide device_match_acpi_handle() helper
 2021-10-14  8:48 UTC  (8+ messages)
` [PATCH v3 2/3] i2c: acpi: Replace custom function with device_match_acpi_handle()
` [PATCH v3 3/3] gpiolib: acpi: Replace custom code "

Servicio de la flota
 2021-10-14  7:41 UTC 

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

[PATCH 0/2] i2c: at91: Add support for programmable clock source
 2021-10-13 13:10 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: i2c: at91: Extend compatible list for lan966x
` [PATCH 2/2] i2c: at91: add support for brsrcclk

[PATCH v2 00/11] Add Apple M1 support to PASemi i2c driver
 2021-10-13  8:06 UTC  (24+ messages)
` [PATCH v2 01/11] dt-bindings: i2c: Add Apple I2C controller bindings
` [PATCH v2 02/11] i2c: pasemi: Use io{read,write}32
` [PATCH v2 03/11] i2c: pasemi: Use dev_name instead of port number
` [PATCH v2 04/11] i2c: pasemi: Remove usage of pci_dev
` [PATCH v2 05/11] i2c: pasemi: Split off common probing code
` [PATCH v2 06/11] i2c: pasemi: Split pci driver to its own file
` [PATCH v2 07/11] i2c: pasemi: Move common reset code to own function
` [PATCH v2 08/11] i2c: pasemi: Allow to configure bus frequency
` [PATCH v2 09/11] i2c: pasemi: Refactor _probe to use devm_*
` [PATCH v2 10/11] i2c: pasemi: Add Apple platform driver
` [PATCH v2 11/11] i2c: pasemi: Set enable bit for Apple variant

[PATCH 00/13] Make some spi device drivers return zero in .remove()
 2021-10-12 17:46 UTC  (13+ messages)
` [PATCH 02/13] hwmon: adt7x10: Make adt7x10_remove() return void
` [PATCH 04/13] input: adxl34xx: Make adxl34x_remove() "
` [PATCH 05/13] input: touchscreen: tsc200x: Make tsc200x_remove() "
` [PATCH 07/13] mfd: mc13xxx: Make mc13xxx_common_exit() "
` [PATCH 08/13] mfd: stmpe: Make stmpe_remove() "
` [PATCH 09/13] mfd: tps65912: Make tps65912_device_exit() "
` [PATCH 13/13] tpm: st33zp24: Make st33zp24_remove() "

[RFC Patch 2/2] add npcm7xx debug counters as sysfs attributes
 2021-10-12  7:24 UTC  (2+ messages)

[RFC Patch 0/2] I2C statistics as sysfs attributes
 2021-10-12  1:07 UTC 

[RFC Patch 1/2] i2c debug counters as sysfs attributes
 2021-10-12  1:07 UTC 

[PATCH v8 2/5] i2c: mediatek: Dump i2c/dma register when a timeout occurs
 2021-10-11 15:38 UTC 

[PATCH v2 07/14] mailbox: pcc: Use PCC mailbox channel pointer instead of standard
 2021-10-11 14:08 UTC  (3+ messages)

[PATCH v7 0/7] Introducing an attribute to select the time setting
 2021-10-11 10:56 UTC  (11+ messages)
` [PATCH v7 2/7] i2c: mediatek: Reset the handshake signal between i2c and dma
` [PATCH v7 3/7] i2c: mediatek: Dump i2c/dma register when a timeout occurs
` [PATCH v7 6/7] i2c: mediatek: Isolate speed setting via dts for special devices

[PATCH v8 0/5] Introducing an attribute to select the time setting
 2021-10-11 10:41 UTC  (8+ messages)
` [PATCH v8 1/5] i2c: mediatek: Reset the handshake signal between i2c and dma
` [PATCH v8 2/5] i2c: mediatek: Dump i2c/dma register when a timeout occurs
` [PATCH v8 3/5] dt-bindings: i2c: add attribute use-default-timing
` [PATCH v8 4/5] i2c: mediatek: Isolate speed setting via dts for special devices
` [PATCH v8 5/5] i2c: mediatek: modify bus speed calculation formula

[PATCH i2c-next 0/4] i2c: mlxcpld: Add fixes and features for transaction polling time setting
 2021-10-11 10:32 UTC  (3+ messages)
` [PATCH i2c-next 4/4] i2c: mlxcpld: Allow flexible polling time setting for I2C transactions

[PULL REQUEST] i2c for v5.15
 2021-10-09 22:05 UTC  (2+ messages)

Add Apple M1 support to PASemi i2c driver
 2021-10-09  6:10 UTC  (4+ messages)

[PATCH v1 0/2] i2c:busses:Microchip PCI1XXXX I2C adapter
 2021-10-08  6:22 UTC  (15+ messages)
` [PATCH v1 1/2] i2c:busses:Register PCI1XXXX adapter to I2C subsystem
` [PATCH v1 2/2] i2c:busses:Read and Write routines for PCI1XXXX I2C module

[PATCH v2 1/3] driver core: Provide device_match_acpi_handle() helper
 2021-10-07 17:18 UTC  (7+ messages)
` [PATCH v2 2/3] i2c: acpi: Replace custom function with device_match_acpi_handle()
` [PATCH v2 3/3] gpiolib: acpi: Replace custom code "

[PATCH] i2c: Fix typo s/business/busyness/
 2021-10-07  7:49 UTC  (2+ messages)

[PATCH] i2c: rcar: add SMBus block read support
 2021-10-06 18:23 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v1 1/3] driver core: Provide device_match_acpi_handle() helper
 2021-10-06 17:24 UTC  (5+ messages)
` [PATCH v1 2/3] i2c: acpi: Replace custom function with device_match_acpi_handle()
` [PATCH v1 3/3] gpiolib: acpi: Replace custom code "


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).