linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-09 11:45:51 to 2012-06-15 09:22:56 UTC [more...]

[PATCH] i2c multiplexer driver for Proliant microserver N36L
 2012-06-15  9:22 UTC  (21+ messages)
    ` [lm-sensors] "
                              ` [PATCH 0/3] i2c-piix4: Multiple piix4-compatible SMBus support (revised)
                                ` [PATCH 1/3] i2c-piix4: eliminate piix4_smba global variable
                                  ` [PATCH 2/3] i2c-piix4: separate registration and probing code
                                ` [PATCH 3/3] i2c-piix4: support AMD auxiliary SMBus controller

[PATCH 09/14] i2c: Add Device Tree support to the Nomadik I2C driver
 2012-06-15  9:02 UTC  (22+ messages)
        ` [PATCH 1/3] "
        ` [PATCH 3/3] Documentation: Device Tree binding information for i2c-nomadik driver
      ` [PATCH 2/3] ARM: ux500: Add i2c configurations to the Device Tree for DB8500 based devices

[PATCH] i2c: let the core register devices from devicetree
 2012-06-14 17:29 UTC  (11+ messages)

[PATCH V3 0/3] i2c-nomadik changes
 2012-06-14 17:25 UTC  (9+ messages)
` [PATCH V3 1/3] i2c-nomadik: move header to <linux/platform_data/i2c-nomadik.h>
` [PATCH V3 2/3] i2c-nomadik: turn the platform driver to an amba driver
` [PATCH V3 3/3] i2c-nomadik: depend on ARM_AMBA, not PLAT_NOMADIK

[PATCH v3 0/4] i2c: tegra: Bug fixes, cleanups and M_NOSTART support
 2012-06-14 16:07 UTC  (10+ messages)
` [PATCH V3 1/4] i2c: tegra: make sure register writes completes
` [PATCH V3 2/4] i2c: tegra: add PROTOCOL_MANGLING as supported functionality
` [PATCH V3 3/4] i2c: tegra: support for I2C_M_NOSTART functionality
` [PATCH V3 4/4] i2c: tegra: make all resource allocation through devm_*

[PATCH 0/4] I2C Ocores updates
 2012-06-14 13:23 UTC  (5+ messages)
` [PATCH 2/4] i2c: i2c-ocores: Use reg-shift property

[PATCH 1/9] ARM: Kirkwood: Add interrupt controller support for DT boards
 2012-06-14 11:55 UTC  (7+ messages)

[PATCH 00/17] Big OMAP I2C Cleanup
 2012-06-14 11:48 UTC  (38+ messages)
` [PATCH 01/17] i2c: omap: simplify num_bytes handling
` [PATCH 02/17] i2c: omap: decrease indentation level on data handling
` [PATCH 03/17] i2c: omap: add blank lines
` [PATCH 05/17] i2c: omap: split out [XR]DR and [XR]RDY
` [PATCH 07/17] i2c: omap: re-factor receive/transmit data loop
  ` [PATCH 04/17] i2c: omap: simplify omap_i2c_ack_stat()
  ` [PATCH 06/17] i2c: omap: improve 1p153 errata handling
  ` [PATCH 08/17] i2c: omap: switch over to do {} while loop
  ` [PATCH 13/17] i2c: omap: bus: add a receiver flag
  ` [PATCH 16/17] i2c: omap: simplify IRQ exit path
` [PATCH 09/17] i2c: omap: ack IRQ in parts
` [PATCH 10/17] i2c: omap: get rid of the "complete" label
` [PATCH 11/17] i2c: omap: switch to devm_* API
` [PATCH 12/17] i2c: omap: switch to platform_get_irq()
` [PATCH 14/17] i2c: omap: simplify errata check
` [PATCH 15/17] i2c: omap: always return IRQ_HANDLED
` [PATCH 17/17] i2c: omap: resize fifos before each message

[PATCH 5/9] ARM: kirkwood: use devicetree for orion-spi
 2012-06-14 10:54 UTC  (7+ messages)

[PATCH 00/16] Enable SPARSE_IRQ support for imx
 2012-06-14  8:00 UTC  (4+ messages)
  ` [PATCH 12/16] i2c: imx: remove unneeded mach/irqs.h inclusion

[PATCH 1/2] i2c: stu300: use clk_prepare/unprepare
 2012-06-14  7:17 UTC  (3+ messages)

[PATCH RFC/RFT] i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG_I2C_DESIGNWARE_PCI=y
 2012-06-13 12:51 UTC 

[PATCH V4 0/2] I2C: Add bus recovery infrastructure
 2012-06-13  9:03 UTC  (4+ messages)
