Re: [PATCH V3 1/2] init i2c already in it930x_frontend_attach

2019-03-05 Thread Andreas Kemnade
Hi Jose, On Tue, 05 Mar 2019 19:37:25 +0100 Jose Alberto Reguero wrote: > i2c bus is already needed when the frontend is probed, so init it already in > it930x_frontend_attach.That prevents errors like > si2168: probe of 6-0067 failed with error -5 > > Andreas, can I have you

[PATCH RFC] media: omap3isp: Fix high idle current

2019-01-09 Thread Andreas Kemnade
right or not. Signed-off-by: Andreas Kemnade --- drivers/media/platform/omap3isp/isp.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/drivers/media/platform/omap3isp/isp.c b/drivers/media/platform/omap3isp/isp.c index 13f2828d880d..b837ca5604ad

Re: [PATCH 1/3] media: stkwebcam: Support for ASUS A6VM notebook added.

2018-11-30 Thread Andreas Pape
/dmi/product_name accordingly. Kind regards, Andreas

Re: [PATCH 2/3] media: stkwebcam: Bugfix for not correctly initialized camera

2018-11-30 Thread Andreas Pape
t; > > Signed-off-by: Andreas Pape > > --- > > drivers/media/usb/stkwebcam/stk-webcam.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c > > b/drivers/media/usb/stkwebcam/stk-webcam.c > > i

[PATCH 2/3] media: stkwebcam: Bugfix for not correctly initialized camera

2018-11-23 Thread Andreas Pape
flawlessly. This patch solves the issue when using e.g. cheese. Signed-off-by: Andreas Pape --- drivers/media/usb/stkwebcam/stk-webcam.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c b/drivers/media/usb/stkwebcam/stk-webcam.c index e61427e50525

[PATCH 1/3] media: stkwebcam: Support for ASUS A6VM notebook added.

2018-11-23 Thread Andreas Pape
The ASUS A6VM notebook has a built in stk11xx webcam which is mounted in a way that the video is vertically and horizontally flipped. Therefore this notebook is added to the special handling in the driver to automatically flip the video into the correct orientation. Signed-off-by: Andreas Pape

[PATCH 0/3] Fix for webcam issues with ASUS A6VM

2018-11-23 Thread Andreas Pape
This set of patches makes the Syntek USB webcam integrated into Asus A6VM notebooks accessible again. Andreas Pape (3): media: stkwebcam: Support for ASUS A6VM notebook added. media: stkwebcam: Bugfix for not correctly initialized camera media: stkwebcam: Bugfix for wrong return values

[PATCH 3/3] media: stkwebcam: Bugfix for wrong return values

2018-11-23 Thread Andreas Pape
ff-by: Andreas Pape --- drivers/media/usb/stkwebcam/stk-webcam.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c b/drivers/media/usb/stkwebcam/stk-webcam.c index c64928e36a5a..66a3665fc826 100644 --- a/drivers/media/usb/stkwebca

Bug in stkwebcam?

2018-11-22 Thread Andreas Pape
maintained anymore although still being part of actual kernel versions. Is there still an interest in getting patches for such an old device? If yes, I could try to rebase my patches to the actual version of media_tree.git and post them to the mailing list. Kind regards, Andreas

Re: [PATCH v1 1/6] DT bindings: add bindings for ov965x camera module

2017-06-23 Thread Andreas Färber
Am 23.06.2017 um 16:53 schrieb H. Nikolaus Schaller: > Hi Laurent, > >> Am 23.06.2017 um 13:58 schrieb Laurent Pinchart >> : >> >> Hi Nikolaus, >> >> On Friday 23 Jun 2017 12:59:24 H. Nikolaus Schaller wrote: >>> Am 23.06.2017 um 12:46 schrieb A

Re: [PATCH v1 1/6] DT bindings: add bindings for ov965x camera module

2017-06-23 Thread Andreas Färber
gs/clock/clock-bindings.txt AFAIU clock-frequency on devices is deprecated and equivalent to having a clocks property pointing to a fixed-clock, which is different from a clock with varying rate. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg)

Re: [PATCH 1/3] [media] si2157: get chip id during probing

2017-05-15 Thread Andreas Kemnade
Hi, On Sun, 23 Apr 2017 15:19:21 +0300 Antti Palosaari wrote: > On 03/16/2017 12:22 AM, Andreas Kemnade wrote: > > If the si2157 is behind a e.g. si2168, the si2157 will > > at least in some situations not be readable after the si268 > > got the command 0101. It still acc

Re: [PATCH 2/3] [media] af9035: init i2c already in it930x_frontend_attach

