Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-13 Thread Mark M. Hoffman
Hi Andrew, Jean: * Jean Delvare <[EMAIL PROTECTED]> [2008-02-11 22:18:29 +0100]: > On Mon, 11 Feb 2008 11:55:46 -0800, Andrew Morton wrote: > > On Sun, 10 Feb 2008 13:25:36 +0100 Jean Delvare wrote: > > > Andrew, both patches are > > > > > > Acked-by: Jean Delvare <[EMAIL PROTECTED]> > > > > We

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-13 Thread Mark M. Hoffman
Hi Andrew, Jean: * Jean Delvare [EMAIL PROTECTED] [2008-02-11 22:18:29 +0100]: On Mon, 11 Feb 2008 11:55:46 -0800, Andrew Morton wrote: On Sun, 10 Feb 2008 13:25:36 +0100 Jean Delvare wrote: Andrew, both patches are Acked-by: Jean Delvare [EMAIL PROTECTED] We already have

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-11 Thread Jean Delvare
On Mon, 11 Feb 2008 11:55:46 -0800, Andrew Morton wrote: > On Sun, 10 Feb 2008 13:25:36 +0100 Jean Delvare wrote: > > Andrew, both patches are > > > > Acked-by: Jean Delvare <[EMAIL PROTECTED]> > > We already have Signed-off-by:you, which I figure outranks acked-by: ;) Yeah but that wasn't the

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-11 Thread Andrew Morton
On Sun, 10 Feb 2008 13:25:36 +0100 Jean Delvare <[EMAIL PROTECTED]> wrote: > Hi Andrew, > > On Thu, 7 Feb 2008 23:40:02 -0800, Andrew Morton wrote: > > On Wed, 24 Oct 2007 16:32:59 +0200 Thomas Renninger <[EMAIL PROTECTED]> > > wrote: > > > > > Provide acpi_check_{mem_}region. > > > > > >

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-11 Thread Jean Delvare
On Mon, 11 Feb 2008 11:55:46 -0800, Andrew Morton wrote: On Sun, 10 Feb 2008 13:25:36 +0100 Jean Delvare wrote: Andrew, both patches are Acked-by: Jean Delvare [EMAIL PROTECTED] We already have Signed-off-by:you, which I figure outranks acked-by: ;) Yeah but that wasn't the same me.

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-10 Thread Jean Delvare
Hi Andrew, On Thu, 7 Feb 2008 23:40:02 -0800, Andrew Morton wrote: > On Wed, 24 Oct 2007 16:32:59 +0200 Thomas Renninger <[EMAIL PROTECTED]> wrote: > > > Provide acpi_check_{mem_}region. > > > > Drivers can additionally check against possible ACPI interference by also > > invoking this shortly

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-10 Thread Jean Delvare
Hi Andrew, On Thu, 7 Feb 2008 23:40:02 -0800, Andrew Morton wrote: On Wed, 24 Oct 2007 16:32:59 +0200 Thomas Renninger [EMAIL PROTECTED] wrote: Provide acpi_check_{mem_}region. Drivers can additionally check against possible ACPI interference by also invoking this shortly before they

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-08 Thread Thomas Renninger
On Thu, 2008-02-07 at 23:40 -0800, Andrew Morton wrote: > On Wed, 24 Oct 2007 16:32:59 +0200 Thomas Renninger <[EMAIL PROTECTED]> wrote: > > > Provide acpi_check_{mem_}region. > > > > Drivers can additionally check against possible ACPI interference by also > > invoking this shortly before they

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-08 Thread Thomas Renninger
On Thu, 2008-02-07 at 23:40 -0800, Andrew Morton wrote: On Wed, 24 Oct 2007 16:32:59 +0200 Thomas Renninger [EMAIL PROTECTED] wrote: Provide acpi_check_{mem_}region. Drivers can additionally check against possible ACPI interference by also invoking this shortly before they call

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-07 Thread Andrew Morton
On Wed, 24 Oct 2007 16:32:59 +0200 Thomas Renninger <[EMAIL PROTECTED]> wrote: > Provide acpi_check_{mem_}region. > > Drivers can additionally check against possible ACPI interference by also > invoking this shortly before they call request_region. > If -EBUSY is returned, the driver must not

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-07 Thread Andrew Morton
On Wed, 24 Oct 2007 16:32:59 +0200 Thomas Renninger [EMAIL PROTECTED] wrote: Provide acpi_check_{mem_}region. Drivers can additionally check against possible ACPI interference by also invoking this shortly before they call request_region. If -EBUSY is returned, the driver must not load.

[PATCH 2/5] Provide acpi_check_{mem_}region.

2007-10-24 Thread Thomas Renninger
Provide acpi_check_{mem_}region. Drivers can additionally check against possible ACPI interference by also invoking this shortly before they call request_region. If -EBUSY is returned, the driver must not load. Use acpi_enforce_resources=strict/lax/no options to: - strict: let conflicting

[PATCH 2/5] Provide acpi_check_{mem_}region.

2007-10-24 Thread Thomas Renninger
Provide acpi_check_{mem_}region. Drivers can additionally check against possible ACPI interference by also invoking this shortly before they call request_region. If -EBUSY is returned, the driver must not load. Use acpi_enforce_resources=strict/lax/no options to: - strict: let conflicting