All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: giancarlo.asnaghi@st.com, linux@arm.linux.org.uk,
	linus.walleij@stericsson.com, srinidhi.kasagar@stericsson.com,
	Alessandro Rubini <rubini@gnudd.com>,
	linux-kernel@vger.kernel.org, w.sang@pengutronix.de,
	STEricsson_nomadik_linux@list.st.com, ben.dooks@codethink.co.uk,
	linux-i2c@vger.kernel.org, khali@linux-fr.org,
	linux-arm-kernel@lists.infradead.org, alan@linux.intel.com
Subject: Re: [PATCH RFC 2/3] i2c-nomadik: turn the platform driver to an amba driver
Date: Fri, 01 Jun 2012 10:24:08 +0800	[thread overview]
Message-ID: <4FC827C8.20605@linaro.org> (raw)
In-Reply-To: <CACRpkdZXnuQe5NXyQBEZJD71Rs=+wvmXkw-4oT53FdU7KE7m2g@mail.gmail.com>

On 01/06/12 09:53, Linus Walleij wrote:
> On Fri, Jun 1, 2012 at 2:02 AM, Alessandro Rubini<rubini@gnudd.com>  wrote:
>
>> So I'll resubmit in the right way (-M, include/linux/platform_data)
>> as soon as I have information for ftd fixup.
>
> OK if nothing happens you can probably just go in and patch:
> arch/arm/boot/dts/db8500.dtsi
>
> I suspect it's just the compatible= that needs to be changed to
> "arm,primecell" or just have that string added to the others that
> are already there for each i2c device entry.

I already have a patch to enabled I2C. If this patch goes in, I will fix 
it up to register itself as a Primecell device instead. No problem.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +44 77 88 633 515
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 2/3] i2c-nomadik: turn the platform driver to an amba driver
Date: Fri, 01 Jun 2012 10:24:08 +0800	[thread overview]
Message-ID: <4FC827C8.20605@linaro.org> (raw)
In-Reply-To: <CACRpkdZXnuQe5NXyQBEZJD71Rs=+wvmXkw-4oT53FdU7KE7m2g@mail.gmail.com>

On 01/06/12 09:53, Linus Walleij wrote:
> On Fri, Jun 1, 2012 at 2:02 AM, Alessandro Rubini<rubini@gnudd.com>  wrote:
>
>> So I'll resubmit in the right way (-M, include/linux/platform_data)
>> as soon as I have information for ftd fixup.
>
> OK if nothing happens you can probably just go in and patch:
> arch/arm/boot/dts/db8500.dtsi
>
> I suspect it's just the compatible= that needs to be changed to
> "arm,primecell" or just have that string added to the others that
> are already there for each i2c device entry.

I already have a patch to enabled I2C. If this patch goes in, I will fix 
it up to register itself as a Primecell device instead. No problem.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +44 77 88 633 515
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Alessandro Rubini <rubini@gnudd.com>,
	ben.dooks@codethink.co.uk, giancarlo.asnaghi@st.com,
	linux@arm.linux.org.uk, linus.walleij@stericsson.com,
	srinidhi.kasagar@stericsson.com, linux-kernel@vger.kernel.org,
	w.sang@pengutronix.de, khali@linux-fr.org,
	linux-i2c@vger.kernel.org, STEricsson_nomadik_linux@list.st.com,
	linux-arm-kernel@lists.infradead.org, alan@linux.intel.com
Subject: Re: [PATCH RFC 2/3] i2c-nomadik: turn the platform driver to an amba driver
Date: Fri, 01 Jun 2012 10:24:08 +0800	[thread overview]
Message-ID: <4FC827C8.20605@linaro.org> (raw)
In-Reply-To: <CACRpkdZXnuQe5NXyQBEZJD71Rs=+wvmXkw-4oT53FdU7KE7m2g@mail.gmail.com>

On 01/06/12 09:53, Linus Walleij wrote:
> On Fri, Jun 1, 2012 at 2:02 AM, Alessandro Rubini<rubini@gnudd.com>  wrote:
>
>> So I'll resubmit in the right way (-M, include/linux/platform_data)
>> as soon as I have information for ftd fixup.
>
> OK if nothing happens you can probably just go in and patch:
> arch/arm/boot/dts/db8500.dtsi
>
> I suspect it's just the compatible= that needs to be changed to
> "arm,primecell" or just have that string added to the others that
> are already there for each i2c device entry.

