linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-01 05:56:59 to 2020-06-15 13:24:05 UTC [more...]

[PATCH v7 1/3] i2c: Add Qualcomm CCI I2C driver
 2020-06-15 13:24 UTC  (3+ messages)

[PATCH] i2c: sh_mobile: implement atomic transfers
 2020-06-15 13:12 UTC  (10+ messages)

[PATCH] i2c: mediatek: Add i2c support for continuous mode
 2020-06-15 12:46 UTC 

[PATCH V7 RESEND 0/7] Add interconnect support to QSPI and QUP drivers
 2020-06-15 12:01 UTC  (16+ messages)
` [PATCH V7 RESEND 1/7] soc: qcom: geni: Support for ICC voting
` [PATCH V7 RESEND 2/7] soc: qcom-geni-se: Add interconnect support to fix earlycon crash
` [PATCH V7 RESEND 3/7] i2c: i2c-qcom-geni: Add interconnect support
` [PATCH V7 RESEND 4/7] spi: spi-geni-qcom: "
` [PATCH V7 RESEND 5/7] tty: serial: qcom_geni_serial: "
` [PATCH V7 RESEND 6/7] spi: spi-qcom-qspi: "
` [PATCH V7 RESEND 7/7] arm64: dts: sc7180: Add interconnect for QUP and QSPI

[PATCH v4 0/4] Enable stmpe811 touch screen on stm32f429-disco board
 2020-06-15 10:06 UTC  (7+ messages)
` [PATCH v4 1/4] ARM: dts: stm32: add I2C3 support on STM32F429 SoC
` [PATCH v4 2/4] ARM: dts: stm32: Add pin map for I2C3 controller on stm32f4
` [PATCH v4 3/4] ARM: dts: stm32: enable stmpe811 on stm32429-disco board
` [PATCH v4 4/4] i2c: stm32f4: Fix stmpe811 get xyz data timeout issue

[PATCH 0/2] i2c-hid: Save power by reducing i2c xfers with block reads
 2020-06-15  9:40 UTC  (4+ messages)
` [PATCH 1/2] i2c: designware: Only check the first byte for SMBus block read length
` [PATCH 2/2] HID: i2c-hid: Use block reads when possible to save power

[PATCH 0/6] remove deprecated i2c_new_device API
 2020-06-15  8:37 UTC  (8+ messages)
` [PATCH 1/6] drm: encoder_slave: fix refcouting error for modules
` [PATCH 2/6] drm: encoder_slave: use new I2C API
` [PATCH 3/6] x86/platform/intel-mid: convert to use i2c_new_client_device()
` [PATCH 4/6] video: backlight: tosa_lcd: "
` [PATCH 5/6] Documentation: media: "
` [PATCH 6/6] i2c: remove deprecated i2c_new_device API

[PATCH] [v3] i2c: imx-lpi2c: Fix runtime PM imbalance on error
 2020-06-15  7:40 UTC  (8+ messages)
` [EXT] "
` [PATCH v3] i2c: imx-lpi2c: Fix runtime PM imbalance in lpi2c_imx_master_enable()
  ` Re: [PATCH] [v3] i2c: imx-lpi2c: Fix runtime PM imbalance on error
      `  "

[PATCH] i2c: imx: Fix external abort on early interrupt
 2020-06-15  7:37 UTC  (19+ messages)

[PATCH] i2c: busses: Fix a reference count leak
 2020-06-15  7:06 UTC  (2+ messages)

[PATCH v2 1/2] i2c: imx: Fix PM runtime inbalance in probe error path
 2020-06-15  6:50 UTC  (3+ messages)
` [PATCH v2 2/2] i2c: imx: Fix external abort on interrupt in exit paths

[PATCH] i2c: busses: Fix a reference count leak
 2020-06-15  2:48 UTC  (2+ messages)
