All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Voss, Nikolaus" <N.Voss@weinmann.de>
To: "'ludovic.desroches@atmel.com'" <ludovic.desroches@atmel.com>,
	"'linux-i2c@vger.kernel.org'" <linux-i2c@vger.kernel.org>,
	"'linux-arm-kernel@lists.infradead.org'"
	<linux-arm-kernel@lists.infradead.org>
Cc: "'plagnioj@jcrosoft.com'" <plagnioj@jcrosoft.com>,
	"'nicolas.ferre@atmel.com'" <nicolas.ferre@atmel.com>
Subject: RE: [PATCH 1/5] i2c: at91: add new fixes for some TWI ip versions
Date: Wed, 22 Aug 2012 08:55:15 +0200	[thread overview]
Message-ID: <EF2E73589CA71846A15D0B2CDF79505D090EBE8856@wm021.weinmann.com> (raw)
In-Reply-To: <1345559345-13988-2-git-send-email-ludovic.desroches@atmel.com>

Hi Ludovic,

ludovic.desroches@atmel.com wrote on Tuesday, August 21, 2012 4:29 PM
> The at91sam9261 TWI ip version requires also some fixes. The id_entry
> field from the platform device structure has been replaced by the use
> of cpu_is_xxx function to determine when to use these fixes.

I applied your calc_twi_clock() fix using the id_entry stuff instead of
cpu_is_xxx functions as those are deprecated...

I will post the complete series later on. Please test it!

Niko

WARNING: multiple messages have this Message-ID (diff)
From: N.Voss@weinmann.de (Voss, Nikolaus)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] i2c: at91: add new fixes for some TWI ip versions
Date: Wed, 22 Aug 2012 08:55:15 +0200	[thread overview]
Message-ID: <EF2E73589CA71846A15D0B2CDF79505D090EBE8856@wm021.weinmann.com> (raw)
In-Reply-To: <1345559345-13988-2-git-send-email-ludovic.desroches@atmel.com>

Hi Ludovic,

ludovic.desroches at atmel.com wrote on Tuesday, August 21, 2012 4:29 PM
> The at91sam9261 TWI ip version requires also some fixes. The id_entry
> field from the platform device structure has been replaced by the use
> of cpu_is_xxx function to determine when to use these fixes.

I applied your calc_twi_clock() fix using the id_entry stuff instead of
cpu_is_xxx functions as those are deprecated...

I will post the complete series later on. Please test it!

Niko

  parent reply	other threads:[~2012-08-22  6:55 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-21 14:29 [RFC PATCH 0/5] fixes and DT support based on Nikolaus TWI driver ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29 ` ludovic.desroches at atmel.com
     [not found] ` <1345559345-13988-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 14:29   ` [PATCH 1/5] i2c: at91: add new fixes for some TWI ip versions ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559345-13988-2-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 16:04       ` Nicolas Ferre
2012-08-21 16:04         ` Nicolas Ferre
2012-08-22  6:55     ` Voss, Nikolaus [this message]
2012-08-22  6:55       ` Voss, Nikolaus
2012-08-22 12:32     ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-22 12:32       ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-21 14:29   ` [PATCH 2/5] i2c: at91: add dt support to i2c-at91 ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559345-13988-3-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 16:08       ` Nicolas Ferre
2012-08-21 16:08         ` Nicolas Ferre
2012-08-21 14:29   ` [PATCH 3/5] ARM: at91: add clocks for i2c DT entries ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559345-13988-4-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 16:08       ` Nicolas Ferre
2012-08-21 16:08         ` Nicolas Ferre
2012-08-21 14:29   ` [PATCH 4/5] ARM: dts: add twi nodes for atmel SOCs ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:29     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559345-13988-5-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 14:30       ` ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:30         ` ludovic.desroches at atmel.com
2012-08-21 16:10       ` Nicolas Ferre
2012-08-21 16:10         ` Nicolas Ferre
2012-08-21 14:32   ` [PATCH 5/5] ARM: dts: add twi nodes for atmel boards ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-08-21 14:32     ` ludovic.desroches at atmel.com
     [not found]     ` <1345559520-14074-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-08-21 16:13       ` Nicolas Ferre
2012-08-21 16:13         ` Nicolas Ferre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EF2E73589CA71846A15D0B2CDF79505D090EBE8856@wm021.weinmann.com \
    --to=n.voss@weinmann.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=ludovic.desroches@atmel.com \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.