2017-05-04 Thread Andreas Kemnade
On Wed, 15 Mar 2017 23:22:09 +0100 Andreas Kemnade wrote: > i2c bus is already needed when the frontend is probed, > so init it already in it930x_frontend_attach > That prevents errors like > si2168: probe of 6-0067 failed with error -5 > > Signed-off-by: Andreas Kemnade

Re: [PATCH 1/3] [media] si2157: get chip id during probing

2017-04-23 Thread Andreas Kemnade
On Sun, 23 Apr 2017 15:19:21 +0300 Antti Palosaari wrote: > On 03/16/2017 12:22 AM, Andreas Kemnade wrote: > > If the si2157 is behind a e.g. si2168, the si2157 will > > at least in some situations not be readable after the si268 > > got the command 0101. It still accepts co

Re: [PATCH 0/3] support for Logilink VG0022a DVB-T2 stick

2017-04-10 Thread Andreas Kemnade
ping On Wed, 15 Mar 2017 23:22:07 +0100 Andreas Kemnade wrote: > Hi all, > here are some patches needed for supporting the > Logilink VG0022A DVB-T2 stick. > As the combination of chips in that stick is not > uncommon, the first two patches might also fix problems > fo

[PATCH 3/3] [media] af9035: add Logilink vg0022a to device id table

2017-03-15 Thread Andreas Kemnade
Ths adds the logilink VG00022a dvb-t dongle to the device table. The dongle contains (checked by removing the case) IT9303 SI2168 214730 Signed-off-by: Andreas Kemnade --- drivers/media/usb/dvb-usb-v2/af9035.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2

[PATCH 1/3] [media] si2157: get chip id during probing

2017-03-15 Thread Andreas Kemnade
a symptome of that problem: si2157 7-0063: unknown chip version Si21255-\x\x\x Signed-off-by: Andreas Kemnade --- drivers/media/tuners/si2157.c | 54 ++ drivers/media/tuners/si2157_priv.h | 7 + 2 files changed, 39 insertions

[PATCH 0/3] support for Logilink VG0022a DVB-T2 stick

2017-03-15 Thread Andreas Kemnade
Hi all, here are some patches needed for supporting the Logilink VG0022A DVB-T2 stick. As the combination of chips in that stick is not uncommon, the first two patches might also fix problems for similar hardware. Andreas Kemnade (3): [media] si2157: get chip id during probing [media] af9035

[PATCH 2/3] [media] af9035: init i2c already in it930x_frontend_attach

2017-03-15 Thread Andreas Kemnade
i2c bus is already needed when the frontend is probed, so init it already in it930x_frontend_attach That prevents errors like si2168: probe of 6-0067 failed with error -5 Signed-off-by: Andreas Kemnade --- drivers/media/usb/dvb-usb-v2/af9035.c | 43 ++- 1

Re: [PATCH RFC] dvb: af9035.c: Logilink vg0022a to device id table

2017-03-13 Thread Andreas Kemnade
On Thu, 9 Mar 2017 17:51:14 +0100 Andreas Kemnade wrote: > Ths adds the logilink VG00022a dvb-t dongle to the device table. > The dongle contains (checked by removing the case) > IT9303 > SI2168 > 214730 > > The result is in cold state: > > usb 1-6: new high

[PATCH RFC] dvb: af9035.c: Logilink vg0022a to device id table

2017-03-09 Thread Andreas Kemnade
own chip version Si21255-\x\x\x si2157 7-0063: unknown chip version Si21255-\xffff\x\x so firmware uploading to the si2168 somehow messes things up Signed-off-by: Andreas Kemnade --- drivers/media/usb/dvb-usb-v2/af9035.c | 2 ++ 1 file changed, 2 insert

Re: [PATCH v2] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported

2017-02-02 Thread Andreas Färber
ace (I'm > using git send-email, so the patch is not mangled by some webmailer) - > unfortunately it seems to appear again (maybe one of the receiving > mail-servers or the mailing-list software does something weird here). Shows up fine here now, Reviewed-by: Andreas Färber Didn't e

Re: [PATCH] Documentation: devicetree: meson-ir: "linux, rc-map-name" is supported

2017-02-01 Thread Andreas Färber
ok >> it up in the source-code. >> >> Signed-off-by: Martin Blumenstingl >> --- >> Documentation/devicetree/bindings/media/meson-ir.txt | 3 +++ >> 1 file changed, 3 insertions(+) > > Acked-by: Rob Herring Note that the subject has a space in the property name t

Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Andreas Matthies
Am 13.06.2016 um 21:01 schrieb Hans Verkuil: On 06/13/2016 08:52 PM, Andreas Matthies wrote: But now I get ... CC [M] /home/andreas/Downloads/media_build/v4l/uvc_v4l2.o CC [M] /home/andreas/Downloads/media_build/v4l/uvc_video.o /home/andreas/Downloads/media_build/v4l/uvc_video.c: In

Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Andreas Matthies
But now I get ... CC [M] /home/andreas/Downloads/media_build/v4l/uvc_v4l2.o CC [M] /home/andreas/Downloads/media_build/v4l/uvc_video.o /home/andreas/Downloads/media_build/v4l/uvc_video.c: In function 'uvc_endpoint_max_bpi': /home/andreas/Downloads/media_build/v4l/uvc_video.c:147

Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Andreas Matthies
Am 13.06.2016 um 19:55 schrieb Hans Verkuil: On 06/13/2016 07:14 PM, Andreas Matthies wrote: Hi. Seems that there's a problem in v4.6_i2c_mux.patch. After Ubuntu was upgraded to 3.13.0-88 I tried to rebuild the tv drivers and get make[2]: Entering directory `/home/andreas/Down

LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Andreas Matthies
Hi. Seems that there's a problem in v4.6_i2c_mux.patch. After Ubuntu was upgraded to 3.13.0-88 I tried to rebuild the tv drivers and get make[2]: Entering directory `/home/andreas/Downloads/media_build/linux' Applying patches for kernel 3.13.0-88-generic patch -s -f -N -p1 -i ..

Re: [RFT PATCH] [media] exynos4-is: Fix fimc_is_parse_sensor_config() nodes handling

2016-03-23 Thread Andreas Färber
_u32(port, "reg", &tmp); > + of_node_put(port); > if (ret < 0) { > dev_err(&is->pdev->dev, "reg property not found at: %s\n", >node->full_name); port->full_name. You'

Re: [PATCH 1/7] [media] dvb: use ktime_t for internal timeout

2015-09-15 Thread Andreas Oberritter
; > - if (demux->speed_last_time.tv_sec != 0 && > - demux->speed_last_time.tv_nsec != 0) { > - delta_time = timespec_sub(cur_time, > - demux->speed_last_tim

[PATCH v2] media: pci: smipcie: Fix dependency for DVB_SMIPCIE

2014-11-21 Thread Andreas Ruprecht
in a build error due to an undefined reference. This patch adds the dependency on CONFIG_I2C_ALGOBIT in Kconfig by selecting it when CONFIG_DVB_SMIPCIE is selected. Signed-off-by: Andreas Ruprecht Reported-by: Jim Davis --- drivers/media/pci/smipcie/Kconfig | 1 + 1 file changed, 1 insert

Re: [PATCH] media: pci: smipcie: Fix dependency for DVB_SMIPCIE

2014-11-21 Thread Andreas Ruprecht
On 21.11.2014 19:13, Mauro Carvalho Chehab wrote: > Em Fri, 21 Nov 2014 18:51:59 +0100 > Andreas Ruprecht escreveu: > >> In smipcie.c, the function i2c_bit_add_bus() is called. This >> function is defined by the I2C bit-banging interfaces enabled >> with CONFIG_I2C_ALG

[PATCH] media: pci: smipcie: Fix dependency for DVB_SMIPCIE

2014-11-21 Thread Andreas Ruprecht
in a build error due to an undefined reference. This patch adds the dependency on CONFIG_I2C_ALGOBIT in Kconfig. Signed-off-by: Andreas Ruprecht Reported-by: Jim Davis --- drivers/media/pci/smipcie/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/pc

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Andreas Färber
uA= <32>; > + max-torch-intensity-uA = <5>; > + max-indicator-intensity-uA = <17500>; > + > + gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>; /* Want 88 */ At least to me, the meaning of "Want 88" is not clear - dro

Re: randconfig build error with next-20141020, in drivers/media/platform/marvell-ccic/mcam-core.c

2014-10-20 Thread Andreas Ruprecht
iled) can not be resolved in the builtin.o files and vmlinux. Unfortunately, I haven't got a solution on how to resolve that, but maybe this summary helps someone else to come up with one. Best regards, Andreas On 20.10.2014 19:52, Jim Davis wrote: > Building with the atta

[PATCH] drivers: media: platform: Makefile: Add build dependency for davinci/

2014-08-15 Thread Andreas Ruprecht
CONFIG_ARCH_DAVINCI is selected. While the latter is already present, this patch changes the dependency from obj-y to obj-$(CONFIG_ARCH_OMAP3). Signed-off-by: Andreas Ruprecht --- drivers/media/platform/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media

[PATCH] drivers: media: pci: Makefile: Remove duplicate subdirectory from obj-y

2014-08-10 Thread Andreas Ruprecht
In the list of subdirectories compiled, b2c2/ appears twice. This patch removes one of the appearances. Signed-off-by: Andreas Ruprecht --- drivers/media/pci/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/pci/Makefile b/drivers/media/pci/Makefile index e5b53fb

Re: [PATCH] media: v4l2: make alloction alogthim more robust and flexible

2014-07-30 Thread Andreas Färber
n size is less than PAGE_SIZE, it makes the function s/remain/remaining/ > hard to be migrated. > This patch sloves the hidden problem. s/sloves/solves/ > > Signed-off-by: Zhaowei Yuan Regards, Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff

[PATCH] DocBook media: fix number of bits filled with zeros for SRGBB12

2014-07-07 Thread Andreas Weber
>From 4e0d586d6ff8019032d1c6771428ee25c4bbb755 Mon Sep 17 00:00:00 2001 From: Andreas Weber Date: Mon, 7 Jul 2014 16:00:05 +0200 Subject: [PATCH] DocBook media: fix number of bits filled with zeros for SRGBB12 Signed-off-by: Andreas Weber --- Documentation/DocBook/media/v4l/pixfmt-srgg

Help needed for TechniSat Skystar 2 HD

2014-05-02 Thread Andreas Pilz
Dear DVB-S2 Knowers! I am trying to get with a new kernel my two TechniSat Skystar HD 2 working. I have 3 cards: 05:00.0 0480: 1822:4e35 (rev 01) Subsystem: 153b:1179 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- St

Re: [PATCHv2 1/3] phy: Add exynos-simple-phy driver

2014-04-09 Thread Andreas Oberritter
;> +/* count number of phys to create */ >> +for (count = 0; offsets[count] != ~0; ++count) >> +; > > count = ARRAY_SIZE(offsets) - 1; u32 *offsets is not an array. Regards, Andreas -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 3/3] TBS USB drivers (DVB-S/S2) - enable driver lock led code

2014-03-26 Thread Andreas Steinmetz
[Please CC me on replies, I'm not subscribed] The lock led code being enabled is based on GPLv2 code taken from: https://bitbucket.org/CrazyCat/linux-tbs-drivers/ Just having to look at a device to get a visual lock notification by a led is a nice feature. -- Andreas Stei

[PATCH 1/3] TBS USB drivers (DVB-S/S2) - basic driver

2014-03-26 Thread Andreas Steinmetz
r a necessary patch to some frontends. Please go on easy with me. I'm usually not writing kernel drivers. And I'm neither young nor healthy enough for flame wars. -- Andreas Steinmetz SPAMmers use robot...@domdv.de Signed-off-by: Andreas Steinmetz diff -rNup v4l-dvb.

[PATCH 2/3] TBS USB drivers (DVB-S/S2) - add lock led hooks to frontends

2014-03-26 Thread Andreas Steinmetz
[Please CC me on replies, I'm not subscribed] Based on GPLv2 code taken from: https://bitbucket.org/CrazyCat/linux-tbs-drivers/ The patch adds lock led hooks to the stv090x, stv0288, cx24116 and tda10071 frontends. Similar code already exists in the stv0900 frontend. -- Andreas Stei

PCTV 200Xe Tuning (get a lock, but no data)

2014-02-01 Thread Andreas Witte
k flawless on the same Antenna. Is there anything i can do about? I nearly tried all. The normal kernel drivers in 3.10.25, the media-build, nothing changes the behavior. Im at the end of my knowledge and wonder, what have changed in the meantime? Hope anyone can help me with that? Regards, And

How to tell libv4l2 which src_fmt should be prefered?

2014-01-18 Thread Andreas Weber
Dear maintainer and user, Is there a way to tell libv4l2 which native source format it should prefer to convert from? For example my uvcvideo webcam supports natively YUYV and MJPG (see output below) and when I request V4L2_PIX_FMT_RGB24 I see in the logs: ... VIDIOC_S_FMT app requesting: RGB3 VI

patch for display of readbuffers in v4l2-ctl-misc.cpp

2014-01-16 Thread Andreas Weber
Dear maintainers, I think there is a bug in utils/v4l2-ctl/v4l2-ctl-misc.cpp:394 printf("\tRead buffers : %d\n", parm.parm.output.writebuffers); Please consider the attached patch. -- Andy >From c3b6188d385dce46bed3e8803f661cf0e501522e Mon Sep 17 00:00:00 2001 From: Andreas Web

2 bugs (errno = EINTR) in v4l2grab.c and v4l2gl.c?

2014-01-16 Thread Andreas Weber
. Regards, Andy >From 63d4fd18cb91852b64c81bf63d0d4100fc53d38d Mon Sep 17 00:00:00 2001 From: Andreas Weber Date: Thu, 16 Jan 2014 18:43:31 +0100 Subject: [PATCH] bugfix for errno assignment in while loop --- contrib/test/v4l2gl.c |2 +- contrib/test/v4l2grab.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) d

Re: Upstreaming SAA716x driver to the media_tree

2014-01-07 Thread Andreas Regel
e in sending your driver to the > linux_media tree? > I'm available to place some effort on this task. which repository of the saa761x is your work based on? Regards, Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majo

[media-ctl PATCH] Fix linking of shared libraries

2013-02-19 Thread Andreas Bombe
When using libudev, it is actually libmediactl that uses it and not the media-ctl executable. libv4l2subdev uses functions from libmediactl and therefore needs to be linked against it. Signed-off-by: Andreas Bombe --- In light of their relative simplicity as well as cross dependency, does it

[media-ctl PATCH] Add missing stdlib.h and ctype.h includes

2013-02-17 Thread Andreas Bombe
src/mediactl.c needs ctype.h for its use of isspace(). src/v4l2subdev.c needs stdlib.h for strtoul() and ctype.h for isspace() and isupper(). Signed-off-by: Andreas Bombe --- src/mediactl.c |1 + src/v4l2subdev.c |2 ++ 2 files changed, 3 insertions(+) diff --git a/src/mediactl.c b

[media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment

2013-02-17 Thread Andreas Bombe
Signed-off-by: Andreas Bombe --- configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 98459d4..a749794 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_ARG_WITH(kernel-headers, esac], [KERNEL_HEADERS_DIR

Re: How to configure resizer in ISP pipeline?

2013-01-05 Thread Andreas Nagel
Hi Sakari, thanks for helping. My "sensor" (TVP5146) already provides YUV data, so I can skip the previewer. I tried setting the input and output pad of the resizer subdevice to incoming resolution (input pad) and desired resolution (output pad). For example: 720x576 --> 352x288. But it didn't

How to configure resizer in ISP pipeline?

2012-12-11 Thread Andreas Nagel
t it didn't work out quite well. Can someone explain how one properly configures the resizer in an ISP pipeline (with Media Controller API) ? I spend some hours researching, but this topic seems to be a well guarded secret... Kind regards, Andreas -- To unsubscribe from this list: send

Not receiving any messages since 2012-11-04

2012-12-01 Thread Andreas Regel
Hi, am I the only one that is receiveing no mails from linux-media since Nov 04, 2012? Best regards Andreas -- 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

Re: OMAP3 ISP: VIDIOC_STREAMON and VIDIOC_QBUF calls fail

2012-11-10 Thread Andreas Nagel
hey actually do, I don't see anything because network and tty is not available. Lastly, the TVP5146 indeed generates interlaced frames. All the best, Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger

Re: OMAP3 ISP: VIDIOC_STREAMON and VIDIOC_QBUF calls fail

2012-11-07 Thread Andreas Nagel
you (and us) lots of information that helps figuring out what could go wrong here. All pads do indeed have the same format. I ran media-ctl, as you suggested. You can see the topology in the attached textfile. Kind regards, Andreas Opening media device /dev/media0 Enumerating entities

OMAP3 ISP: VIDIOC_STREAMON and VIDIOC_QBUF calls fail

2012-11-05 Thread Andreas Nagel
Normally, this shouldn't be available until 2.6.39. Sadly, I cannot use another kernel, because Technexion doesn't push board support anywhere. Best regards, Andreas /* * capture.c * * Created on: 29.10.2012 * Author: andreas */ #include #include #include #in

Re: Integrate camera interface of OMAP3530 in Angstrom Linux

2012-10-01 Thread Andreas Nagel
able to capture any signal. I'm going to try the latest mainline kernel, but I doubt it will work. Kind regards, Andreas Am 26.09.2012 13:41, schrieb Laurent Pinchart: Hi Andreas, On Thursday 06 September 2012 20:00:04 Andreas Nagel wrote: Hello, I am using an embedded module called

bttv-i2c.c wrong printk() fix

2012-09-30 Thread Andreas Kool
pr_cont(">\n"); return msg->len; Thanks and Ciao, Andreas -- Andreas Kool (Dont send mail to: ubecac...@akool.de) Transmission of this message via the Microsoft Network is prohibited "Das Wort WINDOWS stammt aus einem alten Sioux-Dialekt und bedeutet: Weisser

Integrate camera interface of OMAP3530 in Angstrom Linux

2012-09-06 Thread Andreas Nagel
edia-ctl", but due to the missing recipe, i can't install it. Can't say, I am an expert in OE. Can you help me point out, what's necessary to make the camera interface accessible? Best regards, Andreas -- To unsubscribe from this list: send the line "unsubscri

Re: [PATCH 1/3] stv090x: Fix typo in register macros

2012-05-24 Thread Andreas Regel
Am 15.05.2012 14:43, schrieb Manu Abraham: > Hi Andreas, > > Sorry about the late reply. > > Which datasheet revision are you using ? I looked at RevG and found that the > register ERRCNT22 @ 0xF59D, 0xF39D do have bitfields by name Px_ERR_CNT2 > on Page 227. > > Di

Re: [PATCH 3/3] stv090x: On STV0903 do not set registers of the second path.

2012-03-11 Thread Andreas Regel
resend w/o line-wrapps. --- drivers/media/dvb/frontends/stv090x.c | 141 ++-- 1 files changed, 132 insertions(+), 9 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index afbd50c..ce064a3 100644 --- a/drivers/me

Re: [PATCH 2/3] stv090x: use error counter 1 for BER estimation

2012-03-11 Thread Andreas Regel
--- drivers/media/dvb/frontends/stv090x.c | 30 +- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index 6c3c095..afbd50c 100644 --- a/drivers/media/dvb/frontends/stv090x.c

Re: [PATCH 1/3] stv090x: Fix typo in register macros

2012-03-11 Thread Andreas Regel
Hi Mauro, it should be OK now. --- drivers/media/dvb/frontends/stv090x.c |2 +- drivers/media/dvb/frontends/stv090x_reg.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index 4aef1

[PATCH 2/2] stb0899: fixed reading of IF_AGC_GAIN register

2012-02-28 Thread Andreas Regel
When reading IF_AGC_GAIN register a wrong value for the base address register was used (STB0899_DEMOD instead of STB0899_S2DEMOD). That lead to a wrong signal strength value on DVB-S2 transponders. Signed-off-by: Andreas Regel --- drivers/media/dvb/frontends/stb0899_drv.c |2 +- 1 files

[PATCH 1/2] stb0899: set FE_HAS_SIGNAL flag in read_status

2012-02-28 Thread Andreas Regel
In stb0899_read_status the FE_HAS_SIGNAL flag was not set in case of a successful carrier lock. This change fixes that. Signed-off-by: Andreas Regel --- drivers/media/dvb/frontends/stb0899_drv.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb

[PATCH 3/3] stv090x: On STV0903 do not set registers of the second path.

2012-02-27 Thread Andreas Regel
Sometimes there is a problem when trying to access the non-existing registers of the second demodulator path on the STV0903. This change removes the calls in case the driver is used on a STV0903. Signed-off-by: Andreas Regel --- drivers/media/dvb/frontends/stv090x.c | 141

[PATCH 2/3] stv090x: use error counter 1 for BER estimation

2012-02-27 Thread Andreas Regel
Use error counter 1 of the STV090x to get a correct bit error rate value. Signed-off-by: Andreas Regel --- drivers/media/dvb/frontends/stv090x.c | 30 +- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b

[PATCH 1/3] stv090x: Fix typo in register macros

2012-02-27 Thread Andreas Regel
Fix typo in register macros of ERRCNT2. Signed-off-by: Andreas Regel --- drivers/media/dvb/frontends/stv090x.c |2 +- drivers/media/dvb/frontends/stv090x_reg.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers

Mystique SaTiX-S2 Sky Xpress DUAL card

2011-12-29 Thread Andreas Mair
nder: - Who is responsible for that drivers? Someone at DVBSky.net? - Is there a chance to get that drivers into the kernel? - Has anybody else on this list this card running? Best regards, Andreas -- http://andreas.vdr-developer.org --- VDRAdmin-AM & EnigmaNG & VDRSymbols VDR user #

Re: [PATCH RFC 03/91] [media] dvb-core: add support for a DVBv5 get_frontend() callback

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 18:26, Mauro Carvalho Chehab wrote: > One usage of such call would be to retrieve the autodetected properties, > after having a frontend lock. Btw., dvb_frontend already refreshes the cache whenever the lock status changes, i.e. when generating frontend events. -- To unsubscribe from

Re: [PATCH RFC 03/91] [media] dvb-core: add support for a DVBv5 get_frontend() callback

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 18:26, Mauro Carvalho Chehab wrote: > On 27-12-2011 12:47, Andreas Oberritter wrote: >> On 27.12.2011 14:49, Mauro Carvalho Chehab wrote: >>> On 27-12-2011 10:21, Andreas Oberritter wrote: >>>> On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: >

Re: [PATCH RFC 01/91] [media] dvb-core: allow demods to specify the supported delivery systems supported standards.

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 18:06, Mauro Carvalho Chehab wrote: > On 27-12-2011 12:33, Andreas Oberritter wrote: >> On 27.12.2011 14:28, Mauro Carvalho Chehab wrote: >>> On 27-12-2011 10:11, Andreas Oberritter wrote: >>>> On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: >>&g

Re: [PATCH RFC 03/91] [media] dvb-core: add support for a DVBv5 get_frontend() callback

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 14:49, Mauro Carvalho Chehab wrote: > On 27-12-2011 10:21, Andreas Oberritter wrote: >> On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: >>> The old method is renamed to get_frontend_legacy(), while not all >>> frontends are converted. >>> >

Re: [PATCH RFC 01/91] [media] dvb-core: allow demods to specify the supported delivery systems supported standards.

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 14:28, Mauro Carvalho Chehab wrote: > On 27-12-2011 10:11, Andreas Oberritter wrote: >> On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: >>> DVB-S and DVB-T, as those were the standards supported by DVBv3. >> >> The description seems to be incomplete.

Re: [PATCH RFC 00/91] Only use DVBv5 internally on frontend drivers

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: > Mauro Carvalho Chehab (91): It would be nice if you could send each message as a reply to the cover letter next time, instead of sending message x as a reply to message x-1. Otherwise, one needs a very wide screen to display all messages in a th

Re: [PATCH RFC 24/91] [media] em28xx-dvb: don't initialize drx-d non-used fields with zero

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 02:08, Mauro Carvalho Chehab wrote: > There's no need to initialize unused fields with zero, as Kernel does > it automatically. Don't do that, in order to save some space at the > data segment. No space is saved for members of a struct, unless the complete struct is initialized to ze

Re: [PATCH RFC 03/91] [media] dvb-core: add support for a DVBv5 get_frontend() callback

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: > The old method is renamed to get_frontend_legacy(), while not all > frontends are converted. > > Signed-off-by: Mauro Carvalho Chehab > --- > drivers/media/dvb/bt8xx/dst.c |8 +- > drivers/media/dvb/dvb-core/dvb_frontend.c |

Re: [PATCH RFC 01/91] [media] dvb-core: allow demods to specify the supported delivery systems supported standards.

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: > DVB-S and DVB-T, as those were the standards supported by DVBv3. The description seems to be incomplete. > New standards like DSS, ISDB and CTTB don't fit on any of the > above types. > > while there's a way for the drivers to explicitly change

Re: [RFCv1] add DTMB support for DVB API

2011-12-23 Thread Andreas Oberritter
is is currently used only with QAM-4, but nothing prevents this >> parity code to be added to other types of modulation. >> >>> } fe_modulation_t; >>> >>> +#define QAM_4 QPSK >> >> IMHO, this is overkill, but I'm ok with that. > > An

Re: [RFCv1] add DTMB support for DVB API

2011-12-23 Thread Andreas Oberritter
GUARD_INTERVAL_PN945, > } fe_guard_interval_t; What does PN mean in this context? Regards, Andreas -- 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

[RFC] remove dtv_property_dump et al

2011-12-23 Thread Andreas Oberritter
e command was not added to this table at all or the command was added more than once. How about removing this array instead? It's only purpose is to output ioctl parameters, which can be done with strace as well. Actually, I have two patches queued doing that (see attachments). They are based

Re: v4 [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C

2011-12-12 Thread Andreas Oberritter
rs, that's no issue at all, as it is a small change. > > Indeed, it is a small change. Tuners are trivial to change, but, at the > demod, we need to discover if roll-off is auto-detected somehow, or if > they require manual settings, in order to fix the demod drivers. tda10021: Register 0x3d & 0x01: 0 -> 0.15; 1 -> 0.13 tda10023: Register 0x3d & 0x03: 2 -> 0.15; 3 -> 0.13 Regards, Andreas -- 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

Re: v4 [PATCH 09/10] CXD2820r: Query DVB frontend delivery capabilities

2011-12-12 Thread Andreas Oberritter
se. But does so when you want to select the right ADC. > So definitely, this change is an improvement. Also, you can > compare the time taken for the device to tune now. It is quite > a lot faster compared to without this patch. So you or any other > user should be happy. :-) > >

Re: [PATCH] DVB: dvb_frontend: fix delayed thread exit

2011-12-09 Thread Andreas Oberritter
On 10.12.2011 02:59, Devin Heitmueller wrote: > On Fri, Dec 9, 2011 at 8:37 PM, Andreas Oberritter wrote: >> On 10.12.2011 00:43, Mauro Carvalho Chehab wrote: >>> On 09-12-2011 21:37, Mauro Carvalho Chehab wrote: >>>> On 09-12-2011 20:33, Devin Heitmueller wrote: >

[PATCH] DVB: dvb_frontend: fix delayed thread exit

2011-12-09 Thread Andreas Oberritter
if(signal_pending(current)) > return -EINTR; > } > } I haven't looked at the mfe code, but in case it's waiting for the frontend thread to exit, there's a probl

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-07 Thread Andreas Oberritter
accessing it). Andreas is arguing that it's > not the case. I'm sorry if I was unclear, but I'm not doing that. Contrary, I'm sure that people using dreamtuner (which uses vtunerc from userspace) over the Internet will run into problems if they can't provide the necess

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-07 Thread Andreas Oberritter
On 07.12.2011 17:10, Mark Brown wrote: > You're talking about a purely software defined thing that goes in the > kernel - it pretty much has to be able to scale to other applications > even if some of the implementation is left for later. Once things like > this get included in the kernel they bec

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-07 Thread Andreas Oberritter
On 07.12.2011 17:10, Mark Brown wrote: > a simple loopback in the style of FUSE which > bounces the kernel APIs up to userspace for virtual drivers would make > sense. That's exactly what vtunerc is. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-07 Thread Andreas Oberritter
On 07.12.2011 14:49, Mark Brown wrote: > On Tue, Dec 06, 2011 at 03:48:27PM +0100, Andreas Oberritter wrote: >> On 06.12.2011 15:19, Mark Brown wrote: > >>> Your assertatation that applications should ignore the underlying >>> transport (which seems to be a big par

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-06 Thread Andreas Oberritter
On 06.12.2011 15:19, Rémi Denis-Courmont wrote: > Le mardi 6 décembre 2011 15:49:11 Andreas Oberritter, vous avez écrit : >> You don't need to wait for write-only operations. Basically all demux >> ioctls are write-only. Since vtunerc is using dvb-core's software demux

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-06 Thread Andreas Oberritter
On 06.12.2011 15:20, Mauro Carvalho Chehab wrote: > On 06-12-2011 11:49, Andreas Oberritter wrote: >> On 06.12.2011 14:22, Mauro Carvalho Chehab wrote: >>> On 05-12-2011 22:07, HoP wrote: >>>>> I doubt that scan or w_scan would support it. Even if it supports,

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-06 Thread Andreas Oberritter
On 06.12.2011 15:19, Mark Brown wrote: > On Tue, Dec 06, 2011 at 01:01:43PM +0100, Andreas Oberritter wrote: >> On 06.12.2011 12:21, Mark Brown wrote: >>> On Mon, Dec 05, 2011 at 09:41:38PM +0100, Andreas Oberritter wrote: > >>>> Are you serious? Lower networkin

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-06 Thread Andreas Oberritter
ctly with > the hardware, where an error is generally fatal. Fatal or not, if you return a temporary error code like EAGAIN, for example, that's not the case. Do you recommend applications to just die if an ioctl fails? Btw.: How do you handle firmware uploads via I2C in non-blocking m

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-06 Thread Andreas Oberritter
seconds of delay >>> for each channel (with it doesn't), the extra delay added by it is 1 >>> hour >>> (45 * 0.48 * 155). >>> >>> On the other hand, a solution like the one described by Florian would >>> introduce a delay of >>> 48

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-06 Thread Andreas Oberritter
On 06.12.2011 14:10, Mauro Carvalho Chehab wrote: > On 06-12-2011 10:01, Andreas Oberritter wrote: >> On 06.12.2011 12:18, Mark Brown wrote: >>> On Mon, Dec 05, 2011 at 10:20:03PM +0100, Andreas Oberritter wrote: >>>> On 05.12.2011 21:55, Alan Cox wrote: >>

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-06 Thread Andreas Oberritter
On 06.12.2011 12:21, Mark Brown wrote: > On Mon, Dec 05, 2011 at 09:41:38PM +0100, Andreas Oberritter wrote: >> On 05.12.2011 18:39, Mauro Carvalho Chehab wrote: > >>> When you put someone via the network, issues like latency, package >>> drops, IP >>&g

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-06 Thread Andreas Oberritter
On 06.12.2011 12:18, Mark Brown wrote: > On Mon, Dec 05, 2011 at 10:20:03PM +0100, Andreas Oberritter wrote: >> On 05.12.2011 21:55, Alan Cox wrote: >>> The USB case is quite different because your latency is very tightly >>> bounded, your dead device state is rigidl

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-05 Thread Andreas Oberritter
ing and usb are so different and what's so different between vtunerc and usbip, that made it possible to put usbip into drivers/staging? Regards, Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.or

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-05 Thread Andreas Oberritter
evelopers to support it. > > As I said before, all network-based audio/video stream solutions work > this way. They don't > try to hide themselves by emulating a local device, as this don't work > in a general case. > > If you succeed to create a clean, properly written DVB library that > would work fine for > remote devices, I'm sure you will be able to convince most application > maintainers to use it. Unfortunately, you still wouldn't have solved the issue vtunerc is trying to solve, if you built such a library and included it in szap et al. Regards, Andreas -- 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

  1   2   3   4   >