linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-20 21:34:57 to 2012-08-17 19:07:50 UTC [more...]

[PATCH] i2c: tegra: dynamically control fast clk
 2012-08-17 19:07 UTC  (4+ messages)

[PATCH 1/1] i2c: Add default configuration into the Nomadik I2C driver
 2012-08-17 19:05 UTC  (10+ messages)
  ` [PATCH 1/1 v2] "
  ` [PATCH 1/1 v4] "

[PATCH REBASE 1/2] i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20
 2012-08-17 19:02 UTC  (2+ messages)
  ` [PATCH REBASE 2/2] i2c: tegra: dynamically control fast clk

[PATCH] i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20
 2012-08-16 21:16 UTC  (4+ messages)

[PATCHv7 00/24] I2C big cleanup
 2012-08-16 14:15 UTC  (26+ messages)
` [PATCHv7 03/24] i2c: omap: decrease indentation level on data handling
` [PATCHv7 04/24] i2c: omap: add blank lines
` [PATCHv7 09/24] i2c: omap: switch over to do {} while loop
  ` [PATCHv7 01/24] i2c: omap: switch to devm_* API
  ` [PATCHv7 02/24] i2c: omap: simplify num_bytes handling
  ` [PATCHv7 05/24] i2c: omap: simplify omap_i2c_ack_stat()
  ` [PATCHv7 06/24] i2c: omap: split out [XR]DR and [XR]RDY
  ` [PATCHv7 07/24] i2c: omap: improve i462 errata handling
  ` [PATCHv7 08/24] i2c: omap: re-factor receive/transmit data loop
  ` [PATCHv7 10/24] i2c: omap: ack IRQ in parts
  ` [PATCHv7 12/24] i2c: omap: bus: add a receiver flag
  ` [PATCHv7 13/24] i2c: omap: simplify errata check
  ` [PATCHv7 15/24] i2c: omap: simplify IRQ exit path
  ` [PATCHv7 17/24] i2c: omap: get rid of the "complete" label
  ` [PATCHv7 18/24] i2c: omap: remove redundant status read
  ` [PATCHv7 20/24] i2c: omap: switch to threaded IRQ support
  ` [PATCHv7 21/24] i2c: omap: remove unnecessary pm_runtime_suspended check
  ` [PATCHv7 22/24] i2c: omap: switch over to autosuspend API
  ` [PATCHv7 24/24] i2c: omap: Prevent NULL pointer dereference in remove
` [PATCHv7 11/24] i2c: omap: switch to platform_get_irq()
` [PATCHv7 14/24] i2c: omap: always return IRQ_HANDLED
` [PATCHv7 16/24] i2c: omap: resize fifos before each message
` [PATCHv7 19/24] i2c: omap: always return IRQ_HANDLED
` [PATCHv7 23/24] i2c: omap: sanitize exit path

[PATCH] I2C: MIPS: lantiq: add FALC-ON i2c bus master
 2012-08-16  9:40 UTC  (4+ messages)

[RESEND PATCH] i2c: Adding support for Intel iSMT SMBus 2.0 host controller
 2012-08-16  8:58 UTC  (2+ messages)

[PATCH 0/4] i2c: tegra: required clock support for controller
 2012-08-16  8:22 UTC  (9+ messages)
  ` [PATCH 1/4] ARM: tegra: clock: add i2c fast clock entry in clock table
  ` [PATCH 2/4] i2c: tegra: pass proper name for getting clock
  ` [PATCH 4/4] ARM: tegra: clock: remove unused clock entry for i2c
