Re: [PATCH 5/7] Header location fix for 3.5.0 to 3.11.x

2018-05-13 Thread Jasmin J.
Hello Brad! > Are the build logs public? Look for the eMail cron job: media_tree daily build: ? The ? is OK, WARNINGS or ERRORS In this eMail there are links to the short and long logfile. Hans uses a complete build system which can download the Kernel sources, build media-build

Re: [PATCH 5/7] Header location fix for 3.5.0 to 3.11.x

2018-05-12 Thread Brad Love
On 2018-05-12 14:42, Jasmin J. wrote: > Hello Brad! > > This patch added the inclusion of "linux/of_i2c.h". > This gave the warnings in the last nightly build for Kernel > 3.6 - 3.9. > > I just pushed a fix for that, so we should have an OK build this > night. > > BR, >Jasmin Thanks for the

Re: [PATCH 5/7] Header location fix for 3.5.0 to 3.11.x

2018-05-12 Thread Jasmin J.
Hello Brad! This patch added the inclusion of "linux/of_i2c.h". This gave the warnings in the last nightly build for Kernel 3.6 - 3.9. I just pushed a fix for that, so we should have an OK build this night. BR, Jasmin

[PATCH 5/7] Header location fix for 3.5.0 to 3.11.x

2018-04-26 Thread Brad Love
Header does not exist before 3.5.0 and is merged into linux/i2c.h in 3.12.0. Signed-off-by: Brad Love --- v4l/compat.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/v4l/compat.h b/v4l/compat.h index d52c602..87ce401 100644 --- a/v4l/compat.h +++