public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Mike Rapoport <mike@compulab.co.il>
Cc: hpa@zytor.com, linux-kernel@vger.kernel.org,
	denis@compulab.co.il, mike@compulab.co.il
Subject: Re: [PATCH] Add reboot fixup for SBC-fitPC2
Date: Wed, 22 Jul 2009 17:38:54 -0700	[thread overview]
Message-ID: <20090722173854.fdbcee7f.akpm@linux-foundation.org> (raw)
In-Reply-To: <4A6491C1.5060909@compulab.co.il>

On Mon, 20 Jul 2009 18:48:17 +0300
Mike Rapoport <mike@compulab.co.il> wrote:

> > From: Denis Turischev <denis@compulab.co.il>
> 
> This patch adds reboot fixup for CompuLab SBC-fitPC2 board.
> 
> Singned-off-by: Denis Turischev <denis@compulab.co.il>
> Signedd-off-by: Mike Rapoport <mike@compulab.co.il
> 
> diff -Nru linux-2.6.31-rc3.orig/arch/x86/kernel/reboot.c
> linux-2.6.31-rc3/arch/x86/kernel/reboot.c
> --- linux-2.6.31-rc3.orig/arch/x86/kernel/reboot.c	2009-07-14 04:18:52.000000000
> +0300
> +++ linux-2.6.31-rc3/arch/x86/kernel/reboot.c	2009-07-16 14:39:48.000000000 +0300
> @@ -249,6 +249,15 @@
>  			DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
>  		},
>  	},
> +	{	/* Handle problems with rebooting on
> +				CompuLab SBC-FITPC2 board */
> +		.callback = set_bios_reboot,
> +		.ident = "CompuLab SBC-FITPC2",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "CompuLab"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
> +		},
> +	},
>  	{ }
>  };
> 

Neither this patch nor Denis's earlier version contained an adequate
decription.  We aren't told what these "problems" are, so we're unable
to judge the appropriateness of patch.

Both patches were wordwrapped.

Both patches use an atypical layout style for the comments.

I fixed up some of these things and merged the patch into my tree, for
sending to Ingo for 2.6.32.

Please send a description of the problem which the patch fixes and I
shall add that to my copy of the changelog.

Thanks.

  reply	other threads:[~2009-07-23  0:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-20 15:48 [PATCH] Add reboot fixup for SBC-fitPC2 Mike Rapoport
2009-07-23  0:38 ` Andrew Morton [this message]
2009-07-23  1:24   ` H. Peter Anvin
2009-07-30 13:14   ` Mike Rapoport

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=20090722173854.fdbcee7f.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=denis@compulab.co.il \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mike@compulab.co.il \
    /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