linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-15 13:43:40 to 2012-06-29 12:40:02 UTC [more...]

[RFC PATCH 0/3] I2C: Report the actual transferred bytes
 2012-06-29 12:40 UTC  (6+ messages)
  ` [RFC PATCH 1/3] i2c: add 'actual' field to struct i2c_msg
` [RFC PATCH 2/3] i2c: omap: implement handling for 'actual' bytes transferred
` [RFC PATCH 3/3] i2c: inititalise the actual transferred to zero

[PATCH 1/2] MXS: Set I2C timing registers for mxs-i2c
 2012-06-29 12:05 UTC  (12+ messages)
  ` [PATCH 2/2] MXS: Implement DMA support into mxs-i2c

[PATCH] I2C: OMAP: fix runtime PM get/put balance on error
 2012-06-29 12:02 UTC  (2+ messages)

[PATCH] i2c: Export an unlocked flavor of i2c_transfer
 2012-06-29 10:47 UTC 

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

[PATCH] i2c-s3c2410: Use plain pm_runtime_put()
 2012-06-29  9:30 UTC  (2+ messages)

[PATCH] I2C: OMAP: xfer: fix runtime PM get/put balance on error
 2012-06-29  5:47 UTC  (4+ messages)

[PATCHv11 0/6] I2C cleanups
 2012-06-29  1:34 UTC  (9+ messages)
` [PATCHv11 1/6] i2c: omap: Optimise the remove code
` [PATCHv11 2/6] i2c: omap: Use SET_RUNTIME_PM_OPS
` [PATCHv11 3/6] i2c: omap: Do not initialise the completion everytime
  ` [PATCHv11 4/6] i2c: omap: Remove the definition of SYSS_RESETDONE_MASK
  ` [PATCHv11 6/6] i2c: omap: Recover from Bus Busy condition
` [PATCHv11 5/6] i2c: omap: Correct I2C revision for OMAP3

[PATCH] i2c-s3c2410: Convert to devm_request_and_ioremap()
 2012-06-28 12:55 UTC 

[PATCH] i2c-i801: Clear only status bits in HST_STS after waiting for INTR
 2012-06-28 12:51 UTC  (2+ messages)

[PATCH 0/8 v3] i2c: i801: enable irq
 2012-06-28 11:36 UTC  (19+ messages)
` [PATCH 1/8 v3] i2c: i801: refactor use of LAST_BYTE i801_block_transaction_byte_by_byte
` [PATCH 2/8 v3] i2c: i801: optimize waiting for HWPEC to finish
` [PATCH 3/8 v3] i2c: i801: check INTR after every transaction
` [PATCH 4/8 v3] i2c: i801: check and return errors during byte-by-byte transfers
  ` [PATCH 5/8 v3] i2c: i801: rename some SMBHSTCNT bit constants
` [PATCH 6/8 v3] i2c: i801: drop ENABLE_INT9
` [PATCH 7/8 v3] i2c: i801: enable irq for i801 smbus transactions
` [PATCH 8/8 v3] i2c: i801: enable irq for byte_by_byte transactions

[PATCH] i2c: tegra: use clk_disable_unprepare in place of clk_disable
 2012-06-27 15:59 UTC  (8+ messages)

[PATCH 0/3 v2] i2c: i801: enable irq
 2012-06-27 14:01 UTC  (15+ messages)
` [PATCH 1/3] i2c: i801: refactor i801_block_transaction_byte_by_byte
` [PATCH 2/3 v2] i2c: i801: enable irq for i801 smbus transactions
` [PATCH 3/3 v2] i2c: i801: enable irq for byte_by_byte transactions

i801_smbus: ... you should use it instead of the native driver
 2012-06-27  9:33 UTC  (2+ messages)

[PATCHv10 00/11] I2C fixes
 2012-06-27  9:01 UTC  (4+ messages)
` [PATCH 07/11] I2C: OMAP: Handle error check for pm runtime

[PATCH 1/2 V3] MXS: Set I2C timing registers for mxs-i2c
 2012-06-27  2:34 UTC  (13+ messages)

[RFC/PATCH 0/3] OMAP3 I2C/SCCB support
 2012-06-26 21:37 UTC  (10+ messages)
