Re: [PATCH v2] ARM: OMAP2+: fix gpmc_cs_remap: re-allocating chip-select address space based on DT

2014-08-26 Thread Roger Quadros
On 08/25/2014 09:50 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140825 04:27]: From: Pekon Gupta pe...@ti.com Each GPMC chip-select needs to be configured for (base-address,CS-size) so that GPMC understands the address-space allocated to device connected externally. These

[PATCH v2] ARM: OMAP2+: fix gpmc_cs_remap: re-allocating chip-select address space based on DT

2014-08-25 Thread Roger Quadros
From: Pekon Gupta pe...@ti.com Each GPMC chip-select needs to be configured for (base-address,CS-size) so that GPMC understands the address-space allocated to device connected externally. These chip-select configurations (base-address, CS-size) follow some basic mapping rules like: - The CS size

Re: [PATCH v2] ARM: OMAP2+: fix gpmc_cs_remap: re-allocating chip-select address space based on DT

2014-08-25 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [140825 04:27]: From: Pekon Gupta pe...@ti.com Each GPMC chip-select needs to be configured for (base-address,CS-size) so that GPMC understands the address-space allocated to device connected externally. These chip-select configurations (base-address, CS-size)