I already have a patch to enabled I2C. If this patch goes in, I will fix 
it up to register itself as a Primecell device instead. No problem.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +44 77 88 633 515
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2012-06-01  2:24 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-30 17:45 [PATCH RFC 0/3] i2c-nomadik changes Alessandro Rubini
2012-05-30 17:45 ` Alessandro Rubini
2012-05-30 17:45 ` Alessandro Rubini
2012-05-30 17:45 ` [PATCH RFC 1/3] i2c-nomadik: move header from <plat/i2c.h> to <linux/i2c-nomadik.h> Alessandro Rubini
2012-05-30 17:45   ` Alessandro Rubini
2012-05-30 17:45   ` Alessandro Rubini
     [not found]   ` <ca47a47e0a4db31545549ed978e1dc7b3aad4377.1338398567.git.rubini-kaDoWcXyVrEAvxtiuMwx3w@public.gmane.org>
2012-05-31  1:47     ` Linus Walleij
2012-05-31  1:47       ` Linus Walleij
2012-05-31  1:47       ` Linus Walleij
2012-05-31  8:37       ` Ben Dooks
2012-05-31  8:37         ` Ben Dooks
2012-05-31  8:37         ` Ben Dooks
2012-05-31  8:32   ` Ben Dooks
2012-05-31  8:32     ` Ben Dooks
2012-05-31  8:32     ` Ben Dooks
     [not found] ` <cover.1338398567.git.rubini-kaDoWcXyVrEAvxtiuMwx3w@public.gmane.org>
2012-05-30 17:45   ` [PATCH RFC 2/3] i2c-nomadik: turn the platform driver to an amba driver Alessandro Rubini
2012-05-30 17:45     ` Alessandro Rubini
2012-05-30 17:45     ` Alessandro Rubini
     [not found]     ` <349645b61d0b28f6e84f7ae1f2c8c28e12a11d92.1338398567.git.rubini-kaDoWcXyVrEAvxtiuMwx3w@public.gmane.org>
2012-05-31  1:51       ` Linus Walleij
2012-05-31  1:51         ` Linus Walleij
2012-05-31  1:51         ` Linus Walleij
2012-05-31  8:37         ` Ben Dooks
2012-05-31  8:37           ` Ben Dooks
2012-05-31  8:37           ` Ben Dooks
2012-05-31 10:16           ` Linus Walleij
2012-05-31 10:16             ` Linus Walleij
2012-05-31 10:16             ` Linus Walleij
     [not found]           ` <CACRpkdZpjn0RBGY+CqqSW3ip0MSQUJSaqN0GD=a4THnPHNM-jg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-05-31 18:02             ` Alessandro Rubini
2012-05-31 18:02               ` Alessandro Rubini
2012-05-31 18:02               ` Alessandro Rubini
     [not found]               ` <20120531180204.GA28779-eyGpkxvC2QLRELXczCotyA@public.gmane.org>
2012-06-01  1:53                 ` Linus Walleij
2012-06-01  1:53                   ` Linus Walleij
2012-06-01  1:53                   ` Linus Walleij
2012-06-01  2:24                   ` Lee Jones [this message]
2012-06-01  2:24                     ` Lee Jones
2012-06-01  2:24                     ` Lee Jones
2012-05-31  1:55   ` [PATCH RFC 0/3] i2c-nomadik changes Linus Walleij
2012-05-31  1:55     ` Linus Walleij
2012-05-31  1:55     ` Linus Walleij
2012-05-30 17:46 ` [PATCH RFC 3/3] i2c-nomadik: depend on ARM_AMBA, not PLAT_NOMADIK Alessandro Rubini
2012-05-30 17:46   ` Alessandro Rubini

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=4FC827C8.20605@linaro.org \
    --to=lee.jones@linaro.org \
    --cc=STEricsson_nomadik_linux@list.st.com \
    --cc=alan@linux.intel.com \
    --cc=ben.dooks@codethink.co.uk \
    --cc=giancarlo.asnaghi@st.com \
    --cc=khali@linux-fr.org \
    --cc=linus.walleij@linaro.org \
    --cc=linus.walleij@stericsson.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=rubini@gnudd.com \
    --cc=srinidhi.kasagar@stericsson.com \
    --cc=w.sang@pengutronix.de \
    /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.