` [EXT] "

[PATCH 1/1] Documentation/i2c: SMBus start signal is S not A
 2020-06-14 19:45 UTC  (3+ messages)

RFC: a failing pm_runtime_get increases the refcnt?
 2020-06-14 14:07 UTC  (10+ messages)

[PATCH] i2c: busses: Fix reference count leaks
 2020-06-14  9:51 UTC  (2+ messages)

[PATCH] i2c: xiic: Fix reference count leaks
 2020-06-14  9:09 UTC  (2+ messages)

[PULL REQUEST] i2c for 5.8
 2020-06-13 20:25 UTC  (2+ messages)

[PATCH 1/5] i2c: xiic: Fix broken locking on tx_msg
 2020-06-13 19:42 UTC  (8+ messages)
` [PATCH 2/5] i2c: xiic: Drop broken interrupt handler
` [PATCH 3/5] i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()
` [PATCH 4/5] i2c: xiic: Switch from waitqueue to completion
` [PATCH 5/5] i2c: xiic: Only ever transfer single message

[PATCH] i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n
 2020-06-13 11:14 UTC  (3+ messages)

[PATCH] i2c: core: check returned size of emulated smbus block read
 2020-06-13 10:41 UTC 

[PATCH] i2c: smbus: Fix spelling mistake in the comments
 2020-06-12 21:26 UTC 

[PATCH v2] i2c: Use separate MODULE_AUTHOR() statements for multiple authors
 2020-06-11 13:18 UTC  (2+ messages)

[PATCH] i2c: Use separate MODULE_AUTHOR() statements for multiple authors
 2020-06-11 13:11 UTC  (4+ messages)

[PATCH] i2c: Drop stray comma in MODULE_AUTHOR statements
 2020-06-11 10:33 UTC  (3+ messages)

[RFC PATCH v1 00/18] Support for Tegra video capture from external sensor
 2020-06-10 21:11 UTC  (26+ messages)
` [RFC PATCH v1 01/18] dt-bindings: i2c: tegra: Document Tegra210 VI I2C clocks and power-domains
` [RFC PATCH v1 02/18] arm64: tegra: Add missing clocks and power-domains to Tegra210 VI I2C
` [RFC PATCH v1 03/18] i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM
` [RFC PATCH v1 04/18] i2c: tegra: Fix the error path in tegra_i2c_runtime_resume
` [RFC PATCH v1 05/18] i2c: tegra: Fix runtime resume to re-init VI I2C
` [RFC PATCH v1 06/18] i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2c
` [RFC PATCH v1 07/18] media: tegra-video: Fix channel format alignment
` [RFC PATCH v1 08/18] media: tegra-video: Enable TPG based on kernel config
` [RFC PATCH v1 09/18] media: tegra-video: Update format lookup to offset based
` [RFC PATCH v1 10/18] dt-bindings: tegra: Document VI and CSI port nodes
` [RFC PATCH v1 11/18] media: tegra-video: Add support for external sensor capture
` [RFC PATCH v1 12/18] media: tegra-video: Add support for selection ioctl ops
` [RFC PATCH v1 13/18] gpu: host1x: mipi: Add of_tegra_mipi_request() API
` [RFC PATCH v1 14/18] gpu: host1x: mipi: Split tegra_mipi_calibrate and tegra_mipi_wait
` [RFC PATCH v1 15/18] media: tegra-video: Add CSI MIPI pads calibration
` [RFC PATCH v1 16/18] media: tegra-video: Compute settle times based on the clock rate
` [RFC PATCH v1 17/18] arm64: tegra: jetson-tx1: Add camera supplies
` [RFC PATCH v1 18/18] arm64: tegra: Enable Tegra VI CSI support for Jetson Nano

[PATCH v2] MAINTAINERS: npcm7xx: Add maintainer for Nuvoton NPCM BMC
 2020-06-10 15:32 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 080/606] i2c: dev: Fix the race between the release of i2c_dev and cdev
 2020-06-10 13:44 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 092/606] i2c: fix missing pm_runtime_put_sync in i2c_device_probe
` [PATCH AUTOSEL 5.6 096/606] i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()'

[PATCH] i2c: jz4780: remove redundant assignment to variable i
 2020-06-10 12:59 UTC 

[PATCH v2 0/2] i2c: fsi: Fixes for systems with more ports
 2020-06-09 22:00 UTC  (4+ messages)