` [PATCH 3/4] ARM: tegra: clock: add connection name in i2c clock entry

[PATCHv6 00/24] I2C big cleanup
 2012-08-16  3:18 UTC  (27+ messages)
` [PATCHv6 01/24] i2c: omap: switch to devm_* API
` [PATCHv6 02/24] i2c: omap: simplify num_bytes handling
` [PATCHv6 03/24] i2c: omap: decrease indentation level on data handling
` [PATCHv6 04/24] i2c: omap: add blank lines
` [PATCHv6 05/24] i2c: omap: simplify omap_i2c_ack_stat()
` [PATCHv6 07/24] i2c: omap: improve i462 errata handling
` [PATCHv6 08/24] i2c: omap: re-factor receive/transmit data loop
` [PATCHv6 09/24] i2c: omap: switch over to do {} while loop
  ` [PATCHv6 06/24] i2c: omap: split out [XR]DR and [XR]RDY
  ` [PATCHv6 10/24] i2c: omap: ack IRQ in parts
  ` [PATCHv6 12/24] i2c: omap: bus: add a receiver flag
  ` [PATCHv6 18/24] i2c: omap: remove redundant status read
` [PATCHv6 11/24] i2c: omap: switch to platform_get_irq()
` [PATCHv6 13/24] i2c: omap: simplify errata check
` [PATCHv6 14/24] i2c: omap: always return IRQ_HANDLED
` [PATCHv6 15/24] i2c: omap: simplify IRQ exit path
` [PATCHv6 16/24] i2c: omap: resize fifos before each message
` [PATCHv6 17/24] i2c: omap: get rid of the "complete" label
` [PATCHv6 19/24] i2c: omap: always return IRQ_HANDLED
` [PATCHv6 20/24] i2c: omap: switch to threaded IRQ support
` [PATCHv6 21/24] i2c: omap: remove unnecessary pm_runtime_suspended check
` [PATCHv6 22/24] i2c: omap: switch over to autosuspend API
` [PATCHv6 23/24] i2c: omap: sanitize exit path
` [PATCHv6 24/24] i2c: omap: Prevent NULL pointer dereference in remove

i2c-designware-core: KBUILD_MODNAME undeclared [was: Build regressions/improvements in v3.6-rc1]
 2012-08-15 20:01 UTC 

[PATCH] i2c: (i2c-diolan-u2c) Fix master_xfer return code
 2012-08-13 16:05 UTC  (5+ messages)

MDaemon Notification -- Attachment Removed
 2012-08-11  4:56 UTC 

[PATCH 4/5] i2c-i801: Add Device IDs for Intel Lynx Point-LP PCH
 2012-08-09 16:43 UTC 

[PATCH 0/6] I2C cleanup
 2012-08-09 13:48 UTC  (8+ messages)
  ` [PATCH 1/6] i2c: omap: Prevent NULL pointer dereference in remove
  ` [PATCH 2/6] i2c-xiic: Fix a possible NULL pointer access
  ` [PATCH 3/6] i2c: designware: "
  ` [PATCH 4/6] i2c: at91: "
  ` [PATCH 5/6] i2c-puv3: "
  ` [PATCH 6/6] i2c: davinci: "

[PATCH v6 7/7] ARM: davinci: add support for the am1808 based enbw_cmc board
 2012-08-09  7:52 UTC  (3+ messages)

[PATCH RESEND 1/2] i2c: pnx: Fix bit definitions
 2012-08-08  7:42 UTC  (2+ messages)
  ` [PATCH RESEND 2/2] i2c: pnx: Fix read transactions of >= 2 bytes

[PATCH] i2c-i801: Add device tree support
 2012-08-08  7:06 UTC 

[PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()
 2012-08-08  6:54 UTC 

[PATCH v7] ARM: davinci: i2c: add OF support
 2012-08-07 14:35 UTC  (4+ messages)

[PATCH] I2C: OMAP: xfer: fix runtime PM get/put balance on error
 2012-08-07  0:28 UTC  (2+ messages)

[PATCH] i2c: fix i2c-i801.c printk format warning
 2012-08-06 16:17 UTC  (2+ messages)

[PATCH 1/1] i2c: Add default configuration into the Nomadik I2C driver
 2012-08-06 15:18 UTC  (4+ messages)

[PATCH v2] i2c: convert struct i2c_msg initialization to C99 format
 2012-08-06 14:12 UTC  (2+ messages)

[PATCH 1/1] i2c: Add default configuration into the Nomadik I2C driver
 2012-08-06 11:23 UTC  (2+ messages)

[PATCH v2 0/2] I2C: SIS964: Bus driver
 2012-08-05 22:11 UTC  (12+ messages)
` [PATCH v2 1/2] I2C: SIS964: Bus driver - Driver
` [PATCH v2 2/2] I2C: SIS964: Bus driver - other files
            ` [PATCH 0/2] I2C: SIS630: Add SIS964 support
              ` [PATCH 1/2] I2C: SIS630: Add SiS964 support
                ` [PATCH 2/2] I2C: SIS630: Cosmetics

[PATCH] drivers/i2c/i2c-smbus.c: convert kzalloc to devm_kzalloc
 2012-08-04 19:43 UTC  (2+ messages)

linux-next: Tree for Aug 3 (drivers/i2c/busses/i2c-i801.c)
 2012-08-03 21:36 UTC  (3+ messages)

[PATCH 1/2] i2c: imx: Use dev_info to indicate that i2c driver was succesfully registered
 2012-08-03 14:25 UTC  (3+ messages)
  ` [PATCH 2/2] i2c: imx: Use dev_dbg logging style

[PATCH] i2c: convert struct i2c_msg initialization to C99 format
 2012-08-03 14:14 UTC  (4+ messages)

[PATCH] i2c: convert struct i2c_msg initialization to C99 format
 2012-08-03 11:54 UTC  (2+ messages)

[PATCH] i2c: Adding support for Intel iSMT SMBus 2.0 host controller
 2012-08-03  6:33 UTC  (3+ messages)

[PATCH] i2c: muxes: fix build break
 2012-08-02  9:53 UTC  (2+ messages)

inquiry
 2012-07-31  9:25 UTC 

[PATCH] i2c: pxa: fix the clock APIs
 2012-07-31  6:33 UTC 

i2c: imx: could not read data
 2012-07-30 20:42 UTC 

[PATCH] i2c: tegra: Fix ifdefs for suspend mode
 2012-07-30 13:33 UTC 

[PATCH v6] ARM: davinci: i2c: add OF support
 2012-07-30  7:02 UTC  (3+ messages)

[PULL REQUEST] i2c-embedded for 3.6
 2012-07-28 18:34 UTC 

[PATCH 1/2 V3] MXS: Set I2C timing registers for mxs-i2c
 2012-07-28  8:02 UTC  (10+ messages)
` [PATCH 2/2 V3] MXS: Implement DMA support into mxs-i2c

Summer Bonus!
 2012-07-28  6:48 UTC 

[PATCH RFC/RFT] i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG_I2C_DESIGNWARE_PCI=y
 2012-07-27 16:39 UTC  (2+ messages)

[PATCH] i2c-i801: Support SMBus multiplexing on Asus Z8 series
 2012-07-27 15:30 UTC 

[PATCH V4 0/2] I2C: Add bus recovery infrastructure
 2012-07-27 14:39 UTC  (3+ messages)
` [PATCH V4 1/2] i2c/adapter: "

[PATCH] i2c-mux-gpio: Add support for dynamically allocated GPIO pins
 2012-07-26 19:52 UTC 

i2c-mux-gpio platform device ID issue
 2012-07-26 11:49 UTC  (7+ messages)

[PATCH 1/2] i2c: pnx: Fix bit definitions
 2012-07-25 15:07 UTC  (2+ messages)
` [PATCH 2/2] i2c: pnx: Fix read transactions of >= 2 bytes

[PATCH] i2c: add Renesas R-Car I2C driver
 2012-07-25  6:36 UTC 

[PATCH 0/5] i2c: tegra: Code cleanups and suspend/resume related changes
 2012-07-24 15:29 UTC  (6+ messages)
` [PATCH 5/5] i2c: tegra: convert normal suspend/resume to *_noirq

[PATCH] i2c-mux: Add support for device auto-detection
 2012-07-24 14:54 UTC 

[GIT PULL] i2c updates for Linux 3.6
 2012-07-24 12:52 UTC 

(unknown),
 2012-07-24 11:46 UTC 

[PATCH] I2C: MV64XYZ: Add Device Tree support
 2012-07-24  6:42 UTC  (3+ messages)

[PATCH 09/25] i2c/i2c-omap: add a const qualifier
 2012-07-23 17:27 UTC  (4+ messages)
  ` [PATCH 10/25] i2c/mpc: "
  ` [PATCH 23/25] i2c/mpc: make data used as *of_device_id.data const

Build error with [PATCH v10 3/4] drivers/i2c/busses/i2c-at91.c
 2012-07-23  5:03 UTC  (2+ messages)

[PATCH] I2C: MV64XYZ: Add Device Tree support
 2012-07-21 12:55 UTC  (2+ messages)

Good day
 2012-07-20 21:34 UTC 


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