Re: [RFC] binding for nvec mfd device

2013-09-24 Thread Marc Dietrich
Am Dienstag, 24. September 2013, 11:39:21 schrieb Andrey Danin: On Mon, 2013-09-23 at 10:36 -0600, Stephen Warren wrote: On 09/23/2013 08:52 AM, Marc Dietrich wrote: Am Dienstag, 17. September 2013, 15:48:12 schrieb Stephen Warren: On 09/17/2013 01:53 AM, Marc Dietrich wrote: Hi

Re: [PATCH 2/9] irqdomain: Introduce __irq_create_mapping()

2013-09-24 Thread Linus Walleij
On Mon, Sep 23, 2013 at 10:29 PM, Thierry Reding thierry.red...@gmail.com wrote: On Mon, Sep 23, 2013 at 09:14:30PM +0200, Linus Walleij wrote: I think it is better to first go over the call sites and make them all handle negative return numbers rather than pushing the obscure __interface.

i2c-i801 hangs indefinitely on IBM x3550

2013-09-24 Thread Meelis Roos
Tried latest Debian kernel (3.10-3-amd64) and latest upstream kernel (3.12-rc2) on a decommisioned IBM x3550 server. i2c-i801 is autoloaded but all access to it seems to wait forever, including stopping reboot from happening because modprobe is still running and blocked on this. 00:1f.3 SMBus:

Re: [PATCH 1/4] i2c: busses: i2c-st: Add ST I2C controller

2013-09-24 Thread Maxime COQUELIN
On 09/23/2013 11:06 PM, Stephen Warren wrote: On 09/18/2013 04:01 AM, Maxime COQUELIN wrote: This patch adds support to SSC (Synchronous Serial Controller) I2C driver. This IP also supports SPI protocol, but this is not the aim of this driver. This IP is embedded in all ST SoCs for Set-top

Re: [PATCH 1/4] i2c: busses: i2c-st: Add ST I2C controller

2013-09-24 Thread Wolfram Sang
glitch is is used to tune the I2C timing requirements, and has a nanosecond granularity. These values are added to default timing values. I'm not 100% sure, but it looks like the samsung,i2c-sda-delay in the i2c-s3c2410 driver. For that, we have the generic i2c-sda-hold-time-ns property.

Re: [RFC] binding for nvec mfd device

2013-09-24 Thread Stephen Warren
On 09/24/2013 01:19 AM, Andrey Danin wrote: On Mon, Sep 23, 2013 at 8:36 PM, Stephen Warren swar...@wwwdotorg.org ... I think you'd just have the following /* master */ i2c@x { foo@0x40 { reg = MASTER 0x40; compatible = nvidia,nvec;

Vážení E-mail užívateľa;

2013-09-24 Thread webmail update
Vážení E-mail užívateľa; Prekročili ste 23432 boxy nastaviť svoje Webová služba / Administrátor, a budete mať problémy pri odosielaní a prijímať e-maily, kým znova overiť. Musíte aktualizovať kliknutím na odkaz nižšie a vyplňte údaje pre overenie vášho účtu Prosím, kliknite na odkaz nižšie

Re: [RFC] binding for nvec mfd device

2013-09-24 Thread Stephen Warren
On 09/24/2013 03:33 AM, Marc Dietrich wrote: ... What I learned from the somehow unfortune discussion yesterday on IRC is that we cannot describe the exact i2c topology in the device tree, especially if it is software configuable (slave/master changing roles). Well, there's also no need to

Re: [PATCH 2/9] irqdomain: Introduce __irq_create_mapping()

2013-09-24 Thread Thierry Reding
On Tue, Sep 24, 2013 at 02:20:44PM +0200, Linus Walleij wrote: On Mon, Sep 23, 2013 at 10:29 PM, Thierry Reding thierry.red...@gmail.com wrote: On Mon, Sep 23, 2013 at 09:14:30PM +0200, Linus Walleij wrote: I think it is better to first go over the call sites and make them all handle

[PATCH 1/1] i2c-ismt: add Initialize DMA buffer code ismt_access()

2013-09-24 Thread James Ralston
This patch adds code to Initialize the DMA buffer to compensate for possible hardware data corruption. Signed-off-by: James Ralston james.d.rals...@intel.com --- drivers/i2c/busses/i2c-ismt.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 1/2] I2C: EMMA Mobile I2C master driver

2013-09-24 Thread Simon Horman
On Thu, Sep 05, 2013 at 03:04:29PM +0900, Simon Horman wrote: On Tue, Sep 03, 2013 at 05:49:29PM +0100, Ian Molton wrote: Add a driver for the EMMA mobile I2C block. The driver supports low and high-speed interrupt driven PIO transfers. Signed-off-by: Ian Molton