Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-03 Thread Arun Ramamurthy
On 15-03-02 03:22 PM, Rob Herring wrote: On Mon, Mar 2, 2015 at 1:09 PM, Arun Ramamurthy wrote: On 15-03-02 08:11 AM, Russell King - ARM Linux wrote: On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: I'm not sure about this... The word "virtual" never works well with device

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-03 Thread Arun Ramamurthy
On 15-03-02 03:22 PM, Rob Herring wrote: On Mon, Mar 2, 2015 at 1:09 PM, Arun Ramamurthy arun.ramamur...@broadcom.com wrote: On 15-03-02 08:11 AM, Russell King - ARM Linux wrote: On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: I'm not sure about this... The word virtual

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Rob Herring
On Mon, Mar 2, 2015 at 1:09 PM, Arun Ramamurthy wrote: > > > On 15-03-02 08:11 AM, Russell King - ARM Linux wrote: >> >> On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: >>> >>> I'm not sure about this... The word "virtual" never works well with >>> device tree nodes defined as

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Russell King - ARM Linux
On Mon, Mar 02, 2015 at 11:09:51AM -0800, Arun Ramamurthy wrote: > > > On 15-03-02 08:11 AM, Russell King - ARM Linux wrote: > >On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: > >>I'm not sure about this... The word "virtual" never works well with > >>device tree nodes defined as

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Arun Ramamurthy
On 15-03-02 08:11 AM, Russell King - ARM Linux wrote: On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: I'm not sure about this... The word "virtual" never works well with device tree nodes defined as "hardware description". I understand what you're doing, but adding this property

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Russell King - ARM Linux
On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: > I'm not sure about this... The word "virtual" never works well with > device tree nodes defined as "hardware description". > > I understand what you're doing, but adding this property to the display > controller's node doesn't sound

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Pawel Moll
On Wed, 2015-02-25 at 21:01 +, Arun Ramamurthy wrote: > Added code to support FBIOPAN_DISPLAY. Also added yres_virtual > parameter to device tree to set the virtual y resolution > > Reviewed-by: Ray Jui > Reviewed-by: Scott Branden > Signed-off-by: Arun Ramamurthy > --- >

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Rob Herring
On Mon, Mar 2, 2015 at 1:09 PM, Arun Ramamurthy arun.ramamur...@broadcom.com wrote: On 15-03-02 08:11 AM, Russell King - ARM Linux wrote: On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: I'm not sure about this... The word virtual never works well with device tree nodes defined

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Russell King - ARM Linux
On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: I'm not sure about this... The word virtual never works well with device tree nodes defined as hardware description. I understand what you're doing, but adding this property to the display controller's node doesn't sound right. How

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Pawel Moll
On Wed, 2015-02-25 at 21:01 +, Arun Ramamurthy wrote: Added code to support FBIOPAN_DISPLAY. Also added yres_virtual parameter to device tree to set the virtual y resolution Reviewed-by: Ray Jui r...@broadcom.com Reviewed-by: Scott Branden sbran...@broadcom.com Signed-off-by: Arun

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Arun Ramamurthy
On 15-03-02 08:11 AM, Russell King - ARM Linux wrote: On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: I'm not sure about this... The word virtual never works well with device tree nodes defined as hardware description. I understand what you're doing, but adding this property to

Re: [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-03-02 Thread Russell King - ARM Linux
On Mon, Mar 02, 2015 at 11:09:51AM -0800, Arun Ramamurthy wrote: On 15-03-02 08:11 AM, Russell King - ARM Linux wrote: On Mon, Mar 02, 2015 at 04:08:29PM +, Pawel Moll wrote: I'm not sure about this... The word virtual never works well with device tree nodes defined as hardware

[PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-02-25 Thread Arun Ramamurthy
Added code to support FBIOPAN_DISPLAY. Also added yres_virtual parameter to device tree to set the virtual y resolution Reviewed-by: Ray Jui Reviewed-by: Scott Branden Signed-off-by: Arun Ramamurthy --- .../devicetree/bindings/video/arm,pl11x.txt| 4 +++

[PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution

2015-02-25 Thread Arun Ramamurthy
Added code to support FBIOPAN_DISPLAY. Also added yres_virtual parameter to device tree to set the virtual y resolution Reviewed-by: Ray Jui r...@broadcom.com Reviewed-by: Scott Branden sbran...@broadcom.com Signed-off-by: Arun Ramamurthy arun.ramamur...@broadcom.com ---