messages from 2018-05-31 06:21:25 to 2018-06-26 17:18:44 UTC [more...]
[PATCH 0/5] Add Actions Semi S900 I2C support
2018-06-26 17:18 UTC (9+ messages)
` [PATCH 1/5] dt-bindings: i2c: Add binding for Actions Semi OWL I2C controller
` [PATCH 2/5] arm64: dts: actions: Add Actions Semi S900 I2C controller nodes
` [PATCH 3/5] arm64: dts: actions: Add pinctrl definition for S900 I2C controller
` [PATCH 4/5] arm64: dts: actions: Enable I2C1 and I2C2 in Bubblegum-96 board
` [PATCH 5/5] i2c: Add Actions Semi OWL family S900 I2C driver
[PATCH] i2c: aspeed: Improve driver to support multi-master use cases stably
2018-06-26 16:58 UTC
[PATCH v2 0/2] Add a property in at24.c
2018-06-26 16:44 UTC (18+ messages)
` [PATCH v2 1/2] dt-bindings: at24: Add address-width property
` [PATCH v2 2/2] eeprom: at24: Add support for "
[PATCH 1/2] i2c: i801: Fix runtime PM
2018-06-26 14:55 UTC (2+ messages)
[PATCH v2 00/10] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment
2018-06-26 14:09 UTC (19+ messages)
` [PATCH v2 01/10] tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
` [PATCH v2 02/10] i2c: mux: pca9541: "
` [PATCH v2 03/10] input: rohm_bu21023: "
` [PATCH v2 04/10] media: af9013: "
` [PATCH v2 05/10] media: drxk_hard: "
` [PATCH v2 06/10] media: rtl2830: "
` [PATCH v2 07/10] media: tda1004x: "
` [PATCH v2 08/10] media: tda18271: "
` [PATCH v2 09/10] mfd: 88pm860x-i2c: "
` [PATCH v2 10/10] i2c: remove i2c_lock_adapter and use i2c_lock_bus directly
[PATCH 0/5] i2c: smbus: add unlocked __i2c_smbus_xfer variant
2018-06-26 13:46 UTC (10+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] i2c: mux: mlxcpld: make use of __i2c_smbus_xfer
` [PATCH 3/5] i2c: mux: pca9541: "
` [PATCH 4/5] i2c: mux: pca954x: "
` [PATCH 5/5] i2c: mux: "
[PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm
2018-06-26 2:39 UTC (17+ 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] i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfers
2018-06-26 2:37 UTC (2+ messages)
[PATCH 0/2] i2c: algos: bit: revert to fix regression (#200045)
2018-06-26 2:37 UTC (6+ 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
i2c:ocores: fixes and polling mechanism
2018-06-25 16:13 UTC (4+ messages)
` [PATCH 1/3] i2c:ocores: stop transfer on timeout
` [PATCH 2/3] i2c:ocores: do not handle IRQ if IF is not set
` [PATCH 3/3] i2c:ocores: add polling interface
[PATCH v5 00/10] Add the I3C subsystem
2018-06-25 8:03 UTC (19+ messages)
` [PATCH v5 01/10] i3c: Add core I3C infrastructure
` [PATCH v5 02/10] docs: driver-api: Add I3C documentation
` [PATCH v5 03/10] i3c: Add sysfs ABI spec
` [PATCH v5 04/10] dt-bindings: i3c: Document core bindings
` [PATCH v5 05/10] dt-bindings: i3c: Add macros to help fill I3C/I2C device's reg property
` [PATCH v5 06/10] MAINTAINERS: Add myself as the I3C subsystem maintainer
` [PATCH v5 07/10] i3c: master: Add driver for Cadence IP
` [PATCH v5 08/10] dt-bindings: i3c: Document Cadence I3C master bindings
` [PATCH v5 09/10] gpio: Add a driver for Cadence I3C GPIO expander
` [PATCH v5 10/10] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander
[PATCH v4 00/10] Add the I3C subsystem
2018-06-22 8:24 UTC (15+ messages)
` [PATCH v4 01/10] i3c: Add core I3C infrastructure
` [PATCH v4 07/10] i3c: master: Add driver for Cadence IP
` [PATCH v4 09/10] gpio: Add a driver for Cadence I3C GPIO expander
[PATCH v5] i2c: slave: use SPDX license information
2018-06-22 6:59 UTC
i2c: Open Core driver
2018-06-22 6:32 UTC (4+ messages)
` [PATCH V2] i2c: ocores: update HDL sources URL
[PATCH v4] i2c: slave: Apply SPDX Lincense-Information
2018-06-21 18:23 UTC (2+ messages)
[PATCH] drivers/i2c: SPDX-License-header information
2018-06-21 13:31 UTC (2+ messages)
[PATCH] drivers/i2c: include SPDX-license header
2018-06-21 10:09 UTC (2+ messages)
[PATCH] drivers/i2c: Include SPDX-license-identifier
2018-06-21 9:45 UTC (2+ messages)
[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
[RFT] i2c: algos: bit: prepare/unprepare before sending initial STOP
2018-06-15 8:25 UTC (2+ messages)
[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 (2+ 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 (2+ messages)
[PATCH 0/6] Fix R-Car I2C data byte sent twice issue
2018-06-02 13:16 UTC (2+ messages)
[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 (7+ messages)
` [PATCH v8 5/7] i2c: fsi: Add transfer implementation
[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 (9+ messages)
` [PATCH v7 3/7] drivers/i2c: Add port structure to FSI algorithm
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).