cron job: media_tree daily build: ERRORS

2017-09-30 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Sun Oct 1 05:00:05 CEST 2017 media-tree git hash:cf09e3c904bf424f8b6a8203958e09bf7d9bcbc0 media_build

Re: [RESEND RFC PATCH 0/7] sun8i H3 HDMI glue driver for DW HDMI

2017-09-30 Thread Alexey Kardashevskiy
On 01/10/17 04:56, Jernej Škrabec wrote: > Hi, > > Dne sobota, 30. september 2017 ob 13:58:03 CEST je Alexey Kardashevskiy > napisal(a): >> On 21/09/17 06:01, Jernej Skrabec wrote: >>> [added media mailing list due to CEC question] >>> >>> This patch series adds a HDMI glue driver for Allwinner

Investment & Business Capital

2017-09-30 Thread Ohio Homestead Inc. Realtors
Dear Sir / Madam, Are you looking for an investor or a private money lender for your project/business financial needs? Join The 76,583+ People We've Helped Apply For a Loan. Fast Funds For Approved Applicants. All Credit Types Considered. Form Processes in 3 Hours. Submit your loan request to

Re: [RESEND RFC PATCH 0/7] sun8i H3 HDMI glue driver for DW HDMI

2017-09-30 Thread Jernej Škrabec
Hi, Dne sobota, 30. september 2017 ob 13:58:03 CEST je Alexey Kardashevskiy napisal(a): > On 21/09/17 06:01, Jernej Skrabec wrote: > > [added media mailing list due to CEC question] > > > > This patch series adds a HDMI glue driver for Allwinner H3 SoC. For now, > > only video and CEC

Re: [PATCH v14 07/28] rcar-vin: Use generic parser for parsing fwnode endpoints

2017-09-30 Thread Niklas Söderlund
Hi Sakari, Thanks for your patch, I like it. Unfortunately it causes issues :-( I picked the first 7 patches of this series on top of media-next and it produce problems when tested on Koelsch with CONFIG_OF_DYNAMIC=y. 1. It print's 'OF: ERROR: Bad of_node_put() on /video@e6ef/port'

Re: [RESEND RFC PATCH 0/7] sun8i H3 HDMI glue driver for DW HDMI

2017-09-30 Thread Alexey Kardashevskiy
On 21/09/17 06:01, Jernej Skrabec wrote: > [added media mailing list due to CEC question] > > This patch series adds a HDMI glue driver for Allwinner H3 SoC. For now, only > video and CEC functionality is supported. Audio needs more tweaks. > > Series is based on the H3 DE2 patch series

Re: [PATCH RFC] media: staging/imx: fix complete handler

2017-09-30 Thread Mauro Carvalho Chehab
Em Fri, 29 Sep 2017 22:38:39 +0100 Russell King escreveu: > The complete handler walks all entities, expecting to find an imx > subdevice for each and every entity. > > However, camera drivers such as smiapp can themselves contain multiple > entities, for which there

Re: [PATCH RFC] [media] v4l: async: don't bomb out on ->complete failure

2017-09-30 Thread Mauro Carvalho Chehab
Em Fri, 29 Sep 2017 22:33:36 +0100 Russell King escreveu: > When a subdev is being registered via v4l2_async_register_subdev(), we > test to see if we have all the components, and if so, we call the > ->complete() handler. > > However, the error handling is broken