messages from 2009-11-05 14:07:15 to 2009-12-07 09:28:55 UTC [more...]
[PATCH 0/3] i2c: davinci: Add power management features
2009-12-07 9:28 UTC (3+ messages)
` [PATCH 1/3] i2c: davinci: Add helper functions
` [PATCH 2/3] i2c: davinci: Add suspend/resume support
Q: I2C multiplexer support
2009-12-07 9:07 UTC
[PATCH 1/1] Remove suspend/resume functionality, add dynamic clocking
2009-12-06 21:08 UTC (9+ messages)
[GIT PULL] i2c updates for 2.6.33, round 1
2009-12-06 16:27 UTC
Now you can market directly to doctors with our lists
2009-12-06 9:52 UTC
[PATCH] [MISC] Add HTC PLD driver
2009-12-06 7:14 UTC
[PATCH] [I2C-OMAP] Add support for 16-bit registers
2009-12-06 7:14 UTC
I2C2 controller on imx35
2009-12-06 2:09 UTC
[PATCH] i2c-scmi: Quirk to work on IBM machines with broken BIOSes
2009-12-04 18:13 UTC (15+ messages)
` [PATCH 2/2] acpi: support IBM SMBus CMI devices
` [PATCH v2 1/2] "
` [RESEND PATCH v2 1/2] ACPI: Quirk to make SMBus objects work on IBM machines with broken BIOSes
` [RESEND PATCH v2 2/2] i2c-scmi: support IBM SMBus CMI devices
[PATCH] driver i2c-core: i2c bus should support PM entries in struct dev_pm_ops
2009-12-04 9:24 UTC (2+ messages)
[PATCH v2] i2c-mpc: generate START condition after STOP caused by read i2c_msg
2009-12-04 6:58 UTC (8+ messages)
i2c2- Second bus on the mxc platform
2009-12-04 5:47 UTC
Need help: Watchdog-driver over smbus (i2c)
2009-12-03 22:17 UTC (4+ messages)
[PATCH 0/2] davinci i2c fixes for 2.6.31
2009-12-03 19:20 UTC (16+ messages)
Uboot : I2C2 on mx35
2009-12-02 22:34 UTC
[PATCH] OMAP: I2C: Add mpu wake up latency constraint in i2c
2009-11-30 7:24 UTC (3+ messages)
[PATCH] ALS: TSL2550 driver move from i2c/chips
2009-11-26 14:17 UTC (5+ messages)
[PATCH 1/2] [ARM] i2c/pxa: remove unused macro
2009-11-26 10:44 UTC (7+ messages)
` [PATCH 1/2 RESENT] "
` [PATCH 2/2 RESENT] [ARM] i2c/pxa: only define 'blue_murder'-function if DEBUG is #defined
` [PATCH 1/2 RESEND#2] i2c/pxa: remove unused macro
` [PATCH 2/2 RESEND#2] i2c/pxa: only define 'blue_murder'-function if DEBUG is #defined
[PATCH 0/10] PNX clock API fixes
2009-11-25 21:19 UTC (12+ messages)
` [PATCH 06/10] ARM: PNX4008: convert i2c clocks to match by device only
` [PATCH 07/10] ARM: PNX4008: move i2c suspend/resume callbacks into driver
` [PATCH 08/10] ARM: PNX4008: move i2c clock start/stop "
` [PATCH 09/10] ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls
` [PATCH 10/10] ARM: PNX4008: get i2c clock rate from clk API
[GIT PULL] i2c fixes for 2.6.32
2009-11-25 12:46 UTC
at24 driver - a possible problem
2009-11-25 10:24 UTC (18+ messages)
` [PATCH] at24: use timeout also for read
` [PATCH V2] "
i2c adapter scan device issue
2009-11-25 8:53 UTC (4+ messages)
[PATCH v2] i2c: Davinci i2c bus recovery procedure to clear the bus
2009-11-24 15:08 UTC
[PATCH v2] i2c-designware updates
2009-11-23 23:11 UTC (29+ messages)
` [PATCH v2 01/22] i2c-designware: Consolidate to use 32-bit word accesses
` [PATCH v2 02/22] i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
` [PATCH v2 03/22] i2c-designware: Use platform_get_irq helper
` [PATCH v2 04/22] i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer
` [PATCH v2 05/22] i2c-designware: i2c_dw_xfer_msg: "
` [PATCH v2 06/22] i2c-designware: Remove an useless local variable "num"
` [PATCH v2 07/22] i2c-designware: Improved _HCNT/_LCNT calculation
` [PATCH v2 08/22] i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
` [PATCH v2 09/22] i2c-designware: Process i2c_msg messages in the interrupt handler
` [PATCH v2 10/22] i2c-designware: Set Tx/Rx FIFO threshold levels
` [PATCH v2 11/22] i2c-designware: Enable RX_FULL interrupt
` [PATCH v2 12/22] i2c-designware: Divide i2c_dw_xfer_msg into two functions
` [PATCH v2 13/22] i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
` [PATCH v2 14/22] i2c-designware: Initialize byte count variables just prior to being used
` [PATCH v2 15/22] i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits
` [PATCH v2 16/22] i2c-designware: i2c_dw_read: Remove redundant target address checker
` [PATCH v2 17/22] i2c-designware: Process all i2c_msg messages in the interrupt handler
` [PATCH v2 18/22] i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed
` [PATCH v2 19/22] i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures
` [PATCH v2 20/22] i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors
` [PATCH v2 21/22] i2c-designware: Tx abort cleanups
` [PATCH v2 22/22] i2c-designware: Cosmetic cleanups
` [PATCH 23/22] i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases
Hello Dear,
2009-11-23 19:06 UTC
[PATCH] I2C: OMAP3: PM: (re)init for every transfer to support off-mode
2009-11-23 16:59 UTC
[PATCH/RFC 1/1] recover from davinci i2c time out conditions
2009-11-23 15:24 UTC (7+ messages)
[PATCH v1] i2c: Davinci i2c bus recovery procedure to come out of time out conditions
2009-11-23 15:22 UTC
[PATCH] i2c: Fix userspace_device list corruption
2009-11-22 14:12 UTC
[PATCH] ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irq
2009-11-21 16:16 UTC (2+ messages)
[PATCH 0/2] PNX fixes
2009-11-20 14:24 UTC (4+ messages)
` [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors
[PATCH] gpio: add driver for MAX7300 I2C GPIO extender
2009-11-20 10:56 UTC (5+ messages)
` [spi-devel-general] "
` [PATCH V2] "
` [PATCH V3] "
[PULL] please pull bjdooks' i2c-pnx-fixes branch
2009-11-20 0:29 UTC
[PATCH] MAINTAINERS: Add missing i2c files
2009-11-19 17:25 UTC
yield() in i2c non-happy paths hits BUG under -rt patch
2009-11-19 14:15 UTC (28+ messages)
` [PATCH] cleanup sched_yield (sys)call nesting
Shared i2c adapter locking (Was: linux-next: manual merge of the net tree with the i2c tree)
2009-11-19 7:05 UTC (13+ messages)
` Shared i2c adapter locking
i2c-pnx driver issues
2009-11-16 10:03 UTC (9+ messages)
` [PATCH 1/4] i2c : Made buf type unsigned to prevent sign extension
` [PATCH 2/4] i2c : Added missing mach/i2c.h and linux/io.h header file includes
` [PATCH 3/4] i2c : Limit minimum jiffie timeout to 2
` [PATCH 4/4] i2c : Map I2C adapter number to platform ID number
[uml-user] [PATCH 00/12] move compat_ioctl handling into drivers
2009-11-16 1:02 UTC (4+ messages)
` [PATCH 07/12] i2cdev: move compat_ioctl handling into driver
عزيزتي الفائز
2009-11-15 20:21 UTC
[PATCH] I2C: OMAP3: PM: (re)init for every transfer to support off-mode
2009-11-12 19:29 UTC (5+ messages)
Welcome to linux-i2c
2009-11-10 23:38 UTC
[PATCH V1 1/3] i2c: imx: check busy bit when START/STOP
2009-11-10 2:55 UTC (4+ messages)
[PATCH] TSL2550: extended mode bugfix
2009-11-09 16:33 UTC (3+ messages)
[PATCH v3] i2c: Add support for Xilinx XPS IIC Bus Interface
2009-11-09 7:35 UTC (3+ messages)
[GIT PULL] i2c fixes for 2.6.32
2009-11-07 13:34 UTC
i2c: Refactor for_each callbacks
2009-11-07 9:32 UTC
^^^^^^Final Notification^^^^^^
2009-11-06 13:20 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox