public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-13 07:41:29 to 2024-09-19 15:07:29 UTC [more...]

[PATCH 1/2] ACPI: APD: Add clock frequency for HJMC01 I2C controller
 2024-09-19 15:07 UTC  (5+ messages)
` [PATCH 2/2] i2c: designware: Add a new ACPI HID "

[PATCH v4 0/8] Add support for GE SUNH hot-pluggable connector
 2024-09-19 12:43 UTC  (12+ messages)
` [PATCH v4 1/8] dt-bindings: connector: add GE SUNH hotplug addon connector
` [PATCH v4 2/8] drm/bridge: allow bridges to be informed about added and removed bridges
` [PATCH v4 3/8] drm/encoder: add drm_encoder_cleanup_from()
` [PATCH v4 4/8] drm/bridge: hotplug-bridge: add driver to support hot-pluggable DSI bridges
` [PATCH v4 5/8] i2c: i2c-core-of: follow i2c-parent phandle to probe devices from added nodes
` [PATCH v4 6/8] backlight: led-backlight: add devlink to supplier LEDs
` [PATCH RFC v4 7/8] driver core: devlink: do not unblock consumers without any drivers found
` [PATCH v4 8/8] misc: add ge-addon-connector driver

[PULL REQUEST] i2c-for-6.11-final-but-missed-it
 2024-09-19  9:31 UTC 

[PATCH 0/5] i2c: RTL9300 support
 2024-09-19  5:06 UTC  (16+ messages)
` [PATCH 1/5] dt-bindings: i2c: Add RTL9300 I2C controller
` [PATCH 2/5] i2c: Add driver for the "
` [PATCH 3/5] mips: dts: realtek: Add I2C controllers
` [PATCH 4/5] dt-bindings: i2c: Add RTL9300 I2C multiplexer
` [PATCH 5/5] i2c: rtl9300: Add multiplexing support

[PATCH v5 0/8] Introduce initial AMD ASF Controller driver support
 2024-09-18 20:50 UTC  (32+ messages)
` [PATCH v5 1/8] i2c: piix4: Change the parameter list of piix4_transaction function
` [PATCH v5 2/8] i2c: piix4: Move i2c_piix4 macros and structures to common header
` [PATCH v5 3/8] i2c: piix4: Export i2c_piix4 driver functions as library
` [PATCH v5 4/8] i2c: amd-asf: Add ACPI support for AMD ASF Controller
` [PATCH v5 5/8] i2c: amd-asf: Add i2c_algorithm operations to support AMD ASF with SMBus
` [PATCH v5 6/8] i2c: amd-asf: Add routine to handle the ASF slave process
` [PATCH v5 7/8] i2c: amd-asf: Clear remote IRR bit to get successive interrupt
` [PATCH v5 8/8] MAINTAINERS: Add AMD ASF driver entry

[PATCH v4 0/9] Add device tree for ArmSoM Sige 5 board
 2024-09-18 20:10 UTC  (3+ messages)
` [PATCH v4 6/9] dt-bindings: watchdog: Add rockchip,rk3576-wdt compatible

[PATCH v2 0/4] Enable shared SE support over I2C
 2024-09-18 12:20 UTC  (8+ messages)
` [PATCH v2 4/4] i2c: i2c-qcom-geni: Enable i2c controller sharing between two subsystems

[PATCH v2 0/5] Congatec Board Controller drivers
 2024-09-17 19:25 UTC  (7+ messages)
` [PATCH v2 1/5] mfd: add Congatec Board Controller mfd driver
` [PATCH v2 2/5] gpio: Congatec Board Controller gpio driver
` [PATCH v2 3/5] i2c: Congatec Board Controller i2c bus driver
` [PATCH v2 4/5] watchdog: Congatec Board Controller watchdog timer driver
` [PATCH v2 5/5] MAINTAINERS: Add entry for Congatec Board Controller

[PATCH v2 5/7] RISC-V: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORM
 2024-09-17 13:28 UTC  (2+ messages)

[PATCH v7 00/10] platform/chrome: Introduce DT hardware prober
 2024-09-17 12:41 UTC  (31+ messages)
` [PATCH v7 03/10] regulator: Split up _regulator_get()
` [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
` (subset) [PATCH v7 00/10] platform/chrome: Introduce DT "

Query regarding i2c-scmi not creating the right adapter
 2024-09-17 10:44 UTC 

[PATCH 0/5] Congatec Board Controller drivers
 2024-09-17  8:09 UTC  (7+ messages)
