linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-10 07:58:22 to 2017-11-27 20:34:50 UTC [more...]

[PATCH v5 0/7] eeprom: at24: switch driver to regmap_i2c
 2017-11-27 20:34 UTC  (6+ messages)
` [PATCH v5 1/7] eeprom: at24: add basic regmap_i2c support
` [PATCH v5 2/7] eeprom: at24: change at24_translate_offset return type
` [PATCH v5 3/7] eeprom: at24: add regmap-based write function
` [PATCH v5 4/7] eeprom: at24: remove old write functions
` [PATCH v5 5/7] eeprom: at24: add regmap-based read function

[PATCH v2] eeprom: at24: fix reading from 24MAC402/24MAC602
 2017-11-27 20:07 UTC  (3+ messages)

[PATCH] eeprom: at24: fix the magic value for at24mac402
 2017-11-27 19:45 UTC  (3+ messages)

[PATCH] eeprom: at24: check at24_read/write arguments
 2017-11-27 19:44 UTC  (4+ messages)

[PATCH] i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA
 2017-11-27 19:14 UTC  (3+ messages)

[PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
 2017-11-27 19:06 UTC  (6+ messages)

[PATCH v6 0/9] i2c: document DMA handling and add helpers for it
 2017-11-27 18:51 UTC  (9+ messages)
` [PATCH v6 4/9] i2c: refactor i2c_master_{send_recv}
` [PATCH v6 5/9] i2c: add i2c_master_{send|recv}_dmasafe
` [PATCH v6 6/9] i2c: smbus: use DMA safe buffers for emulated SMBus transactions

[PATCH] i2c: core: decrease reference count of device node in i2c_unregister_device
 2017-11-27 18:21 UTC  (2+ messages)

[PATCH] i2c: i2c-boardinfo: fix memory leaks on devinfo
 2017-11-27 18:14 UTC  (2+ messages)

[PATCH] i2c: i801: Fix Failed to allocate irq -2147483648 error
 2017-11-27 18:11 UTC  (6+ messages)

[PATCH RFT] i2c: sh_mobile: make sure to not accidently trigger STOP
 2017-11-27 17:57 UTC  (3+ messages)

[PATCH] i2c: sh_mobile: send STOP according to datasheet
 2017-11-27 17:57 UTC  (4+ messages)

[RFT] i2c: sh_mobile: avoid unnecessary register read
 2017-11-27 17:56 UTC  (3+ messages)

[RFT] i2c: sh_mobile: let RuntimePM do the clock handling
 2017-11-27 17:56 UTC  (2+ messages)

[PATCH RFT 0/5] i2c: sh_mobile: refactor HW init/deinit
 2017-11-27 17:56 UTC  (2+ messages)

[PATCH v5 0/7] i2c: designware: add i2c gpio recovery option
 2017-11-27 17:51 UTC  (8+ messages)
` [PATCH v5 4/7] "

[PATCH] i2c: use macro IS_ENABLED in header i2c.h
 2017-11-27 17:32 UTC  (2+ messages)

[PATCH] i2c: designware: Don't set SCL timings and speed mode when in slave mode
 2017-11-27 17:30 UTC  (8+ messages)

[PATCH] eeprom: at24: fix reading from 24MAC402/24MAC602
 2017-11-27 13:51 UTC  (2+ messages)

[PATCH v4 0/7] eeprom: at24: switch driver to regmap_i2c
 2017-11-27  9:09 UTC  (18+ messages)
` [PATCH v4 1/7] eeprom: at24: add basic regmap_i2c support
` [PATCH v4 2/7] eeprom: at24: change at24_translate_offset return type
` [PATCH v4 3/7] eeprom: at24: add regmap-based write function
` [PATCH v4 4/7] eeprom: at24: remove old write functions
` [PATCH v4 5/7] eeprom: at24: add regmap-based read function
` [PATCH v4 6/7] eeprom: at24: remove old read functions
` [PATCH v4 7/7] eeprom: at24: remove now unneeded smbus-related code

[Bug fix] octeon-i2c driver updates
 2017-11-27  8:37 UTC  (3+ messages)

