hose boards, but it
won't be functioning without configuring this clock.
Changes:
v4:
- Change commit message to stress the importance of this patch
v3:
- Drop useless braces
v2:
- Separate ENOENT errors from others
- Propagate other errors (especially -EPROBE_DEFER)
Signed-off-by: Pierre-H
Hi,
>> On 11/20/2017 06:00 PM, Hans Verkuil wrote:
>>> I didn't see this merged for 4.15, is it too late to include this?
>>> All other changes needed to get CEC to work on rk3288 and rk3399 are all
>>> merged.
>>
>> Sorry for the late reply. I was out last week.
>>
>> Dave recently sent the seco
The documentation already mentions "cec" optional clock, but
currently the driver doesn't enable it.
Changes:
v3:
- Drop useless braces
v2:
- Separate ENOENT errors from others
- Propagate other errors (especially -EPROBE_DEFER)
Signed-off-by: Pierre-Hugues Husson
---
drivers
2017-10-20 10:12 GMT+02:00 Russell King - ARM Linux :
> On Sat, Oct 14, 2017 at 12:53:35AM +0200, Pierre-Hugues Husson wrote:
>> @@ -2382,6 +2383,18 @@ __dw_hdmi_probe(struct platform_device *pdev,
>> goto err_isfr;
>> }
>>
>> + hdmi->ce
The documentation already mentions "cec" optional clock, but
currently the driver doesn't enable it.
Changes:
v2:
- Separate ENOENT errors from others
- Propagate other errors (especially -EPROBE_DEFER)
Signed-off-by: Pierre-Hugues Husson
---
drivers/gpu/drm/bridge/synopsys
Hi Fabio,
2017-10-14 2:18 GMT+02:00 Fabio Estevam :
> Hi Pierre-Hugues,
>
> On Fri, Oct 13, 2017 at 7:53 PM, Pierre-Hugues Husson wrote:
>> The documentation already mentions "cec" optional clock, but
>> currently the driver doesn't enable it.
>
> The
Hi Hans,
> Nice! I had a similar dw-hdmi.c patch pending but got around to posting it.
>
> I'll brush off my old rk3288 patches and see if I can get CEC enabled
> for my firefly-reload. I was close to getting it work, but I guess
> missed the "enable cec pin" change.
Please note that on rk3288, th
The documentation already mentions "cec" optional clock, but
currently the driver doesn't enable it.
Signed-off-by: Pierre-Hugues Husson
---
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/drivers/gpu/drm/bridge/syn
Signed-off-by: Pierre-Hugues Husson
---
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
index f6fbcc05073e..431ff1bb3720 100644
--- a/arch
Enable CEC on firefly-rk3399.
Tested on a TV with cec-ctl --playback; cec-ctl -S
Pierre-Hugues Husson (3):
drm: bridge: synopsys/dw-hdmi: Enable cec clock
arm64: dts: rockchip: add the cec clk for dw-mipi-hdmi on rk3399
arm64: dts: rockchip: enable cec pin for rk3399 firefly
arch/arm64
Signed-off-by: Pierre-Hugues Husson
---
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index ab7629c5b856..a65f7f744a40 100644
--- a/arch
aging/atomisp: Add support for the Intel IPU v2")
Tested-by: Carlo Caione
Reviewed-by: Andy Shevchenko
Signed-off-by: Pierre-Louis Bossart
---
v2: added Andy's Reviewed-by and Fixes tag
drivers/staging/media/atomisp/Kconfig | 1 +
drivers/staging/media/atomisp/pl
On 09/20/2017 04:12 AM, Andy Shevchenko wrote:
On Tue, 2017-09-19 at 15:45 -0500, Pierre-Louis Bossart wrote:
The Atom ISP driver initializes and configures PMC clocks which are
already handled by the clock framework.
Remove all legacy vlv2_platform_clock stuff and move to the clk API to
Signed-off-by: Pierre-Louis Bossart
---
drivers/staging/media/atomisp/Kconfig | 1 +
drivers/staging/media/atomisp/platform/Makefile| 1 -
.../staging/media/atomisp/platform/clock/Makefile | 6 -
.../platform/clock/platform_vlv2_plat_clk.c| 40
.../platform/clock
Hi
2016-11-14 16:22 GMT+01:00 Hans Verkuil :
> From: Russell King
>
> Add HDMI notifiers to the HDMI bridge driver.
> @@ -1448,9 +1450,11 @@ static int dw_hdmi_connector_get_modes(struct
> drm_connector *connector)
> hdmi->sink_is_hdmi = drm_detect_hdmi_monitor(edid);
>
Hi,
2016-11-14 16:22 GMT+01:00 Hans Verkuil :
> From: Russell King
>
> Add a CEC driver for the dw-hdmi hardware using Hans Verkuil's CEC
> implementation.
>
> Signed-off-by: Russell King
I've seen that the patchset concerning CEC/HDMI notifier after this
one dropped dw-hdmi support.
Is this onl
2016-11-16 0:27 GMT+01:00 Russell King - ARM Linux :
> On Wed, Nov 16, 2016 at 12:23:50AM +0100, Pierre-Hugues Husson wrote:
>> Hi,
>>
>>
>> 2016-11-14 16:22 GMT+01:00 Hans Verkuil :
>> > From: Russell King
>> >
>> > We don't nee
Hi,
2016-11-14 16:22 GMT+01:00 Hans Verkuil :
> From: Russell King
>
> We don't need the CEC engine register definitions, so let's remove them.
>
> Signed-off-by: Russell King
> ---
> drivers/gpu/drm/bridge/dw-hdmi.h | 45
>
> 1 file changed, 45 deleti
Hi Hans,
2016-11-14 16:22 GMT+01:00 Hans Verkuil :
> From: Russell King
>
> Add HDMI notifiers to the HDMI bridge driver.
>
> Signed-off-by: Russell King
> ---
> drivers/gpu/drm/bridge/Kconfig | 1 +
> drivers/gpu/drm/bridge/dw-hdmi.c | 25 -
> 2 files changed, 25 ins
On 6/21/16 12:40 PM, Richard Cochran wrote:
On Tue, Jun 21, 2016 at 10:45:18AM -0700, Pierre-Louis Bossart wrote:
You can experiment with the 'dma' and 'link' timestamps today on any
HDaudio-based device. Like I said the synchronized part has not been
upstreamed yet (delays
On 6/20/16 5:18 AM, Richard Cochran wrote:
On Mon, Jun 20, 2016 at 01:08:27PM +0200, Pierre-Louis Bossart wrote:
The ALSA API provides support for 'audio' timestamps (playback/capture rate
defined by audio subsystem) and 'system' timestamps (typically linked to
TSC/ART) wit
On 6/20/16 5:31 AM, Richard Cochran wrote:
On Mon, Jun 20, 2016 at 02:18:38PM +0200, Richard Cochran wrote:
Documentation/sound/alsa/timestamping.txt says:
Examples of typestamping with HDaudio:
1. DMA timestamp, no compensation for DMA+analog delay
$ ./audio_time -p --ts_type=1
Wh
Presentation time is either set by
a) Local sound card performing capture (in which case it will be 'capture
time')
b) Local media application sending a stream accross the network
(time when the sample should be played out remotely)
c) Remote media application streaming data *to* host, in
n't immediately close the ALSA device. look for
module-suspend-on-idle in your default.pa config file.
I also agree that the open/close of the alsa device is the only way to
control exclusion.
-Pierre
--
To unsubscribe from this list: send the line "unsubscribe linux-media&
2-1.2: USB
disconnect, device number 3
Hoping theese informations can help you ... and me.
Thanks.
Pierre.
--
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
ernel: [8.985640]
4494f0fdd825958d596d05a4bd577df94b149038 [media] s5c73m3: fix
indentation of the help section in Kconfig
Hoping theese informations can help you ... and me.
Thanks.
Pierre.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
t
ate=30/1' ! xvimagesink
I will try to do it less dirty next week ...
Thank's a lot for pointing me on usbcore ...
Many regards,
Pierre
Selon Laurent Pinchart :
> lsusb parses the raw descriptors. Could you print the wMaxPacketSize value
> for all the endpoints in the uvcvide
Selon Laurent Pinchart :
> Thank you. I'll update the supported devices list on the uvcvideo website.
> Could you please give me the exact model name of the camera ?
The product description is here:
http://www.amazon.fr/dp/B00A487TPC/ref=pe_205631_30430471_3p_M3_dp_1
That is: Supereyes from XCS
equested informations as root.
Where do you think I can try to hack the bandwidth size ?
Something like: source/drivers/usb/core/config.c usb_parse_endpoint() ?
Many regards,
Pierre
---
pierre@SuperTable:~$ sudo lsusb -v -d eb1a:299f
[sudo] password for pierre:
Bus 004 D
] uvcvideo: Failed to submit URB 0 (-28).
So I can have 4 minicam at a time, but need 10.
I'm running Linux 3.5.0 on Ubuntu.
pierre@SuperTable:/usr/src/linux-source-3.5.0/linux-source-3.5.0/drivers/media/video/uvc$
uvcdynctrl -f -d /dev/video0
Listing available frame formats for device /dev/video
s budget_ci
>
> Do you want me to run some more tests ?
>
Hello Manu, Hello Brice,
I will run some tests with a TT3200 card too and a Netup card tomorrow.
Regarding the cam returning two times the list of valid cam ids, wouldn't be
better if the manufacturer corrects it in the ca
Hans de Goede wrote:
Hi,
On 10/28/2009 06:43 PM, Pierre wrote:
# make
make -C libv4lconvert V4L2_LIB_VERSION=0.6.3 all
make[1]: Entering directory `/tmp/libv4l-0.6.3/libv4lconvert'
gcc -Wp,-MMD,"libv4lconvert.d",-MQ,"libv4lconvert.o",-MP -c -I../include
-I../../../in
# make
make -C libv4lconvert V4L2_LIB_VERSION=0.6.3 all
make[1]: Entering directory `/tmp/libv4l-0.6.3/libv4lconvert'
gcc -Wp,-MMD,"libv4lconvert.d",-MQ,"libv4lconvert.o",-MP -c
-I../include -I../../../include -fvisibility=hidden -fPIC
-DLIBDIR=\"/usr/local/lib\" -DLIBSUBDIR=\"libv4l\" -g -O1 -W
e.gronlier.fr/tmp/astra_11475.log
http://pierre.gronlier.fr/tmp/astra_11479.log
http://pierre.gronlier.fr/tmp/astra_11483.log
http://pierre.gronlier.fr/tmp/astra_11484.log
--
pierre
>
>> To lock on astra, I use this command
>> $ szap -a 0 -f 0 -d 0 -c channels_astra_fta.conf
me.
http://pierre.gronlier.fr/tmp/astra_ok_small.log
http://pierre.gronlier.fr/tmp/hotbird_failed_small.log
http://pierre.gronlier.fr/tmp/hotbird_ok_small.log
--
Pierre
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More maj
On Wed, 25 Mar 2009 01:43:48 -0700 (PDT)
Uri Shkolnik wrote:
>
> Hi Pierre,
>
> The SDIO patches are part of (at least) dozen patches needed to upgrade the
> Siano's offering for Linux kernel.
>
> The order is -
> 1) SDIO SMS interface driver and SDIO stack p
On Sun, 22 Mar 2009 16:48:39 +0200
"Uri Shkolnik" wrote:
> Hi Pierre,
>
> The USB separation patches are ready, and will be committed for review
> shortly (SDIO stack workaround + Siano SDIO driver were the first to be
> re-re-re-committed, SPI will be next, and af
On Sat, 14 Mar 2009 07:42:01 -0300
Mauro Carvalho Chehab wrote:
> Hi Pierre,
>
> Uri sent me this patchset, as part of the changes for supporting some devices
> from Siano.
>
> The changeset looks fine, although I have no experiences with MMC. Are you
> applying it on
iled the source with
LIBDVBEN50221=1 make (you need the dvb-apps to be installed)
But using this card, I didn't manage to lock on my second lnd head, so I
manage to lock on astra 19.2E but not on hotbird 13.0E.
Pierre
> Any advice gratefully recieved.
>
> Many thanks,
>
> Lo
Eduard Huguet wrote:
> Sounds interesting... What client do you use to read the news, may I ask?
> Regards,
thunderbird, but any news client is fine.
--
pierre
> Eduard
>
>
> 2009/2/26 Pierre Gronlier :
>> Eduard Huguet wrote:
>>> Yes, but this way impli
news.
> I really preferred the other way (it's what I also use for other mail
> lists such as mythtv-users and mythtv-dev), and I found it very
> convenient...
>
> Regards
> Eduard
>
>
>
> 2009/2/26 Pierre Gronlier :
>> Eduard Huguet wrote:
>&
;ve just missed something and the possibility exists but I'm
> just too dumb to find it, please send me the link with a big RTFM in
> it, I'll take no offense...
You can subscribe to a newsgroup via gmane:
http://dir.gmane.org/gmane.linux.drivers.video-input-infrastructure
this way
the STM STV0900BAB demodulator driver.
Is someone manage to capture 2 transponders with two cams ?
or/and use this card with a dual lnb head ?
Thanks,
--
pierre
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kerne
Pierre Gronlier wrote:
> Hello,
>
> I'm using the v4l-dvb driver from this http://linuxtv.org/hg/v4l-dvb
> mercurial repository for my two cards, a Hauppauge hvr4000 and
> TechnoTrend 3200
>
> I have one dish with two lnb heads.
>
> I can, with the hvr4000, scan,
r fffe | ber | unc fffe |
status 00 | signal fffe | snr fffe | ber | unc fffe |
...
status 00 | signal fffe | snr fffe | ber | unc fffe |
$>
I can't lock channel on the second lnb head with my tt3200
And with the hvr4000 (which is pluged in
th a hvr4000 and tt3200.
This path solved this issue for me.
--
pierre
Signed-off-by: Andy Walls
diff -r a28c39659c25 linux/drivers/media/video/cx88/cx88-dvb.c
--- a/linux/drivers/media/video/cx88/cx88-dvb.c Sat Jan 10 16:04:45 2009 -0500
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c Sun
46 matches
Mail list logo