Re: PCH lost arbitration

2011-07-18 Thread Felix Rubinstein
Hi Jean, On Sun, Jul 17, 2011 at 3:33 PM, Jean Delvare kh...@linux-fr.org wrote: Hi Felix, On Sun, 17 Jul 2011 11:03:42 +0300, Felix Rubinstein wrote: Consider a hardware with ~20-30 i2c devices which must be configured as quick as possible on boot. Each device gets its own configuration

Re: Fwd: [PATCH 3/4] i2c/au1550: increase timeout limit

2011-07-18 Thread Shubhrajyoti
Hi Manuel, From: *Manuel Lauss* manuel.la...@googlemail.com mailto:manuel.la...@googlemail.com Date: Thu, Jul 14, 2011 at 2:26 PM Subject: [PATCH 3/4] i2c/au1550: increase timeout limit To: Linux-I2C linux-i2c@vger.kernel.org mailto:linux-i2c@vger.kernel.org, Ben Dooks ben-li...@fluff.org

Re: [PATCH 2/2] arm: dt: Add device tree support for i2c instance 1 on exynos4 dt machine

2011-07-18 Thread Ben Dooks
On Sun, Jul 17, 2011 at 10:30:59PM -0600, Grant Likely wrote: On Mon, Jul 18, 2011 at 06:20:41AM +0530, Thomas Abraham wrote: Add device node for i2c instance 1 and list all its connected slave devices. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org ---

Re: Fwd: [PATCH 3/4] i2c/au1550: increase timeout limit

2011-07-18 Thread Manuel Lauss
On Mon, Jul 18, 2011 at 11:31 AM, Shubhrajyoti shubhrajy...@ti.com wrote: Hi Manuel, From: *Manuel Lauss* manuel.la...@googlemail.com mailto:manuel.la...@googlemail.com Date: Thu, Jul 14, 2011 at 2:26 PM Subject: [PATCH 3/4] i2c/au1550: increase timeout limit To: Linux-I2C

Re: [PATCH 2/2] arm: dt: Add device tree support for i2c instance 1 on exynos4 dt machine

2011-07-18 Thread G, Manjunath Kondaiah
Abraham, Few comments on i2c child devices handling: On 18 July 2011 06:20, Thomas Abraham thomas.abra...@linaro.org wrote: Add device node for i2c instance 1 and list all its connected slave devices. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org ---  

[PATCH 01/34] System Firmware Interface

2011-07-18 Thread Prarit Bhargava
This patch introduces a general System Firmware interface to the kernel, called sysfw. Inlcluded in this interface is the ability to search a standard set of fields, sysfw_lookup(). The fields are currently based upon the x86 and ia64 SMBIOS fields but exapandable to fields that other arches may

[PATCH 02/34] New SMBIOS driver for x86 and ia64.

2011-07-18 Thread Prarit Bhargava
This, along with the System Firmware (sysfw) interface replaces the existing DMI code in the kernel. This subsystem provides functionality for individual drivers to access the SMBIOS structures for their own use, smbios_walk(), as well as some helper functions for some kernel modules. Cc:

[PATCH 34/34] Remove old DMI SMBIOS code and make SMBIOS default on

2011-07-18 Thread Prarit Bhargava
This code has now been completely replaced by the new System Firmware Interface (SYSFW) and SMBIOS code. It is no longer needed in the kernel. Cc: linux-i...@vger.kernel.org Cc: x...@kernel.org Cc: linux-a...@vger.kernel.org Cc: linux-...@vger.kernel.org Cc:

[PATCH 12/34] drivers/i2c changes for SMBIOS and System Firmware

2011-07-18 Thread Prarit Bhargava
As part of the new SMBIOS and System Firmware code: - Replace old dmi* structures and functions with new sysfw* and smbios* structures and functions in individual drivers - cleanup sysfw_id lookup tables Cc: linux-i2c@vger.kernel.org Signed-off-by: Prarit Bhargava pra...@redhat.com ---

[PATCH] drivers: i2c: s3c2410: add support for HDMIPHY dedicated controller

2011-07-18 Thread Marek Szyprowski
From: Tomasz Stanislawski t.stanisl...@samsung.com This patch adds support for I2C HDMIPHY dedicated controller. It has different timeout handling and reset conditions. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

Re: [PATCH 2/2] arm: dt: Add device tree support for i2c instance 1 on exynos4 dt machine

2011-07-18 Thread Grant Likely
On Mon, Jul 18, 2011 at 3:45 AM, Ben Dooks ben-...@fluff.org wrote: On Sun, Jul 17, 2011 at 10:30:59PM -0600, Grant Likely wrote: On Mon, Jul 18, 2011 at 06:20:41AM +0530, Thomas Abraham wrote: Add device node for i2c instance 1 and list all its connected slave devices. Signed-off-by:

Re: [PATCH 2/2] arm: dt: Add device tree support for i2c instance 1 on exynos4 dt machine

2011-07-18 Thread Grant Likely
On Mon, Jul 18, 2011 at 5:53 AM, G, Manjunath Kondaiah manj...@linaro.org wrote: Abraham, Few comments on i2c child devices handling: On 18 July 2011 06:20, Thomas Abraham thomas.abra...@linaro.org wrote: Add device node for i2c instance 1 and list all its connected slave devices.

[PATCH RFC] i2c: Honeywell HMC6343 Support

2011-07-18 Thread Jonathan Kunkee
Hello, I recently got my hands on a Honeywell HMC6343 3-axis magnetometer/accelerometer/compass module. Rather than manipulating the I2C buss by means of ioctl() calls, I looked on line for a kernel module that provided a convenient /sys interface. The one I found was on this mailing list, by