i2c-tools: library licensing issues
 2017-11-25 16:47 UTC 

[PATCH v2] ARM: sa1100: simpad: Correct I2C GPIO offsets
 2017-11-24 12:36 UTC  (6+ messages)

[PATCH] py-smbus: Fix FSF address in smbusmodule.c
 2017-11-24 10:44 UTC  (2+ messages)

[PATCH 1/2] i2c: add ACPI support for i2c-piix4
 2017-11-23  3:09 UTC  (2+ messages)
` [PATCH 2/2] i2c: fix piix4 aux port number

[PATCH v3 0/7] eeprom: at24: switch driver to regmap_i2c
 2017-11-22 21:01 UTC  (10+ messages)
` [PATCH v3 1/7] eeprom: at24: add basic regmap_i2c support
` [PATCH v3 2/7] eeprom: at24: change at24_translate_offset return type
` [PATCH v3 3/7] eeprom: at24: add regmap-based write function
` [PATCH v3 4/7] eeprom: at24: remove old write functions
` [PATCH v3 5/7] eeprom: at24: add regmap-based read function
` [PATCH v3 6/7] eeprom: at24: remove old read functions
` [PATCH v3 7/7] eeprom: at24: remove now unneeded smbus-related code

[PATCH] i2c: fix ACPI_I2C_OPREGION dependency
 2017-11-22 17:05 UTC 

[PATCH 0/7] eeprom: at24: switch driver to regmap_i2c
 2017-11-21 19:20 UTC  (13+ messages)
` [PATCH v2 1/7] eeprom: at24: add basic regmap_i2c support
` [PATCH v2 2/7] eeprom: at24: change at24_translate_offset return type
` [PATCH v2 3/7] eeprom: at24: add regmap-based write function
` [PATCH v2 4/7] eeprom: at24: remove old write functions
` [PATCH v2 5/7] eeprom: at24: add regmap-based read functions
` [PATCH v2 6/7] eeprom: at24: eeprom: at24: remove old "
` [PATCH v2 7/7] eeprom: at24: remove now unneeded smbus-related code

[PATCH] i2c: i801: Fix SMBus ENXIO on resume from suspend
 2017-11-21 11:49 UTC  (5+ messages)

[RFC 0/3] i2c: core: move smbus_alert into i2c-core
 2017-11-21  4:04 UTC  (4+ messages)
` [RFC 1/3] i2c: smbus: move of_i2c_setup_smbus_alert declaration to i2c-core.h
` [RFC 2/3] i2c: Kconfig: rename variable I2C_SMBUS to I2C_SMBUS_ALERT
` [RFC 3/3] i2c: core: move smbus_alert module into i2c-core

[PATCH v2 0/5] i2c: meson-axg: add I2C controller driver
 2017-11-20 21:33 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: i2c: update documentation for the Meson-AXG
` [PATCH v2 2/5] i2c: meson: add configurable divider factors
` [PATCH v2 3/5] ARM64: dts: meson-axg: add I2C DT info for Meson-AXG SoC
` [PATCH v2 4/5] ARM64: dts: meson-axg: describe pin DT info for I2C controller
` [PATCH v2 5/5] ARM64: dts: meson-axg: enable I2C Master-1 for the audio speaker

[PATCH] eeprom: New ee1004 driver for DDR4 memory
 2017-11-20  9:35 UTC 

[PATCH v1 01/15] i2c: Make i2c_unregister_device() NULL-aware
 2017-11-19 16:04 UTC  (3+ messages)
