linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-06 17:20:03 to 2015-09-24 17:29:53 UTC [more...]

[PATCH v1 0/8] enable I2C devices behind I2C bus on Gen2
 2015-09-24 17:29 UTC  (19+ messages)
` [PATCH v1 1/8] i2c / ACPI: Rework I2C device scanning
` [PATCH v1 2/8] mfd: core: redo ACPI matching of the children devices
` [PATCH v1 3/8] mfd: intel_quark_i2c_gpio: load gpio driver first
` [PATCH v1 4/8] mfd: intel_quark_i2c_gpio: support devices behind i2c bus
` [PATCH v1 5/8] gpio: pca953x: store driver_data for future use
` [PATCH v1 6/8] gpio: pca953x: support ACPI devices found on Galileo Gen2
` [PATCH v1 7/8] at24: enable ACPI device "
` [PATCH v1 8/8] pwm-pca9685: "

[RESEND PATCH v4 0/8] i2c: Relax mandatory I2C ID table passing
 2015-09-24 16:58 UTC  (14+ messages)
` [RESEND PATCH v4 1/8] i2c: Add pointer dereference protection to i2c_match_id()
` [RESEND PATCH v4 2/8] i2c: Add the ability to match device to compatible string without an of_node
` [RESEND PATCH v4 3/8] i2c: Match using traditional OF methods, then by vendor-less compatible strings
` [RESEND PATCH v4 5/8] i2c: Export i2c_match_id() for direct use by device drivers
  ` [RESEND PATCH v4 4/8] i2c: Make I2C ID tables non-mandatory for DT'ed devices
  ` [RESEND PATCH v4 6/8] i2c: Provide a temporary .probe2() call-back type
  ` [RESEND PATCH v4 7/8] mfd: 88pm860x: Move over to new I2C device .probe() call
  ` [RESEND PATCH v4 8/8] mfd: as3722: Rid driver of superfluous I2C device ID structure

[PATCH] i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348
 2015-09-24  9:06 UTC 

[PATCH] i2c/designware: enable i2c controller to suspend/resume asynchronously
 2015-09-24  7:12 UTC  (3+ messages)

[PATCH v2] i2c/designware: enable i2c controller to suspend/resume asynchronously
 2015-09-24  7:10 UTC 

[PATCH] i2c: enable i2c adapter to suspend/resume asynchronously
 2015-09-24  6:51 UTC  (3+ messages)

[PATCH v2] i2c: enable i2c adapter to suspend/resume asynchronously
 2015-09-24  6:50 UTC 

[PATCH] i2c: enable i2c device to suspend/resume asynchronously
 2015-09-24  6:27 UTC  (3+ messages)

[PATCH v2] i2c: enable i2c device to suspend/resume asynchronously
 2015-09-24  6:26 UTC 

[PATCH] i2c-core: allow either old or of_matching of devices
 2015-09-23 14:41 UTC 

(unknown),
 2015-09-23 10:48 UTC 

[PATCH v4 0/3] I2C/SMBus: add support for Host Notify (in i2c_i801)
 2015-09-23  9:16 UTC  (3+ messages)

[PATCH 1/1] i2c: added FUNC flag for unsupported clock stretching
 2015-09-23  9:04 UTC  (2+ messages)

[PATCH v2] i2c-ocores: support big-endian register layout
 2015-09-23  6:35 UTC 

