linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-27 10:10:39 to 2012-03-21 11:50:36 UTC [more...]

[PATCH 0/3 v2] Updates for exynos4210 and DT-based systems
 2012-03-21 11:50 UTC  (16+ messages)
` [PATCH 1/3] i2c-s3c2410: Drop unused define
` [PATCH 2/3] i2c-s3c2410: Rework device type handling
  ` [PATCH 3/3] i2c-s3c2410: Add HDMIPHY quirk for S3C2440
          ` [PATCH] "

[PATCH] i2c-algo-bit: Don't resched on clock stretching
 2012-03-21 10:12 UTC 

[PATCH 0/2] i2c-tools: Clean up <linux/i2c-dev.h>
 2012-03-21  9:11 UTC  (4+ messages)
  ` [PATCH 1/2] "
  ` [PATCH 2/2] Split i2c-dev.h into parts

[PATCH] i2c-designware: add optional regulator support
 2012-03-20 15:16 UTC  (6+ messages)

[PATCH v9 0/4] AT91: replace broken TWI driver i2c-at91.c
 2012-03-19 15:07 UTC 

mc13xxx: add I2C support (now with regmap), V4
 2012-03-19 12:00 UTC  (6+ messages)
  ` [PATCH v4 1/4] mfd: mc13xxx-core: Prepare for separate spi and i2c backends
  ` [PATCH v4 2/4] mfd: mc13xxx-core: use regmap for register access
  ` [PATCH v4 3/4] mfd: mc13xxx-core: Move spi specific code into separate module
  ` [PATCH v4 4/4] mfd: mc13xxx: Add i2c driver

[PATCH RESEND] i2c/nomadik: runtime PM support
 2012-03-19 11:36 UTC  (4+ messages)

URGENT RESPONSE
 2012-03-19  4:30 UTC 

[PATCH 0/2] i2c: Don't assume bus nr 0 if none was specified
 2012-03-17 10:50 UTC  (5+ messages)
  ` [PATCH 1/2] i2c-pxa: Drop leftover comment
  ` [PATCH 2/2] i2c: Dynamically assign adapter id if it wasn't explictly specified

mc13xxx: add I2C support (now with regmap), V3
 2012-03-15 22:51 UTC  (16+ messages)
  ` [PATCH v3 1/6] regmap: add support for 7_25 format
  ` [PATCH v3 2/6] regmap: Add support for device with 24 data bits
  ` [PATCH v3 3/6] mfd: mc13xxx-core: Prepare for separate spi and i2c backends
  ` [PATCH v3 4/6] mfd: mc13xxx-core: use regmap for register access
  ` [PATCH v3 5/6] mfd: mc13xxx-core: Move spi specific code into separate module
  ` [PATCH v3 6/6] mfd: mc13xxx: Add i2c driver

[GIT PULL] i2c fixes for Linux 3.3
 2012-03-15 20:34 UTC 

[PATCH] i2c: Add clk_prepare/clk_unprepare calls to i2c-pxa
 2012-03-15 18:18 UTC 

[PATCH] i2c-dev: Add support for I2C_M_RECV_LEN
 2012-03-15 17:08 UTC 

[PATCH] i2c-algo-bit: Fix spurious SCL timeouts under heavy load
 2012-03-15 16:39 UTC  (4+ messages)
  ` [DEBUG PATCH] Print a message when a spurious i2c SCL timeout occurs

We Can Work Together
 2012-03-15 15:15 UTC 

[PATCH] i2c: designware: Add support for 16bit register access
 2012-03-14  9:05 UTC  (7+ messages)

[PATCH] i2c multiplexer driver for Proliant microserver N36L
 2012-03-14  8:28 UTC  (12+ messages)
    ` [lm-sensors] "

[PATCH 1/5 v4] i2c/gpio: add DT support
 2012-03-13 19:46 UTC  (4+ messages)

[PATCH 1/5 v3] i2c/gpio: add DT support
 2012-03-13 10:22 UTC  (8+ messages)

[PATCH 0/2] i2c-s3c2410: Updates for exynos4210 and DT-based systems
 2012-03-12 14:21 UTC  (7+ messages)
` [PATCH 1/2] i2c-s3c2410: Rework device type handling
` [PATCH 2/2] i2c-s3c2410: Add HDMIPHY quirk for S3C2440

mfd: mc13xxx: add I2C support, V2
 2012-03-12 14:06 UTC  (7+ messages)
  ` [PATCH v2 1/3] mfd: mc13xxx-core: Prepare for separate spi and i2c backends
  ` [PATCH v2 2/3] mfd: mc13xxx-core: Move spi specific code into separate module
  ` [PATCH v2 3/3] mfd: mc13xxx-core: Add i2c driver

[PATCH V3 0/2] I2C: Add bus recovery infrastructure
 2012-03-12  3:50 UTC  (4+ messages)
  ` [PATCH V3 1/2] i2c/adapter: "
  ` [PATCH V3 2/2] i2c/designware: Provide i2c bus recovery support

[PATCH] i2c: Update the FSF address
 2012-03-08 17:37 UTC 

[PATCH v2] i2c: tegra: Add delay before reset the controller
 2012-03-08 16:30 UTC  (5+ messages)

[PATCHv2 00/13] I2C updates
 2012-03-08 13:18 UTC  (14+ messages)
  ` [PATCHv2 01/13] I2C : OMAP : make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
  ` [PATCHv2 04/13] OMAP: I2C: I2C register restore only if context is lost
  ` [PATCHv2 07/13] OMAP: I2C: Optimise the remove code
  ` [PATCHv2 09/13] I2C: OMAP: Correct I2C revision for OMAP3
  ` [PATCHv2 10/13] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
  ` [PATCHv2 11/13] OMAP : I2C : use devm_* functions
` [PATCHv2 02/13] OMAP : I2C : Remove reset at init
` [PATCHv2 03/13] I2C: OMAP: Recover from Bus Busy condition
` [PATCHv2 05/13] OMAP: I2C: Fix the interrupt clearing in OMAP4
` [PATCHv2 06/13] OMAP: I2C: Fix the mismatch of pm_runtime enable and disable
` [PATCHv2 08/13] OMAP: I2C: Fix the error handling
` [PATCHv2 12/13] I2C : OMAP : Fix the crash in i2c remove
` [PATCHv2 13/13] OMAP: I2C: Handle error check for pm runtime

[PATCH V1] i2c: gpio: Use open drain support from gpio driver
 2012-03-08 11:01 UTC  (10+ messages)

[PATCH 1/5 v2] i2c/gpio: add DT support
 2012-03-07 19:30 UTC  (5+ messages)

[PATCH 1/2] i2c: tegra: Remove unnecessary clk_get
 2012-03-07 18:16 UTC  (6+ messages)
` [PATCH 2/2] i2c: tegra: Remove unnecessary write to INT_STATUS

[PATCH v2] i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait time
 2012-03-07 18:16 UTC  (7+ messages)

Proposal
 2012-03-06  1:38 UTC 

Proposal
 2012-03-06  1:01 UTC 

[PATCH v3 0/7] ARM: davinci: add support for the am1808 based enbw_cmc board
 2012-03-05 11:10 UTC  (3+ messages)
  ` [PATCH v3 5/7] ARM: davinci: i2c: add OF support
  ` [PATCH v3 7/7] ARM: davinci: add support for the am1808 based enbw_cmc board

another i2c/for-next branch
 2012-03-04 23:43 UTC  (4+ messages)

rtc-ds3232 driver
 2012-03-02 17:27 UTC  (5+ messages)

[PATCH 1/2] i2c/busses: Add PM support
 2012-03-01 13:45 UTC  (18+ messages)
` [PATCH 2/2] i2c/designware: Provide optional i2c bus recovery function

[PATCH] i2c-mpc: avoid I2C abnormal after resuming from deep sleep
 2012-03-01 11:27 UTC  (5+ messages)

(unknown)
 2012-03-01 10:44 UTC  (2+ messages)
` [GIT PULL] i2c-embedded bugfixes for 3.3

[PATCH 1/7] drm/i915: add dev_priv to intel_gmbus
 2012-02-29 19:56 UTC  (13+ messages)
` [PATCH 2/7] drm/nouveau: do a better job at hiding the NIH i2c bit-banging algo
` [PATCH 3/7] i2c: export bit-banging algo functions
            ` [PATCH] "
` [Intel-gfx] [PATCH 1/7] drm/i915: add dev_priv to intel_gmbus

[PATCH v6] I2C: add CSR SiRFprimaII on-chip I2C controllers driver
 2012-02-29 19:15 UTC  (3+ messages)

[PATCH] i2c/imx: fix imx driver to work though signal is pending
 2012-02-29 19:06 UTC  (2+ messages)

[PATCH Resend] i2c/designware: dw_i2c_init_driver as subsys initcall
 2012-02-29 18:57 UTC  (2+ messages)

[RESEND] Congatec CGEB base, i2c and watchdog driver support
 2012-02-28 14:32 UTC  (7+ messages)
` [PATCH 1/3] mfd: Add basic support for the Congatec CGEB BIOS interface

[PATCH 6/7] drm/i915: i2c: unconditionally set up gpio fallback
 2012-02-27 18:29 UTC  (3+ messages)
  ` [PATCH] "

[PATCH] i2c/designware: dw_i2c_init_driver as subsys initcall
 2012-02-27 13:17 UTC  (3+ 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).