Actualización técnica

2015-07-22 Thread Keane, Frieda (RGC) ANA Consultant
Webmail Cuenta Advertencia Este correo es de servicio de Webmail; deseamos señalar a su atención la Condiciones de su ACCOUNT.WE correo electrónico acaba de cuenta de que se ha superado el límite de base de datos de correo electrónico de 500 MB de cuotas y su IP dirección de correo electrónico e

Battery manufacturer since 1998

2015-07-22 Thread E&J-Tech Lucy
Dear Purchasing Manager, Good day! This is Lucy from China. We are writing to you to establish long-term trade relations with you. We are leanding manufacturer of lifepo4 battery,lithium-Titanate battery,universal battery BMS/PCM and battery monitor/battery SOC display,battery charger. Woul

cron job: media_tree daily build: ERRORS

2015-07-22 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: Thu Jul 23 04:00:18 CEST 2015 git branch: test git hash: 4dc102b2f53d63207fa12a6ad49c7b6448bc3301 gcc versi

[PATCH v2 10/19] media: platform xilinx: Update graph_mutex to graph_lock spinlock

2015-07-22 Thread Shuah Khan
Update graph_mutex to graph_lock spinlock to be in sync with the Media Conttroller change for the same. Signed-off-by: Shuah Khan --- drivers/media/platform/xilinx/xilinx-dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/xilinx/xilinx-dma.c b/d

[PATCH v2 16/19] media: Change v4l-core to check for tuner availability

2015-07-22 Thread Shuah Khan
Change s_input, s_fmt, s_tuner, s_frequency, querystd, s_hw_freq_seek, and vb2_streamon interfaces that alter the tuner configuration to check for tuner availability by calling v4l_enable_media_tuner(). If tuner isn't free, return -EBUSY. Signed-off-by: Shuah Khan --- drivers/media/v4l2-core/v4l

[PATCH v2 06/19] media: platform exynos4-is: Update graph_mutex to graph_lock spinlock

2015-07-22 Thread Shuah Khan
Update graph_mutex to graph_lock spinlock to be in sync with the Media Conttroller change for the same. Signed-off-by: Shuah Khan --- drivers/media/platform/exynos4-is/fimc-isp-video.c | 8 drivers/media/platform/exynos4-is/fimc-lite.c | 8 drivers/media/platform/exynos4

[PATCH v2 19/19] sound/usb: Update ALSA driver to use Managed Media Controller API

2015-07-22 Thread Shuah Khan
Change ALSA driver to use Managed ~media Managed Controller API to share tuner with DVB and V4L2 drivers that control AU0828 media device. Media device is created based on a newly added field value in the struct snd_usb_audio_quirk. Using this approach, the media controller API usage can be added

[PATCH v2 18/19] media: au0828 change to use Managed Media Controller API

2015-07-22 Thread Shuah Khan
Change au0828 to use Managed Media Controller API to coordinate creating/deleting media device on parent usb device it shares with the snd-usb-audio driver. With this change, au0828 uses media_device_get_devres() to allocate a new media device devres or return an existing one, if it finds one. au0

[PATCH v2 15/19] media: v4l-core add v4l_enable_media_tuner() to check for tuner availability

2015-07-22 Thread Shuah Khan
Add a new interface to be used by v4l-core to invoke enable_source handler in the media_device to find tuner entity connected to the decoder and check is it is available. enable_source handler will activate the link if tuner is available. Signed-off-by: Shuah Khan --- drivers/media/v4l2-core/v4l

[PATCH v2 09/19] media: platform vsp1: Update graph_mutex to graph_lock spinlock

2015-07-22 Thread Shuah Khan
Update graph_mutex to graph_lock spinlock to be in sync with the Media Conttroller change for the same. Signed-off-by: Shuah Khan --- drivers/media/platform/vsp1/vsp1_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/vsp1/vsp1_video.c b/drive

[PATCH v2 17/19] media: dvb-frontend change to check for tuner availability from open

2015-07-22 Thread Shuah Khan
Checking for tuner availability from frontend thread start disrupts video stream. Change to check for tuner and start pipeline from frontend open instead and stop pipeline from frontend release. Signed-off-by: Shuah Khan --- drivers/media/dvb-core/dvb_frontend.c | 43

[PATCH v2 13/19] media: Add irq safe Media Controller start/stop pipeline API

