messages from 2018-05-21 09:49:08 to 2018-06-20 05:17:54 UTC [more...]
[PATCH v2 00/10] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment
2018-06-20 5:17 UTC (2+ messages)
` [PATCH v2 01/10] tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
[PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm
2018-06-20 3:59 UTC (12+ messages)
` [PATCH v10 1/7] dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation
` [PATCH v10 2/7] i2c: Add FSI-attached I2C master algorithm
` [PATCH v10 3/7] i2c: fsi: Add port structures
` [PATCH v10 4/7] i2c: fsi: Add abort and hardware reset procedures
` [PATCH v10 5/7] i2c: fsi: Add transfer implementation
` [PATCH v10 6/7] i2c: fsi: Add I2C master locking
` [PATCH v10 7/7] i2c: fsi: Add bus recovery
[PATCH 00/11] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment
2018-06-19 21:29 UTC (20+ messages)
` [PATCH 01/11] i2c: add helpers for locking the I2C segment
` [PATCH 02/11] tpm/tpm_i2c_infineon: switch to i2c_lock_segment
` [PATCH 03/11] i2c: mux: pca9541: "
` [PATCH 04/11] input: rohm_bu21023: "
` [PATCH 05/11] media: af9013: "
` [PATCH 06/11] media: drxk_hard: "
` [PATCH 07/11] media: rtl2830: "
` [PATCH 08/11] media: tda1004x: "
` [PATCH 09/11] media: tda18271: "
` [PATCH 10/11] mfd: 88pm860x-i2c: "
` [PATCH 11/11] i2c: rename i2c_lock_adapter to i2c_lock_root
[PATCH 0/2] i2c: algos: bit: revert to fix regression (#200045)
2018-06-18 16:03 UTC (4+ messages)
` [PATCH 1/2] Revert "i2c: algo-bit: init the bus to a known state"
` [PATCH 2/2] i2c: algos: bit: mention our experience about initial states
[RFT] i2c: algos: bit: prepare/unprepare before sending initial STOP
2018-06-15 8:25 UTC (2+ messages)
[PATCH v4 00/10] Add the I3C subsystem
2018-06-14 8:15 UTC (10+ messages)
` [PATCH v4 01/10] i3c: Add core I3C infrastructure
` [PATCH v4 07/10] i3c: master: Add driver for Cadence IP
[PATCH v7 0/4] Introduce GENI SE Controller Driver
2018-06-13 17:30 UTC (8+ messages)
` [PATCH v7 1/4] i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller
` [PATCH v7 2/4] MAINTAINERS: Add Qualcomm Generic Interface I2C driver maintainer
` [PATCH v7 3/4] arm64: dts: sdm845: Add serial console support
` [PATCH v7 4/4] arm64: dts: sdm845: Add support for an instance of I2C controller
[PULL REQUEST] i2c for 4.18
2018-06-13 9:21 UTC
[PATCH 2/9] crypto: atmel-ecc: Silently ignore missing clock frequency
2018-06-11 9:46 UTC
[PATCH v3 00/12] cros_ec: Match licenses and switch to SPDX identifier
2018-06-08 8:58 UTC (4+ messages)
` [PATCH v3 12/12] i2c: i2c-cros-ec-tunnel: Switch "
[PATCH v2 0/8] cros_ec: Switch to SPDX identifier
2018-06-05 17:54 UTC (2+ messages)
` [PATCH v2 8/8] i2c: i2c-cros-ec-tunnel: "
[PATCH v9 0/7] i2c: Add FSI-attached I2C master algorithm
2018-06-05 13:31 UTC (21+ messages)
` [PATCH v9 1/7] dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation
` [PATCH v9 2/7] i2c: Add FSI-attached I2C master algorithm
` [PATCH v9 3/7] i2c: fsi: Add port structures
` [PATCH v9 4/7] i2c: fsi: Add abort and hardware reset procedures
` [PATCH v9 5/7] i2c: fsi: Add transfer implementation
` [PATCH v9 6/7] i2c: fsi: Add I2C master locking
` [PATCH v9 7/7] i2c: fsi: Add bus recovery
[PATCH 0/9] croc_ec: Switch to SPDX identifier
2018-06-05 9:22 UTC (2+ messages)
` [PATCH 9/9] i2c: i2c-cros-ec-tunnel: "
[PATCH] mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
2018-06-04 7:39 UTC (3+ messages)
[PATCH v2 3/3] i2c: at91: added slave mode support
2018-06-02 21:35 UTC (2+ messages)
` [v2,3/3] "
[PATCH 0/3] Fix double address byte issue
2018-06-02 13:17 UTC (5+ messages)
` [PATCH 1/3] i2c: rcar: don't issue stop when HW does it automatically
` [PATCH 2/3] i2c: rcar: check master irqs before slave irqs
` [PATCH 3/3] i2c: rcar: revoke START request early
[PATCH 0/6] Fix R-Car I2C data byte sent twice issue
2018-06-02 13:16 UTC (13+ messages)
` [PATCH 1/6] i2c: rcar: make sure clocks are on when doing clock calculation
` [PATCH 2/6] i2c: rcar: rework hw init
` [PATCH 3/6] i2c: rcar: remove unused IOERROR state
` [PATCH 4/6] i2c: rcar: remove spinlock
` [PATCH 5/6] i2c: rcar: refactor setup of a msg
` [PATCH 6/6] i2c: rcar: init new messages in irq
[PULL REQUEST] i2c for 4.17
2018-06-01 11:06 UTC
[PATCH v8 0/7] i2c: Add FSI-attached I2C master algorithm
2018-05-31 23:33 UTC (14+ messages)
` [PATCH v8 1/7] dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation
` [PATCH v8 2/7] i2c: Add FSI-attached I2C master algorithm
` [PATCH v8 3/7] i2c: fsi: Add port structures
` [PATCH v8 4/7] i2c: fsi: Add abort and hardware reset procedures
` [PATCH v8 5/7] i2c: fsi: Add transfer implementation
` [PATCH v8 6/7] i2c: fsi: Add I2C master locking
` [PATCH v8 7/7] i2c: fsi: Add bus recovery
[PATCH] i2c: qup: fix building without CONFIG_ACPI
2018-05-31 21:23 UTC (3+ messages)
[PATCH v7 0/7] i2c: Add FSI-attached I2C master algorithm
2018-05-31 14:18 UTC (23+ messages)
` [PATCH v7 1/7] dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation
` [PATCH v7 2/7] drivers/i2c: Add FSI-attached I2C master algorithm
` [PATCH v7 3/7] drivers/i2c: Add port structure to FSI algorithm
` [PATCH v7 4/7] drivers/i2c: Add abort and hardware reset procedures
` [PATCH v7 5/7] drivers/i2c: Add transfer implementation for FSI algorithm
` [PATCH v7 6/7] drivers/i2c: Add I2C master locking to "
` [PATCH v7 7/7] drivers/i2c: Add bus recovery for "
[PATCH v1] i2c: tegra: Remove suspend-resume
2018-05-30 22:17 UTC (9+ messages)
[PATCH v2 0/2] i2c: make use of i2c_8bit_addr_from_msg
2018-05-29 18:31 UTC (5+ messages)
` [PATCH v2 1/2] i2c: algos: "
` [PATCH v2 2/2] i2c: busses: "
i2c: Open Core driver
2018-05-29 18:18 UTC (3+ messages)
` [PATCH V2] i2c: ocores: update HDL sources URL
Problem: lockdep warning with nested instances of i2c-mux
2018-05-28 20:51 UTC (17+ messages)
` [PATCH 1/2] rtmutex: allow specifying a subclass for nested locking
` [PATCH 2/2] i2c: mux: annotate the nested rt_mutex usage
` [PATCH v2 0/2] Re: Problem: lockdep warning with nested instances of i2c-mux
` [PATCH v2 1/2] rtmutex: allow specifying a subclass for nested locking
` [PATCH v2 2/2] i2c: mux: annotate the nested rt_mutex usage
` [PATCH v3 0/2] Re: Problem: lockdep warning with nested instances of i2c-mux
` [PATCH v3 1/2] rtmutex: allow specifying a subclass for nested locking
` [PATCH v3 2/2] i2c: mux: annotate the nested rt_mutex usage
[PATCH] i2c: ocores: update HDL sources URL
2018-05-28 8:00 UTC
i2c-gpio and boards conversions to GPIO descriptors
2018-05-26 16:38 UTC (2+ messages)
[PATCH] i2c: i801: mark PM functions as __maybe_unused
2018-05-25 21:57 UTC (2+ messages)
[PATCH 0/2] don't check number of I2C messages in drivers
2018-05-25 10:27 UTC (8+ messages)
` [PATCH 1/2] i2c: ibm_iic: don't check number of messages in the driver
` [PATCH 2/2] i2c: opal: "
[PATCH 1/2] i2c: robotfuzz-osif: remove pointless local variable
2018-05-24 20:17 UTC (4+ messages)
` [PATCH 2/2] i2c: robotfuzz-osif: drop pointless test
[PATCH] i2c-mux-reg: Delete an error message for a failed memory allocation in i2c_mux_reg_probe_dt()
2018-05-24 12:00 UTC (2+ messages)
[PATCH 0/3] merge calls to of_match_device and of_device_get_match_data
2018-05-24 11:53 UTC (3+ messages)
` [PATCH 1/3] i2c: mux: pca954x: "
[PATCH 1/4] i2c: imx: Fix reinit_completion() use
2018-05-23 9:56 UTC (4+ messages)
` [PATCH 2/4] i2c: imx: Fix race condition in dma read
` [PATCH 3/4] i2c: imx: Simplify stopped state tracking
` [PATCH 4/4] arm: dts: ls1021a: Enable I2C DMA support
[PATCH 0/4] i2c-xlp9xx Add support for SMBAlert and minor fixes
2018-05-22 12:09 UTC (11+ messages)
` [PATCH 1/4] i2c: xlp9xx: Add support for SMBAlert
` [PATCH 2/4] i2c: xlp9xx: Fix issue seen when updating receive length
` [PATCH 3/4] i2c: xlp9xx: Make sure the transfer size is not more than I2C_SMBUS_BLOCK_SIZE
` [PATCH 4/4] i2c: xlp9xx: Add MAINTAINERS entry
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).