` [PATCH v1 13/15] iio: imu: inv_mpu6050: Remove duplicate NULL check

[PATCH 0/6] decode-dimms: Add support for DDR4 SDRAM memory
 2017-11-19 12:37 UTC  (7+ messages)
` [PATCH 1/6] decode-dimms: Add preliminary DDR4 support
` [PATCH 2/6] decode-dimms: Decode size and timings of DDR4
` [PATCH 3/6] decode-dimms: Decode misc parameters "
` [PATCH 4/6] decode-dimms: Decode physical characteristics "
` [PATCH 5/6] decode-dimms: Documentation update for DDR4
` [PATCH 6/6] decode-dimms: Verify the CRC of DDR4 data block 1

Support of DDR4 EEPROMs
 2017-11-18 18:05 UTC  (2+ messages)

[PATCH 0/5] i2c: meson-axg: add I2C controller driver
 2017-11-17 20:32 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: i2c: update documentation for the Meson-AXG
` [PATCH 2/5] i2c: meson: add configurable divider factors
` [PATCH 3/5] ARM64: dts: meson-axg: add I2C DT info for Meson-AXG SoC
` [PATCH 4/5] ARM64: dts: meson-axg: describe pin DT info for I2C controller
` [PATCH 5/5] ARM64: dts: meson-axg: enable I2C Master-1 for the audio speaker

[PATCH 0/3] imx i2c vs clk framework deadlock fix
 2017-11-17 18:05 UTC  (4+ messages)
` [PATCH 1/3] i2c: imx: use clk notifier for rate changes
` [PATCH 2/3] i2c: add runtime PM handling to core
` [PATCH 3/3] i2c: imx: use runtime PM provided by core

[PATCH 0/6] R-Car D3 (r8a77995) I2C integration
 2017-11-17 16:40 UTC  (18+ messages)
` [PATCH 1/6] pinctrl: sh-pfc: r8a77995: add missing pins SCL0 and SDA0 to pinmux data
` [PATCH 2/6] i2c: rcar: enable for R-Car D3 (r8a77995)
` [PATCH 3/6] arm64: renesas: r8a77995: add I2C support
` [PATCH 4/6] arm64: renesas: draak: enable I2C controller 0 and EEPROM
` [PATCH 5/6] arm64: renesas: draak: enable I2C controller 1
` [PATCH 6/6] i2c: rcar: document R8A77970 bindings

[PATCH v11 00/10] Add sbs-manager with smbalert support
 2017-11-17 12:15 UTC  (8+ messages)
` [PATCH v11 02/10] i2c: i2c-smbus: Move i2c_setup_smbus_alert from i2c-smbus to i2c-core-smbus

[PATCH 1/2] i2c: imx: add workaround for erratum ERR010027
 2017-11-17  8:21 UTC  (2+ messages)
` [PATCH 2/2] i2c: imx: implement bus recovery with gpio for Layerscape

[PATCH v6 0/7] drivers/i2c: Add FSI-attached I2C master algorithm
 2017-11-16 19:53 UTC  (8+ messages)
  ` [PATCH v6 1/7] dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation
  ` [PATCH v6 2/7] drivers/i2c: Add FSI-attached I2C master algorithm
` [PATCH v6 3/7] drivers/i2c: Add port structure to FSI algorithm
` [PATCH v6 4/7] drivers/i2c: Add abort and hardware reset procedures
` [PATCH v6 5/7] drivers/i2c: Add transfer implementation for FSI algorithm
` [PATCH v6 6/7] drivers/i2c: Add I2C master locking to "
` [PATCH v6 7/7] drivers/i2c: Add bus recovery for "

Hello Dear
 2017-11-15 11:34 UTC 

[PATCH] power: supply: sbs-message: double left shift bug in sbsm_select()
 2017-11-15 10:05 UTC  (4+ messages)

[PULL REQUEST] i2c for 4.15
 2017-11-14 15:37 UTC 

[PATCH v2 0/2] ARM: pxa: move pxa-i2c.h to platform_data
 2017-11-13 17:27 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: pxa: move declarations to proper place
` [PATCH v2 2/2] ARM: pxa: move header file out of I2C realm

Re:
 2017-11-13 14:55 UTC 

Hello Dear
 2017-11-13 12:09 UTC 

[PATCH v1] i2c: ismt: Use %pad specifier for dma_addr_t variables
 2017-11-10 18:33 UTC 

[PATCH 0/4] i2c: mpc: Clean up clock selection
 2017-11-10  7:50 UTC  (2+ messages)
` [PATCH 4/4] i2c: mpc: always determine I2C clock prescaler at runtime


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