RE: width and height of JPEG compressed images

2013-07-07 Thread Thomas Vajzovic
Hi Sylwester, On 06 July 2013 20:58 Sylwester Nawrocki wrote: On 07/05/2013 10:22 AM, Thomas Vajzovic wrote: I am writing a driver for the sensor MT9D131. This device supports digital zoom and JPEG compression. The hardware reads AxB sensor pixels from its array, resamples them to CxD

cron job: media_tree daily build: WARNINGS

2013-07-07 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 Jul 7 19:00:19 CEST 2013 git branch: test git hash: 1c26190a8d492adadac4711fe5762d46204b18b0 gcc

Re: [RFC PATCH 0/5] Matrix and Motion Detection support

2013-07-07 Thread Sylwester Nawrocki
Hi Hans, On 06/28/2013 02:27 PM, Hans Verkuil wrote: This patch series adds support for matrices and motion detection and converts the solo6x10 driver to use these new APIs. See the RFCv2 for details on the motion detection API:

Re: [RFC PATCH 1/5] v4l2: add matrix support.

2013-07-07 Thread Sylwester Nawrocki
On 06/28/2013 02:27 PM, Hans Verkuil wrote: From: Hans Verkuilhans.verk...@cisco.com This patch adds core support for matrices: querying, getting and setting. Two initial matrix types are defined for motion detection (defining regions and thresholds). Signed-off-by: Hans

Holen Sie sich einen Kredit jederzeit

2013-07-07 Thread Mrs Jaime
Hinweis: Wenn Sie auf diese Nachricht antworten möchten, müssen müssen eine Antwort auf diese E-MAIL SENDEN besteasyra...@qq.com Komplimente des Tages, sind Sie ein Business-Mann oder Frau? Sind Sie in irgendeiner finanziellen Schlamassel oder benötigen Sie Fonds zu starten Ihr eigenes

[PATCH 1/3] ene_ir: Fix interrupt line passthrough to hardware

2013-07-07 Thread Maxim Levitsky
While we can delay IRQ intialization, we need the interrupt number right away because unusually hardware have programable interrupt number, and thus we give it the number that was allocated by BIOS Signed-off-by: Maxim Levitsky maximlevit...@gmail.com --- drivers/media/rc/ene_ir.c |3 ++- 1

[PATCH 3/3] ene_ir: don't use pr_debug after all

2013-07-07 Thread Maxim Levitsky
This way to only way to get debug info is to use dynamic debug, but I left debugging prints to debug hardware issues, and so I want this to be enabled by module param Signed-off-by: Maxim Levitsky maximlevit...@gmail.com --- drivers/media/rc/ene_ir.h |2 +- 1 file changed, 1 insertion(+),

rc: ene_ir: few fixes

2013-07-07 Thread Maxim Levitsky
Hi, Could you consider merging few fixes to my driver: 1. Fix accidently introduced error, that is the hardware is a bit unusual in the way that it needs the interrupt number, and one of the recent patches moved the irq number read to be too late for that. 2. I just now played with my remote

[PATCH 2/3] ene_ir: disable the device if wake is disabled It doesn't hurt and on my notebook despite clearing the wake flag the remote still wakes up the system. This way it doesn't

2013-07-07 Thread Maxim Levitsky
Signed-off-by: Maxim Levitsky maximlevit...@gmail.com --- drivers/media/rc/ene_ir.c | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/drivers/media/rc/ene_ir.c b/drivers/media/rc/ene_ir.c index a9cf3a4..61865ba 100644 ---

Re: [PATCH V4 4/4] video: exynos_dp: Use the generic PHY driver

2013-07-07 Thread Jingoo Han
On Saturday, July 06, 2013 8:04 AM, Tomasz Figa wrote: Hi Jingoo, On Tuesday 02 of July 2013 17:42:49 Jingoo Han wrote: Use the generic PHY API instead of the platform callback to control the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com ---

[PATCH V5 0/4] Generic PHY driver for the Exynos SoC DP PHY

2013-07-07 Thread Jingoo Han
This patch series adds a simple driver for the Samsung Exynos SoC series DP transmitter PHY, using the generic PHY framework [1]. Previously the DP PHY used an internal DT node to control the PHY power enable bit. These patches was tested on Exynos5250. This PATCH v5 follows: * PATCH v4, sent

[PATCH V5 1/4] ARM: dts: Add DP PHY node to exynos5250.dtsi

2013-07-07 Thread Jingoo Han
Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com Acked-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/exynos5250.dtsi | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

[PATCH V5 2/4] phy: Add driver for Exynos DP PHY

2013-07-07 Thread Jingoo Han
Add a PHY provider driver for the Samsung Exynos SoC Display Port PHY. Signed-off-by: Jingoo Han jg1@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com Cc: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Felipe Balbi ba...@ti.com --- .../devicetree/bindings/phy/samsung-phy.txt

[PATCH V5 3/4] video: exynos_dp: remove non-DT support for Exynos Display Port

2013-07-07 Thread Jingoo Han
Exynos Display Port can be used only for Exynos SoCs. In addition, non-DT for EXYNOS SoCs is not supported from v3.11; thus, there is no need to support non-DT for Exynos Display Port. The 'include/video/exynos_dp.h' file has been used for non-DT support and the content of file

[PATCH V5 4/4] video: exynos_dp: Use the generic PHY driver

2013-07-07 Thread Jingoo Han
Use the generic PHY API to control the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- .../devicetree/bindings/video/exynos_dp.txt | 18 +- drivers/video/exynos/exynos_dp_core.c| 16