linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-25 05:03:06 to 2015-09-16 08:40:39 UTC [more...]

Fix for Dell P57G touchpad found, need advice on patch
 2015-09-16  8:40 UTC  (4+ messages)

[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  (8+ 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 

[RESEND PATCH v4 0/8] i2c: Relax mandatory I2C ID table passing
 2015-09-11 16:30 UTC  (10+ 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 V5] i2c: imx: implement bus recovery
 2015-09-11 10:42 UTC  (2+ messages)
  ` [Patch V5] ARM: dts: imx6qdl-sabresd: add i2c pinctrl gpio state for "

[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  (20+ messages)
` [PATCH 1/9] i2c: rcar: rework hw init
` [PATCH 2/9] i2c: rcar: remove unused IOERROR state
  ` [PATCH 3/9] i2c: rcar: remove spinlock
  ` [PATCH 4/9] i2c: rcar: refactor setup of a msg
  ` [PATCH 5/9] i2c: rcar: init new messages in irq
  ` [PATCH 7/9] i2c: rcar: check master irqs before slave irqs
` [PATCH 6/9] i2c: rcar: don't issue stop when HW does it automatically
` [PATCH 8/9] i2c: rcar: revoke START request early
` [PATCH 9/9] i2c: rcar: clean up after refactoring

[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:12 UTC 

[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  (3+ 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

[PATCH] i2c: tegra: drop duplicated code for assigning algo
 2015-09-07  3:08 UTC 

[PULL REQUEST] i2c for 4.3
 2015-09-06 17:20 UTC 

[PATCH repost] i2c: rcar: Fix order of restart and clear status
 2015-09-06 15:58 UTC  (3+ messages)

[PATCH] i2c: mux: fix compiler warning
 2015-09-05 18:13 UTC  (2+ messages)

[PATCH v2 1/2] i2c: davinci: Optimize clock generation on Keystone SoC
 2015-09-04 10:29 UTC  (2+ messages)

[PATCH 3/3] at24: Support 16-bit devices on SMBus
 2015-09-03 22:20 UTC  (2+ messages)

[PATCH] drivers: i2c: exynos5: irq spinlock rt-safe
 2015-09-03 21:31 UTC  (5+ messages)
` [PATCHv2] "

[PATCH 2/3] at24: Support SMBus byte writes to 16-bit devices
 2015-09-03 19:53 UTC 

[PATCH 1/3] at24: Support SMBus block writes to 16-bit devices
 2015-09-03 19:52 UTC 

[PATCH] i2c: Remove setting for 1 second timeout from adapter drivers
 2015-09-03 11:19 UTC 

[PATCH] drivers/i2c/muxes/i2c-mux-reg: Change ioread endianness for readback
 2015-09-03  9:59 UTC  (2+ messages)

[PATCH] i2c-mux-reg: fix compilation warnings
 2015-09-03  9:57 UTC  (2+ messages)

[PATCH] i2c: mux: reg: simplify register size checking
 2015-09-03  9:56 UTC  (6+ messages)

[PATCH v2 0/5] i2c: img-scb: enchancements to support i2c on pistachio
 2015-09-03  8:54 UTC  (7+ messages)
` [PATCH v2 2/5] i2c: img-scb: remove fifo EMPTYING interrupts handle
` [PATCH v2 3/5] i2c: img-scb: add handle for stop detected interrupt
` [PATCH v2 5/5] i2c: img-scb: support repeated starts on IP v3.3

Re:
 2015-09-01 16:06 UTC 

Re:
 2015-09-01 12:01 UTC 

[RESEND PATCH 0/7] Export I2C and OF module aliases in missing drivers
 2015-08-31 22:46 UTC  (7+ messages)
` [RESEND PATCH 1/7] i2c: core: Export I2C module alias information in dummy driver

[PATCH] i2c: muxes: fix leaked i2c adapter device node references
 2015-08-31 20:40 UTC  (2+ messages)

Do you need a loan?
 2015-08-31 19:03 UTC 

[PATCH 0/6] i2c: designware: Code duplication removal and cleanups
 2015-08-31 14:31 UTC  (7+ messages)
  ` [PATCH 1/6] i2c: designware: Remove interrupt clearing from i2c_dw_pci_probe()
  ` [PATCH 2/6] i2c: designware: Disable interrupts before requesting PCI device interrupt
  ` [PATCH 3/6] i2c: designware: Remove unused functions
  ` [PATCH 4/6] i2c: designware: Make dw_readl() and dw_writel() static
  ` [PATCH 5/6] i2c: designware: Rename platform driver probe and PM functions
  ` [PATCH 6/6] i2c: designware: Move common probe code into i2c_dw_probe()

[Patch V6] i2c: imx: add runtime pm support to improve the performance
 2015-08-31  7:26 UTC  (3+ messages)

(unknown),
 2015-08-30  1:58 UTC 

(unknown),
 2015-08-29 18:29 UTC 

1
 2015-08-28 12:51 UTC 

[PATCH 1/1] i2c: added FUNC flag for unsupported clock stretching
 2015-08-28 10:43 UTC 

[Patch V5] i2c: imx: add runtime pm support to improve the performance
 2015-08-28  6:15 UTC  (7+ messages)

LOAN OFFER OF ALL TYPES
 2015-08-27 21:36 UTC 

loan services of different types
 2015-08-26 12:46 UTC 

[Patch V4] i2c: imx: add runtime pm support to improve the performance
 2015-08-26  3:21 UTC  (6+ messages)

[RFC] i2c: Revert back to old device naming for ACPI enumerated I2C slaves
 2015-08-25 17:12 UTC  (13+ messages)

Good News !! Please Respond Swiftly
 2015-08-25 11:49 UTC 

[PATCH 0/4] Support multiplexed main SMBus interface on SB800
 2015-08-25 11:05 UTC  (5+ messages)
  ` [PATCH 1/4] i2c-piix4: Optionally release smba in piix4_adap_remove
  ` [PATCH 2/4] i2c-piix4: Convert piix4_main_adapter to array
  ` [PATCH 3/4] i2c-piix4: Add support for multiplexed main adapter in SB800
  ` [PATCH 4/4] i2c-piix4: Add adapter port name support for SB800 chipset

[RFC 0/1] i2c: acpi: revert setting a "stable" device name
 2015-08-25  5:03 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;
as well as URLs for NNTP newsgroup(s).