Re: [PATCH 2/2] media: adv7604: Add ability to read default input port from DT

2014-08-13 Thread Ian Molton
On Mon, 11 Aug 2014 13:19:02 +0100 Mark Rutland mark.rutl...@arm.com wrote: - - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge. + - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge. Unrelated whitespace change? Is there a

Re: [PATCH 2/2] media: adv7604: Add ability to read default input port from DT

2014-08-13 Thread Mark Rutland
On Wed, Aug 13, 2014 at 01:14:35PM +0100, Ian Molton wrote: On Mon, 11 Aug 2014 13:19:02 +0100 Mark Rutland mark.rutl...@arm.com wrote: - - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge. + - pclk-sample: Pixel clock polarity. Defaults to output on the

Re: [PATCH 2/2] media: adv7604: Add ability to read default input port from DT

2014-08-11 Thread Mark Rutland
On Mon, Aug 11, 2014 at 01:05:19PM +0100, Ian Molton wrote: This patch adds support to the adv7604 driver for reading the default selected input from the Device tree. If none is provided, the driver will not select an input without help from userspace. Tested-by: William Towle