public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Kalle Jokiniemi <ext-kalle.jokiniemi@nokia.com>
To: ext Rajendra Nayak <rnayak@ti.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 00/11] OMAP3 CPUidle patches - ver 2
Date: Thu, 07 Aug 2008 12:54:46 +0300	[thread overview]
Message-ID: <1218102886.31074.59.camel@kj-ubuntu> (raw)
In-Reply-To: <39938.192.168.10.89.1218028343.squirrel@dbdmail.itg.ti.com>

On ke, 2008-08-06 at 18:42 +0530, ext Rajendra Nayak wrote:
> Hi,
> 
> Re-posting a refreshed version of these patches.

I'm getting this error when trying to apply these patches with 'git-am'
command:

  $ git-am ~/.evolution/mail/local/stage
  Applying Basic cpuidle driver
  fatal: patch fragment without header at line 13: @@ -0,0 +1,245 @@
  Patch failed at 0001.

with manual "patch -p 1 < .dotest/0001" they apply nicely, but it is
very time-consuming to do it manually for each patch.

Do you use normal git-format-patch and git-send-email to format and post
the patches?

Br,
Kalle

> 
> regards
> Rajendra
> 
> > Hi,
> >
> > I am sending an updated patch set for CPUidle which includes all
> > fixes/comments
> > posted on the previous set by Jouni/Richard W/Peter and others.
> >
> > The Following are the fixes
> > 1) Uart clock enable/disable moved out of the context save/restore patch
> > 2) GPIO IRQENABLE save/restore fix from Richard
> > 3) Fixes from Jouni which do the following
> > 	1. Add wkdep between neon and mpu
> > 	2. Add wkdep between per and core
> > 	3. Deny hwsup mode before writing next pwrst state
> > 	4. Make sure that order in idle loop is such that clocks are
> > _really_
> >    		enabled before accessing registers (serial & gpio).
> > 4) Safe state idle fix from Richard
> > 5) Uart smart-force fix from Richard
> > 6) Toggle IO-PAD enable/disable in idle
> >
> > As earlier these patches apply on top of Jouni's workaround patch set
> > ([PATCH 0/6] 34XX: PM: Workarounds to get omap3 to retention 4th.)
> >
> > The following is neccessay even with a minimal config to achieve OFF.
> > $ echo 1 > /sys/power/sleep_while_idle
> > $ echo 1 > /sys/power/clocks_off_while_idle
> >
> > regards,
> > Rajendra
> >
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2008-08-07 13:17 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-01 14:16 [PATCH 00/11] OMAP3 CPUidle patches Rajendra Nayak
2008-07-02 13:11 ` Peter 'p2' De Schrijver
2008-07-02 13:37   ` Rajendra Nayak
2008-07-02 15:42     ` Peter 'p2' De Schrijver
2008-07-03  8:39       ` Rajendra Nayak
2008-07-03 12:44         ` Peter 'p2' De Schrijver
2008-07-04  7:26         ` Högander Jouni
2008-07-04  9:32           ` Högander Jouni
2008-07-04  9:45             ` Koen Kooi
2008-07-04  9:45             ` Rajendra Nayak
2008-07-04  9:55               ` Högander Jouni
2008-07-04 11:08               ` Högander Jouni
2008-07-07  9:38               ` Kalle Jokiniemi
2008-07-07  9:56                 ` Högander Jouni
2008-07-07 13:58                   ` Premi, Sanjeev
2008-07-07 22:25                     ` Woodruff, Richard
2008-07-08  6:15                       ` Högander Jouni
2008-07-08 12:11                         ` Woodruff, Richard
2008-07-08 13:41                           ` Högander Jouni
2008-07-08 13:52                             ` Woodruff, Richard
2008-07-09  6:48                               ` Högander Jouni
2008-07-09 16:31                                 ` Woodruff, Richard
2008-07-04 11:05             ` Peter 'p2' De Schrijver
2008-07-04 11:39               ` Peter 'p2' De Schrijver
2008-07-03  5:57 ` Högander Jouni
2008-07-03 10:20   ` Rajendra Nayak
2008-07-15 13:20 ` Rajendra Nayak
2008-07-18 13:18 ` [PATCH 00/11] OMAP3 CPUidle patches - ver 2 Rajendra Nayak
     [not found] ` <002f01c8f7c5$0790fea0$LocalHost@wipultra1382>
2008-08-06 13:12   ` Rajendra Nayak
2008-08-07  9:54     ` Kalle Jokiniemi [this message]
2008-08-12 12:40     ` Högander Jouni
2008-08-13  5:57       ` Rajendra Nayak
2008-08-13  6:06         ` Rajendra Nayak
2008-08-13  6:55         ` Högander Jouni
2008-08-13 12:35           ` Woodruff, Richard
2008-08-13 13:12             ` Högander Jouni
2008-08-14  5:25             ` Rajendra Nayak
2008-08-19 19:08     ` Paul Walmsley

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=1218102886.31074.59.camel@kj-ubuntu \
    --to=ext-kalle.jokiniemi@nokia.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=rnayak@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox