messages from 2023-08-24 16:57:58 to 2023-09-05 16:20:30 UTC [more...]
[PATCH] i2c:octeon:Add block-mode r/w
2023-09-05 10:22 UTC (7+ messages)
[PATCH v2] i2c: i801: fix potential race in i801_block_transaction_byte_by_byte
2023-09-05 11:35 UTC (4+ messages)
[PATCH v14 0/4] Add Intel LJCA device driver
2023-09-05 10:04 UTC (18+ messages)
` [PATCH v14 1/4] usb: Add support for Intel LJCA device
` [PATCH v14 2/4] i2c: Add support for Intel LJCA USB I2C driver
` [PATCH v14 3/4] spi: Add support for Intel LJCA USB SPI driver
` [PATCH v14 4/4] gpio: update Intel LJCA USB GPIO driver
[PATCH next] i2c: qcom-cci: Fix error checking in cci_probe()
2023-09-05 10:25 UTC (5+ messages)
[PATCH 0/3] i2c: rcar: add FastMode+ support
2023-09-05 14:18 UTC (7+ messages)
` [PATCH 1/3] i2c: rcar: avoid non-standard use of goto
` [PATCH 2/3] i2c: rcar: introduce Gen4 devices
` [PATCH 3/3] i2c: rcar: add FastMode+ support
[PATCH v12 0/2] Add ASPEED AST2600 I2Cv2 controller driver
2023-09-05 11:55 UTC (7+ messages)
` [PATCH v12 2/2] i2c: aspeed: support ast2600 i2c new register mode driver
[PATCH 0/4] i2c: devm_pinctrl_get() usage fixes
2023-09-05 10:42 UTC (5+ messages)
` [PATCH 1/4] i2c: mv64xxx: devm_pinctrl_get() cannot return NULL
` [PATCH 2/4] i2c: at91-master: "
[PULL REQUEST] i2c-for-6.6-rc1
2023-09-04 21:13 UTC (2+ messages)
[PATCH 0/2] Restrict Mellanox platform and i2c dependencies
2023-09-04 12:25 UTC (5+ messages)
` [PATCH 1/2] platform/mellanox: NVSW_SN2201 should depend on ACPI
` [PATCH 2/2] i2c: I2C_MLXCPLD on ARM64 "
[PATCH] eeprom: at24: Drop at24_get_chip_data()
2023-09-04 9:19 UTC (2+ messages)
[PATCH] i2c: iproc: reset bus after timeout if START_BUSY is stuck
2023-09-04 9:00 UTC
Prezentacja
2023-09-04 7:55 UTC
[PATCH v3] i2c: stm32f7: Add atomic_xfer method to driver
2023-09-04 5:29 UTC (3+ messages)
[PATCH RESEND v13 0/4] Add Intel LJCA device driver
2023-09-04 5:28 UTC (5+ messages)
` [PATCH RESEND v13 1/4] usb: Add support for Intel LJCA device
` [PATCH RESEND v13 2/4] i2c: Add support for Intel LJCA USB I2C driver
` [PATCH RESEND v13 3/4] spi: Add support for Intel LJCA USB SPI driver
` [PATCH RESEND v13 4/4] gpio: update Intel LJCA USB GPIO driver
[PATCH v13 0/4] Add Intel LJCA device driver
2023-09-04 5:18 UTC (6+ messages)
` [PATCH v13 1/4] usb: Add support for Intel LJCA device
` [PATCH v13 2/4] i2c: Add support for Intel LJCA USB I2C driver
` [PATCH v13 3/4] spi: Add support for Intel LJCA USB SPI driver
` [PATCH v13 4/4] gpio: update Intel LJCA USB GPIO driver
[PATCH 0/8] i2c: sprd: Modification of UNIOC Platform IIC Driver
2023-09-04 3:27 UTC (20+ messages)
` [PATCH 1/8] i2c: sprd: Add configurations that support 1Mhz and 3.4Mhz frequencies
` [PATCH 2/8] i2c: sprd: Add I2C driver to use 'reset framework' function
` [PATCH 3/8] i2c: sprd: Use global variables to record IIC ack/nack status instead of local variables
` [PATCH 4/8] i2c: sprd: Add IIC controller driver to support dynamic switching of 400K/1M/3.4M frequency
` [PATCH 5/8] i2c: sprd: Configure the enable bit of the IIC controller before each transmission initiation
` [PATCH 6/8] i2c: sprd: Add additional IIC control bit configuration to adapt to the new IP version of the UNISOC platform
` [PATCH 7/8] i2c: sprd: Set I2C_RX_ACK when clear irq
` [PATCH 8/8] i2c: sprd: Increase the waiting time for IIC transmission to avoid system crash issues
[PATCH] i2c: aspeed: Reset the i2c controller when timeout occurs
2023-09-04 1:25 UTC
[PATCH] drivers:i2c:add controller reset when the timeout occurred
2023-09-04 0:14 UTC (3+ messages)
[PATCH v12 0/4] Add Intel LJCA device driver
2023-09-03 14:38 UTC (17+ messages)
` [PATCH v12 1/4] usb: Add support for Intel LJCA device
` [PATCH v12 2/4] i2c: Add support for Intel LJCA USB I2C driver
` [PATCH v12 3/4] spi: Add support for Intel LJCA USB SPI driver
` [PATCH v12 4/4] gpio: update Intel LJCA USB GPIO driver
[PATCH] i2c: pxa: fix clang -Wvoid-pointer-to-enum-cast warning
2023-09-03 10:35 UTC (6+ messages)
[PATCH] i2c: mt65xx: allow optional pmic clock
2023-09-02 23:49 UTC (2+ messages)
[PATCH v2] i2c: i801: fix cleanup code in remove() and error path of probe()
2023-09-02 20:06 UTC
[PATCH 1/2] dt-binding: Add custom property for MAX7357
2023-09-02 18:42 UTC (6+ messages)
` [PATCH 2/2] i2c: muxes: Enable features on MAX7357
[PATCH] i2c: gpio: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
2023-09-02 8:32 UTC (2+ messages)
[PATCH 1/2] i2c: mux: pca954x: Make sure the mux remains configured the same as before resume
2023-09-01 17:36 UTC (6+ messages)
` [PATCH 2/2] i2c: mux: pca954x: Resume the mux early
[PATCH] i2c: i801: fix potential race in i801_block_transaction_byte_by_byte
2023-09-01 17:26 UTC (4+ messages)
[PATCH] i2c: i801: fix cleanup code in remove() and error path of probe()
2023-09-01 17:03 UTC (5+ messages)
[RFC PATCH] i2c: core: dont change pinmux state to GPIO during recovery setup
2023-09-01 11:49 UTC
[PATCH 07/14] I2C: ali15x3: Do PCI error checks on own line
2023-09-01 11:16 UTC (7+ messages)
` [PATCH 08/14] I2C: nforce2: Do PCI error check "
` [PATCH 09/14] I2C: sis5595: Do PCI error checks "
[PATCH v11 0/4] Add Intel LJCA device driver
2023-08-31 12:39 UTC (9+ messages)
` [PATCH v11 1/4] usb: Add support for Intel LJCA device
` [PATCH v11 2/4] i2c: Add support for Intel LJCA USB I2C driver
` [PATCH v11 3/4] spi: Add support for Intel LJCA USB SPI driver
` [PATCH v11 4/4] gpio: update Intel LJCA USB GPIO driver
[PATCH v2 1/2] dt-bindings: i2c: Add custom properties for MAX7357/MAX7358
2023-08-31 12:03 UTC (3+ messages)
` [PATCH v2 2/2] i2c: muxes: pca954x: Enable features on MAX7357/MAX7358
[PATCH v2] i2c: cadence: Fix the kernel-doc warnings
2023-08-31 9:02 UTC
[PATCH RESEND] i2c: at91: Use dev_err_probe() instead of dev_err()
2023-08-30 19:20 UTC (6+ messages)
[PATCH v2 5/8] I2C: ali15x3: Do PCI error checks on own line
2023-08-30 19:18 UTC (3+ messages)
Prezentacja
2023-08-30 7:35 UTC
[PATCH v3] i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low
2023-08-30 10:42 UTC (5+ messages)
[PATCH AUTOSEL 6.4 13/17] i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work
2023-08-29 13:32 UTC
[PATCH v10 0/4] Add Intel LJCA device driver
2023-08-29 7:46 UTC (10+ messages)
` [PATCH v10 1/4] usb: Add support for Intel LJCA device
` [PATCH v10 2/4] i2c: Add support for Intel LJCA USB I2C driver
` [PATCH v10 3/4] spi: Add support for Intel LJCA USB SPI driver
` [PATCH v10 4/4] gpio: update Intel LJCA USB GPIO driver
[PATCH 0/4] i2c: i801: next set of improvements
2023-08-29 6:29 UTC (16+ messages)
` [PATCH 1/4] i2c: i801: Use i2c_mark_adapter_suspended/resumed
` [PATCH 2/4] i2c: i801: Replace acpi_lock with I2C bus lock
` [PATCH 3/4] i2c: i801: Improve i801_block_transaction_byte_by_byte
[PATCH] i2c: iproc: handle invalid slave state
2023-08-28 19:10 UTC (3+ messages)
[PATCH v7 0/4] Extend device_get_match_data() to struct bus_type
2023-08-28 13:01 UTC (13+ messages)
[PATCH v2 0/2] i2c: add support for Zhaoxin I2C controller
2023-08-28 7:37 UTC (10+ messages)
` [PATCH v2 1/2] i2c: wmt: split out i2c-viai2c-common.{c,h}
` [PATCH v2 2/2] i2c: add support for Zhaoxin I2C controller
Słowa kluczowe do wypozycjonowania
2023-08-28 7:30 UTC
[PATCH] i2c: Make I2C_ATR invisible
2023-08-25 21:16 UTC (2+ messages)
[PATCH -next v3] I2C: Make return value check more accurate and explicit for devm_pinctrl_get()
2023-08-25 21:07 UTC (2+ messages)
[PATCH v6] i2c: designware: Add support for recovery when GPIO need pinctrl
2023-08-25 20:26 UTC (2+ messages)
[PATCH i2c-next 0/2] i2c: mlxcpld: Extend driver functionality and allow to run on ARM64
2023-08-25 20:13 UTC (5+ messages)
` [PATCH i2c-next 1/2] i2c: mlxcpld: Allow driver to run on ARM64 architecture
` [PATCH i2c-next 2/2] i2c: mlxcpld: Add support for extended transaction length
[PATCH] i2c: at91: Use dev_err_probe() instead of dev_err()
2023-08-25 14:28 UTC (2+ messages)
Prezentacja
2023-08-25 8:15 UTC
[PATCH] dt-bindings: Drop remaining unneeded quotes
2023-08-24 20:24 UTC (2+ messages)
[RFC] i2c: whether need create *-common.{c,h} for i801 piix4 viapro driver
2023-08-24 16:57 UTC (2+ messages)
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).