cron job: media_tree daily build: WARNINGS

2018-10-12 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: Sat Oct 13 05:00:09 CEST 2018 media-tree git hash:8caec72e8cbff65afa38928197bea5a393b67975 media_build gi

Ваша квота превысила лимит

2018-10-12 Thread FRANCISCO JAVIER GIL HERNANDO
-- Уважаемый пользователь, Ваш почтовый ящик превысил обычный 100 Мб хранения, вы не сможете получать или отправлять электронную почту, пока не увеличите квоту почтового ящика. Чтобы увеличить квоту почты, нажмите на ссылку ниже и заполните необходимые данные, чтобы увеличить квоту почтовог

Re: [PATCH v3 10/16] gpu: ipu-v3: image-convert: select optimal seam positions

2018-10-12 Thread Steve Longerbeam
On 09/18/2018 02:34 AM, Philipp Zabel wrote: +/* + * Tile left edges are required to be aligned to multiples of 8 bytes + * by the IDMAC. + */ +static inline u32 tile_left_align(const struct ipu_image_pixfmt *fmt) +{ + return fmt->planar ? 8 * fmt->uv_width_dec : 64 / fmt->bpp; +} A

Re: [PATCH v3 00/16] i.MX media mem2mem scaler

2018-10-12 Thread Steve Longerbeam
Hi Philipp, I finished some fairly comprehensive testing on this series, scaling to and from the following common resolutions: 640x480, 720x480, 720x576, 800x480, 800x600, 1024x768, 1152x720, 1280x720, 1280x768, 1280x800, 1280x1024, 1920x1080, 1920x1200, 2560x1440, 2560x1600, 2592x1944 and with

Re: [PATCH v5 5/6] media: Add controls for JPEG quantization tables

2018-10-12 Thread Paul Kocialkowski
Hi, Le mercredi 19 septembre 2018 à 13:28 +0900, Tomasz Figa a écrit : > On Thu, Sep 13, 2018 at 9:15 PM Paul Kocialkowski wrote: > > Hi, > > > > On Wed, 2018-09-05 at 19:00 -0300, Ezequiel Garcia wrote: > > > From: Shunqian Zheng > > > > > > Add V4L2_CID_JPEG_QUANTIZATION compound control to

