linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 18:35:05 to 2020-01-05 22:50:09 UTC [more...]

[PATCH 00/26] docs: i2c: rework I2C documentation, part I
 2020-01-05 22:50 UTC  (24+ messages)
` [PATCH 01/26] docs: i2c: sort index logically
  ` [PATCH 02/26] docs: i2c: summary: extend introduction
  ` [PATCH 03/26] docs: i2c: summary: rewrite the "terminology" section
  ` [PATCH 04/26] docs: i2c: call it "I2C" consistently
  ` [PATCH 05/26] docs: i2c: fix typo
  ` [PATCH 06/26] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently
  ` [PATCH 07/26] docs: i2c: i2c-protocol: fix kernel-doc function syntax
  ` [PATCH 08/26] docs: i2c: i2c-protocol: properly name start and stop conditions
  ` [PATCH 09/26] docs: i2c: i2c-protocol: remove unneeded colons from table
  ` [PATCH 10/26] docs: i2c: i2c-protocol: use proper names for ACK and NACK
  ` [PATCH 11/26] docs: i2c: smbus: fix link syntax
  ` [PATCH 12/26] docs: i2c: smbus-protocol: properly name start and stop conditions
  ` [PATCH 13/26] docs: i2c: smbus-protocol: remove unneeded colons from table
  ` [PATCH 14/26] docs: i2c: smbus-protocol: use proper names for ACK and NACK
  ` [PATCH 15/26] docs: i2c: smbus-protocol: enable kernel-doc function syntax
  ` [PATCH 16/26] docs: i2c: smbus-protocol: fix "
  ` [PATCH 17/26] docs: i2c: i2c-protocol: fix typo
  ` [PATCH 18/26] docs: i2c: i2c-protocol: fix punctuation
  ` [PATCH 19/26] docs: i2c: smbus-protocol: improve I2C Block transactions description
  ` [PATCH 20/26] docs: i2c: instantiating-devices: fix internal hyperlink
  ` [PATCH 21/26] docs: i2c: instantiating-devices: rearrange static instatiation
  ` [PATCH 22/26] docs: i2c: instantiating-devices: use monospace for filenames
  ` [PATCH 23/26] docs: i2c: old-module-parameters: fix internal hyperlink

[PATCH v2 0/6] i2c bus recovery for Microchip SoCs
 2020-01-04 22:39 UTC  (9+ messages)
` [PATCH v2 1/6] dt-bindings: i2c: at91: document optional bus recovery properties
` [PATCH v2 2/6] i2c: at91: implement i2c bus recovery
` [PATCH v2 3/6] i2c: at91: Send bus clear command if SCL is down
` [PATCH v2 5/6] ARM: at91/dt: sama5d4: add i2c gpio pinctrl
` [PATCH v2 4/6] ARM: at91/dt: sama5d3: "
` [PATCH v2 6/6] ARM: at91/dt: sama5d2: "

[PATCH] i2c: bcm2835: Store pointer to bus clock
 2020-01-04 15:13 UTC 

[PATCH v3 0/4] at24: move write-protect pin handling to nvmem core
 2020-01-03 23:44 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: nvmem: new optional property write-protect-gpios
` [PATCH v3 2/4] nvmem: add support for the write-protect pin
` [PATCH v3 3/4] dt-bindings: at24: remove the optional property write-protect-gpios
` [PATCH v3 4/4] eeprom: at24: remove the write-protect pin support

[RESEND v6,1/3] dt-bindings: i2c: support property idle-state
 2020-01-03 14:09 UTC  (6+ messages)
` [RESEND v6,2/3] i2c: mux: pca954x: "
` [RESEND v6,3/3] arm64: dts: fsl-ls208xa-rdb: fix an errata E-00013

[PATCH 1/5] i2c: pmcmsp: Use proper printk format for resource_size_t
 2020-01-03 13:42 UTC  (9+ messages)
` [PATCH 2/5] i2c: pnx: "
` [PATCH 3/5] i2c: highlander: Use proper printk format for iomem pointer
` [PATCH 4/5] i2c: stu300: "
` [PATCH 5/5] i2c: Enable compile testing for some of drivers

[PATCH v2 0/6] NVIDIA Tegra I2C driver fixes and improvements
 2019-12-28 22:16 UTC  (7+ messages)
` [PATCH v2 1/6] i2c: tegra: Fix suspending in active runtime PM state
` [PATCH v2 2/6] i2c: tegra: Properly disable runtime PM on driver's probe error
` [PATCH v2 3/6] i2c: tegra: Prevent interrupt triggering after transfer timeout
` [PATCH v2 4/6] i2c: tegra: Support atomic transfers
` [PATCH v2 5/6] i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
` [PATCH v2 6/6] i2c: tegra: Use relaxed versions of readl/writel

[PATCH 2/2] i2c: Fix a potential use after free
 2019-12-28 12:50 UTC  (2+ messages)

[PATCH v1 0/3] Tegra I2C: Support atomic transfers and correct suspend/resume
 2019-12-27 13:55 UTC  (19+ messages)
` [PATCH v1 1/3] i2c: tegra: Support atomic transfers
` [PATCH v1 2/3] i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
` [PATCH v1 3/3] i2c: tegra: Fix suspending in active runtime PM state

[PATCH 00/10] mfd: Add support for Analog Devices A2B transceiver
 2019-12-24  7:46 UTC  (30+ messages)
` [PATCH 01/10] dt-bindings: mfd: Add documentation for ad242x
` [PATCH 04/10] dt-bindings: clock: Add documentation for AD242x clock providers
` [PATCH 05/10] dt-bindings: sound: Add documentation for AD242x codecs
` [PATCH 06/10] mfd: Add core driver for AD242x A2B transceivers
  ` [alsa-devel] "
` [PATCH 07/10] i2c: Add driver for AD242x bus controller
` [PATCH 08/10] gpio: Add driver for AD242x GPIO controllers
` [PATCH 09/10] clk: Add support for AD242x clock output providers
` [PATCH 10/10] ASoC: Add codec component for AD242x nodes
  ` [alsa-devel] "
` [alsa-devel] [PATCH 00/10] mfd: Add support for Analog Devices A2B transceiver

[PATCH] i2c: cadence: Added slave support
 2019-12-21 17:58 UTC  (6+ messages)

[PATCH v3] arm64: dts: meson-a1: add I2C nodes
 2019-12-20  9:16 UTC 

[PATCH v2 0/4] at24: move write-protect pin handling to nvmem core
 2019-12-19 10:59 UTC  (16+ messages)
` [PATCH v2 1/4] dt-bindings: nvmem: new optional property write-protect-gpios
` [PATCH v2 2/4] nvmem: add support for the write-protect pin
` [PATCH v2 3/4] dt-bindings: at24: remove the optional property write-protect-gpios
` [PATCH v2 4/4] eeprom: at24: remove the write-protect pin support

Add I2C support for the Ingenic X1000 SoC v3
 2019-12-18 22:18 UTC  (5+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] dt-bindings: I2C: Add X1000 bindings
` [PATCH v3 2/2] I2C: JZ4780: Add support for the X1000

[PATCH v3 1/4] dt-bindings: i2c: at91: cosmetic formatting of compatible list
 2019-12-18 21:37 UTC  (4+ messages)
` [PATCH v3 4/4] dt-bindings: i2c: at91: fix i2c-sda-hold-time-ns documentation for sam9x60

[PATCH] i2c: cadence: Implement timeout
 2019-12-18 11:01 UTC  (3+ messages)

[PATCH v2] i2c: core: Use DEVICE_ATTR_*() helper macros
 2019-12-17 15:58 UTC  (2+ messages)

[PATCH] i2c: remove unneeded 'extern' from function declatations
 2019-12-17 15:51 UTC  (2+ messages)

[PATCH 0/1] platform: replace i2c_new_probed_device with an ERR_PTR variant
 2019-12-17  9:53 UTC  (3+ messages)
` [PATCH 1/1] platform: chrome: convert to i2c_new_scanned_device

Add I2C support for the Ingenic X1000 SoC v2
 2019-12-17  7:50 UTC  (6+ messages)
` [PATCH v2 0/2] Add I2C support for the Ingenic X1000 SoC
` [PATCH v2 1/2] dt-bindings: I2C: Add X1000 bindings
` [PATCH v2 2/2] I2C: JZ4780: Add support for the X1000

[PATCH] i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()
 2019-12-17  7:45 UTC 

[PATCH] Fix Bug for cadence i2c interrupt overrunning buffer
 2019-12-17  7:38 UTC  (13+ messages)

(unknown),
 2019-12-17  5:41 UTC  (3+ messages)
` [PATCH] Further cadence i2c buffer overrun fixes

[PATCH 0/1] input: replace i2c_new_probed_device with an ERR_PTR variant
 2019-12-16 12:29 UTC  (2+ messages)
` [PATCH 1/1] input: mouse: convert to i2c_new_scanned_device

[PATCH 0/5] media: replace i2c_new_probed_device with an ERR_PTR variant
 2019-12-16 12:29 UTC  (6+ messages)
` [PATCH 1/5] media: pci: cx23885: convert to i2c_new_scanned_device
` [PATCH 2/5] media: pci: cx88: "
` [PATCH 3/5] media: pci: bt8xx: "
` [PATCH 4/5] media: pci: cx18: "
` [PATCH 5/5] media: pci: ivtv: "

[PATCH 0/1] macintosh: replace i2c_new_probed_device with an ERR_PTR variant
 2019-12-16 12:29 UTC  (2+ messages)
` [PATCH 1/1] macintosh: convert to i2c_new_scanned_device

(unknown)
 2019-12-14 12:32 UTC  (6+ messages)
` [PATCH 0/2] Add I2C support for the Ingenic X1000 SoC
` [PATCH 1/2] dt-bindings: I2C: Add X1000 bindings
` [PATCH 2/2] I2C: JZ4780: Add support for the X1000

[PULL REQUEST] i2c for 5.5
 2019-12-13 23:10 UTC  (2+ messages)

[PATCH] i2c: imx: Defer probing if EDMA not available
 2019-12-13 10:50 UTC  (10+ messages)
  ` [EXT] "

[PATCH] i2c: tiny-usb: Correct I2C fault codes
 2019-12-12  0:12 UTC 

[PATCH] i2c: tiny-usb: Correct I2C fault codes
 2019-12-11 23:39 UTC 

[PATCH AUTOSEL 5.4 058/134] i2c: stm32f7: fix & reorder remove & probe error handling
 2019-12-11 15:10 UTC 

[PATCH 0/2] power: supply: add support for CW2015 Fuel Gauge
 2019-12-11 13:39 UTC  (3+ messages)
` [PATCH 1/2] power: supply: add CW2015 Fuel Gauge driver
` [PATCH 2/2] dt-bindings: power: supply: cw2015_battery: add device tree binding documentation

[PATCH v2] arm64: dts: meson-a1: add I2C nodes
 2019-12-11 12:21 UTC  (3+ messages)

[PATCH 00/17] media: use new API for creating client devices
 2019-12-11  7:59 UTC  (3+ messages)
` [PATCH 01/17] i2c: add helper to check if a client has a driver attached

[PATCH] arm64: dts: meson-a1: add I2C nodes
 2019-12-11  2:17 UTC  (7+ messages)

[PATCH v1] i2c: tegra: Support atomic transfers
 2019-12-10  1:58 UTC 


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).