public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-01-07 17:34:03 to 2011-02-05 10:55:03 UTC [more...]

Ben is at FOSDEM2011
 2011-02-05 10:55 UTC 

[PATCH 00/10] Split i2c-designware.c to support PCI drivers
 2011-02-04  4:28 UTC  (14+ messages)
  ` [PATCH 01/10] i2c-designware: Allow mixed endianness accesses
  ` [PATCH 02/10] i2c-designware: split of i2c-designware.c into core and bus specific parts
  ` [PATCH 03/10] i2c-designware: retrieve clock frequency based CONFIG_HAVE_CLK
  ` [PATCH 04/10] i2c-designware: Add support for Designware core behind PCI devices
  ` [PATCH 05/10] i2c-designware: move i2c functionality bit field to be adapter specific
  ` [PATCH 06/10] i2c-designware: move controller config to bus specific portion of driver
  ` [PATCH 07/10] i2c-designware: Support multiple cores using same ISR
  ` [PATCH 08/10] i2c-designware: Push all register reads/writes into the core code
  ` [PATCH 09/10] i2c-designware: Add runtime power management support
  ` [PATCH 10/10] i2c-intel-mid.c: Remove i2c-intel-mid.c

[PATCH] i2c-gpio: add devicetree support
 2011-02-03 18:07 UTC  (17+ messages)
          ` [PATCH 1/3] of: define dummy of_get_property if not CONFIG_OF
          ` [PATCH 2/3] of: of_gpiochip_add is needed only for gpiolib
          ` [PATCH 3/3 v2] i2c-gpio: add devicetree support
              ` [3/3,v2] "

Compliments,
 2011-02-03 10:28 UTC 

Add restart support to i2c-pnx
 2011-02-03  8:03 UTC  (10+ messages)

[PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers
 2011-02-03  4:08 UTC 

[PATCH] i2c-eg20t: support new devie ML7213 IOH
 2011-02-03  0:37 UTC 

[PATCH] i2c: eg20t: include slab.h for memory allocations
 2011-02-02 22:24 UTC  (2+ messages)

Mutual Aid Stash of Fortune
 2011-02-01 23:56 UTC 

[PATCH] [ARM] tegra: Add i2c support
 2011-01-31 22:48 UTC  (3+ messages)

[PATCH] i2c: OMAP: fix static suspend vs. runtime suspend
 2011-01-31 18:19 UTC  (7+ messages)
  ` [linux-pm] "

i2ctools/i2cset: Remove obsolete means to specify value mask
 2011-01-31 16:19 UTC 

[PATCH] i2c: Adding mangling capability to i2c imx bus controller
 2011-01-31 15:29 UTC 

[PATCH] i2c-stu300: make sure adapter-name is terminated
 2011-01-31 14:26 UTC  (2+ messages)

[PATCH 1/4] mfd: Remove obsolete cleanup for clientdata
 2011-01-31 10:45 UTC  (9+ messages)
` [PATCH 2/4] power: "
` [PATCH 4/4] drivers/staging/lirc: "
  ` [PATCH 3/4] staging/ste_rmi4: "

[PATCH 0/2] MAX8997/8966 MFD (PMIC+RTC+...) Initial Release
 2011-01-30 23:19 UTC  (5+ messages)
  ` [PATCH 1/2] MAX8997/8966 MFD Driver Initial Release (PMIC+RTC+MUIC+Haptic+...)
  ` [PATCH 2/2] MAX8997/8966 PMIC Regulator Driver Initial Release

[PATCH] i2c: Get rid of <linux/i2c-id.h>
 2011-01-30 19:46 UTC 

i2ctools: Need capability to write SMBus block command
 2011-01-29 17:39 UTC  (9+ messages)
      ` [PATCH] i2ctools: Add capability to write "
              ` [PATCH v2] "

[PATCH] drivers: i2c-core: Add trace events for i2c/smbus transfer functions
 2011-01-28 14:31 UTC 

[PATCH] i2c: Fix error return codes
 2011-01-28  4:15 UTC  (3+ messages)

[PATCH] drivers: i2c-core: Add trace events for i2c_master_send()/i2c_master_recv()
 2011-01-27 14:19 UTC  (3+ messages)

[PATCH 1/3] i2c_intel_mid: Improve error reporting
 2011-01-27 11:33 UTC  (5+ messages)
  ` [PATCH 2/3] i2c-intel-mid: improve timeout handling
  ` [PATCH 3/3] MID I2C runtime PM

[PATCH] i2c-intel-mid: I2C FIFO buffer size setting and fragmentation
 2011-01-27 10:34 UTC  (3+ messages)

[PATCH v4] i2c/busses: Add support for Diolan U2C-12 USB-I2C adapter
 2011-01-27  1:12 UTC  (3+ messages)

[PATCH] i2c: add driver for Freescale i.MX28
 2011-01-27  1:02 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Diolan U2C-12 USB/I2C adapter
 2011-01-26 23:49 UTC  (10+ messages)
  ` [PATCH v2 1/2] i2c/busses: Diolan U2C-12 USB/I2C adapter driver
  ` [PATCH v2 2/2] MAINTAINERS: Add maintainer for Diolan U2C-12 I2C "

Identifying i2c devices on Asus P8P67 sandybridge motherboard
 2011-01-26 21:37 UTC  (8+ messages)

[PATCH RFC] Splitting i2c-designware.c to support PCI drivers
 2011-01-25 15:30 UTC  (23+ messages)
  ` [PATCH 1/9] i2c-designware: Add designware PCI config option
  ` [PATCH 2/9] i2c-designware: Initial split of i2c-designware.c into core and bus specific parts
  ` [PATCH 3/9] i2c-designware: retrieve clock frequency based CONFIG_HAVE_CLK
  ` [PATCH 4/9] i2c-designware: Add support for Designware core behind PCI devices
  ` [PATCH 5/9] i2c-designware: move i2c functionality bit field to be adapter specific
  ` [PATCH 6/9] i2c-designware: move controller config to bus specific portion of driver
  ` [PATCH 7/9] i2c-designware: Allow mixed endianness accesses
  ` [PATCH 8/9] i2c-designware-pci: Add runtime power management support
  ` [PATCH 9/9] i2c-designware: Support multiple cores using same ISR

[PATCHv2] unicore32: add i2c bus driver for PKUnity SoC
 2011-01-24 14:28 UTC 

[PATCH] unicore32: add i2c bus driver for PKUnity SoC
 2011-01-24 14:21 UTC  (3+ messages)

[PATCH] i2c: octeon: Make the timeout 1*HZ instead of 1 jiffy
 2011-01-24 14:00 UTC  (5+ messages)
          ` [PATCH] i2c: octeon: Make the timeout independent of CONFIG_HZ

I2C support for CE4100, v3
 2011-01-21 19:32 UTC  (6+ messages)
` [PATCH 3/6] i2c/pxa2xx: Add PCI support for PXA I2C controller
` [PATCH 6/6] i2c/pxa2xx: pass of_node from platform driver to adapter and publish

[PATCH v3] i2c/busses: Add support for Diolan U2C-12 USB/I2C adapter
 2011-01-20 20:10 UTC 

multiple threads support
 2011-01-16 11:01 UTC 

[GIT PULL] i2c updates for 2.6.38, second round
 2011-01-14 21:47 UTC 

[PATCH] Add MAX17042 Fuel Gauge Driver - Initial Release
 2011-01-14 15:15 UTC  (2+ messages)

[GIT PULL] i2c updates for 2.6.38
 2011-01-13 23:24 UTC  (8+ messages)

[PATCH] i2c: Factor out runtime suspend checks from PM operations
 2011-01-13 20:28 UTC  (6+ messages)

[PATCH] i2c: Encourage move to dev_pm_ops by warning on use of legacy methods
 2011-01-13 20:14 UTC  (2+ messages)

[pull] Please pull bjdooks' i2c git
 2011-01-13 18:43 UTC  (3+ messages)

[PATCH 2.6.37] i2c-i801: SMBus patch for Intel DH89xxCC DeviceIDs
 2011-01-13 17:07 UTC  (2+ messages)

[PATCH] i2c: Unregister dummy devices last on adapter removal
 2011-01-12 16:24 UTC 

[PATCH] mfd: i2c: convert SCx200 driver from using raw PCI to platform device
 2011-01-11 10:47 UTC  (2+ messages)

[RFC] i2c-algo-bit: Disable interrupts while SCL is high
 2011-01-11  9:49 UTC  (6+ messages)
          ` Antw: "

[PATCH 1/2] i2c-bfin-twi: handle faulty slave devices better
 2011-01-11  5:25 UTC  (2+ messages)
  ` [PATCH 2/2] i2c-bfin-twi: move setup to the earlier subsys initcall

[PATCH v2] EG20T: Update PCH_I2C driver to 2.6.37
 2011-01-11  1:20 UTC 

[i2c-tools][PATCH] honor CROSS_COMPILE
 2011-01-10 14:46 UTC  (8+ messages)

i2c Issues
 2011-01-10 14:33 UTC  (2+ messages)

soc_camera Client Driver with Multiple I2C Addresses
 2011-01-10 14:31 UTC  (2+ messages)

current -next tree from bjdooks
 2011-01-09  6:58 UTC  (2+ messages)

NXP SC16IS752 dual-UART driver?
 2011-01-08 18:16 UTC  (2+ messages)

[PATCH 1/6] i2c-pxa: move i2c_pxa_remove to __devexit instead of just __exit
 2011-01-08 17:42 UTC  (2+ messages)

[PATCH] i2c-pxa: fix unbidding/rebidding of the device
 2011-01-08 16:18 UTC  (3+ messages)
  ` [PATCH] i2c-pxa: fix unbinding/rebinding "

pca953x GPIO
 2011-01-07 17:34 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox