linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: anarsoul@gmail.com (Vasily Khoruzhick)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] Add HP iPAQ RX1950 machine support
Date: Tue, 11 May 2010 12:51:10 +0300	[thread overview]
Message-ID: <201005111251.15504.anarsoul@gmail.com> (raw)
In-Reply-To: <20100511085534.GI6684@trinity.fluff.org>

? ????????? ?? 11 ??? 2010 11:55:35 ????? Ben Dooks ???????:
> On Tue, May 11, 2010 at 09:50:22AM +0300, Vasily Khoruzhick wrote:
> > ?? ?????????????????? ???? 11 ?????? 2010 03:15:42 ?????????? Ben Dooks 
??????????????:
> > > firstly, do you need this mapping for anything and secondly can
> > > you check the indentation on it if it is staying.
> > 
> > Ok, I don't need them.
> > 
> > > > +static struct s3c2410fb_display rx1950_display __initdata = {
> > > 
> > > don't think this is allowed to be __initdata at the moment.
> > 
> > Ok
> > 
> > > > +		/* Wait a bit here... */
> > > > +		mdelay(100);
> > > 
> > > would msleep() be a better thing to do herer.
> > 
> > Nope, I prefer to use mdelay here, msleep doesn't do well for
> > some reason (there's a garbage on screen in case of msleep usage).
> > And actually wait for hsync/vsync should replace
> > this mdelay, but it isn't implemented at the moment.
> 
> Can you add a comment to this effect? I'm a little conecrned that
> the mdelay() and msleep() produce such differing output...

Even more, backlight notify callback can be called in atomic context (in 
suspend handler of pwm_bl driver), and notify callback calls lcd_power 
functions so using msleep is impossible - device doesn't wake up. So I think 
comment is not necessary, but if you insist
I can add it and send v3 of patch series.

Regards
Vasily
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100511/03f29721/attachment.sig>

  reply	other threads:[~2010-05-11  9:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-10 20:43 [PATCH 0/5] HP iPAQ RX1950 patch series Vasily Khoruzhick
2010-05-10 20:43 ` [PATCH 1/5] Add HP iPAQ RX1950 machine support Vasily Khoruzhick
2010-05-11  0:15   ` Ben Dooks
2010-05-11  6:50     ` Vasily Khoruzhick
2010-05-11  8:55       ` Ben Dooks
2010-05-11  9:51         ` Vasily Khoruzhick [this message]
2010-05-10 20:43 ` [PATCH 2/5] MAINTAINERS: Add entry for HP iPAQ rx1950 Vasily Khoruzhick
2010-05-10 20:43 ` [PATCH 3/5] Locate kernel at 0x30108000 if PM_H1940 is enabled Vasily Khoruzhick
2010-05-10 20:43 ` [PATCH 4/5] Add suspend/resume support for RX1950 Vasily Khoruzhick
2010-05-10 20:43 ` [PATCH 5/5] rx1950: configure GPG13-15 as input before suspend Vasily Khoruzhick

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=201005111251.15504.anarsoul@gmail.com \
    --to=anarsoul@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).