linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-14 00:38:37 to 2016-05-31 15:37:21 UTC [more...]

[PATCH] i2c: elektor: Utilize the module_isa_driver macro
 2016-05-31 15:37 UTC 

[PATCH v7 0/4] i2c-smbus: add support for HOST NOTIFY
 2016-05-31 10:03 UTC  (5+ messages)
` [PATCH v7 1/4] i2c: add a protocol parameter to the alert callback
` [PATCH v7 2/4] i2c-smbus: add SMBus Host Notify support
` [PATCH v7 3/4] i2c: i801: add support of Host Notify
` [PATCH v7 4/4] Input: synaptics-rmi4 - add SMBus support

[PATCH v6 0/4] i2c-smbus: add support for HOST NOTIFY
 2016-05-31  9:17 UTC  (2+ messages)

[PATCH v2 0/7] iio: inv_mpu6050: Support i2c master and external readings
 2016-05-31  8:56 UTC  (22+ messages)
` [PATCH v2 1/7] iio: inv_mpu6050: Do burst reads using spi/i2c directly
` [PATCH v2 2/7] iio: inv_mpu6050: Initial regcache support
` [PATCH v2 3/7] iio: inv_mpu6050: Only toggle DATA_RDY_EN in inv_reset_fifo
` [PATCH v2 4/7] iio: inv_mpu6050: Cache non-volatile bits of user_ctrl
` [RFC v2 5/7] iio: inv_mpu6050: Add support for auxiliary I2C master
` [PATCH v2 6/7] iio: inv_mpu6050: Reformat sample for active scan mask
` [RFC v2 7/7] iio: inv_mpu6050: Expose channels from slave sensors

[v10, 0/7] Fix eSDHC host version register bug
 2016-05-30 14:57 UTC  (14+ messages)
` [v10, 7/7] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
            ` [PATCH 1/4] base: soc: introduce soc_device_match() interface
            ` [PATCH 2/4] soc: fsl: add GUTS driver for QorIQ platforms
            ` [PATCH 3/4] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
            ` [PATCH 4/4] Revert "powerpc/fsl: Move fsl_guts.h out of arch/powerpc"

i2c tools
 2016-05-30 14:33 UTC 

[PATCH] i2c: i801: Drop needless bit-wise OR
 2016-05-30 14:07 UTC  (3+ messages)

[PATCH] Revert "i2c: dev: switch from register_chrdev to cdev API"
 2016-05-30  7:05 UTC  (4+ messages)

[PATCH v2 00/10] i2c-i801: Various cleanups
 2016-05-30  1:09 UTC  (11+ messages)
` [PATCH v2 01/10] i2c-i801: Remove hwpec from block byte-by-byte function
` [PATCH v2 02/10] i2c-i801: Move hostcfg set/reset to i801_access()
` [PATCH v2 03/10] i2c-i801: Move hwpec handling into block transaction
` [PATCH v2 04/10] i2c-i801: Consolidate calls to i801_check_pre()
` [PATCH v2 05/10] i2c-i801: Consolidate calls to i801_check_post
` [PATCH v2 06/10] i2c-i801: Pass around a boolean read/write variable
` [PATCH v2 07/10] i2c-i801: Fix some inconsistent variable names
` [PATCH v2 08/10] i2c-i801: Handle a protocol error in byte-by-byte isr
` [PATCH v2 09/10] i2c-i801: Null isr data buffer when done with it
` [PATCH v2 10/10] i2c-i801: Only write the host control reg when necessary

[PATCH 00/14] eeprom: at24: driver rework and at24cs/at24mac support
 2016-05-29 21:53 UTC  (15+ messages)
` [PATCH 01/14] eeprom: at24: improve the device_id table readability
` [PATCH 02/14] eeprom: at24: move at24_read() below at24_eeprom_write()
` [PATCH 03/14] eeprom: at24: coding style fixes
` [PATCH 04/14] eeprom: at24: call read/write functions via function pointers
` [PATCH 05/14] eeprom: at24: hide the read/write loop behind a macro
` [PATCH 06/14] eeprom: at24: split at24_eeprom_read() into specialized functions
` [PATCH 07/14] eeprom: at24: split at24_eeprom_write() "
` [PATCH 08/14] eeprom: at24: platform_data: use BIT() macro
` [PATCH 09/14] eeprom: at24: platform_data: add serial number flag
` [PATCH 10/14] eeprom: at24: support reading the serial number
` [PATCH 11/14] eeprom: at24: add the at24cs series to the list of supported devices
` [PATCH 12/14] eeprom: at24: platform_data: add at24mac series flag
` [PATCH 13/14] eeprom: at24: add support for at24mac series
` [PATCH 14/14] eeprom: at24: add at24mac chips to the list of supported devices

[PATCH 1/1] iio: light: Added CM36672 Proximity Sensor Driver
 2016-05-29 16:45 UTC  (2+ messages)

[PULL REQUEST] i2c for 4.7
 2016-05-28 19:06 UTC 

[i2c: dev] d6760b14d4: BUG: KASAN: slab-out-of-bounds in of_device_uevent at addr ffff8800091b4c49
 2016-05-28 10:14 UTC  (5+ messages)

[patch] i2c: dev: use after free in detach
 2016-05-28  8:57 UTC  (2+ messages)

[PULL REQUEST] i2c for 4.7
 2016-05-27 20:59 UTC 

[PATCH] i2c: dev: don't start function name with 'return'
 2016-05-27 20:53 UTC  (2+ messages)

[PATCH v8 1/3] i2c: tegra: use readx_poll_timeout after config_load reg programmed
 2016-05-27 13:37 UTC  (3+ messages)
` [PATCH v8 2/3] i2c: tegra: add separate function for config_load programing
` [PATCH v8 3/3] i2c: tegra: proper handling of error cases

[PATCH 1/1] i2c-dev: switch from register_chrdev to cdev API
 2016-05-27 11:17 UTC  (2+ messages)

[PATCH V3 0/2] i2c: qup: Some misc fixes
 2016-05-26 22:01 UTC  (5+ messages)
` [PATCH V3 1/2] i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled
` [PATCH V3 2/2] i2c: qup: Fix error handling

[PATCH 1/2][v3] i2c: qup: add ACPI support
 2016-05-26 19:37 UTC  (2+ messages)
` [PATCH 2/2][v4] i2c: qup: support SMBus block read

[PATCH v2] i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO
 2016-05-26 19:06 UTC  (3+ messages)

[PATCH v2 0/5] of: dynamic: Changesets helpers & fixes
 2016-05-26 18:58 UTC  (8+ messages)
` [PATCH v2 1/5] of: dynamic: Add __of_node_dupv()
` [PATCH v2 2/5] of: changesets: Introduce changeset helper methods
  ` [PATCH v2 3/5] of: changeset: Add of_changeset_node_move method
` [PATCH v2 4/5] of: unittest: changeset helpers
` [PATCH v2 5/5] i2c: demux: Use changeset helpers for clarity

[PATCH v3] i2c: at91: change log when dma configuration fails
 2016-05-26 18:57 UTC  (2+ messages)

[PATCH] misc: at24: Fix typo in at24 header file
 2016-05-26 18:53 UTC  (2+ messages)

[PATCH] i2c: I2C_RCAR should depend on HAS_DMA
 2016-05-26 18:44 UTC  (3+ messages)

[PATCH] i2c: rcar: use dma_request_chan()
 2016-05-26 18:43 UTC  (2+ messages)

[RFC 0/1] i2c: omap: Add support for switching to slave mode
 2016-05-26 16:07 UTC  (3+ messages)
` [RFC 1/1] drivers: i2c: omap: Add slave support

[PATCH v3 1/2] i2c: qup: add ACPI support
 2016-05-26 15:42 UTC  (6+ messages)
` [PATCH v3 2/2] i2c: qup: support SMBus block read

[PATCH 0/5]
 2016-05-26 12:15 UTC  (15+ messages)