` [RFC/PATCH 1/3] i2c: Add SCCB support
` [RFC/PATCH 2/3] i2c: Fall back to emulated SMBus if the operation isn't supported natively
  ` [RFC/PATCH 3/3] i2c: omap: Add support for I2C_M_STOP message flag

[PATCH] i2c_dw: deadlock happening when system is trying to suspend
 2012-06-26 14:29 UTC 

[PATCH 7/9] I2C: MV64XXX: Add Device Tree support
 2012-06-26 14:13 UTC  (4+ messages)

[PATCHv9 0/7] I2C cleanups
 2012-06-26 11:23 UTC  (14+ messages)
` [PATCHv10 1/7] I2C: OMAP: I2C register restore only if context is lost
  ` [PATCHv10 2/7] I2C: OMAP: Optimise the remove code
  ` [PATCHv10 3/7] I2C: OMAP: Use SET_RUNTIME_PM_OPS
  ` [PATCHv10 6/7] I2C: OMAP: Correct I2C revision for OMAP3
` [PATCHv10 4/7] I2C: OMAP: Do not initialise the completion everytime
` [PATCHv10 5/7] I2C: OMAP: Remove the definition of SYSS_RESETDONE_MASK
` [PATCHv10 7/7] I2C: OMAP: Recover from Bus Busy condition

[PATCHv8 00/13] I2C cleanups
 2012-06-26 11:15 UTC  (29+ messages)
` [PATCHv8 01/13] I2C: OMAP: I2C register restore only if context is lost
` [PATCHv8 02/13] I2C: OMAP: Remove the definition of SYSS_RESETDONE_MASK
` [PATCHv8 05/13] I2C: OMAP: Optimise the remove code
` [PATCHv8 09/13] I2C: OMAP: Do not initialise the completion everytime
  ` [PATCHv8 03/13] I2C: OMAP: Remove reset at init
  ` [PATCHv8 04/13] I2C: OMAP: Recover from Bus Busy condition
  ` [PATCHv8 06/13] I2C: OMAP: Correct I2C revision for OMAP3
  ` [PATCHv8 07/13] I2C: OMAP: use devm_* functions
  ` [PATCHv8 08/13] I2C: OMAP: Use SET_RUNTIME_PM_OPS
  ` [PATCHv8 10/13] I2C: OMAP: simplify num_bytes handling
  ` [PATCHv8 11/13] I2C: OMAP: decrease indentation level on data handling
  ` [PATCHv8 13/13] I2C: OMAP: simplify omap_i2c_ack_stat()
` [PATCHv8 12/13] I2C: OMAP: add blank lines

[PATCH] i2c-nomadik: Add 10-bit addressing support
 2012-06-25 18:35 UTC  (2+ messages)

[PATCH 1/2] i2c: Update my e-mail address
 2012-06-25 12:42 UTC  (2+ messages)

[PATCHv9 0/8] I2C cleanups
 2012-06-25 10:27 UTC  (11+ messages)
` [PATCHv9 1/8] I2C: OMAP: I2C register restore only if context is lost
  ` [PATCHv9 2/8] I2C: OMAP: Optimise the remove code
  ` [PATCHv9 3/8] I2C: OMAP: use devm_* functions
  ` [PATCHv9 4/8] I2C: OMAP: Use SET_RUNTIME_PM_OPS
  ` [PATCHv9 5/8] I2C: OMAP: Do not initialise the completion everytime
  ` [PATCHv9 6/8] I2C: OMAP: Remove the definition of SYSS_RESETDONE_MASK
  ` [PATCHv9 7/8] I2C: OMAP: Correct I2C revision for OMAP3
  ` [PATCHv9 8/8] I2C: OMAP: Recover from Bus Busy condition

[PATCH 2/2] libi2c: Use I2C_SMBUS_BLOCK_MAX
 2012-06-22 14:59 UTC 

[PATCH 1/2] libi2c: Propagate error codes
 2012-06-22 14:59 UTC 

HONG LEONG BANK (Malaysia)
 2012-06-21 11:34 UTC 

[PATCH 07/15] i2c: Add Device Tree support to the Nomadik I2C driver
 2012-06-21  6:47 UTC  (3+ messages)

[PATCH] i2c: let the core register devices from devicetree
 2012-06-21  1:16 UTC  (2+ messages)

[PATCH] i2c: tegra: remove unused member variable
 2012-06-20 12:55 UTC 

[PATCH] i2c writing-clients document: mention module_i2c_driver()
 2012-06-18 16:41 UTC  (3+ messages)

[PATCH 09/14] i2c: Add Device Tree support to the Nomadik I2C driver
 2012-06-18 11:37 UTC  (18+ messages)
    ` [PATCH 1/3] "
            ` Fwd: "
    ` [PATCH 2/3] ARM: ux500: Add i2c configurations to the Device Tree for DB8500 based devices

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

COCA COLA UK select 1,000,000.00 GBP to your email id (Send Name____Address___ Mobile ___for claim)‏
 2012-06-18  5:23 UTC 

Pleasant Greetings
 2012-06-17 10:48 UTC 

[PATCH] i2c multiplexer driver for Proliant microserver N36L
 2012-06-16  6:51 UTC  (6+ messages)
` [PATCH 0/3] i2c-piix4: Multiple piix4-compatible SMBus support (revised)
  ` [PATCH 3/3] i2c-piix4: support AMD auxiliary SMBus controller


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