[PATCH 0/6] Add LS1043A SoC support
 2015-09-23  4:16 UTC  (21+ messages)
  ` [PATCH 1/6] i2c: Add i2c support to Freescale Layerscape platforms
  ` [PATCH 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC
` [PATCH 2/6] watchdog: Add support for Freescale Layerscape platforms
` [PATCH 3/6] Documentation: DT: Add entry for FSL LS1043ARDB board
` [PATCH 5/6] clk: qoriq: Add ls1043a support
` [PATCH 6/6] dts/ls1043a: add LS1043ARDB board support

[PATCH V2 1/6] i2c: Add i2c support to Freescale Layerscape platforms
 2015-09-22 12:34 UTC  (6+ messages)
` [PATCH V2 2/6] watchdog: Add support for "
  ` [PATCH V2 3/6] Documentation: DT: Add entry for FSL LS1043ARDB board
  ` [PATCH V2 5/6] clk: qoriq: Add ls1043a support
` [PATCH V2 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC
` [PATCH V2 6/6] dts/ls1043a: add LS1043ARDB board support

[PATCH] i2c-ocores: support big-endian register layout
 2015-09-22 11:29 UTC 

[PATCH 3/3] at24: Support 16-bit devices on SMBus
 2015-09-21 18:40 UTC  (2+ messages)
` [PATCH 3/3 v2] "

[PATCH 2/3] at24: Support SMBus byte writes to 16-bit devices
 2015-09-21 18:39 UTC  (2+ messages)
` [PATCH 2/3 v2] "

[PATCH 1/3] at24: Support SMBus block writes to 16-bit devices
 2015-09-21 18:39 UTC  (2+ messages)
` [PATCH 1/3 v2] "

[Patch V6] i2c: imx: implement bus recovery
 2015-09-21 10:29 UTC  (2+ messages)

[Patch V5] i2c: imx: implement bus recovery
 2015-09-21  8:13 UTC  (9+ messages)
  ` [Patch V5] ARM: dts: imx6qdl-sabresd: add i2c pinctrl gpio state for "

[PATCH] i2c: tegra: drop duplicated code for assigning algo
 2015-09-21  3:20 UTC  (2+ messages)

[RESEND PATCH 2/3] i2c: added I2C_FUNC_NO_CLK_STRETCH to i2c-algo-bit.c
 2015-09-20 10:40 UTC  (3+ messages)
  ` [PATCH v2 3/3] iio: humidity: si7020: added No Hold read mode

[PATCH v2 1/1] i2c: core: fix a code to suppress a warning
 2015-09-18 11:10 UTC  (2+ messages)

[Patch V8] i2c: imx: add runtime pm support to improve the performance
 2015-09-18  9:51 UTC 

[Patch V7] i2c: imx: add runtime pm support to improve the performance
 2015-09-18  9:21 UTC  (4+ messages)

[PATCH 4/4] i2c: stu300: Fix module autoload for OF platform driver
 2015-09-17 20:52 UTC  (2+ messages)

[PATCH 3/4] i2c: rk3x: Fix module autoload for OF platform driver
 2015-09-17 16:36 UTC 

[PATCH 2/4] i2c: meson: Fix module autoload for OF platform driver
 2015-09-17 16:35 UTC 

[PATCH 1/4] i2c: ibm-iic: Fix module autoload for OF platform driver
 2015-09-17 16:35 UTC 

[PATCH 0/4] i2c: Fix module autoload for OF platform driver
 2015-09-17 16:34 UTC 

[PATCH] i2c: nvmem: at24: Provide an EEPROM framework interface
 2015-09-17 14:58 UTC  (4+ messages)

Fix for Dell P57G touchpad found, need advice on patch
 2015-09-17  9:32 UTC  (5+ messages)

[RFT 0/2] i2c: add support for r8a7795 (RCar H3)
 2015-09-17  5:08 UTC  (2+ messages)

[PATCH 1/6] i2c: ismt: improve usage of devres API
 2015-09-16 14:24 UTC  (6+ messages)
  ` [PATCH 2/6] i2c: ismt: PCI core handles power state for us
  ` [PATCH 3/6] i2c: ismt: do not duplicate msi_enabled flag
  ` [PATCH 4/6] i2c: ismt: propagate actual error code
  ` [PATCH 5/6] i2c: ismt: issue a warning when fail to request MSI
  ` [PATCH 6/6] i2c: ismt: mark register space with __iomem

[RESEND PATCH 1/3] i2c: added FUNC flag for unsupported clock stretching
 2015-09-16 13:32 UTC 

[PATCH 1/1] i2c: core: fix a code to suppress a warning
 2015-09-15 13:34 UTC  (7+ messages)

[PATCH v3 0/7] i2c: img-scb: fixes to support i2c on pistachio
 2015-09-14 12:15 UTC  (9+ messages)
  ` [PATCH v3 1/7] i2c: img-scb: enable fencing for all versions of the ip
  ` [PATCH v3 2/7] i2c: img-scb: do dummy writes before fifo access
  ` [PATCH v3 3/7] i2c: img-scb: use DIV_ROUND_UP to round divisor values
  ` [PATCH v3 4/7] i2c: img-scb: fix LOW and HIGH period values for the SCL clock
  ` [PATCH v3 5/7] i2c: img-scb: use line_status instead of i2c->line_status
  ` [PATCH v3 6/7] i2c: img-scb: Clear line and interrupt status before starting a transfer
  ` [PATCH v3 7/7] i2c: img-scb: verify support for requested bit rate

[PATCH v2] dts: keystone: Use new "ti,keystone-i2c" compatible
 2015-09-14  9:07 UTC 

[PATCH v2] i2c: davinci: Optimize clock generation on Keystone SoC
 2015-09-14  9:03 UTC 

[PATCH-v5 RESEND 0/5] i2c: pxa: Add support for PXA910 family of device
 2015-09-14  5:28 UTC  (7+ messages)
` [PATCH-v5 RESEND 2/5] i2c: pxa: enable/disable i2c module across msg xfer
` [PATCH-v5 RESEND 3/5] i2c: pxa: Add support for pxa910/988 & new configuration features

read/write from/to an i2c device from linux
 2015-09-12 18:02 UTC 

[PATCH v4 0/8] i2c: Relax mandatory I2C ID table passing
 2015-09-11  9:48 UTC  (16+ messages)
  ` [PATCH v4 1/8] i2c: Add pointer dereference protection to i2c_match_id()
` [PATCH v4 2/8] i2c: Add the ability to match device to compatible string without an of_node
` [PATCH v4 3/8] i2c: Match using traditional OF methods, then by vendor-less compatible strings
` [PATCH v4 4/8] i2c: Make I2C ID tables non-mandatory for DT'ed devices
` [PATCH v4 5/8] i2c: Export i2c_match_id() for direct use by device drivers
` [PATCH v4 6/8] i2c: Provide a temporary .probe2() call-back type
` [PATCH v4 7/8] mfd: 88pm860x: Move over to new I2C device .probe() call
` [PATCH v4 8/8] mfd: as3722: Rid driver of superfluous I2C device ID structure

[PATCH] i2c-dev: Fix I2C_SLAVE ioctl comment
 2015-09-11  9:27 UTC 

[PATCH 0/2] new tool 'i2ctransfer'
 2015-09-11  9:12 UTC  (5+ messages)
` [PATCH 1/2] i2c-tools: add "
` [PATCH 2/2] i2c-tools: i2ctransfer: clean up allocated resources

[Patch v4] i2c: imx: implement bus recovery
 2015-09-11  2:10 UTC  (3+ messages)

[PATCH] i2c-dev: Fix typo in ioctl name reference
 2015-09-10 21:30 UTC  (3+ messages)

Contact Us For Unsecured Guaranteed Loans Today!!!?
 2015-09-10  0:56 UTC 

[PATCH] i2c: sirf: tune the divider to make i2c bus freq more accurate
 2015-09-09 10:30 UTC 

[PATCH v4 0/22] On-demand device probing
 2015-09-09  9:40 UTC  (6+ messages)
  ` [PATCH v4 11/22] i2c: core: Probe i2c adapters and devices on demand

[PATCH 0/9] i2c: rcar: tackle race conditions in the driver
 2015-09-09  8:54 UTC  (9+ messages)

[Patch v2] i2c: imx: implement bus recovery
 2015-09-09  8:46 UTC  (9+ messages)

[Patch V7] i2c: imx: add runtime pm support to improve the performance
 2015-09-09  2:04 UTC  (5+ messages)

[PATCH v3 2/2] drm: bridge/dw_hdmi: add dw hdmi i2c bus adapter support
 2015-09-08 22:08 UTC  (2+ messages)

[PATCH v3 0/4] arm: tegra: implement NVEC driver using tegra i2c
 2015-09-08 12:31 UTC  (8+ messages)
` [PATCH v3 1/4] i2c: tegra: implement slave mode

[PATCH] i2c: i2c-au1550: relax bus timings a bit
 2015-09-08  6:56 UTC 

[PATCH 0/8] i2c: img-scb: fixes to support i2c on pistachio
 2015-09-07 21:13 UTC  (6+ messages)
            ` i2ctransfer (Was: [PATCH 0/8] i2c: img-scb: fixes to support i2c on pistachio)

[RESEND PATCH 1/2] i2c: added FUNC flag for unsupported clock stretching
 2015-09-07  9:48 UTC  (2+ messages)
  ` [RESEND PATCH 2/2] i2c: added I2C_FUNC_NO_CLK_STRETCH to i2c-algo-bit.c

[PULL REQUEST] i2c for 4.3
 2015-09-06 17:20 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).