linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-05 13:05:30 to 2024-01-16 18:22:46 UTC [more...]

[PATCH 00/14] Add suspend to ram support for PCIe on J7200
 2024-01-16 18:22 UTC  (25+ messages)
` [PATCH 01/14] gpio: pca953x: move suspend/resume to suspend_noirq/resume_noirq
` [PATCH 02/14] pinctrl: pinctrl-single: "
` [PATCH 03/14] i2c: omap: wakeup the controller during suspend callback
` [PATCH 04/14] mux: mmio: Add resume support
` [PATCH 05/14] phy: ti: phy-j721e-wiz: make wiz_clock_init callable multiple times
` [PATCH 06/14] phy: ti: phy-j721e-wiz: add resume support
` [PATCH 07/14] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH 08/14] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH 09/14] phy: cadence-torrent: move already_configured to struct cdns_torrent_phy
` [PATCH 10/14] phy: cadence-torrent: remove noop_ops phy operations
` [PATCH 11/14] phy: cadence-torrent: add suspend and resume support
` [PATCH 12/14] PCI: cadence: add resume support to cdns_pcie_host_setup()
` [PATCH 13/14] PCI: j721e: move reset GPIO to device struct
` [PATCH 14/14] PCI: j721e: add suspend and resume support

[PATCH v3 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
 2024-01-16 18:11 UTC  (28+ messages)
` [PATCH v3 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH v3 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
` [PATCH v3 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101
` [PATCH v3 04/12] tty: serial: samsung: prepare for different IO types
` [PATCH v3 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH v3 06/12] tty: serial: samsung: add gs101 earlycon support
` [PATCH v3 07/12] clk: samsung: gs101: add support for cmu_peric0
` [PATCH v3 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial
` [PATCH v3 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH v3 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH v3 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration
` [PATCH v3 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole

[PULL REQUEST] i2c-for-6.8-rc1
 2024-01-16 17:02 UTC 

[PATCH v3 0/5] reset: gpio: ASoC: shared GPIO resets
 2024-01-16 15:18 UTC  (12+ messages)
` [PATCH v3 1/5] reset: gpio: Add GPIO-based reset controller
` [PATCH v3 2/5] reset: Instantiate reset GPIO controller for shared reset-gpios
` [PATCH v3 3/5] ASoC: dt-bindings: qcom,wsa8840: Add reset-gpios for shared line
` [PATCH v3 4/5] ASoC: codecs: wsa884x: Allow sharing reset GPIO
` [PATCH v3 5/5] i2c: muxes: pca954x: "

[PATCH] i2c: designware: Revert recent changes to i2c_dw_probe_lock_support()
 2024-01-16  8:15 UTC  (9+ messages)

[PATCH v7 0/6] i2c: add zhaoxin i2c controller driver
 2024-01-16  1:43 UTC  (4+ messages)
` [PATCH v7 1/6] i2c: wmt: create wmt_i2c_init for general init

[PATCH] i2c: octeon: Add block-mode r/w
 2024-01-16  1:38 UTC  (2+ messages)

[PATCH/RFC] i2c: sh_mobile: Switch R-Mobile A1/APE6 and SH-Mobile AG5 to new frequency calculation
 2024-01-15 13:18 UTC 

[PATCH] MAINTAINERS: use proper email for my I2C work
 2024-01-14  8:34 UTC  (2+ messages)

[PATCH v2 0/6] i2c-i801 / dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
 2024-01-13 14:24 UTC  (17+ messages)
` [PATCH v2 1/6] platform/x86: dell-smo8800: Change probe() ordering a bit
` [PATCH v2 2/6] platform/x86: dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
` [PATCH v2 3/6] platform/x86: dell-smo8800: Pass the IRQ to the lis3lv02d i2c_client
` [PATCH v2 4/6] platform/x86: dell-smo8800: Allow using the IIO st_accel driver
` [PATCH v2 5/6] platform/x86: dell-smo8800: Add support for probing for the accelerometer i2c address
` [PATCH v2 6/6] platform/x86: dell-smo8800: Add a couple more models to dell_lis3lv02d_devices[]

[PATCH v2 0/4] i2c: Support i2c_register_spd() on multiplexed bus segments
 2024-01-13 11:28 UTC  (5+ messages)
` [PATCH v2 1/4] i2c: smbus: Prepare i2c_register_spd for usage on muxed segments
` [PATCH v2 2/4] i2c: mux: add basic support for calling i2c_register_spd on muxed bus segments
` [PATCH v2 3/4] i2c: mux: gpio: Allow to call i2c_register_spd on a muxed segment
` [PATCH v2 4/4] i2c: i801: Call i2c_register_spd() on muxed bus segments

[PATCH 0/4] i2c: Support i2c_register_spd() on multiplexed bus segments
 2024-01-13  8:38 UTC  (9+ messages)
` [PATCH 1/4] i2c: smbus: Prepare i2c_register_spd for usage on muxed segments
` [PATCH 2/4] i2c: mux: add basic support for calling i2c_register_spd on muxed bus segments
` [PATCH 3/4] i2c: mux: gpio: Allow to call i2c_register_spd on a muxed segment
` [PATCH 4/4] i2c: i801: Call i2c_register_spd() on muxed bus segments

[PATCH 1/2] i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()
 2024-01-12 17:50 UTC  (4+ messages)
` [PATCH 2/2] i2c: synquacer: Remove a clk reference from struct synquacer_i2c

[PATCH 1/1] i2c: i2c-qcom-geni: Correct I2C TRE sequence
 2024-01-12 14:54 UTC  (2+ messages)

i2c-designware: NULL ptr at RIP: 0010:regmap_read+0x12/0x70
 2024-01-11 13:01 UTC  (8+ messages)

[PATCH] i2c: muxes: pca954x: Allow sharing reset GPIO
 2024-01-11  9:27 UTC  (3+ messages)

[PATCH v8 1/1] i2c: lpi2c: use clk notifier for rate changes
 2024-01-11  8:51 UTC  (2+ messages)

[PATCH] i2c: cadence: Avoid fifo clear after start
 2024-01-10 16:00 UTC  (2+ messages)

[PATCH] i2c: Fix NULL pointer dereference in npcm_i2c_reg_slave
 2024-01-10  9:23 UTC  (3+ messages)
  ` Re: [lvc-project] "

[PATCH v2 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
 2024-01-10  7:25 UTC  (27+ messages)
` [PATCH v2 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH v2 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
` [PATCH v2 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101
` [PATCH v2 05/12] tty: serial: samsung: set UPIO_MEM32 iotype "
` [PATCH v2 06/12] tty: serial: samsung: add gs101 earlycon support
` [PATCH v2 07/12] clk: samsung: gs101: add support for cmu_peric0
` [PATCH v2 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial
` [PATCH v2 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH v2 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole

[PATCH 0/6] i2c-i801 / dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
 2024-01-09  2:00 UTC  (30+ messages)
` [PATCH 1/6] platform/x86: dell-smo8800: Only load on Dell laptops
` [PATCH 3/6] platform/x86: dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
` [PATCH 5/6] platform/x86: dell-smo8800: Instantiate an i2c_client for the IIO st_accel driver
` [PATCH 6/6] platform/x86: dell-smo8800: Add support for probing for the accelerometer i2c address
      ` Dell contacts (was: [PATCH 6/6] platform/x86: dell-smo8800: Add support for probing for the accelerometer i2c address)

[PATCH v4 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-01-08 19:08 UTC  (6+ messages)
` [PATCH v4 02/24] gpiolib: acpi: Modify acpi_dev_irq_wake_get_by() to use resource
` [PATCH v4 03/24] i2c: acpi: Modify i2c_acpi_get_irq() "

[PATCH 4/6] platform/x86: dell-smo8800: Pass the IRQ to the lis3lv02d i2c_client
 2024-01-08 17:28 UTC  (2+ messages)

[PATCH v6 0/2] platform/x86: p2sb: Fix deadlock at sysfs PCI bus rescan
 2024-01-08 15:22 UTC  (5+ messages)
` [PATCH v6 1/2] platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
` [PATCH v6 2/2] platform/x86: p2sb: Use pci_resource_n() in p2sb_read_bar0()

[PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
 2024-01-08 14:24 UTC 

[PATCH v2] i2c: cadence: Add system suspend and resume PM support
 2024-01-07 23:47 UTC  (3+ messages)

[PATCH v4 0/1] i2c: busses: i2c-mv64xxx: fix arb-loss i2c lock
 2024-01-07 13:26 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PULL REQUEST] i2c-for-6.7-final
 2024-01-06 19:52 UTC  (2+ messages)

[PATCH v5 00/24] i2c: designware: code consolidation & cleanups
 2024-01-06 19:43 UTC  (6+ messages)

[PATCH v5 1/2] platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
 2024-01-06  1:03 UTC  (8+ messages)

[PATCH v1] i2c: new i2c-pseudo driver for userspace i2c adapters
 2024-01-05 20:25 UTC 

[PATCH] i2c: wmt: Fix an error handling path in wmt_i2c_probe()
 2024-01-05 14:39 UTC 

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-01-05 13:04 UTC  (12+ messages)
` [PATCH v9 01/13] dt-bindings: document generic access controllers
` [PATCH v9 04/13] dt-bindings: bus: document ETZPC
` [PATCH v9 05/13] firewall: introduce stm32_firewall framework
` [PATCH v9 06/13] of: property: fw_devlink: Add support for "access-controller"
` [PATCH v9 07/13] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v9 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards
` [PATCH v9 09/13] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v9 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v9 11/13] ARM: dts: stm32: put ETZPC as an access controller "
` [PATCH v9 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
` [PATCH v9 13/13] ARM: dts: stm32: put ETZPC as an access controller "


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