` [PATCH 1/5] i2c-i801: hwpec and check_pre cleanups
` [PATCH 2/5] i2c-i801: Move hostcfg set/reset to i801_access()
` [PATCH 3/5] i2c-i801: Move PEC handling into i2c_block_transaction()
` [PATCH 4/5] i2c-i801: clean up block transaction
` [PATCH 5/5] i2c-i801: Remove redundant code and event-drive

[PATCH 0/5] i2c: designware: Enable fast mode plus and high speed
 2016-05-26 12:02 UTC  (8+ messages)
` [PATCH 1/5] i2c: designware: Move clk_freq into struct dw_i2c_dev
` [PATCH 2/5] i2c: designware: get fast plus and high speed *CNT configuration
` [PATCH 3/5] i2c: designware: Enable fast mode plus
` [PATCH 4/5] i2c: designware: set the common config before the if else
` [PATCH 5/5] i2c: designware: Enable high speed mode

[PATCH] i2c: nomadik: move runtime suspend of hw to _noirq
 2016-05-25 12:53 UTC  (3+ messages)

i2c: xlp9xx: add ACPI support for Broadcom Vulcan
 2016-05-24  8:09 UTC 

[RFC PATCH] i2c: i801: Fix I2C Block Read on 8-Series/C220 and later
 2016-05-24  7:00 UTC  (2+ messages)

[PATCH v2 1/2] i2c: qup: add ACPI support
 2016-05-23 17:45 UTC  (10+ messages)
` [PATCH v2 2/2] i2c: qup: support SMBus block read

[PATCH v5] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
 2016-05-23  8:04 UTC 

THIS IS FROM MRS. LIRA MANDOZA
 2016-05-22 19:11 UTC 

[PATCH 0018/1529] Fix typo
 2016-05-21 14:07 UTC  (2+ messages)

[PULL REQUEST] i2c for 4.7
 2016-05-19 21:23 UTC 

i2c-i801 partially broken on Lynx Point PCH?
 2016-05-19 11:29 UTC  (7+ messages)

[PATCH v4] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
 2016-05-19 10:09 UTC  (4+ messages)

[PATCHv2] i2c: rcar: add DMA support
 2016-05-19  8:09 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: add i2c nodes for rk3399
 2016-05-19  8:09 UTC  (2+ messages)

[PATCH 0/5] Add support for the STM32F4 I2C
 2016-05-18  7:24 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: Document the STM32 I2C bindings
` [PATCH 2/5] i2c: Add STM32F4 I2C driver

[PATCH v10 0/8] add i2c driver supported for rk3399
 2016-05-16 20:17 UTC  (12+ messages)
` [PATCH v10 1/8] i2c: rk3x: add documentation to fields in "struct rk3x_i2c"
` [PATCH v10 2/8] i2c: rk3x: use struct "rk3x_i2c_calced_timings"
` [PATCH v10 3/8] i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd()
` [PATCH v10 4/8] i2c: rk3x: Change SoC data to not use array
` [PATCH v10 5/8] i2c: rk3x: Move spec timing data to "static const" structs
  ` [PATCH v10 6/8] dt-bindings: i2c: rk3x: add support for rk3399
` [PATCH v10 7/8] i2c: rk3x: add i2c support for rk3399 soc
` [PATCH v10 8/8] i2c: rk3x: support fast-mode plus for rk3399

[PATCH i2c-tools] i2cget: Add support for i2c block data
 2016-05-16 11:39 UTC  (5+ messages)

[PATCH V2 0/2] drivers: i2c: qup: Some misc fixes
 2016-05-16  5:59 UTC  (10+ messages)
` [PATCH V2 1/2] drivers: i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled
` [PATCH V2 2/2] drivers: i2c: qup: Fix error handling

[PATCH] i2c: rcar: add DMA support
 2016-05-14 12:12 UTC  (3+ messages)

[PATCH v9 0/8] add i2c driver supported for rk3399
 2016-05-14 11:30 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).