` [PATCH v2 1/2] i2c: fsi: Fix the port number field in status register
` [PATCH v2 2/2] i2c: fsi: Prevent adding adapters for ports without dts nodes

[RFC PATCH] i2c: at91: Fix pinmux after devm_gpiod_get() for bus recovery
 2020-06-09 11:43 UTC  (5+ messages)
  `  "
      `  "

[PATCH v1] MAINTAINERS: npcm7xx: Add maintainer for Nuvoton NPCM BMC
 2020-06-09 10:05 UTC 

[PATCH V7 0/7] Add interconnect support to QSPI and QUP drivers
 2020-06-09  5:54 UTC  (4+ messages)
` [PATCH V7 6/7] spi: spi-qcom-qspi: Add interconnect support

[PATCH v5 00/11] i2c: designeware: Add Baikal-T1 System I2C support
 2020-06-08 23:46 UTC  (9+ messages)
` [PATCH v5 02/11] dt-bindings: i2c: Discard i2c-slave flag from the DW I2C example

[PATCH] i2c: npcm7xx: Fix a couple error codes in probe
 2020-06-08 20:30 UTC  (2+ messages)

[PATCH 0/2] i2c: fsi: Fixes for systems with more ports
 2020-06-08 18:12 UTC  (5+ messages)
` [PATCH 1/2] i2c: fsi: Fix the port number field in status register
` [PATCH 2/2] i2c: fsi: Prevent adding adapters for ports without dts nodes

[PATCH] i2c: npcm7xx: Remove unnecessary parentheses
 2020-06-07  9:21 UTC  (2+ messages)

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipelin
 2020-06-05  8:44 UTC  (14+ messages)

KASAN: use-after-free Read in put_device
 2020-06-05  4:20 UTC  (2+ messages)

[PATCH v14 0/3] i2c: npcm7xx: add NPCM i2c controller driver
 2020-06-04  8:32 UTC  (3+ messages)

[PATCH V2 0/3] Convert i.MX/MXS I2C/LPI2C binding doc to json-schema
 2020-06-04  1:49 UTC  (4+ messages)
` [PATCH V2 1/3] dt-bindings: i2c: Convert imx lpi2c "
` [PATCH V2 2/3] dt-bindings: i2c: Convert mxs i2c "
` [PATCH V2 3/3] dt-bindings: i2c: Convert imx "

[PATCH RESEND] i2c: mux: pca9541: Change bus control commands and release control of bus
 2020-06-03 21:40 UTC  (2+ messages)

[PATCH 00/28] DT: Improve validation for Marvell SoCs
 2020-06-03 20:41 UTC  (3+ messages)
` [PATCH 22/28] dt-bindings: i2c: Convert i2c-pxa to json-schema

[PATCH] i2c: pxa: don't error out if there's no pinctrl
 2020-06-03 20:38 UTC  (2+ messages)

[PATCH] i2c: add 'single-master' property to generic bindings
 2020-06-03 13:58 UTC  (4+ messages)

[PATCH 0/3] Convert i.MX/MXS I2C/LPI2C binding doc to json-schema
 2020-06-03  1:58 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: i2c: Convert imx lpi2c "
` [PATCH 2/3] dt-bindings: i2c: Convert mxs i2c "
` [PATCH 3/3] dt-bindings: i2c: Convert imx "

[PATCH 1/2] i2c: mux: pca9541: Change to correct bus control commands
 2020-06-02 15:42 UTC  (3+ messages)

[PATCH] check: Add 10bit/slave i2c reg flags support
 2020-06-02  7:46 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] i2c: sh_mobile: Fix compilation warning
 2020-06-02  6:50 UTC  (4+ messages)

[PATCH v6 00/11] i2c: designeware: Add Baikal-T1 System I2C support
 2020-06-01  8:54 UTC  (4+ messages)
` [PATCH v6 07/11] i2c: designware: Discard Cherry Trail model flag

[PATCH] [v2] i2c: stm32f7: Fix runtime PM imbalance on error
 2020-06-01  5:56 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 NNTP newsgroup(s).