All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>
To: Sebastian Andrzej Siewior
	<bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Ben Dooks <ben-i2c-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>,
	eric.y.miao-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	sodaville-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org,
	dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 2/6] ARM: pxa2xx: reorganize I2C files
Date: Wed, 02 Mar 2011 00:49:42 +0000	[thread overview]
Message-ID: <4D6D9426.8030905@fluff.org> (raw)
In-Reply-To: <1298461100-14869-3-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>

On 23/02/11 11:38, Sebastian Andrzej Siewior wrote:
> This patch moves the platform data definition from
> arch/arm/plat-pxa/include/plat/i2c.h to include/linux/i2c/pxa-i2c.h so
> it can be accessed from x86 the same way as on ARM.
>
> This change should make no functional change to the PXA code. The move
> is verified by building the following defconfigs:
>    cm_x2xx_defconfig corgi_defconfig em_x270_defconfig ezx_defconfig
>    imote2_defconfig pxa3xx_defconfig spitz_defconfig zeus_defconfig
>    raumfeld_defconfig magician_defconfig mmp2_defconfig pxa168_defconfig
>    pxa910_defconfig
>

Russell/others, you OK with this going through my tree?

WARNING: multiple messages have this Message-ID (diff)
From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/6] ARM: pxa2xx: reorganize I2C files
Date: Wed, 02 Mar 2011 00:49:42 +0000	[thread overview]
Message-ID: <4D6D9426.8030905@fluff.org> (raw)
In-Reply-To: <1298461100-14869-3-git-send-email-bigeasy@linutronix.de>

On 23/02/11 11:38, Sebastian Andrzej Siewior wrote:
> This patch moves the platform data definition from
> arch/arm/plat-pxa/include/plat/i2c.h to include/linux/i2c/pxa-i2c.h so
> it can be accessed from x86 the same way as on ARM.
>
> This change should make no functional change to the PXA code. The move
> is verified by building the following defconfigs:
>    cm_x2xx_defconfig corgi_defconfig em_x270_defconfig ezx_defconfig
>    imote2_defconfig pxa3xx_defconfig spitz_defconfig zeus_defconfig
>    raumfeld_defconfig magician_defconfig mmp2_defconfig pxa168_defconfig
>    pxa910_defconfig
>

Russell/others, you OK with this going through my tree?

  parent reply	other threads:[~2011-03-02  0:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-23 11:38 I2C support for CE4100, v3 Sebastian Andrzej Siewior
2011-02-23 11:38 ` Sebastian Andrzej Siewior
     [not found] ` <1298461100-14869-1-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
2011-02-23 11:38   ` [PATCH 1/6] i2c-pxa2xx: use dynamic register layout Sebastian Andrzej Siewior
2011-02-23 11:38     ` Sebastian Andrzej Siewior
2011-02-23 11:38   ` [PATCH 2/6] ARM: pxa2xx: reorganize I2C files Sebastian Andrzej Siewior
2011-02-23 11:38     ` Sebastian Andrzej Siewior
     [not found]     ` <1298461100-14869-3-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
2011-03-02  0:49       ` Ben Dooks [this message]
2011-03-02  0:49         ` Ben Dooks
     [not found]         ` <4D6D9426.8030905-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>
2011-03-02  3:08           ` Eric Miao
2011-03-02  3:08             ` Eric Miao
2011-02-23 11:38   ` [PATCH 3/6] i2c-pxa2xx: Add PCI support for PXA I2C controller Sebastian Andrzej Siewior
2011-02-23 11:38     ` Sebastian Andrzej Siewior
     [not found]     ` <1298461100-14869-4-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
2011-03-02  0:51       ` Ben Dooks
2011-03-02  0:51         ` Ben Dooks
     [not found]         ` <4D6D9480.7050108-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>
2011-03-02 10:26           ` [PATCH v2] " Sebastian Andrzej Siewior
2011-03-02 10:26             ` Sebastian Andrzej Siewior
2011-02-23 11:38   ` [PATCH 4/6] i2c-pxa2xx: add support for shared IRQ handler Sebastian Andrzej Siewior
2011-02-23 11:38     ` Sebastian Andrzej Siewior
2011-02-23 11:38   ` [PATCH 5/6] i2c-pxa2xx: check timeout correctly Sebastian Andrzej Siewior
2011-02-23 11:38     ` Sebastian Andrzej Siewior
2011-02-23 11:38   ` [PATCH 6/6] i2c-pxa2xx: pass of_node from platform driver to adapter and publish Sebastian Andrzej Siewior
2011-02-23 11:38     ` Sebastian Andrzej Siewior

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=4D6D9426.8030905@fluff.org \
    --to=ben-linux-elnmno+kys3ytjvyw6ydsg@public.gmane.org \
    --cc=ben-i2c-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org \
    --cc=bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
    --cc=dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=eric.y.miao-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=sodaville-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
    /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.