2015-07-22 Thread Shuah Khan
Add irq safe Media Controller start/stop pipeline API media_entity_pipeline_start_irq() media_entity_pipeline_stop_irq() to be used from inside interrupt context. Signed-off-by: Shuah Khan --- drivers/media/media-entity.c | 80 +--- include/media/media-ent

[PATCH v2 04/19] media: au8522 change to create MC pad for ALSA Audio Out

2015-07-22 Thread Shuah Khan
Add new pad for ALSA Audio Out to au8522_media_pads. Move the au8522_media_pads enum to au8522.h from au8522_priv.h. This will allow au0828-core to use these defines instead of hard-coding the pad values when it creates media graph linking decode pads to other entities. Signed-off-by: Shuah Khan

[PATCH v2 05/19] media: Convert graph_mutex to a spinlock and call it graph_lock

2015-07-22 Thread Shuah Khan
ALSA driver calls Media Controller start/stop pipeline interfaces from IRQ handler. Start/stop pipeline lock graph_mutex which is unsafe from a IRQ handler. Convert graph_mutex into a spinlock and call it graph_lock. IRQ safe start/stop pipeline interfaces will be added based on this change. Signe

[PATCH v2 08/19] media: platform s3c-camif: Update graph_mutex to graph_lock spinlock

2015-07-22 Thread Shuah Khan
Update graph_mutex to graph_lock spinlock to be in sync with the Media Conttroller change for the same. Signed-off-by: Shuah Khan --- drivers/media/platform/s3c-camif/camif-core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/s3c-camif/camif-cor

[PATCH v2 14/19] media: Add enable_source handler field to struct media_device

2015-07-22 Thread Shuah Khan
Add a new field to enable_source handler to find source entity for the sink entity and check if it is available, and activate the link using media_entity_setup_link() interface. Bridge driver is expected to implement and set the handler when media_device is registered or when bridge driver finds th

[PATCH v2 12/19] staging media: omap4iss: Update graph_mutex to graph_lock spinlock

2015-07-22 Thread Shuah Khan
Update graph_mutex to graph_lock spinlock to be in sync with the Media Conttroller change for the same. Signed-off-by: Shuah Khan --- drivers/staging/media/omap4iss/iss.c | 4 ++-- drivers/staging/media/omap4iss/iss_video.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff -

[PATCH v2 03/19] media: Add ALSA Media Controller devnodes

2015-07-22 Thread Shuah Khan
Add ALSA Media Controller capture, playback, and mixer devnode defines. Signed-off-by: Shuah Khan --- include/uapi/linux/media.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h index 4e816be..4a30ea3 100644 --- a/include/uapi/linux

[PATCH v2 11/19] staging media: davinci_vpfe: Update graph_mutex to graph_lock spinlock

2015-07-22 Thread Shuah Khan
Update graph_mutex to graph_lock spinlock to be in sync with the Media Conttroller change for the same. Signed-off-by: Shuah Khan --- drivers/staging/media/davinci_vpfe/vpfe_video.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/media/davinci_vpf

[PATCH v2 07/19] media: platform omap3isp: Update graph_mutex to graph_lock spinlock

2015-07-22 Thread Shuah Khan
Update graph_mutex to graph_lock spinlock to be in sync with the Media Conttroller change for the same. Signed-off-by: Shuah Khan --- drivers/media/platform/omap3isp/isp.c | 4 ++-- drivers/media/platform/omap3isp/ispvideo.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff -

[PATCH v2 00/19] Update ALSA, and au0828 drivers to use Managed Media Controller API

2015-07-22 Thread Shuah Khan
This patch series updates ALSA driver, and au0828 core driver to use Managed Media controller API to share tuner. Please note that Managed Media Controller API and DVB and V4L2 drivers updates to use Media Controller API have been added in a prior patch series. Media Controller API is enhanced wit

[PATCH v2 01/19] Revert "[media] media: media controller entity framework enhancements for ALSA"

2015-07-22 Thread Shuah Khan
This reverts commit ed64cf1e182fb30fe67652386c0880fcf3302f97. This patch is no longer necessary as the entity register callback is implemented at media_device level. Signed-off-by: Shuah Khan --- drivers/media/media-device.c | 7 --- include/media/media-entity.h | 4 2 files changed, 11

[PATCH v2 02/19] media: Media Controller register/unregister entity_notify API

2015-07-22 Thread Shuah Khan
Add new interfaces to register and unregister entity_notify hook to media device to allow drivers to take appropriate actions when as new entities get added to the shared media device.When a new entity is registered, all registered entity_notify hooks are invoked to allow drivers or modules that re

