messages from 2018-03-23 12:47:49 to 2018-04-16 01:22:47 UTC [more...]
(unknown),
2018-04-16 1:22 UTC
[PATCH] Documentation/i2c: sync docs with current state of i2c-tools
2018-04-14 6:27 UTC (14+ messages)
` [PATCH v2 1/3] Documentation/i2c: whitespace cleanup
` [PATCH v2 2/3] Documentation/i2c: sync docs with current state of i2c-tools
` [PATCH v2 3/3] Documentation/i2c: adopt kernel commenting style in examples
[PULL REQUEST] i2c for 4.17
2018-04-13 19:26 UTC
[PATCH v3 1/3] Documentation/i2c: whitespace cleanup
2018-04-13 17:42 UTC (3+ messages)
` [PATCH v3 2/3] Documentation/i2c: sync docs with current state of i2c-tools
` [PATCH v3 3/3] Documentation/i2c: adopt kernel commenting style in examples
[PATCH linux dev-4.16 v2] i2c: muxes: pca9641: new driver
2018-04-13 7:27 UTC (5+ messages)
[PATCH v2 0/3] eeprom: at24: last bits of the big refactoring
2018-04-12 15:08 UTC (5+ messages)
` [PATCH v2 1/3] eeprom: at24: use devm_nvmem_register()
` [PATCH v2 2/3] eeprom: at24: provide and use a helper for releasing dummy i2c clients
` [PATCH v2 3/3] eeprom: at24: provide a separate routine for creating "
[PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers
2018-04-11 21:13 UTC (8+ messages)
` [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers
[PATCH v3 0/6] Add different features for I2C
2018-04-11 13:24 UTC (7+ messages)
` [PATCH v3 1/6] i2c: i2c-stm32f7: Add 10-bit address support
` [PATCH v3 2/6] i2c: i2c-stm32f7: Add slave support
` [PATCH v3 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [PATCH v3 4/6] i2c: i2c-stm32: Add generic DMA API
` [PATCH v3 5/6] i2c: i2c-stm32f7: Add DMA support
` [PATCH v3 6/6] i2c: i2c-stm32f7: Implement I2C release mechanism
[PATCH 0/4] eeprom: at24: last bits of the big refactoring
2018-04-11 11:44 UTC (9+ messages)
` [PATCH 1/4] eeprom: at24: don't assign the i2c ID table to at24_driver
` [PATCH 2/4] eeprom: at24: use devm_nvmem_register()
` [PATCH 3/4] eeprom: at24: provide and use a helper for releasing dummy i2c clients
` [PATCH 4/4] eeprom: at24: provide a separate routine for creating "
[PATCH] MAINTAINERS: I'll maintain Renesas R-Car I2C host drivers
2018-04-11 8:08 UTC (2+ messages)
[PATCH] MAINTAINERS: remove me as maintainer for I2C host drivers
2018-04-10 16:42 UTC (8+ messages)
[PATCH] i2c: i801: blacklist Host Notify on HP EliteBook G3 850
2018-04-10 9:10 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 1/2] i2c: sprd: Prevent i2c accesses after suspend is called
2018-04-10 8:08 UTC (4+ messages)
` [PATCH 2/2] i2c: sprd: Fix the i2c count issue
[PATCH v4 00/10] Add the I3C subsystem
2018-04-09 20:26 UTC (16+ messages)
` [PATCH v4 01/10] i3c: Add core I3C infrastructure
` [PATCH v4 02/10] docs: driver-api: Add I3C documentation
` [PATCH v4 03/10] i3c: Add sysfs ABI spec
` [PATCH v4 04/10] dt-bindings: i3c: Document core bindings
` [PATCH v4 05/10] dt-bindings: i3c: Add macros to help fill I3C/I2C device's reg property
` [PATCH v4 06/10] MAINTAINERS: Add myself as the I3C subsystem maintainer
` [PATCH v4 07/10] i3c: master: Add driver for Cadence IP
` [PATCH v4 08/10] dt-bindings: i3c: Document Cadence I3C master bindings
` [PATCH v4 09/10] gpio: Add a driver for Cadence I3C GPIO expander
` [PATCH v4 10/10] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander
[RFC PATCH 1/2] i2c: Add i2c_verify_device_id() to verify device id
2018-04-09 18:29 UTC (5+ messages)
[PULL REQUEST] i2c for 4.17
2018-04-07 15:10 UTC
[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
2018-04-05 0:32 UTC (2+ messages)
[PATCH v7 0/4] add support for Socionext SynQuacer I2C controller
2018-04-04 21:01 UTC (10+ messages)
` [PATCH v7 1/4] dt-bindings: i2c: add binding for Socionext SynQuacer I2C
` [PATCH v7 2/4] i2c: add support for Socionext SynQuacer I2C controller
` [PATCH v7 3/4] i2c: add param sanity check to i2c_transfer()
` [PATCH v7 4/4] MAINTAINERS: add Ard as Socionext SynQuacer I2C driver maintainer
[PATCH v6 0/3] add support for Socionext SynQuacer I2C controller
2018-04-04 18:35 UTC (18+ messages)
` [PATCH v6 1/3] dt-bindings: i2c: add binding for Socionext SynQuacer I2C
` [PATCH v6 2/3] i2c: add support for Socionext SynQuacer I2C controller
` [PATCH v6 3/3] i2c: add param sanity check to i2c_transfer()
[RFC PATCH 1/2] i2c: add bus_freq_hz in i2c_adapter
2018-04-04 15:34 UTC (3+ messages)
` [RFC PATCH 2/2] i2c: at91: provide bus_freq_hz
[PATCH v2 0/6] Add different features for I2C
2018-04-04 11:07 UTC (27+ messages)
` [PATCH v2 1/6] i2c: i2c-stm32f7: Add 10-bit address support
` [PATCH v2 2/6] i2c: i2c-stm32f7: Add slave support
` [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [PATCH v2 4/6] i2c: i2c-stm32: Add generic DMA API
` [PATCH v2 5/6] i2c: i2c-stm32f7: Add DMA support
` [PATCH v2 6/6] i2c: i2c-stm32f7: Implement I2C recovery mechanism
i2c-cadence.c receive buffer overrun bug fix patches
2018-04-04 8:58 UTC (2+ messages)
[PATCH 1/6] drivers/i2c: Update i2c_trace_msg static key to modern api
2018-04-03 14:49 UTC (4+ messages)
[PATCH i2c/slave-mqueue v4] i2c: slave-mqueue: add a slave backend to receive and queue messages
2018-04-03 1:29 UTC
[PULL REQUEST] i2c for 4.16
2018-03-30 17:07 UTC
[PATCH i2c/slave-mqueue v3] i2c: slave-mqueue: add a slave backend to receive and queue messages
2018-03-29 1:28 UTC
[PATCH v3 00/11] Add the I3C subsystem
2018-03-28 17:28 UTC (27+ messages)
` [PATCH v3 01/11] i2c: Export of_i2c_get_board_info()
` [PATCH v3 05/11] dt-bindings: i3c: Document core bindings
` [PATCH v3 06/11] dt-bindings: i3c: Add macros to help fill I3C/I2C device's reg property
` [PATCH v3 09/11] dt-bindings: i3c: Document Cadence I3C master bindings
` [PATCH v3 11/11] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander
[PATCH v1 - resent 0/5] Add capabilities to i2c-mlxcpld
2018-03-27 14:01 UTC (6+ messages)
` [PATCH v1 - resent 1/5] i2c: busses: Add support for extended transaction length for i2c-mlxcpld
` [PATCH v1 - resent 2/5] i2c: busses: Add support for smbus block read transaction
` [PATCH v1 - resent 3/5] i2c: busses: Fix adapter functionality support callback
` [PATCH v1 - resent 4/5] i2c: busses: Allow configurable adapter id for mlxcpld
` [PATCH v1 - resent 5/5] i2c: busses: Add capability register description to documentation
[PATCH 1/3] i2c: update i2c_trace_msg static key to modern api
2018-03-26 8:34 UTC (3+ messages)
[PATCH v2 00/13] Major code reorganization to make all i2c transfers working
2018-03-26 4:41 UTC (7+ messages)
` [PATCH v2 01/13] i2c: qup: fix copyrights and update to SPDX identifier
[PATCH v5 0/2] add support for Socionext SynQuacer I2C controller
2018-03-25 10:30 UTC (5+ messages)
` [PATCH v5 2/2] i2c: "
[PATCH v2] i2c: i2c-stm32f7: fix no check on returned setup
2018-03-24 12:38 UTC (2+ messages)
[PATCH v2 0/4] i2c: pca-platform: additional improvements
2018-03-24 12:31 UTC (5+ messages)
[PATCH 00/21] eeprom: at24: driver refactoring
2018-03-23 16:37 UTC (10+ messages)
` [PATCH 03/21] eeprom: at24: arrange local variables
[PATCH v2] eeprom: at24: use SPDX identifier instead of GPL boiler-plate
2018-03-23 16:15 UTC
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).