messages from 2020-08-08 00:57:13 to 2020-08-26 13:03:07 UTC [more...]
[PATCH v2 0/2] i2c: xiic: Support forcing single-master in DT
2020-08-26 13:03 UTC (10+ messages)
` [PATCH v2 1/2] i2c: xiic: Change code alignment to 1 space only
` [PATCH v2 2/2] i2c: xiic: Support forcing single-master in DT
[PATCH 1/2] i2c: consider devices with of_match_table during i2c device probing
2020-08-26 12:56 UTC (14+ messages)
` [PATCH 2/2] i2c: do not export i2c_of_match_device() symbol
[PATCH V2 0/2] Implement Shutdown callback for i2c
2020-08-26 11:56 UTC (7+ messages)
` [PATCH V2 1/2] i2c: i2c-qcom-geni: Store DMA mapping data in geni_i2c_dev struct
` [PATCH V2 2/2] i2c: i2c-qcom-geni: Add shutdown callback for i2c
[PATCH v6 0/6] Support running driver's probe for a device powered off
2020-08-26 11:54 UTC (7+ messages)
` [PATCH v6 1/6] i2c: Allow an ACPI driver to manage the device's power state during probe
` [PATCH v6 2/6] ACPI: Add a convenience function to tell a device is in low power state
` [PATCH v6 3/6] ov5670: Support probe whilst the device is in a "
` [PATCH v6 4/6] media: i2c: imx319: Support probe while the device is off
` [PATCH v6 5/6] at24: Support probing while off
` [PATCH v6 6/6] Documentation: ACPI: Document allow-low-power-probe _DSD property
[RFC PATCH 0/4] i2c: core: add generic GPIO bus recovery
2020-08-26 6:14 UTC (5+ messages)
` [RFC PATCH 4/4] i2c: at91: Move to "
` "
[PATCH 0/5] input: misc: Add IBM Operation Panel driver
2020-08-26 1:59 UTC (11+ messages)
` [PATCH 1/5] dt-bindings: input: Add documentation for IBM Operation Panel
` [PATCH 2/5] input: misc: Add IBM Operation Panel driver
` [PATCH 3/5] i2c: aspeed: Mask IRQ status to relevant bits
` [PATCH 4/5] ARM: dts: Aspeed: Tacoma: Add IBM Operation Panel I2C device
` [PATCH 5/5] ARM: dts: Aspeed: Rainier: "
[PATCH 0/4] i2c bus recovery for Microchip SoCs
2020-08-25 23:44 UTC (8+ messages)
` [PATCH 2/4] i2c: at91: implement i2c bus recovery
[PATCH 1/5] i2c: xiic: Fix broken locking on tx_msg
2020-08-25 20:50 UTC (12+ messages)
` [PATCH 2/5] i2c: xiic: Drop broken interrupt handler
[PATCH] i2c: i801: Fix resume bug
2020-08-25 17:13 UTC
[PATCH v2] eeprom: at24: Tidy at24_read()
2020-08-25 16:07 UTC (2+ messages)
[PATCH v1] i2c: eg20t: use generic power management
2020-08-25 15:16 UTC (10+ messages)
` [PATCH v2 0/2] i2c: eg20t: Power management upgrade and clean-ups
` [PATCH v2 1/2] i2c: eg20t: Drop PCI wakeup calls from .suspend/.resume
` [PATCH v2 2/2] i2c: eg20t: use generic power management
[PATCH v5 00/16] Allwinner A100 Initial support
2020-08-25 13:53 UTC (9+ messages)
` [PATCH v5 13/16] dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node
[PATCH resend] i2c-i801: fix resume bug
2020-08-25 13:46 UTC (2+ messages)
[PATCH v1 1/2] i2c: core: Don't fail PRP0001 enumeration when no ID table exist
2020-08-25 10:12 UTC (7+ messages)
` [PATCH v1 2/2] i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device()
[PATCH v2] i2c: mv64xxx: Add bus error recovery
2020-08-25 9:26 UTC (2+ messages)
[PATCH] i2c: Remove 'default n' from busses/Kconfig
2020-08-25 7:58 UTC (5+ messages)
[PATCH] i2c: iproc: Fix checkpatch warnings by using 'BIT' macro
2020-08-25 7:49 UTC (3+ messages)
[PATCH v1] i2c: mux: pca954x: Fix trivia typo: busses -> buses
2020-08-25 7:18 UTC (3+ messages)
[PATCH] dt-bindings: Whitespace clean-ups in schema files
2020-08-25 7:10 UTC (11+ messages)
[PATCH 1/2] eeprom: at24: Add support for the Sony VAIO EEPROMs
2020-08-25 6:38 UTC (7+ messages)
` [PATCH 2/2 RFC] eeprom: at24: Tidy at24_read()
[PATCH] i2c: i2c-rcar: Auto select RESET_CONTROLLER
2020-08-24 12:07 UTC (2+ messages)
[PATCH AUTOSEL 5.8 60/62] i2c: i801: Add support for Intel Tiger Lake PCH-H
2020-08-21 16:14 UTC
[PATCH AUTOSEL 5.7 59/61] i2c: i801: Add support for Intel Tiger Lake PCH-H
2020-08-21 16:15 UTC
[PATCH] i2c: add binding to mark a bus as SMBus
2020-08-21 11:43 UTC (5+ messages)
[PATCH 0/2] Implement Shutdown callback for i2c
2020-08-20 10:30 UTC (7+ messages)
` [PATCH 1/2] i2c: i2c-qcom-geni: Add tx_dma, rx_dma and xfer_len to geni_i2c_dev struct
` [PATCH 2/2] i2c: i2c-qcom-geni: Add shutdown callback for i2c
[PATCH] i2c: ocores: Allow endian-specific grlib accessors
2020-08-19 23:57 UTC (5+ messages)
[PATCH v5 0/6] Support running driver's probe for a device powered off
2020-08-18 11:04 UTC (16+ messages)
` [PATCH v5 1/6] i2c: Allow driver to manage the device's power state during probe
` [PATCH v5 2/6] ACPI: Add a convenience function to tell a device is in low power state
` [PATCH v5 3/6] ov5670: Support probe whilst the device is in a "
` [PATCH v5 4/6] media: i2c: imx319: Support probe while the device is off
` [PATCH v5 5/6] at24: Support probing while off
` [PATCH v5 6/6] Documentation: ACPI: Document allow-low-power-probe _DSD property
[PATCH v2] ARM: s3c64xx: use simple i2c probe function
2020-08-17 15:53 UTC (4+ messages)
[PATCH] i2c: rcar: in slave mode, clear NACK earlier
2020-08-17 12:19 UTC
[PATCH v3] i2c: iproc: fix race between client unreg and isr
2020-08-14 22:41 UTC (5+ messages)
[PATCH 1/2] i2c: ocores: add gaisler to platform data
2020-08-14 19:05 UTC (7+ messages)
` [PATCH 2/2] i2c: ocores: add be/le support for gaisler
[PATCH 0/2] Add gaisler support in platform_data
2020-08-14 16:28 UTC
[PATCH] i2c: stm32: remove unnecessary DMA kernel error log
2020-08-14 14:13 UTC
[PULL REQUEST] i2c for 5.9
2020-08-14 1:44 UTC (2+ messages)
[PATCH] i2c: ocores: add gaisler to platform data
2020-08-13 18:42 UTC (3+ messages)
[PATCH] arch/powerpc: use simple i2c probe function
2020-08-13 13:14 UTC (3+ messages)
[PATCH v2] ARM: davinci: use simple i2c probe function
2020-08-13 13:08 UTC (4+ messages)
[PATCH] i2c: mv64xxx: Add bus error recovery
2020-08-12 20:13 UTC (2+ messages)
[PATCH v4 0/6] Support running driver's probe for a device powered off
2020-08-12 19:33 UTC (13+ messages)
` [PATCH v4 5/6] at24: Support probing while off
[PATCH] i2c: imx: Use dev_err_probe() to simplify error handling
2020-08-12 5:39 UTC (2+ messages)
[PATCH v2] docs: remove the 2.6 "Upgrading I2C Drivers" guide
2020-08-11 16:49 UTC (2+ messages)
[PATCH v2] i2c: iproc: fix race between client unreg and isr
2020-08-10 22:22 UTC (5+ messages)
[PATCH v5] hwmon/pmbus: use simple i2c probe function
2020-08-10 18:10 UTC (3+ messages)
[PATCH i2c-tools v2] i2ctransfer: add support for I2C_M_RECV_LEN
2020-08-10 9:57 UTC (2+ messages)
[PATCH i2c-tools] add BUGS section to manpages
2020-08-10 9:57 UTC (2+ messages)
[PATCH i2c-tools v2] allow to preset custom CFLAGS and LDFLAGS
2020-08-10 9:56 UTC (2+ messages)
[PATCH] i2c: mediatek: Fix i2c_spec_values description
2020-08-10 9:40 UTC (2+ messages)
[PATCH] arch/arm: use simple i2c probe function
2020-08-09 17:18 UTC (3+ messages)
[PATCH v4] hwmon/pmbus: use simple i2c probe function
2020-08-08 20:48 UTC (2+ messages)
[PATCH v3] hwmon/pmbus: use simple i2c probe function
2020-08-08 13:46 UTC (4+ messages)
[PATCH 00/20] Add support for SATA/PCIe/USB2[3]/VIN/CSI on R8A774E1
2020-08-08 7:48 UTC (8+ messages)
` [PATCH 20/20] arm64: dts: renesas: r8a774e1: Add VIN and CSI-2 nodes
[v2] i2c: mediatek: Fix i2c_spec_values description
2020-08-08 0:56 UTC (2+ messages)
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).