linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-11 17:57:06 to 2013-01-29 20:22:26 UTC [more...]

[PATCH v2 0/6] I2C: sis630: add sis964 support
 2013-01-29 20:22 UTC  (29+ messages)
  ` [PATCH v2 1/6] Add SIS964 bus support to i2c-sis630
  ` [PATCH v2 2/6] Bugfix: clear sticky bits
  ` [PATCH v2 3/6] Bugfix: behavior after collision
  ` [PATCH v2 4/6] Cosmetics: hex to constants for SMBus commands
  ` [PATCH v2 5/6] Misc: display unsigned hex
  ` [PATCH v2 6/6] Cleanup
            ` [PATCH v3 0/6] I2C: sis630: add sis964 support
                ` [PATCH v3 1/6] Add SIS964 bus support to i2c-sis630
                ` [PATCH v3 2/6] Bugfix: clear sticky bits
                ` [PATCH v3 3/6] Bugfix: behavior after collision
                ` [PATCH v3 4/6] Cosmetics: hex to constants for SMBus commands
                ` [PATCH v3 5/6] Misc: display unsigned hex
                ` [PATCH v3 6/6] Cleanup
                        ` [PATCH v4] Cleanup

[PATCH v4] i2c: Adding support for Intel iSMT SMBus 2.0 host controller
 2013-01-29 18:52 UTC  (7+ messages)
  ` [PATCH v5] "

[PATCH] i2c: s3c2410 : Add polling mode support
 2013-01-29 15:29 UTC 

[PATCH V2 REPOST] i2c: add bcm2835 driver
 2013-01-29  5:22 UTC 

[PATCH v2] i2c-isch: Add module parameter for backbone clock rate if divider is unset
 2013-01-28 13:17 UTC  (2+ messages)

[PATCH RFC] misc/at24: distinguish between eeprom and fram chips
 2013-01-28 10:40 UTC  (6+ messages)

[PATCH 3/3] i2c-i801: SMBus patch for Intel Avoton DeviceIDs
 2013-01-28  4:36 UTC  (3+ messages)

[PATCH V10 1/2] i2c/adapter: Add bus recovery infrastructure
 2013-01-26  5:13 UTC  (5+ messages)
  ` [PATCH V10 2/2] i2c/designware: Provide i2c bus recovery support

[PATCH 0/2] i2c: Implement generic gpio based bus arbitration
 2013-01-26  5:00 UTC  (8+ messages)
` [PATCH 1/2] i2c-core: Add gpio based bus arbitration implementation

[PATCH] i2c-isch: Add module parameter for backbone clock rate if divider is unset
 2013-01-25  9:59 UTC  (3+ messages)

[PATCH V9 1/2] i2c/adapter: Add bus recovery infrastructure
 2013-01-25  9:36 UTC  (9+ messages)
  ` [PATCH V9 2/2] i2c/designware: Provide i2c bus recovery support

[PATCH V8 1/2] i2c/adapter: Add bus recovery infrastructure
 2013-01-25  9:23 UTC  (21+ messages)
` [PATCH V8 2/2] i2c/designware: Provide i2c bus recovery support

[PATCH v2 re-send] i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440
 2013-01-25  8:39 UTC  (2+ messages)

[RFC PATCH] mxs: i2c: Implement arbitrary clock speed derivation algorithm
 2013-01-25  6:33 UTC  (4+ messages)

PATCH v2] i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440
 2013-01-24 19:28 UTC  (3+ messages)

[PATCH] i2c: samsung: resume race fix
 2013-01-24 16:44 UTC  (6+ messages)

[PATCH REBASE 0/6] i2c: omap: misc changes
 2013-01-24 16:11 UTC  (19+ messages)
        ` [PATCH 0/6] i2c: deferred STP
          ` [PATCH 2/6] i2c: omap: also complete() when stat becomes zero
          ` [PATCH 3/6] i2c: omap: improve 'rev' a little bit
            ` [PATCH 1/6] i2c: omap: no need to access platform_device
            ` [PATCH 4/6] i2c: omap: in case of VERSION_2 read IRQSTATUS_RAW but write to IRQSTATUS
            ` [PATCH 5/6] i2c: omap: wait for transfer completion before sending STP bit
                  ` [PATCH 5/6 v2] "
            ` [PATCH 6/6] i2c: omap: get rid of b_hw flag

[PATCH 1/2] misc/at24: Add at24c512b eeprom support
 2013-01-24 14:41 UTC  (14+ messages)
  ` [PATCH 2/2] ARM: dts: imx51-babbage: "

[PATCH V2] i2c: mxs: Add PIO and mixed-DMA support
 2013-01-24 14:18 UTC  (3+ messages)

[PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data
 2013-01-24 14:07 UTC  (2+ messages)

[PATCH] i2c: mxs: Add PIO and mixed-DMA support
 2013-01-24 12:39 UTC  (3+ messages)

question about drivers/i2c/busses/i2c-davinci.c
 2013-01-24 12:36 UTC  (2+ messages)

[PATCH 0/2] i2c-s3c2410: Implementation bus arbitration support
 2013-01-24 12:20 UTC  (3+ messages)
` [PATCH 1/2] i2c-s3c2410: Leave the bus disabled unless it is in use

[PATCH v2] i2c: s3c2410: Use devm_clk_get() and devm_request_irq()
 2013-01-24 12:10 UTC  (2+ messages)

[PATCH] i2c: at91: add of_device_id entry for at91rm9200
 2013-01-24 10:44 UTC  (8+ messages)

[PATCH] i2c: nomadik: drop superfluous variable initialization
 2013-01-24 10:30 UTC 

[PATCH v5] i2c: nomadik: adopt pinctrl support
 2013-01-24 10:23 UTC  (2+ messages)

[PATCH V3 0/4] i2c: s3c2410: Add devm_* apis and cleanup
 2013-01-24 10:11 UTC  (5+ messages)
` [PATCH V3 1/4] i2c: s3c2410: Remove unnecessary label err_noclk
  ` [PATCH V3 2/4] i2c: s3c2410: Convert to use devm_* APIs
` [PATCH V3 3/4] i2c: s3c2410: Move location of clk_prepare_enable() call in probe function
` [PATCH V3 4/4] i2c: s3c2410: Remove err_cpufreq label

INFO
 2013-01-24  9:38 UTC 

[PATCH 0/4] i2c-designware: add Intel Lynxpoint support
 2013-01-24  9:18 UTC  (10+ messages)
` [PATCH 2/4] i2c-designware: always set the STOP bit after last byte
` [PATCH 3/4] i2c-designware: add minimal support for runtime PM
` [PATCH 4/4] i2c-designware: add support for Intel Lynxpoint
  ` [PATCH 1/4] i2c-designware: add missing MODULE_LICENSE

[PATCH 1/2] i2c: sirf: register i2c_client from dt child-nodes in probe entry
 2013-01-24  7:38 UTC  (5+ messages)
` [PATCH 2/2] i2c: sirf: add support for new SiRFmarco SMP SoC

[PATCH] i2c: nomadik: adopt pinctrl support
 2013-01-24  7:28 UTC  (2+ messages)

[PATCH] i2c: tegra: add support for Tegra114 SoC
 2013-01-24  7:28 UTC  (2+ messages)

[PATCH 0/4] i2c: sh_mobile: fix STOP condition generation
 2013-01-24  7:27 UTC  (6+ messages)
  ` [PATCH 1/4] i2c: i2c-sh_mobile.c: cosmetic: trivially simplify 2 functions
` [PATCH 2/4] i2c: sh_mobile: fix timeout error handling
` [PATCH 3/4] i2c: sh_mobile: eliminate an open-coded "goto" loop
` [PATCH 4/4] i2c: sh_mobile: don't send a stop condition by default inside transfers

[PATCH] drivers: i2c-nforce2: fix coding style issues
 2013-01-24  7:27 UTC  (2+ messages)

[PATCH V2 0/4] i2c: s3c2410: Add devm_* apis and cleanup
 2013-01-24  7:26 UTC  (2+ messages)

[PATCH] i2c-core: Remove definition of i2c_smbus_process_call
 2013-01-24  7:26 UTC  (2+ messages)

linux-3.7.[1,4]: kmemleak in i801_probe
 2013-01-23 17:35 UTC  (3+ messages)

[PULL REQUEST] i2c for 3.8
 2013-01-23 13:23 UTC 

[PATCH] i2c: i2c-mxs: Fix type of error code
 2013-01-23 11:26 UTC  (5+ messages)

[PATCH] i2c: omap: fix draining irq handling
 2013-01-23  9:57 UTC  (5+ messages)

[PATCH] i2c: omap: errata i462: fix incorrect ack for arbitration lost interrupt
 2013-01-23  9:57 UTC  (3+ messages)

[PATCH] drivers: i2c: muxes: fix sizeof(ptr)
 2013-01-23  9:56 UTC  (2+ messages)

[PATCH] i2c: mxs: Fix misuse init_completion
 2013-01-23  9:55 UTC  (3+ messages)

[PATCH 1/3] i2c: exynos5: add High Speed I2C controller driver
 2013-01-23  5:05 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 10/33] i2c: Convert to devm_ioremap_resource()
 2013-01-22 22:30 UTC  (2+ messages)

[PATCH RESEND] i2c: tegra: add support for Tegra114 SoC
 2013-01-21 14:21 UTC 

[PATCH] i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440
 2013-01-20 23:28 UTC  (3+ messages)

[GIT PULL] i2c: vt8500: Add support for Wondermedia I2C master-mode
 2013-01-16  5:52 UTC  (2+ messages)
  ` [PATCH] "

[PATCH 1/2] i2c-core: dt: Pick i2c bus number from i2c alias if present
 2013-01-15  6:34 UTC  (10+ messages)
` [REPOST PATCH 0/2] Add automatic bus number support for i2c busses with device tree
  ` [REPOST PATCH 1/2] i2c-core: dt: Pick i2c bus number from i2c alias if present
    ` [PATCH v2 0/2] Add automatic bus number support for i2c busses with device tree
      ` [PATCH v2 1/2] i2c-core: dt: Pick i2c bus number from i2c alias if present
      ` [PATCH v2 2/2] i2c: pxa: Use i2c-core to get bus number now
  ` [REPOST PATCH "


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).