` [PATCH V4 1/2] i2c/adapter: "

[PATCH 1/8 v2] i2c: i2c-bfin-twi: Illegal i2c bus lock upon certain transfer scenarios
 2012-06-13  8:22 UTC  (8+ messages)
` [PATCH 3/8 v2] i2c: i2c-bfin-twi: Break dead waiting loop if i2c device misbehaves
` [PATCH 5/8 v2] i2c:i2c-bfin-twi: TWI fails to restart next transfer in high system load
  ` [PATCH 2/8 v2] i2c: i2c-bfin-twi: Improve the patch for bug "Illegal i2c bus lock upon certain transfer scenarios"
  ` [PATCH 4/8 v2] i2c: i2c-bfin-twi: Tighten condition when failing I2C transfer if MEN bit is reset unexpectedly
  ` [PATCH 6/8 v2] i2c:i2c-bfin-twi: include twi head file
  ` [PATCH 7/8 v2] i2c: i2c-bfin-twi: Move TWI peripheral pin request array to platform data
` [PATCH 8/8 v2] i2c: i2c-bfin-twi: Move blackfin TWI register access Macro to head file

[PATCH 1/8] i2c: i2c-bfin-twi: Illegal i2c bus lock upon certain transfer scenarios
 2012-06-13  7:47 UTC  (21+ messages)
` [PATCH 2/8] i2c: i2c-bfin-twi: Stop receiving operation immediately in last rx interrupt
` [PATCH 3/8] i2c: i2c-bfin-twi: Break dead waiting loop if i2c device misbehaves
` [PATCH 4/8] i2c: i2c-bfin-twi: Tighten condition when failing I2C transfer if MEN bit is reset unexpectedly
` [PATCH 6/8] i2c:i2c-bfin-twi: include twi head file
` [PATCH 7/8] i2c: i2c-bfin-twi: Move TWI peripheral pin request array to platform data
` [PATCH 8/8] i2c: i2c-bfin-twi: Move blackfin TWI register access Macro to head file

lm75_remove: LM75 Device remove using sysfs delete_device
 2012-06-13  4:23 UTC  (7+ messages)
  ` [lm-sensors] "

[PATCH 2/2] i2c: stu300: use devm allocation
 2012-06-12 17:33 UTC 

[PATCH] i2c: use module_pci_driver
 2012-06-12 16:39 UTC  (3+ messages)

[PATCH v2 0/4] i2c: tegra: Bug fixes, cleanups and M_NOSTART support
 2012-06-12 16:25 UTC  (7+ messages)
  ` [PATCH V2 1/4] i2c: tegra: make sure register writes completes
  ` [PATCH V2 2/4] i2c: tegra: add PROTOCOL_MANGLING as supported functionality
  ` [PATCH V2 3/4] i2c: tegra: support for I2C_M_NOSTART functionality
` [PATCH V2 4/4] i2c: tegra: make all resource allocation through devm_*

[PATCH 0/4] i2c: tegra: Bug fixes, cleanups and M_NOSTART support
 2012-06-12 16:07 UTC  (9+ messages)
` [PATCH 1/4] i2c: tegra: make sure register writes completes

[PATCH] i2c-piix4: support multiple PIIX4 SMBus hosts
 2012-06-12 12:47 UTC  (8+ messages)
` [PATCH 0/3] Multiple piix4-compatible SMBus support
  ` [PATCH 1/3] i2c-piix4: eliminate global I/O base address
  ` [PATCH 2/3] i2c-piix4: separate registration and probing code
  ` [PATCH 3/3] i2c-piix4: support aux SMBus on AMD chipsets

[PATCH] i2c-s3c2410: Fix pointer type passed to of_match_node()
 2012-06-12 10:38 UTC  (3+ messages)

[PATCH V3] m68knommu: driver for Freescale Coldfire I2C controller
 2012-06-12  7:42 UTC  (4+ messages)

[PATCHv10 00/11] I2C fixes
 2012-06-11 17:39 UTC  (5+ messages)

[PATCH 1/2 V3] MXS: Set I2C timing registers for mxs-i2c
 2012-06-11 14:42 UTC  (8+ messages)
  ` [PATCH 2/2 V2] MXS: Implement DMA support into mxs-i2c

[PATCH 8/9] ARM: Kirkwood: Add DT support for GPIO controllers
 2012-06-10 22:48 UTC  (3+ messages)

[PATCH 9/9] Kirkwood: Add basic device tree support for QNAP TS219
 2012-06-10 21:22 UTC  (3+ messages)

[PATCH 7/9] I2C: MV64XXX: Add Device Tree support
 2012-06-10 17:11 UTC  (2+ messages)

[PATCH 6/9] ARM: kirkwood: use devicetree for SPI on dreamplug
 2012-06-10 17:08 UTC  (2+ messages)

[PATCH 4/9] spi-orion: add device tree binding
 2012-06-10 16:51 UTC  (2+ messages)

[PATCH 0/9] Kirkwood DT support For IRQ, SPI, I2C, GPIO
 2012-06-10 16:41 UTC  (2+ messages)

[PATCH 2/9] SPI: Refactor spi-orion to use SPI framework queue
 2012-06-10 16:30 UTC  (2+ messages)

[PATCH 3/9] spi-orion: remove uneeded spi_info
 2012-06-10 10:31 UTC 

[PATCH 1/2 V2] MXS: Set I2C timing registers for mxs-i2c
 2012-06-09 13:10 UTC  (5+ 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).