Re: [PATCH v6 0/3] introduce static_vm for ARM-specific static mapped area

2013-02-06 Thread Nicolas Pitre
On Wed, 6 Feb 2013, Joonsoo Kim wrote: > Changelog > v5->v6: > Add Ack-by, Reviewed-by, Tested-by tags > [3/3]: Change from Nicolas' suggestion >- remove redundant parenthesis This looks all fine now. Please submit your patches here for RMK to merge: http://www.arm.linux.org.uk/deve

[PATCH v6 0/3] introduce static_vm for ARM-specific static mapped area

2013-02-06 Thread Joonsoo Kim
In current implementation, we used ARM-specific flag, that is, VM_ARM_STATIC_MAPPING, for distinguishing ARM specific static mapped area. The purpose of static mapped area is to re-use static mapped area when entire physical address range of the ioremap request can be covered by this area. This im