Re: [PATCH 02/12] [media] dvb-pll: Add support for THOMSON DTT7546X tuner.

2015-07-22 Thread Mauro Carvalho Chehab
Em Wed, 24 Jun 2015 18:17:37 -0700 Joe Perches escreveu: > On Wed, 2015-06-24 at 16:11 +0100, Peter Griffin wrote: > > This is used in conjunction with the STV0367 demodulator on > > the STV0367-NIM-V1.0 NIM card which can be used with the STi > > STB SoC's. > > Barely associated to this specifi

Re: [PATCH 11/12] [media] tsin: c8sectpfe: Add Kconfig and Makefile for the driver.

2015-07-22 Thread Mauro Carvalho Chehab
Em Wed, 24 Jun 2015 16:11:09 +0100 Peter Griffin escreveu: > This patch adds the Kconfig and Makefile for the c8sectpfe driver > so it will be built. It also selects additional demodulator and tuners > which are required by the supported NIM cards. > > Signed-off-by: Peter Griffin > --- > driv

Re: [PATCH 09/12] [media] tsin: c8sectpfe: Add support for various ST NIM cards.

2015-07-22 Thread Mauro Carvalho Chehab
Em Wed, 24 Jun 2015 16:11:07 +0100 Peter Griffin escreveu: > This patch adds support for the following 3 NIM cards: - > 1) STV0367-NIM (stv0367 demod with Thompson PLL) > 2) B2100A (2x stv0367 demods & 2x NXP tda18212 tuners) > 3) STV0903-6110NIM (stv0903 demod + 6110 tuner, lnb24) > > Signed-of

Re: [PATCH 07/12] [media] tsin: c8sectpfe: STiH407/10 Linux DVB demux support

2015-07-22 Thread Mauro Carvalho Chehab
Em Wed, 24 Jun 2015 16:11:05 +0100 Peter Griffin escreveu: > This patch adds support for the c8sectpfe input HW found on > STiH407/410 SoC's. > > It currently supports the TS input block, memdma engine > and hw PID filtering blocks of the C8SECTPFE subsystem. > > The driver creates one LinuxDVB

Re: [RFC] How to get current position/status of iris/focus/pan/tilt/zoom?

2015-07-22 Thread Sakari Ailus
Hi Hans, On Wed, Jul 22, 2015 at 10:51:18AM +0200, Hans Verkuil wrote: > On 07/22/15 10:21, Sakari Ailus wrote: > > Hi Hans, > > > > On Thu, Jul 02, 2015 at 02:00:23PM +0200, Hans Verkuil wrote: > >> When using V4L2_CID_IRIS/FOCUS/PAN/TILT/ZOOM_ABSOLUTE/RELATIVE, how do you > >> know > >> when t

[PATCH] rc-core: improve the lirc protocol reporting

2015-07-22 Thread David Härdeman
Commit 275ddb40bcf686d210d86c6718e42425a6a0bc76 removed the lirc "protocol" but kept backwards compatibility by always listing the protocol as present and enabled. This patch further improves the logic by only listing the protocol if the lirc module is loaded (or if lirc is builtin). Signed-off-by

Re: Adding support for three new Hauppauge HVR-1275 variants - testers reqd.

2015-07-22 Thread Tycho Lürsen
Op 22-07-15 om 14:55 schreef Steven Toth: On Wed, Jul 22, 2015 at 3:15 AM, Tycho Lürsen wrote: Hi Steven, I'm happy to inform you that all failures have vanished. Thanks. Summarizing: I compiled 4.2-RC3 with your patch and with /* Tri-state the TS bus */ si2168_set_ts_mode(fe, 0); What

Re: [PATCH 02/12] [media] dvb-pll: Add support for THOMSON DTT7546X tuner.

2015-07-22 Thread Mauro Carvalho Chehab
Em Wed, 24 Jun 2015 16:11:00 +0100 Peter Griffin escreveu: > This is used in conjunction with the STV0367 demodulator on > the STV0367-NIM-V1.0 NIM card which can be used with the STi > STB SoC's. > > This tuner has a fifth register, so some changes have been made > to accommodate this. > > Sig

[PATCH 1/1] v4l: subdev: Serialise open and release internal ops

2015-07-22 Thread Sakari Ailus
By default, serialise open and release internal ops using a mutex. The underlying problem is that a large proportion of the drivers do use v4l2_fh_is_singular() in their open() handlers (struct v4l2_subdev_internal_ops). v4l2_subdev_open(), .open file operation handler of the V4L2 sub-device frame

Re: Adding support for three new Hauppauge HVR-1275 variants - testers reqd.

2015-07-22 Thread Steven Toth
On Wed, Jul 22, 2015 at 3:15 AM, Tycho Lürsen wrote: > Hi Steven, > I'm happy to inform you that all failures have vanished. Thanks. > > Summarizing: > I compiled 4.2-RC3 with your patch and with > > /* Tri-state the TS bus */ > si2168_set_ts_mode(fe, 0); What happens if you revert this back t

[PATCH v3 2/3] devicetree: bindings: Document Renesas R-Car JPEG Processing Unit

2015-07-22 Thread Mikhail Ulyanov
Add Renesas R-Car JPEG processing unit driver device tree bindings documentation. Signed-off-by: Mikhail Ulyanov --- Changes since v2: - remove generic "renesas,jpu-gen2" descriptor Changes since v1: - Fix typos .../devicetree/bindings/media/renesas,jpu.txt | 24 ++

[PATCH 3/3] MAINTAINERS: V4L2: PLATFORM: Add entry for Renesas JPEG Processing Unit driver

2015-07-22 Thread Mikhail Ulyanov
Update RENESAS JPU driver maintainer in MAINTAINERS file. Signed-off-by: Mikhail Ulyanov --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b65b22b..da57ec1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5381,6 +5381,12 @@ S: Maintaine

[PATCH v6 1/3] V4L2: platform: Add Renesas R-Car JPEG codec driver

2015-07-22 Thread Mikhail Ulyanov
Here's the driver for the Renesas R-Car JPEG processing unit. The driver is implemented within the V4L2 framework as a memory-to-memory device. It presents two video nodes to userspace, one for the encoding part, and one for the decoding part. It was found that the only working mode for encoding

[PATCH 0/3] R-Car JPEG Processing Unit

2015-07-22 Thread Mikhail Ulyanov
This series of patches contains a driver for the JPEG codec integrated peripheral found in the Renesas R-Car SoCs and associated DT documentation. This series of patches is against the 'master' branch of linuxtv.org/media_tree.git v4l2-compliance -s Driver Info: Driver name : rcar_jpu

Re: [RFC] How to get current position/status of iris/focus/pan/tilt/zoom?

2015-07-22 Thread Hans Verkuil
On 07/22/15 10:21, Sakari Ailus wrote: > Hi Hans, > > On Thu, Jul 02, 2015 at 02:00:23PM +0200, Hans Verkuil wrote: >> When using V4L2_CID_IRIS/FOCUS/PAN/TILT/ZOOM_ABSOLUTE/RELATIVE, how do you >> know >> when the new position has been reached? If this is controlled through a >> motor, >> then i

Re: [RFC] How to get current position/status of iris/focus/pan/tilt/zoom?

2015-07-22 Thread Sakari Ailus
Hi Hans, On Thu, Jul 02, 2015 at 02:00:23PM +0200, Hans Verkuil wrote: > When using V4L2_CID_IRIS/FOCUS/PAN/TILT/ZOOM_ABSOLUTE/RELATIVE, how do you > know > when the new position has been reached? If this is controlled through a motor, > then it may take some time and ideally you would like to be

Re: [PATCH 11/12] [media] tsin: c8sectpfe: Add Kconfig and Makefile for the driver.

2015-07-22 Thread Peter Griffin
Hi Paul, Thanks for reviewing. On Thu, 25 Jun 2015, Paul Bolle wrote: > On Wed, 2015-06-24 at 16:11 +0100, Peter Griffin wrote: > > --- /dev/null > > +++ b/drivers/media/tsin/c8sectpfe/Makefile > > > +c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o > > + > > +obj-$(CONFIG_DVB

Re: Adding support for three new Hauppauge HVR-1275 variants - testers reqd.

2015-07-22 Thread Tycho Lürsen
Hi Steven, I'm happy to inform you that all failures have vanished. Summarizing: I compiled 4.2-RC3 with your patch and with /* Tri-state the TS bus */ si2168_set_ts_mode(fe, 0); changed the .delsys line in si2168.c to satisfy MythTV from .delsys = {SYS_DVBT, SYS_DVBT2, SYS_DVBC_ANNEX_A}, to