public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Jean Delvare <khali@linux-fr.org>
Cc: David Brownell <david-b@pacbell.net>,
	linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.arm.linux.org.uk, felipe.balbi@nokia.com,
	dsaxena@plexity.net, carlos.aguiar@indt.org.br
Subject: Re: [PATCH] Fix isp1301_omap compile (Re: testers wanted: isp1301_omap  conversion to new-style i2c driver)
Date: Mon, 18 Aug 2008 15:21:45 +0300	[thread overview]
Message-ID: <20080818122144.GC17827@atomide.com> (raw)
In-Reply-To: <20080812115147.3896bbcd@hyperion.delvare>

[-- Attachment #1: Type: text/plain, Size: 1217 bytes --]

* Jean Delvare <khali@linux-fr.org> [080812 12:52]:
> Hi Tony,
> 
> On Tue, 12 Aug 2008 12:29:18 +0300, Tony Lindgren wrote:
> > * David Brownell <david-b@pacbell.net> [080811 21:35]:
> > > > That one isn't mine, the original code already has the problem.
> > > > Apparently this was broken by the following patch from David:
> > > >
> > > > 	f35ae6346850f6c192269b09088b20261760f0e0
> > > 
> > > Tony, actually ... there were some issues in the omap_udc code too.
> > 
> > Yeah, blame it on me, looks like I missed that one somehow with the
> > __REG removal.
> > 
> > > > The fix should be sent to Linus ASAP, otherwise the driver won't build
> > > > in 2.6.27. You have my ack.
> > 
> > Can you send it via your I2C? Let me know if your want me to send it
> > via arm-omap fixes.
> 
> Please take care of it. The patch that broke the driver came through
> your tree so I think it makes more sense to have the fix come through
> your tree as well.

Well looks like there's already cbbcb9b0c7e4d1fd90cf54427382dae525773dc2
taking care of it the second part of my earlier patch.

But the following patch still needs to be merged into Felipe's
"2c/isp1301_omap: Convert to a new-style i2c driver, part 1" patch.

Tony

[-- Attachment #2: i2c-fix-dev-get-drvdata --]
[-- Type: text/plain, Size: 704 bytes --]

commit d12a00e66e97f2e808217eb3e9c9e88d4a281530
Author: Tony Lindgren <tony@atomide.com>
Date:   Mon Aug 11 17:45:32 2008 +0300

    I2C: Fix isp1301_omap.c compile
    
    Fix isp1301_omap.c compile
    
    Signed-off-by: Tony Lindgren <tony@atomide.com>

diff --git a/drivers/i2c/chips/isp1301_omap.c b/drivers/i2c/chips/isp1301_omap.c
index c250668..71a0a2e 100644
--- a/drivers/i2c/chips/isp1301_omap.c
+++ b/drivers/i2c/chips/isp1301_omap.c
@@ -1210,7 +1210,7 @@ static void isp1301_release(struct device *dev)
 {
 	struct isp1301	*isp;
 
-	isp = device_get_drvdata(dev);
+	isp = dev_get_drvdata(dev);
 
 	/* ugly -- i2c hijacks our memory hook to wait_for_completion() */
 	if (isp->i2c_release)

  reply	other threads:[~2008-08-18 12:22 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-17 18:43 testers wanted: isp1301_omap conversion to new-style i2c driver Jean Delvare
2008-08-07 16:34 ` Jean Delvare
2008-08-07 23:51   ` David Brownell
2008-08-08  7:29     ` Tony Lindgren
2008-08-08  9:17       ` Jean Delvare
2008-08-08  9:39         ` Felipe Balbi
2008-08-08  9:45         ` Tony Lindgren
2008-08-08  9:48           ` Felipe Balbi
2008-08-11 15:24             ` [PATCH] Fix isp1301_omap compile (Re: testers wanted: isp1301_omap conversion to new-style i2c driver) Tony Lindgren
2008-08-11 16:23               ` Jean Delvare
2008-08-11 18:40                 ` David Brownell
2008-08-12  9:29                   ` Tony Lindgren
2008-08-12  9:51                     ` Jean Delvare
2008-08-18 12:21                       ` Tony Lindgren [this message]
2008-08-18 12:34                         ` Jean Delvare
2008-08-18 12:42                           ` Tony Lindgren
2008-08-12 10:17                     ` David Brownell
2008-08-11 18:46               ` David Brownell
2008-09-10 22:31             ` testers wanted: isp1301_omap conversion to new-style i2c driver Tony Lindgren
2008-09-11  7:15               ` Jean Delvare

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=20080818122144.GC17827@atomide.com \
    --to=tony@atomide.com \
    --cc=carlos.aguiar@indt.org.br \
    --cc=david-b@pacbell.net \
    --cc=dsaxena@plexity.net \
    --cc=felipe.balbi@nokia.com \
    --cc=khali@linux-fr.org \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-omap@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox