Re: [PATCH 4/4] ARM64: dts: exynos5433: add jpeg node

2015-09-29 Thread Chanwoo Choi
Dear Kukjin, On 2015년 09월 30일 15:35, Kukjin Kim wrote: > On 09/28/15 21:02, Krzysztof Kozlowski wrote: >> W dniu 28.09.2015 o 20:54, Bartlomiej Zolnierkiewicz pisze: >>> >>> Hi, >>> >>> On Monday, September 28, 2015 05:52:13 PM Krzysztof Kozlowski wrote: W dniu 21.09.2015 o 18:59, Andrzej Pie

Re: [PATCH 4/4] ARM64: dts: exynos5433: add jpeg node

2015-09-29 Thread Kukjin Kim
On 09/28/15 21:02, Krzysztof Kozlowski wrote: > W dniu 28.09.2015 o 20:54, Bartlomiej Zolnierkiewicz pisze: >> >> Hi, >> >> On Monday, September 28, 2015 05:52:13 PM Krzysztof Kozlowski wrote: >>> W dniu 21.09.2015 o 18:59, Andrzej Pietrasiewicz pisze: Hi Hans, W dniu 21.09.2015 o 11

Loan Offer

2015-09-29 Thread Loan
Contact us as we offer our finance service at a low and affordable interest rate for long and short cash term. Interested applicant should contact us for further acquisition procedures. Thanks as we remain obliged to render service to you; worldtrading1...@gmail.com -- To unsubscribe from this

cron job: media_tree daily build: OK

2015-09-29 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: Wed Sep 30 04:00:20 CEST 2015 git branch: test git hash: ac4033e02a54a1dd3b22364d392ffe3da5d09a5f gcc versi

[PATCH 1/2] si2168: Bounds check firmware

2015-09-29 Thread Laura Abbott
When reading the firmware and sending commands, the length must be bounds checked to avoid overrunning the size of the command buffer and smashing the stack if the firmware is not in the expected format: si2168 11-0064: found a 'Silicon Labs Si2168-B40' si2168 11-0064: downloading firmware from f

[PATCH 2/2] si2157: Bounds check firmware

2015-09-29 Thread Laura Abbott
When reading the firmware and sending commands, the length must be bounds checked to avoid overrunning the size of the command buffer and smashing the stack if the firmware is not in the expected format. Add the proper check. Cc: sta...@kernel.org Signed-off-by: Laura Abbott --- drivers/media/tu

uvc-1.5

2015-09-29 Thread James
When is the Linux kernel going to support uvc-1.5? It was made a standard on June 6, 2012 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

H264 headers generation for driver

2015-09-29 Thread Andrey Utkin
This is a new chapter of tw5864 video grabber & encoder driver development drama. Last state of code is here (tw5864 branch, drivers/staging/media/tw5864): https://github.com/bluecherrydvr/linux/tree/tw5864/drivers/staging/media/tw5864 Currently I use a third-side LGPL library for H.264 headers ge

[PATCH] v4l-utils: mc_nextgen_test fix -d option parsing

2015-09-29 Thread Shuah Khan
mc_nextgen_test -d option doesn't work due to a missing break. Fix the bug so -d, --device=DEVICE option can accept a device name. Without this fix, mc_nextgen_test assumes default device name. Signed-off-by: Shuah Khan --- contrib/test/mc_nextgen_test.c | 1 + 1 file changed, 1 insertion(+) di

Re: [PATCH v2 12/12] media: flash: use led_set_brightness_sync for torch brightness

2015-09-29 Thread Pavel Machek
On Tue 2015-09-29 09:26:27, Jacek Anaszewski wrote: > Hi Pavel, > > Thanks for the review. > > On 09/28/2015 10:37 PM, Pavel Machek wrote: > >On Mon 2015-09-28 15:07:21, Jacek Anaszewski wrote: > >>LED subsystem shifted responsibility for choosing between SYNC or ASYNC > >>way of setting brightne

Re: [PATCH v2 12/12] media: flash: use led_set_brightness_sync for torch brightness

2015-09-29 Thread Jacek Anaszewski
Hi Pavel, Thanks for the review. On 09/28/2015 10:37 PM, Pavel Machek wrote: On Mon 2015-09-28 15:07:21, Jacek Anaszewski wrote: LED subsystem shifted responsibility for choosing between SYNC or ASYNC way of setting brightness from drivers to the caller. Adapt the wrapper to those changes. U