Re: € 2,000,000.00 Euro

2019-06-09 Thread dgcomisacconocimiento
Ich bin Herr Richard Wahl der Mega-Gewinner von $ 533M In Mega Millions Jackpot spende ich an 5 zufällige Personen, wenn Sie diese E-Mail erhalten, dann wurde Ihre E-Mail nach einem Spinball ausgewählt. Ich habe den größten Teil meines Vermögens auf eine Reihe von Wohltätigkeitsorganisationen un

Re: [RFC PATCH V3 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings

2019-06-09 Thread CK Hu
Hi, Louis: Please translate your Chinese reply into English. I think not all member in the mail list understand Chinese. Regards, CK On Mon, 2019-06-10 at 12:11 +0800, Louis Kuo (郭德寧) wrote: > Hi CK, > > 剛才有跟Stu討論過了, 基本上mt8183 sensor interface driver和MT2712 MIPI-CSI2 > driver是兩套不一樣的架構 > > 1.

Re: [RFC PATCH 1/5] media: videodev2: add V4L2_FMT_FLAG_DYN_RESOLUTION

2019-06-09 Thread Tomasz Figa
Hi Maxime, On Sun, Jun 9, 2019 at 11:38 PM Maxime Jourdan wrote: > > Add a enum_fmt format flag to specifically tag coded formats where > dynamic resolution switching is supported by the device. > > This is useful for some codec drivers that can't support dynamic > resolution switching for all th

Re: [RFC PATCH V3 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings

2019-06-09 Thread CK Hu
Hi, Louis: It looks like that "mediatek,mt8183-seninf" has many common part with "mediatek,mt2712-mipicsi" [1] and "mediatek,mt2712-mipicsi-common" [2]. The evidence comes from each driver. The register definition of mipi_rx phy is "mediatek,mt2712-mipicsi" +#define MIPI_RX_ANA00_CSI

[RFC PATCH 1/5] media: videodev2: add V4L2_FMT_FLAG_DYN_RESOLUTION

2019-06-09 Thread Maxime Jourdan
Add a enum_fmt format flag to specifically tag coded formats where dynamic resolution switching is supported by the device. This is useful for some codec drivers that can't support dynamic resolution switching for all their listed coded formats. It allows userspace to know whether it should extrac

[RFC PATCH 0/5] Add enum_fmt flag for coded formats with dynamic resolution switching

2019-06-09 Thread Maxime Jourdan
Hello, This RFC proposes a new format flag - V4L2_FMT_FLAG_DYN_RESOLUTION - used to tag coded formats for which the device supports dynamic resolution switching, via V4L2_EVENT_SOURCE_CHANGE. This includes the initial "source change" where the device is able to tell userspace about the coded resol

[RFC PATCH 5/5] media: vicodec: flag vdec/stateful OUTPUT formats with V4L2_FMT_FLAG_DYN_RESOLUTION

2019-06-09 Thread Maxime Jourdan
Tag all the coded formats where the vicodec stateful decoder supports dynamic resolution switching. Signed-off-by: Maxime Jourdan --- drivers/media/platform/vicodec/vicodec-core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/vicodec/vicodec-core.c b/drivers/media

[RFC PATCH 3/5] media: s5p_mfc_dec: flag OUTPUT formats with V4L2_FMT_FLAG_DYN_RESOLUTION

2019-06-09 Thread Maxime Jourdan
Tag all the coded formats where the s5p_mfc decoder supports dynamic resolution switching. Signed-off-by: Maxime Jourdan --- drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 1 + drivers/media/platform/s5p-mfc/s5p_mfc_dec.c| 13 + 2 files changed, 14 insertions(+) diff --git a

[RFC PATCH 4/5] media: mtk-vcodec: flag OUTPUT formats with V4L2_FMT_FLAG_DYN_RESOLUTION

2019-06-09 Thread Maxime Jourdan
Tag all the coded formats where the mtk-vcodec decoder supports dynamic resolution switching. Signed-off-by: Maxime Jourdan --- drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c | 4 drivers/media/platform/mtk-vcodec/mtk_vcodec_drv.h | 1 + 2 files changed, 5 insertions(+) diff --git a/dr

[RFC PATCH 2/5] media: venus: vdec: flag OUTPUT formats with V4L2_FMT_FLAG_DYN_RESOLUTION

2019-06-09 Thread Maxime Jourdan
Tag all the coded formats where the venus vdec supports dynamic resolution switching. Signed-off-by: Maxime Jourdan --- drivers/media/platform/qcom/venus/core.h | 1 + drivers/media/platform/qcom/venus/vdec.c | 11 +++ 2 files changed, 12 insertions(+) diff --git a/drivers/media/platfo

Re: [PATCH] v4l: rcar-fcp: Read IP version register at probe time

2019-06-09 Thread Laurent Pinchart
Hi Geert, On Sun, Jun 09, 2019 at 01:51:24PM +0200, Geert Uytterhoeven wrote: > On Sun, Jun 9, 2019 at 12:09 PM Laurent Pinchart wrote: > > On Sun, Jun 09, 2019 at 10:06:19AM +0200, Geert Uytterhoeven wrote: > > > On Sat, Jun 8, 2019 at 2:55 PM Laurent Pinchart wrote: > > > > This helps identifyin

Re: [PATCH] v4l: rcar-fcp: Read IP version register at probe time

2019-06-09 Thread Geert Uytterhoeven
Hi Laurent, On Sun, Jun 9, 2019 at 12:09 PM Laurent Pinchart wrote: > On Sun, Jun 09, 2019 at 10:06:19AM +0200, Geert Uytterhoeven wrote: > > On Sat, Jun 8, 2019 at 2:55 PM Laurent Pinchart wrote: > > > This helps identifying the IP core version, for debugging purpose only > > > for now. > > > >

Re: [PATCH] v4l: rcar-fcp: Read IP version register at probe time

2019-06-09 Thread Laurent Pinchart
Hi Geert, On Sun, Jun 09, 2019 at 10:06:19AM +0200, Geert Uytterhoeven wrote: > On Sat, Jun 8, 2019 at 2:55 PM Laurent Pinchart wrote: > > This helps identifying the IP core version, for debugging purpose only > > for now. > > > > Signed-off-by: Laurent Pinchart > > Thanks for your patch! > > >

[PATCH v3] dvb_usb_dvbsky: add support for Mygica T230C2

2019-06-09 Thread Frantisek Rysanek
Adds support for the Mygica T230C2 into the "dvbsky" driver. A small enhancement is also needed in the "si2168" demodulator driver, and a USB device ID in dvb-usb-ids.h . The T230C2 hardware uses a manual clock mode of the si2168 chip, for which the si2168 driver previously had no explicit support

Re: [PATCH] v4l: rcar-fcp: Read IP version register at probe time

2019-06-09 Thread Geert Uytterhoeven
Hi Laurent, On Sat, Jun 8, 2019 at 2:55 PM Laurent Pinchart wrote: > This helps identifying the IP core version, for debugging purpose only > for now. > > Signed-off-by: Laurent Pinchart Thanks for your patch! > --- a/drivers/media/platform/rcar-fcp.c > +++ b/drivers/media/platform/rcar-fcp.c