public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <me@felipebalbi.com>
To: Peter 'p2' De Schrijver <peter.de-schrijver@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] Load triton2 scripts.
Date: Mon, 21 Jul 2008 20:32:24 +0300	[thread overview]
Message-ID: <20080721173222.GB4738@frodo> (raw)
In-Reply-To: <1216656125-5800-4-git-send-email-peter.de-schrijver@nokia.com>

On Mon, Jul 21, 2008 at 07:02:05PM +0300, Peter 'p2' De Schrijver wrote:
> +/*
> +*	Power Bus Message Format
> +*
> +*	Broadcast Message (16 Bits)
> +*	DEV_GRP[15:13] MT[12]  RES_GRP[11:9]  RES_TYPE2[8:7] RES_TYPE[6:4]
> +*	RES_STATE[3:0]
> +*
> +*	Singular Message (16 Bits)
> +*	DEV_GRP[15:13] MT[12]  RES_ID[11:4]  RES_STATE[3:0]
> +*
> +*/

This comment should follow the coding style:

/*
 * Power Bus Message Format
 *
 * Broadcast Message (16 Bits)
 * DEV_GRP[15:13] MT[12]  RES_GRP[11:9]  RES_TYPE2[8:7] RES_TYPE[6:4]
 * RES_STATE[3:0]
 *
 * Singular Message (16 Bits)
 * DEV_GRP[15:13] MT[12]  RES_ID[11:4]  RES_STATE[3:0]
 */

> +struct triton_ins {
> +	u16 pmb_message;
> +	u8 delay;
> +};
> +
> +

extra line

> +#define CONFIG_DISABLE_HFCLK	1
> +
> +#if defined(CONFIG_MACH_OMAP_3430SDP) || defined(CONFIG_MACH_OMAP_3430LABRADOR)
> +
> +struct triton_ins sleep_on_seq[] __initdata = {
> +	{MSG_SINGULAR(DEV_GRP_P1, 0xf, RES_STATE_OFF), 4},

could you add spaces here??
	{ MSG_SINGULAR(DEV_GRP_P1, 0xf, RES_STATE_OFF), 4 },

-- 
balbi

  reply	other threads:[~2008-07-21 17:32 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-21 16:02 [PATCH] Set correct off mode polarity Peter 'p2' De Schrijver
2008-07-21 16:02 ` [PATCH] Enable SYSOFFMODE use Peter 'p2' De Schrijver
2008-07-21 16:02   ` [PATCH] Add SYSOFFMODE option Peter 'p2' De Schrijver
2008-07-21 16:02     ` [PATCH] Load triton2 scripts Peter 'p2' De Schrijver
2008-07-21 17:32       ` Felipe Balbi [this message]
2008-08-05 10:50   ` [PATCH] Enable SYSOFFMODE use Tony Lindgren
2008-08-06 11:15     ` Kalle Jokiniemi
2008-08-06 17:12       ` Woodruff, Richard
2008-08-07  7:11         ` Kalle Jokiniemi
2008-08-08  1:18           ` Woodruff, Richard
2008-07-21 17:22 ` [PATCH] Set correct off mode polarity Felipe Balbi
2008-07-23 13:26   ` Peter 'p2' De Schrijver
2008-07-23 18:24     ` Felipe Balbi
  -- strict thread matches above, loose matches on Subject: below --
2008-07-21 16:17 RFC: OMAP3 SYS_OFF_MODE support Peter 'p2' De Schrijver
2008-07-21 16:17 ` [PATCH] Set correct off mode polarity Peter 'p2' De Schrijver
2008-07-21 16:17   ` [PATCH] Enable SYSOFFMODE use Peter 'p2' De Schrijver
2008-07-21 16:17     ` [PATCH] Add SYSOFFMODE option Peter 'p2' De Schrijver
2008-07-21 16:17       ` [PATCH] Load triton2 scripts Peter 'p2' De Schrijver
2008-08-07 10:12         ` Kalle Jokiniemi
2008-08-18 13:31           ` Tony Lindgren
2008-08-19  7:02             ` Kalle Jokiniemi
2008-08-19  7:13               ` Tony Lindgren
2008-08-25 10:31 Kalle Jokiniemi
2008-09-11  0:08 ` Tony Lindgren
2008-09-11  3:20   ` Steve Sakoman
2008-09-11  8:26     ` Koen Kooi
2008-09-11  8:50 ` Kevin Hilman

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=20080721173222.GB4738@frodo \
    --to=me@felipebalbi.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=peter.de-schrijver@nokia.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