Linux-i2c Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-08 12:29:56 to 2021-12-17 15:22:38 UTC [more...]

[PATCH v2 00/17] Update the Icicle Kit device tree
 2021-12-17 15:22 UTC  (40+ messages)
` [PATCH v2 01/17] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH v2 02/17] dt-bindings: soc/microchip: update syscontroller compatibles
` [PATCH v2 03/17] dt-bindings: soc/microchip: make systemcontroller a mfd
` [PATCH v2 04/17] mailbox: change mailbox-mpfs compatible string
` [PATCH v2 05/17] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH v2 06/17] dt-bindings: rng: add bindings for microchip mpfs rng
` [PATCH v2 07/17] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH v2 08/17] dt-bindings: soc/microchip: add bindings for mpfs system services
` [PATCH v2 09/17] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH v2 10/17] dt-bindings: spi: add bindings for microchip mpfs spi
` [PATCH v2 11/17] dt-bindings: usb: add bindings for microchip mpfs musb
` [PATCH v2 12/17] dt-bindings: pwm: add microchip corePWM binding
` [PATCH v2 13/17] riscv: dts: microchip: use hart and clk defines for icicle kit
` [PATCH v2 14/17] riscv: dts: microchip: add fpga fabric section to "
` [PATCH v2 15/17] riscv: dts: microchip: refactor icicle kit device tree
` [PATCH v2 16/17] riscv: dts: microchip: update peripherals in "
` [PATCH v2 17/17] MAINTAINERS: update riscv/microchip entry

[PATCH 1/6] i2c: designware: Do not complete i2c read without RX_FULL interrupt
 2021-12-17 11:30 UTC  (13+ messages)
` [PATCH 2/6] i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters
` [PATCH 3/6] i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usage
` [PATCH 4/6] i2c: designware-pci: Group MODULE_*() macros
` [PATCH 5/6] i2c: designware-pci: use __maybe_unused for PM functions
` [PATCH 6/6] i2c: designware-pci: Convert to use dev_err_probe()

[PATCH v3] i2c: i801: Safely share SMBus with BIOS/ACPI
 2021-12-17  7:41 UTC  (2+ messages)

[PATCH 0/2] Enable named interrupt smbus-alert for ACPI as well
 2021-12-17  5:31 UTC  (8+ messages)
` [PATCH 1/2] device property: Add device_irq_get_byname
` [PATCH 2/2] i2c: smbus: Use device_ functions instead of of_

[PATCH] i2c: exynos5: Fix getting the optional clock
 2021-12-16 23:04 UTC  (5+ messages)

[PATCH] dt-bindings: i2c: aspeed: Drop stray '#interrupt-cells'
 2021-12-16 21:27 UTC  (2+ messages)

[PATCH] i2c: aspeed: Remove unused includes
 2021-12-16 21:27 UTC  (3+ messages)

[PATCH 1/2] i2c: rcar: update to new DMAENGINE API when terminating
 2021-12-16 21:23 UTC  (4+ messages)
` [PATCH 2/2] i2c: sh_mobile: "

[RESEND v4 00/10] arm64: dts: Add i.MX8DXL initial support
 2021-12-16 18:48 UTC  (11+ messages)
` [RESEND v4 01/10] dt-bindings: serial: fsl-lpuart: Fix i.MX 8QM compatible matching
` [RESEND v4 02/10] arm64: dts: freescale: Add the top level dtsi support for imx8dxl
` [RESEND v4 03/10] arm64: dts: imx8-ss-lsio: Add mu5a mailbox
` [RESEND v4 04/10] arm64: dts: freescale: Add adma subsystem dtsi for imx8dxl
` [RESEND v4 05/10] arm64: dts: freescale: Add the imx8dxl connectivity subsys dtsi
` [RESEND v4 06/10] arm64: dts: freescale: Add ddr subsys dtsi for imx8dxl
` [RESEND v4 07/10] arm64: dts: freescale: Add lsio "
` [RESEND v4 08/10] arm64: dts: imx8dxl: Add i.MX8DXL evk board support
` [RESEND v4 09/10] dt-bindings: fsl: scu: Add i.MX8DXL ocotp binding
` [RESEND v4 10/10] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible

[PATCH 1/4] dt-bindings: i2c Update PCA954x
 2021-12-15 21:22 UTC  (11+ messages)
` [PATCH 2/4] drivers/i2c/mux: Add MAX735x support to PCA954x
` [PATCH 3/4] dt-bindings: i2c Add regulator to pca954x
` [PATCH 4/4] i2c-mux-pca954x: Add regulator support

[PATCH 0/2] Add SMBus features to Tegra I2C
 2021-12-15 18:42 UTC  (16+ messages)
` [PATCH 1/2] dt-bindings: i2c: tegra: Add SMBus feature properties
` [PATCH 2/2] i2c: tegra: Add SMBus block read and SMBus alert functions

[PATCH v2 1/6] i2c: designware-pci: Use temporary variable for struct device
 2021-12-15 14:21 UTC  (13+ messages)
` [PATCH v2 2/6] i2c: designware-pci: Convert to use dev_err_probe()
` [PATCH v2 3/6] i2c: designware-pci: use __maybe_unused for PM functions
` [PATCH v2 4/6] i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters
` [PATCH v2 5/6] i2c: designware-pci: Group MODULE_*() macros
` [PATCH v2 6/6] i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usage

[PATCH v1 01/11] i2c: Introduce common module to instantiate CCGx UCSI
 2021-12-15 13:50 UTC  (14+ messages)
` [PATCH v1 03/11] i2c: designware-pci: Use temporary variable for struct device
` [PATCH v1 05/11] i2c: designware-pci: use __maybe_unused for PM functions
` [PATCH v1 06/11] i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters
` [PATCH v1 07/11] i2c: designware-pci: Group MODULE_*() macros
` [PATCH v1 08/11] i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usage

[PATCH v3] i2c: designware: Do not complete i2c read without RX_FULL interrupt
 2021-12-15 12:20 UTC  (2+ messages)

[PATCH] Fix typo, add markup, fix URL in i2c-piix4 docs
 2021-12-15 11:33 UTC 

[PATCH v3 0/2] Add Microchip EEPROM 24xx1025 support
 2021-12-14 19:02 UTC  (5+ messages)
` [PATCH v3 1/2] eeprom: at24: Add support for 24c1025 EEPROM
` [PATCH v3 2/2] dt-bindings: at24: add at24c1025

[PATCH v2] i2c: designware: Do not complete i2c read without RX_FULL interrupt
 2021-12-14 13:06 UTC  (4+ messages)

Wycena paneli fotowoltaicznych
 2021-12-14  8:31 UTC 

[PATCH v1] i2c: designware: Do not complete i2c read without RX_FULL interrupt
 2021-12-14  2:26 UTC  (3+ messages)

[PATCH] i2c: i801: enable FEATURE_IRQ and FEATURE_I2C_BLOCK_READ on all chip versions
 2021-12-13 22:06 UTC 

[PATCH] i2c: piix4: Replace piix4_smbus driver's cd6h/cd7h port io accesses with mmio accesses
 2021-12-13 17:48 UTC  (4+ messages)

[bisected][regression] Applications that need amdgpu doesn't run after waking up from suspend
 2021-12-12  9:57 UTC  (2+ messages)

i801: I2C block read should be usable also on ICH/ICH0/ICH2/ICH3/ICH4
 2021-12-11 23:22 UTC  (2+ messages)

[PULL REQUEST] i2c for v5.16
 2021-12-11 17:28 UTC  (2+ messages)

[PATCH v3] i2c: tegra: use i2c_timings for bus clock freq
 2021-12-11 14:52 UTC  (5+ messages)

Wrong piix4_smbus address / slow trackpoint on Thinkpad P14s gen 2 (AMD)
 2021-12-11 12:14 UTC 

[PATCH] dt-bindings: at24: Rework special case compatible handling
 2021-12-10 15:19 UTC  (2+ messages)

[PATCH v2] eeprom: at24: Add support for 24c1025 EEPROM
 2021-12-10 14:43 UTC  (2+ messages)

[PATCH v2] i2c: tegra: use i2c_timings for bus clock freq
 2021-12-10  8:51 UTC  (4+ messages)

[PATCH] drivers/i2c/busses/i2c-imx.c: Use with resource management to register interrupts
 2021-12-10  5:54 UTC  (2+ messages)

[PATCH] i2c: mpc: Use atomic read and fix break condition
 2021-12-09 19:47 UTC  (5+ messages)

[PATCH v2 RESEND 0/8] i2c: exynos5: Add support for modern Exynos SoCs
 2021-12-09 18:52 UTC  (21+ messages)
` [PATCH v2 RESEND 1/8] dt-bindings: i2c: exynos5: Convert to dtschema
` [PATCH v2 RESEND 2/8] dt-bindings: i2c: exynos5: Add exynosautov9-hsi2c compatible
` [PATCH v2 RESEND 3/8] dt-bindings: i2c: exynos5: Add bus clock
` [PATCH v2 RESEND 4/8] i2c: exynos5: Add support for ExynosAutoV9 SoC
` [PATCH v2 RESEND 5/8] i2c: exynos5: Add bus clock support
` [PATCH v2 RESEND 6/8] i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in Kconfig
` [PATCH v2 RESEND 7/8] arm: dts: exynos: Rename hsi2c nodes to i2c for Exynos5260

[PATCH] i2c: tegra: use i2c_timings for bus clock freq
 2021-12-09 15:26 UTC  (2+ messages)

[PATCH v3] i2c: i801: Don't clear status flags twice in interrupt mode
 2021-12-09 14:52 UTC  (3+ messages)

[PATCH] i2c: i801: Don't read back cleared status in i801_check_pre()
 2021-12-09 14:51 UTC  (7+ messages)

[PATCH v3] i2c: exynos5: Add bus clock support
 2021-12-09 14:49 UTC  (2+ messages)

[PATCH v1 1/1] i2c: core: Do not dereference fwnode in struct device
 2021-12-09 10:08 UTC  (3+ messages)

[PATCH] dt-bindings: i2c: brcm,bcm2835-i2c: convert to YAML schema
 2021-12-09  8:56 UTC  (2+ messages)

[PATCH v3] i2c: virtio: fix completion handling
 2021-12-09  8:51 UTC  (4+ messages)

[PATCH v1 3/7] PCI: New Primary to Sideband (P2SB) bridge support library
 2021-12-08 17:51 UTC  (3+ messages)

[syzbot] WARNING in __i2c_transfer (2)
 2021-12-08 16:50 UTC  (2+ messages)


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