[linuxtv-media:request_api 77/78] cedrus_hw.c:undefined reference to `sunxi_sram_release'

2018-10-12 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git request_api head: e4183d3256e3cd668e899d06af66da5aac3a51af commit: 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1 [77/78] media: platform: Add Cedrus VPU decoder driver config: i386-allyesconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 repro

RE: [PATCH] media: intel-ipu3: cio2: Remove redundant definitions

2018-10-12 Thread Mani, Rajmohan
Hi Bingbu, Kieren, > Subject: Re: [PATCH] media: intel-ipu3: cio2: Remove redundant definitions > > > > On 10/11/2018 05:33 PM, Kieran Bingham wrote: > > Hi Rajmohan > > > > Thank you for the patch, > > > > On 10/10/18 00:42, Rajmohan Mani wrote: > >> Removed redundant CIO2_IMAGE_MAX_* definiti

Re: [V2, 2/5] Documentation: dt-bindings: Document the Synopsys MIPI DPHY Rx bindings

2018-10-12 Thread Rob Herring
On Fri, Oct 12, 2018 at 11:45:48AM -0500, Rob Herring wrote: > On Thu, Sep 20, 2018 at 01:16:40PM +0200, Luis Oliveira wrote: > > Add device-tree bindings documentation for SNPS DesignWare MIPI D-PHY in > > RX mode. > > "dt-bindings: phy: ..." for the subject. > > > > > Signed-off-by: Luis Olive

Re: [V2, 2/5] Documentation: dt-bindings: Document the Synopsys MIPI DPHY Rx bindings

2018-10-12 Thread Rob Herring
On Thu, Sep 20, 2018 at 01:16:40PM +0200, Luis Oliveira wrote: > Add device-tree bindings documentation for SNPS DesignWare MIPI D-PHY in > RX mode. "dt-bindings: phy: ..." for the subject. > > Signed-off-by: Luis Oliveira > --- > Changelog > v2: > - no changes > > .../devicetree/bindings/phy

med tacksamhet

2018-10-12 Thread wang
med tacksamhet Jag har en stor aff"arsportf"olj att diskutera med dig sn"alla kontakta mig. H"alsningar, Wang

[PATCH] media: em28xx: fix spelling mistake, "Cinnergy" -> "Cinergy"

2018-10-12 Thread Colin King
From: Colin Ian King Fix name of the Hybrid T USB XS em28xx card, should be Cinergy. Signed-off-by: Colin Ian King --- Documentation/media/v4l-drivers/em28xx-cardlist.rst | 2 +- drivers/media/usb/em28xx/em28xx-cards.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[PATCH] media: dib0700: fix spelling mistake "Amplifyer" -> "Amplifier"

2018-10-12 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in MODULE_PARM_DESC text Signed-off-by: Colin Ian King --- drivers/media/usb/dvb-usb/dib0700_devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-u

[PATCH] [media] exynos4-is: fix spelling mistake ACTURATOR -> ACTUATOR

2018-10-12 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in macro name and text string ERROR_SENSOR_ACTURATOR_INIT_FAIL -> ERROR_SENSOR_ACTUATOR_INIT_FAIL Signed-off-by: Colin Ian King --- drivers/media/platform/exynos4-is/fimc-is-errno.c | 4 ++-- drivers/media/platform/exynos4-is/fimc-is-errno.h

Re: [PATCH 5/7] mfd: ds90ux9xx: add I2C bridge/alias and link connection driver

2018-10-12 Thread Vladimir Zapolskiy
Hi Laurent On 10/12/2018 04:12 PM, Laurent Pinchart wrote: > Hi Vladimir, > > (CC'ing Wolfram) > > On Friday, 12 October 2018 10:32:32 EEST Vladimir Zapolskiy wrote: >> On 10/12/2018 09:04 AM, Lee Jones wrote: >>> On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: From: Vladimir Zapolskiy

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Lee Jones
On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > Hi Lee, > > On 10/12/2018 02:34 PM, Lee Jones wrote: > > On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > >> On 10/12/2018 12:20 PM, Kieran Bingham wrote: > >>> Hi Vladimir, > >>> On 12/10/18 09:39, Lee Jones wrote: > On Fri, 12 Oct 2018, Vlad

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Vladimir Zapolskiy
On 10/12/2018 02:43 PM, Lee Jones wrote: > On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > >> On 10/12/2018 11:39 AM, Lee Jones wrote: >>> On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: On 10/12/2018 09:03 AM, Lee Jones wrote: > On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: > >>

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Vladimir Zapolskiy
Hi Lee, On 10/12/2018 02:34 PM, Lee Jones wrote: > On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: >> On 10/12/2018 12:20 PM, Kieran Bingham wrote: >>> Hi Vladimir, >>> On 12/10/18 09:39, Lee Jones wrote: On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > On 10/12/2018 09:03 AM, Lee Jones wr

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Vladimir Zapolskiy
Hello Laurent. On 10/12/2018 04:01 PM, Laurent Pinchart wrote: > Hello Vladimir, > > On Friday, 12 October 2018 14:47:52 EEST Kieran Bingham wrote: >> On 12/10/18 11:58, Vladimir Zapolskiy wrote: >>> On 10/12/2018 12:20 PM, Kieran Bingham wrote: On 12/10/18 09:39, Lee Jones wrote: > On F

hi

2018-10-12 Thread Garner Julianne
I'm Sgt. Garner Julianne, i want to share with you in Friendship.

Re: [PATCH 5/7] mfd: ds90ux9xx: add I2C bridge/alias and link connection driver

2018-10-12 Thread Laurent Pinchart
Hi Vladimir, (CC'ing Wolfram) On Friday, 12 October 2018 10:32:32 EEST Vladimir Zapolskiy wrote: > On 10/12/2018 09:04 AM, Lee Jones wrote: > > On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: > >> From: Vladimir Zapolskiy > >> > >> The change adds TI DS90Ux9xx I2C bridge/alias subdevice driver a

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Laurent Pinchart
Hi Vladimir, On Friday, 12 October 2018 14:24:08 EEST Vladimir Zapolskiy wrote: > On 10/12/2018 11:39 AM, Lee Jones wrote: > > On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > >> On 10/12/2018 09:03 AM, Lee Jones wrote: > >>> On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: > From: Vladimir Zap

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Laurent Pinchart
Hello Vladimir, On Friday, 12 October 2018 14:47:52 EEST Kieran Bingham wrote: > On 12/10/18 11:58, Vladimir Zapolskiy wrote: > > On 10/12/2018 12:20 PM, Kieran Bingham wrote: > >> On 12/10/18 09:39, Lee Jones wrote: > >>> On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > On 10/12/2018 09:03 A

Re: [RFC PATCH v2] media: docs-rst: Document m2m stateless video decoder interface

2018-10-12 Thread Paul Kocialkowski
Hi, Le mardi 09 octobre 2018 à 14:58 +0900, Tomasz Figa a écrit : > Hi Paul, > > On Thu, Oct 4, 2018 at 9:40 PM Paul Kocialkowski wrote: > > Hi Alexandre, > > > > Thanks for submitting this second version of the RFC, it is very > > appreciated! I will try to provide useful feedback here and hop

Re: [PATCH v4 2/2] media: platform: Add Aspeed Video Engine driver

2018-10-12 Thread Hans Verkuil
On 10/05/2018 09:57 PM, Eddie James wrote: > The Video Engine (VE) embedded in the Aspeed AST2400 and AST2500 SOCs > can capture and compress video data from digital or analog sources. With > the Aspeed chip acting a service processor, the Video Engine can capture > the host processor graphics outp

Help me for investment

2018-10-12 Thread Aisha Gaddafi
-- Dear Assalamu Alaikum, I came across your contact during my private search Mrs Aisha Al-Qaddafi is my name, the only daughter of late Libyan president, I have funds the sum of $27.5 million USD for investment, I am interested in you for investment project assistance in your country, i shall c

URGENT RESPONSE NEEDED

2018-10-12 Thread Sean Kim.
Hello my dear. Did you receive my email message to you? Please, get back to me ASAP as the matter is becoming late. Expecting your urgent response. Sean.

Re: [PATCH 3/7] dt-bindings: pinctrl: ds90ux9xx: add description of TI DS90Ux9xx pinmux

2018-10-12 Thread Laurent Pinchart
Hi Vladimir, Thank you for the patch. On Tuesday, 9 October 2018 00:12:01 EEST Vladimir Zapolskiy wrote: > From: Vladimir Zapolskiy > > TI DS90Ux9xx de-/serializers have a capability to multiplex pin functions, > in particular a pin may have selectable functions of GPIO, GPIO line > transmitter

Re: [PATCH 2/7] dt-bindings: mfd: ds90ux9xx: add description of TI DS90Ux9xx I2C bridge

2018-10-12 Thread Laurent Pinchart
Hi Vladimir, Thank you for the patch. On Tuesday, 9 October 2018 00:12:00 EEST Vladimir Zapolskiy wrote: > From: Vladimir Zapolskiy > > TI DS90Ux9xx de-/serializers are capable to route I2C messages to > I2C slave devices connected to a remote de-/serializer in a pair, > the change adds descrip

Re: [RFC PATCH v2] media: docs-rst: Document m2m stateless video decoder interface

2018-10-12 Thread Paul Kocialkowski
Hi, Le mardi 09 octobre 2018 à 16:36 +0900, Tomasz Figa a écrit : > On Sat, Oct 6, 2018 at 2:09 AM Paul Kocialkowski wrote: > > Hi, > > > > Le jeudi 04 octobre 2018 à 14:10 -0400, Nicolas Dufresne a écrit : > > > Le jeudi 04 octobre 2018 à 14:47 +0200, Paul Kocialkowski a écrit : > > > > > +

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Kieran Bingham
Hi Vladimir, On 12/10/18 11:58, Vladimir Zapolskiy wrote: > Hi Kieran, > > On 10/12/2018 12:20 PM, Kieran Bingham wrote: >> Hi Vladimir, >> >> On 12/10/18 09:39, Lee Jones wrote: >>> On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: On 10/12/2018 09:03 AM, Lee Jones wrote: > On Tue, 09 Oct

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Lee Jones
On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > On 10/12/2018 11:39 AM, Lee Jones wrote: > > On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > >> On 10/12/2018 09:03 AM, Lee Jones wrote: > >>> On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: > >>> > From: Vladimir Zapolskiy > > The c

Re: [PATCH 1/7] dt-bindings: mfd: ds90ux9xx: add description of TI DS90Ux9xx ICs

2018-10-12 Thread Laurent Pinchart
Hi Vladimir, Thank you for the patch. On Tuesday, 9 October 2018 00:11:59 EEST Vladimir Zapolskiy wrote: > From: Sandeep Jain > > The change adds device tree binding description of TI DS90Ux9xx > series of serializer and deserializer controllers which support video, > audio and control data tra

Re: [PATCH 0/7] mfd/pinctrl: add initial support of TI DS90Ux9xx ICs

2018-10-12 Thread Laurent Pinchart
Hi Vladimir, Thank you for the patches. On Tuesday, 9 October 2018 00:11:58 EEST Vladimir Zapolskiy wrote: > The published drivers describe the essential and generic parts of > TI DS90Ux9xx series of ICs, which allow to transfer video, audio and > control signals between FPD-Link III serializers

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Lee Jones
On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > On 10/12/2018 12:20 PM, Kieran Bingham wrote: > > Hi Vladimir, > > On 12/10/18 09:39, Lee Jones wrote: > >> On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > >>> On 10/12/2018 09:03 AM, Lee Jones wrote: > On Tue, 09 Oct 2018, Vladimir Zapolskiy w

[PATCH] adv7604: add CEC support for adv7611/adv7612

2018-10-12 Thread Hans Verkuil
The CEC IP is very similar between the three HDMI receivers, but not identical. Add support for all three variants. Tested with an adv7604 and an adv7612. Signed-off-by: Hans Verkuil --- drivers/media/i2c/adv7604.c | 63 +++-- 1 file changed, 53 insertions(+), 10

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Vladimir Zapolskiy
On 10/12/2018 11:39 AM, Lee Jones wrote: > On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: >> On 10/12/2018 09:03 AM, Lee Jones wrote: >>> On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: >>> From: Vladimir Zapolskiy The change adds I2C device driver for TI DS90Ux9xx de-/serializers, >

Re: [PATCH vicodec] media: davinci_vpfe: Replace function names with __func__

2018-10-12 Thread Hans Verkuil
On 10/11/2018 08:54 PM, Dafna Hirschfeld wrote: > Replace hardcoded function names with `__func__` > in debug prints. > > Signed-off-by: Dafna Hirschfeld Acked-by: Hans Verkuil Thanks! Hans > --- > .../staging/media/davinci_vpfe/dm365_ipipe.c | 6 +- > .../media/davinci_vpfe/dm365

[GIT PULL FOR v4.20] Various fixes

2018-10-12 Thread Hans Verkuil
The following changes since commit 8caec72e8cbff65afa38928197bea5a393b67975: media: vivid: Support 480p for webcam capture (2018-10-09 10:37:54 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v4.20h for you to fetch changes up to 4c6d2269ad27

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Vladimir Zapolskiy
Hi Kieran, On 10/12/2018 12:20 PM, Kieran Bingham wrote: > Hi Vladimir, > > On 12/10/18 09:39, Lee Jones wrote: >> On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: >>> On 10/12/2018 09:03 AM, Lee Jones wrote: On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: > From: Vladimir Zapolskiy >

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Kieran Bingham
Hi Vladimir, On 12/10/18 09:39, Lee Jones wrote: > On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: >> On 10/12/2018 09:03 AM, Lee Jones wrote: >>> On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: >>> From: Vladimir Zapolskiy The change adds I2C device driver for TI DS90Ux9xx de-/seria

Re: [PATCH 5/7] mfd: ds90ux9xx: add I2C bridge/alias and link connection driver

2018-10-12 Thread Lee Jones
On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > On 10/12/2018 09:04 AM, Lee Jones wrote: > > On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: > > > >> From: Vladimir Zapolskiy > >> > >> The change adds TI DS90Ux9xx I2C bridge/alias subdevice driver and > >> FPD Link connection handling mechanism.

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Lee Jones
On Fri, 12 Oct 2018, Vladimir Zapolskiy wrote: > On 10/12/2018 09:03 AM, Lee Jones wrote: > > On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: > > > >> From: Vladimir Zapolskiy > >> > >> The change adds I2C device driver for TI DS90Ux9xx de-/serializers, > >> support of subdevice controllers is don

Re: [PATCH 1/8] dma-buf: remove shared fence staging in reservation object

2018-10-12 Thread Christian König
Ping! Adding a few people directly and more mailing lists. Can I get an acked-by/rb for this? It's only a cleanup and not much functional change. Regards, Christian. Am 04.10.2018 um 15:12 schrieb Christian König: No need for that any more. Just replace the list when there isn't enough room

Re: [PATCH] media: venus: add support for key frame

2018-10-12 Thread Stanimir Varbanov
On 10/12/2018 11:06 AM, Alexandre Courbot wrote: > On Fri, Oct 12, 2018 at 4:37 PM Stanimir Varbanov > wrote: >> >> Hi Alex, >> >> On 10/12/2018 08:26 AM, Alexandre Courbot wrote: >>> On Tue, Oct 9, 2018 at 4:54 PM Malathi Gottam >>> wrote: When client requests for a keyframe, set t

Re: [PATCH v7] media: add imx319 camera sensor driver

2018-10-12 Thread Tomasz Figa
On Fri, Oct 12, 2018 at 4:58 PM Sakari Ailus wrote: > > Hi Tomasz, > > On Fri, Oct 12, 2018 at 01:51:10PM +0900, Tomasz Figa wrote: > > Hi Sakari, > > > > On Wed, Sep 26, 2018 at 11:38 AM wrote: > > > > > > From: Bingbu Cao > > > > > > Add a v4l2 sub-device driver for the Sony imx319 image senso

Re: [PATCH] media: venus: add support for key frame

2018-10-12 Thread Alexandre Courbot
On Fri, Oct 12, 2018 at 4:37 PM Stanimir Varbanov wrote: > > Hi Alex, > > On 10/12/2018 08:26 AM, Alexandre Courbot wrote: > > On Tue, Oct 9, 2018 at 4:54 PM Malathi Gottam > > wrote: > >> > >> When client requests for a keyframe, set the property > >> to hardware to generate the sync frame. > >

Re: [PATCH v7] media: add imx319 camera sensor driver

2018-10-12 Thread Sakari Ailus
Hi Tomasz, On Fri, Oct 12, 2018 at 01:51:10PM +0900, Tomasz Figa wrote: > Hi Sakari, > > On Wed, Sep 26, 2018 at 11:38 AM wrote: > > > > From: Bingbu Cao > > > > Add a v4l2 sub-device driver for the Sony imx319 image sensor. > > This is a camera sensor using the i2c bus for control and the > >

Re: [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver

2018-10-12 Thread Vladimir Zapolskiy
Hi Lee, On 10/12/2018 09:03 AM, Lee Jones wrote: > On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: > >> From: Vladimir Zapolskiy >> >> The change adds I2C device driver for TI DS90Ux9xx de-/serializers, >> support of subdevice controllers is done in separate drivers, because >> not all IC functio

Re: [PATCH] media: venus: add support for key frame

2018-10-12 Thread Stanimir Varbanov
Hi Alex, On 10/12/2018 08:26 AM, Alexandre Courbot wrote: > On Tue, Oct 9, 2018 at 4:54 PM Malathi Gottam wrote: >> >> When client requests for a keyframe, set the property >> to hardware to generate the sync frame. >> >> Signed-off-by: Malathi Gottam >> --- >> drivers/media/platform/qcom/venus

Re: [PATCH 5/7] mfd: ds90ux9xx: add I2C bridge/alias and link connection driver

2018-10-12 Thread Vladimir Zapolskiy
Hi Lee, On 10/12/2018 09:04 AM, Lee Jones wrote: > On Tue, 09 Oct 2018, Vladimir Zapolskiy wrote: > >> From: Vladimir Zapolskiy >> >> The change adds TI DS90Ux9xx I2C bridge/alias subdevice driver and >> FPD Link connection handling mechanism. >> >> Access to I2C devices connected to a remote de