` [PATCH 1/5] mfd: add Congatec Board Controller mfd driver

[PATCH] i2c: qcom-geni: Keep comment why interrupts start disabled
 2024-09-17  7:15 UTC  (5+ messages)

[PATCH v2 00/11] i2c: isch: Put the driver into shape
 2024-09-16 14:40 UTC  (13+ messages)
` [PATCH v2 01/11] i2c: isch: Pass pointer to struct i2c_adapter down
` [PATCH v2 02/11] i2c: isch: Use string_choices API instead of ternary operator
` [PATCH v2 03/11] i2c: isch: Switch to memory mapped IO accessors
` [PATCH v2 04/11] i2c: isch: Use custom private data structure
` [PATCH v2 05/11] i2c: isch: switch i2c registration to devm functions
` [PATCH v2 06/11] i2c: isch: Utilize temporary variable to hold device pointer
` [PATCH v2 07/11] i2c: isch: Use read_poll_timeout()
` [PATCH v2 08/11] i2c: isch: Unify the name of the variable to hold an error code
` [PATCH v2 09/11] i2c: isch: Don't use "proxy" headers
` [PATCH v2 10/11] i2c: isch: Prefer to use octal permission
` [PATCH v2 11/11] i2c: isch: Convert to kernel-doc

[GIT PULL] i2c-host-fixes for v6.11-rc8
 2024-09-16 13:23 UTC  (4+ messages)

[PATCH v1 04/12] i2c: isch: Switch to memory mapped IO accessors
 2024-09-16 12:03 UTC  (8+ messages)

[PATCH 00/21] Adding support of ADI ARMv8 ADSP-SC598 SoC
 2024-09-16  9:05 UTC  (46+ messages)
` [PATCH 01/21] arm64: Add ADI "
` [PATCH 03/21] dt-bindigs: arm64: adi,sc598 bindings
` [PATCH 04/21] dt-bindings: arm64: adi,sc598: Add ADSP-SC598 SoC bindings
` [PATCH 05/21] clock:Add driver for ADI ADSP-SC5xx PLL
` [PATCH 06/21] include: dt-binding: clock: add adi clock header file
` [PATCH 08/21] dt-bindings: clock: adi,sc5xx-clocks: add bindings
` [PATCH 09/21] gpio: add driver for ADI ADSP-SC5xx platform
` [PATCH 10/21] dt-bindings: gpio: adi,adsp-port-gpio: add bindings
` [PATCH 11/21] irqchip: Add irqchip for ADI ADSP-SC5xx platform
` [PATCH 12/21] dt-bindings: irqchip: adi,adsp-pint: add binding
` [PATCH 14/21] dt-bindings: pinctrl: adi,adsp-pinctrl: add bindings
` [PATCH 15/21] i2c: Add driver for ADI ADSP-SC5xx platforms
` [PATCH 18/21] dt-bindings: serial: adi,uart4: add adi,uart4 driver documentation
` [PATCH 19/21] arm64: dts: adi: sc598: add device tree
` [PATCH 20/21] arm64: defconfig: sc598 add minimal changes

[PATCH 0/3] hwmon: pmbus: add tps25990 efuse support
 2024-09-16  8:45 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: hwmon: pmbus: add ti tps25990 documentation

[PATCH v3 6/6] i2c: npcm: Enable slave in eob interrupt
 2024-09-16  1:44 UTC  (3+ messages)

[PATCH v3 0/6] i2c: npcm: Bug fixes read/write operation, checkpatch
 2024-09-16  1:39 UTC  (14+ messages)
` [PATCH v3 1/6] i2c: npcm: correct the read/write operation procedure
` [PATCH v3 2/6] i2c: npcm: use a software flag to indicate a BER condition
` [PATCH v3 3/6] i2c: npcm: Modify timeout evaluation mechanism
` [PATCH v3 4/6] i2c: npcm: Modify the client address assignment
` [PATCH v3 5/6] i2c: npcm: use i2c frequency table

[PATCH v5 00/11] i2c: riic: Add support for Renesas RZ/G3S
 2024-09-14 20:45 UTC  (3+ messages)

[PATCH 07/21] clock: Add driver for ADI ADSP-SC5xx clock
 2024-09-14 14:18 UTC  (2+ messages)

[PATCH 13/21] pinctrl: Add drivers for ADI ADSP-SC5xx platform
 2024-09-14  2:55 UTC  (2+ messages)

[PATCH v4 0/2] pca954x: Add DT bindings and driver changes for reset after timeout
 2024-09-13 17:53 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: i2c: pca954x: Add timeout reset property
 2024-09-13 17:39 UTC  (2+ messages)

[PATCH v2] i2c: omap: Fix standard mode false ACK readings
 2024-09-13 15:01 UTC  (9+ messages)

[PATCH v5 0/1] I2C controller support for KEBA PLCs
 2024-09-13 12:12 UTC  (4+ messages)

[GIT PULL] i2c-host for v6.12
 2024-09-13 11:20 UTC 

[PATCH v4 2/2] pca954x: Reset if channel select fails
 2024-09-13 10:38 UTC 

[PATCH v3 2/2] pca954x: Reset if channel select fails
 2024-09-13 10:23 UTC  (3+ messages)

[PATCH v11] i2c: designware: fix controller is holding SCL low while ENABLE bit is disabled
 2024-09-13  9:32 UTC  (5+ messages)

[PATCH v4 0/8] Introduce initial AMD ASF Controller driver support
 2024-09-13  8:36 UTC  (5+ messages)
` [PATCH v4 3/8] i2c: piix4: Export i2c_piix4 driver functions as library


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