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 regio

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 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 > > (&q

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

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

2014-01-25 Thread Raghu Gandham
hen trying to reserve IO ports. Prior to the above mentioned commit request_region is skipped on MIPS but release_region is called. This patch reverts commit 197a1e96c8be5b6005145af3a4c0e45e2d651444 and also avoids calling release_region for MIPS. Signed-off-by: Raghu Gandham Reviewed-by: Stev

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

2014-01-25 Thread Raghu Gandham
to reserve IO ports. Prior to the above mentioned commit request_region is skipped on MIPS but release_region is called. This patch reverts commit 197a1e96c8be5b6005145af3a4c0e45e2d651444 and also avoids calling release_region for MIPS. Signed-off-by: Raghu Gandham raghu.gand...@imgtec.com Reviewed