Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-03-19 Thread Aaro Koskinen
Hi, On Wed, Mar 19, 2014 at 09:49:31PM +0100, Ralf Baechle wrote: > I think the patch (http://patchwork.linux-mips.org/patch/6419/) should be > applied. The argumentation for reserving ports in the platform code are > the same as on x86 - touch the registers and bad things may happen. This > is

Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-03-19 Thread Ralf Baechle
kernel@vger.kernel.org" > Subject: RE: [PATCH] Input: i8042-io - Exclude mips platforms when > allocating/deallocating IO regions. > Content-Type: text/plain; charset="us-ascii" > > Hi Aaro, > > > > > On Sun, Jan 26, 2014 at 10:56:38PM -0800,

Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-03-19 Thread Ralf Baechle
, linux-m...@linux-mips.org linux-m...@linux-mips.org, linux-kernel@vger.kernel.org linux-kernel@vger.kernel.org Subject: RE: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions. Content-Type: text/plain; charset=us-ascii Hi Aaro, On Sun, Jan 26

Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-03-19 Thread Aaro Koskinen
Hi, On Wed, Mar 19, 2014 at 09:49:31PM +0100, Ralf Baechle wrote: I think the patch (http://patchwork.linux-mips.org/patch/6419/) should be applied. The argumentation for reserving ports in the platform code are the same as on x86 - touch the registers and bad things may happen. This is

RE: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-27 Thread Raghu Gandham
Hi Aaro, > > On Sun, Jan 26, 2014 at 10:56:38PM -0800, Dmitry Torokhov wrote: > > On Mon, Jan 27, 2014 at 12:32:36AM +, Raghu Gandham wrote: > > > > On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: > > > > > The standard IO regions are already reserved by the platform > > > > >

Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-27 Thread Aaro Koskinen
Hi, On Sun, Jan 26, 2014 at 10:56:38PM -0800, Dmitry Torokhov wrote: > On Mon, Jan 27, 2014 at 12:32:36AM +, Raghu Gandham wrote: > > > On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: > > > > The standard IO regions are already reserved by the platform code on > > > > most MIPS

Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-27 Thread Aaro Koskinen
Hi, On Sun, Jan 26, 2014 at 10:56:38PM -0800, Dmitry Torokhov wrote: On Mon, Jan 27, 2014 at 12:32:36AM +, Raghu Gandham wrote: On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: The standard IO regions are already reserved by the platform code on most MIPS

RE: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-27 Thread Raghu Gandham
Hi Aaro, On Sun, Jan 26, 2014 at 10:56:38PM -0800, Dmitry Torokhov wrote: On Mon, Jan 27, 2014 at 12:32:36AM +, Raghu Gandham wrote: On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: The standard IO regions are already reserved by the platform code on most MIPS

Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-26 Thread Dmitry Torokhov
On Mon, Jan 27, 2014 at 12:32:36AM +, Raghu Gandham wrote: > Hi Dmitry, > > > > > On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: > > > The standard IO regions are already reserved by the platform code on > > > most MIPS devices(malta, cobalt, sni). The Commit > > >

RE: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-26 Thread Raghu Gandham
Hi Dmitry, > > On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: > > The standard IO regions are already reserved by the platform code on > > most MIPS devices(malta, cobalt, sni). The Commit > > 197a1e96c8be5b6005145af3a4c0e45e2d651444 > > ("Input: i8042-io - fix up region

Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-26 Thread Dmitry Torokhov
Hi Raghu, On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: > The standard IO regions are already reserved by the platform code on most MIPS > devices(malta, cobalt, sni). The Commit > 197a1e96c8be5b6005145af3a4c0e45e2d651444 > ("Input: i8042-io - fix up region handling on MIPS")

Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-26 Thread Dmitry Torokhov
Hi Raghu, On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: The standard IO regions are already reserved by the platform code on most MIPS devices(malta, cobalt, sni). The Commit 197a1e96c8be5b6005145af3a4c0e45e2d651444 (Input: i8042-io - fix up region handling on MIPS)

RE: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-26 Thread Raghu Gandham
Hi Dmitry, On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: The standard IO regions are already reserved by the platform code on most MIPS devices(malta, cobalt, sni). The Commit 197a1e96c8be5b6005145af3a4c0e45e2d651444 (Input: i8042-io - fix up region handling on MIPS)

Re: [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.

2014-01-26 Thread Dmitry Torokhov
On Mon, Jan 27, 2014 at 12:32:36AM +, Raghu Gandham wrote: Hi Dmitry, On Sat, Jan 25, 2014 at 11:01:54AM -0800, Raghu Gandham wrote: The standard IO regions are already reserved by the platform code on most MIPS devices(malta, cobalt, sni). The Commit