messages from 2025-08-04 19:18:05 to 2025-08-20 05:18:49 UTC [more...]
[PATCH v18 0/3] Add ASPEED AST2600 I2C controller driver
2025-08-20 5:18 UTC (4+ messages)
` [PATCH v18 1/3] dt-bindings: i2c: aspeed,i2c.yaml: add transfer-mode and global-regs properties and update example
` [PATCH v18 2/3] i2c: ast2600: Add controller driver for new register layout
` [PATCH v18 3/3] i2c: ast2600: Add target mode support
[PATCH v2 0/2] i2c: designware: Fixes clock issues with platform driver
2025-08-19 22:06 UTC (3+ messages)
` [PATCH v2 1/2] i2c: designware: Fix clock issue when PM is disabled
[PATCH v5 0/5] i2c: rtl9300: Fix multi-byte I2C operations
2025-08-19 21:28 UTC (8+ messages)
` [PATCH v5 1/5] i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xfer
` [PATCH i2c-host-fixes v5 2/5] i2c: rtl9300: Fix multi-byte I2C write
` [PATCH i2c-host-fixes v5 3/5] i2c: rtl9300: Increase timeout for transfer polling
` [PATCH i2c-host-fixes v5 4/5] i2c: rtl9300: Add missing count byte for SMBus Block Ops
` [PATCH i2c-host v5 5/5] i2c: rtl9300: Implement I2C block read and write
[PATCH] i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
2025-08-19 21:09 UTC (3+ messages)
[PATCH] i2c: MAINTAINERS: Update i2c_hisi entry
2025-08-19 20:00 UTC (3+ messages)
[PATCH WIP v2] i2c: add tracepoints to aid debugging in i2c-core-base
2025-08-19 16:09 UTC (3+ messages)
[PATCH v5 1/1] i2c: mediatek: add runtime PM operations and bus regulator control
2025-08-19 14:33 UTC (6+ messages)
[PATCH v14 0/7] Add Nuvoton NCT6694 MFD drivers
2025-08-19 12:53 UTC (3+ messages)
[PATCH v2 0/3] i2c: pxa: fix I2C communication on Armada 3700
2025-08-19 8:07 UTC (25+ messages)
` [PATCH v2 1/3] i2c: add init_recovery() callback
` [PATCH v2 2/3] i2c: pxa: prevent calling of the generic recovery init code
` [PATCH v2 3/3] i2c: pxa: handle 'Early Bus Busy' condition on Armada 3700
[PATCH 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3
2025-08-18 17:46 UTC (20+ messages)
` [PATCH 1/7] dt-bindings: i2c: qcom-cci: Document msm8953 compatible
` [PATCH 2/7] i2c: qcom-cci: Add "
` [PATCH 3/7] dt-bindings: eeprom: at24: Add compatible for Belling BL24S64
` [PATCH 4/7] arm64: dts: qcom: msm8953: Re-sort tlmm pinctrl states
` [PATCH 5/7] arm64: dts: qcom: msm8953: Add CCI nodes
` [PATCH 6/7] arm64: dts: qcom: sdm632-fairphone-fp3: Add camera fixed regulators
` [PATCH 7/7] arm64: dts: qcom: sdm632-fairphone-fp3: Enable CCI and add EEPROM
[PATCH v5 00/11] i2c: rework and extend RTL9300 I2C driver
2025-08-18 15:13 UTC (23+ messages)
` [PATCH v5 01/11] i2c: rtl9300: use regmap fields and API for registers
` [PATCH v5 02/11] i2c: rtl9300: fix channel number bound check
` [PATCH v5 03/11] dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
` [PATCH v5 04/11] i2c: rtl9300: rename internal sda_pin to sda_num
` [PATCH v5 05/11] i2c: rtl9300: check if xfer length is valid
` [PATCH v5 06/11] i2c: rtl9300: remove SMBus Quick operation support
` [PATCH v5 07/11] i2c: rtl9300: move setting SCL frequency to config_io
` [PATCH v5 08/11] i2c: rtl9300: do not set read mode on every transfer
` [PATCH v5 09/11] i2c: rtl9300: separate xfer configuration and execution
` [PATCH v5 10/11] dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support
` [PATCH v5 11/11] i2c: rtl9300: add support for RTL9310 I2C controller
[PATCH v4 0/5] Add I2C support for Tegra264
2025-08-18 9:24 UTC (6+ messages)
` [PATCH v4 1/5] dt-bindings: i2c: nvidia,tegra20-i2c: Document Tegra264 I2C
` [PATCH v4 2/5] i2c: tegra: Do not configure DMA if not supported
` [PATCH v4 3/5] i2c: tegra: Add HS mode support
` [PATCH v4 4/5] i2c: tegra: Add support for SW mutex register
` [PATCH v4 5/5] i2c: tegra: Add Tegra264 support
[PATCH] i2c: algo: bit: use str_plural() to simplify the code
2025-08-18 6:37 UTC
[PATCH RESEND 0/2] i2c: tegra: Add Tegra256 I2C controller support
2025-08-18 4:33 UTC (3+ messages)
` [PATCH RESEND 1/2] dt-bindings: i2c: nvidia,tegra20-i2c: Add Tegra256 I2C compatible
` [PATCH RESEND 2/2] i2c: tegra: Add Tegra256 support
[PATCH v2 0/3] Add CCI and imx577 sensor support for lemans evk
2025-08-15 12:33 UTC (9+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: qcom-cci: Document sa8775p compatible
` [PATCH v2 2/3] arm64: dts: qcom: sa8775p: Add CCI definitions
` [PATCH v2 3/3] arm64: dts: qcom: lemans-evk-camera: Add DT overlay
[PATCH v17 0/3] Add ASPEED AST2600 I2C controller driver
2025-08-15 7:06 UTC (8+ messages)
` [PATCH v17 1/3] dt-bindings: i2c: aspeed,i2c.yaml: add transfer-mode and global-regs properties and update example
` [PATCH v17 2/3] i2c: ast2600: Add controller driver for new register layout
` [PATCH v17 3/3] i2c: ast2600: Add target mode support
[PATCH v3] i2c: spacemit: configure ILCR for accurate SCL frequency
2025-08-14 12:57 UTC (2+ messages)
[PATCH v6 2/2] i2c: i2c-qcom-geni: Add Block event interrupt support
2025-08-14 12:44 UTC (12+ messages)
[PATCH v9 0/9] arm64: lan969x: Add support for Microchip LAN969x SoC
2025-08-14 10:11 UTC (13+ messages)
` [PATCH v9 1/9] arm64: Add config for Microchip SoC platforms
` [PATCH v9 2/9] ARM: at91: select ARCH_MICROCHIP
` [PATCH v9 3/9] arm64: lan969x: Add support for Microchip LAN969x SoC
` [PATCH v9 4/9] mfd: at91-usart: Make it selectable for ARCH_MICROCHIP
` [PATCH v9 5/9] tty: serial: atmel: make "
` [PATCH v9 6/9] spi: "
` [PATCH v9 7/9] i2c: at91: "
` [PATCH v9 8/9] char: hw_random: atmel: "
` [PATCH v9 9/9] crypto: atmel-aes: "
[PATCH v2 00/72] media: i2c: Reduce cargo-cult
2025-08-13 9:49 UTC (5+ messages)
` [PATCH v2 01/72] dt-bindings: media: Deprecate clock-frequency property for camera sensors
` [PATCH v2.1 "
[PATCH] hid: fix I2C read buffer overflow in raw_event() for mcp2221
2025-08-13 9:43 UTC (3+ messages)
[PATCH WIP] i2c: add tracepoints to aid debugging in i2c-core-base
2025-08-12 19:16 UTC (2+ messages)
[PATCH v5 1/2] dt-bindings: i2c: qcom-cci: Document QCM2290 compatible
2025-08-11 19:46 UTC (2+ messages)
i2c-pasemi messages since kernel 6.16
2025-08-11 16:59 UTC (4+ messages)
[PATCH v8 00/10] arm64: lan969x: Add support for Microchip LAN969x SoC
2025-08-11 12:20 UTC (7+ messages)
` [PATCH v8 01/10] arm64: Add config for Microchip SoC platforms
[PATCH 0/3] usb/gpio/i2c: Add Intel USBIO USB IO-expander drivers
2025-08-11 9:49 UTC (21+ messages)
` [PATCH 1/3] usb: misc: Add Intel USBIO bridge driver
` [PATCH 2/3] gpio: Add Intel USBIO GPIO driver
` [PATCH 3/3] i2c: Add Intel USBIO I2C driver
[PATCH] i2c: busses: bcm2835: convert from round_rate() to determine_rate()
2025-08-10 22:32 UTC
[PATCH v2 0/9] I2C dt nodes and bindings for Apple A7-A11 SoCs
2025-08-10 18:26 UTC (2+ messages)
` (subset) "
[PATCH i2c-host-fixes v4 0/5] i2c: rtl9300: Fix multi-byte I2C operations
2025-08-10 5:59 UTC (9+ messages)
` [PATCH i2c-host-fixes v4 1/5] i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xfer
` [PATCH i2c-host-fixes v4 2/5] i2c: rtl9300: Fix multi-byte I2C write
` [PATCH i2c-host-fixes v4 3/5] i2c: rtl9300: Increase timeout for transfer polling
` [PATCH i2c-host-fixes v4 4/5] i2c: rtl9300: Add missing count byte for SMBus Block Ops
` [PATCH i2c-host v4 5/5] i2c: rtl9300: Implement I2C block read and write
[PATCH] i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xfer
2025-08-09 9:09 UTC (5+ messages)
[PATCH v3 0/1] i2c: Introduce I2C bus extensions
2025-08-08 20:51 UTC (5+ messages)
` [PATCH v3 1/1] schemas: "
[PATCH AUTOSEL 6.16-5.10] i2c: Force DLL0945 touchpad i2c freq to 100khz
2025-08-08 17:41 UTC
[PATCH] i2c: i801: Add support for Intel Wildcat Lake-U
2025-08-08 13:09 UTC
[PATCH] i2c: mt65xx: allow optional pmic clock
2025-08-07 5:42 UTC (3+ messages)
` 回复: "
[RFC PATCH 0/6] Allow DMA consumers to pass a cookie to providers' of_xlate
2025-08-05 22:08 UTC (12+ messages)
` [PATCH RFC 2/6] dmaengine: Make of_dma_request_slave_channel pass a cookie to of_xlate
` [PATCH RFC 3/6] dmaengine: qcom: gpi: Accept protocol ID hints
[PATCH] i2c:cadence: Handle atomic transfer quirk at probe
2025-08-05 11:22 UTC (2+ messages)
[PATCH v2] i2c: mux-mule: Remove error print for devm_add_action_or_reset()
2025-08-05 9:33 UTC
[PULL REQUEST] i2c-for-6.17-rc1-part2
2025-08-04 23:53 UTC (2+ messages)
[PATCH v2 0/4] i2c: rtl9300: Fix multi-byte I2C operations
2025-08-04 20:45 UTC (4+ messages)
[PATCH v3 0/5] i2c: rtl9300: Fix multi-byte I2C operations
2025-08-04 19:17 UTC (3+ messages)
` [PATCH v3 4/5] i2c: rtl9300: Add missing count byte for SMBus Block Ops
` [PATCH v3 5/5] i2c: rtl9300: Implement I2C block read and write
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 NNTP newsgroup(s).