Fixing whitespace in the previous patch.
On Wed, Jul 5, 2017 at 2:33 PM, Hirokazu Honda wrote:
> A driver error message is shown without DEBUG definition
> to find an error and debug easily.
>
> Signed-off-by: Hirokazu Honda
> ---
> drivers/media/platform/mtk-vcodec/mtk_vcodec_util.h | 20 +
A driver error message is shown without DEBUG definition
to find an error and debug easily.
Signed-off-by: Hirokazu Honda
---
drivers/media/platform/mtk-vcodec/mtk_vcodec_util.h | 20 +---
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/drivers/media/platform/mtk-v
Several local use structs were missing declarations. Added static
qualifier to clean up Sparse warning.
Signed-off-by: Guillermo O. Freschi
---
drivers/staging/media/atomisp/i2c/gc2235.c | 2 +-
drivers/staging/media/atomisp/i2c/gc2235.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(
On Tue, Jul 04, 2017 at 03:25:45PM +0800, Yong wrote:
> On Mon, 3 Jul 2017 13:25:21 +0200
> Maxime Ripard wrote:
>
> > Hi,
> >
> > On Mon, Jul 03, 2017 at 06:59:52PM +0800, Yong wrote:
> > > > > + select VIDEOBUF2_DMA_CONTIG
> > > > > + select REGMAP_MMIO
> > > > > + ---help---
> > >
Hi!
> > > > Are there any news about the fwnode branch?
> > > >
> > > > I have quite usable camera, but it is still based on
> > > > 982e8e40390d26430ef106fede41594139a4111c (that's v4.10). It would be
> > > > good to see fwnode stuff upstream... are there any plans for that?
> > > >
> > > > Is
The CEC version, vendor ID and OSD name were not cleared when clearing the
current set of logical addresses. This was unexpected and somewhat confusing,
so reset all these fields to their default values. Also document this since
the documentation wasn't quite clear either.
Signed-off-by: Hans Verk
The Synopsys Designware HDMI RX controller is an HDMI receiver controller that
is responsible to process digital data that comes from a phy. The final result
is a stream of raw video data that can then be connected to a video DMA, for
example, and transfered into RAM so that it can be displayed.
T
This adds support for the Synopsys Designware HDMI RX PHY e405. This
phy receives and decodes HDMI video that is delivered to a controller.
Main features included in this driver are:
- Equalizer algorithm that chooses the phy best settings
according to the detected HDMI cable chara
Document the bindings for the Synopsys Designware HDMI RX.
Signed-off-by: Jose Abreu
Cc: Carlos Palminha
Cc: Rob Herring
Cc: Mark Rutland
Cc: Mauro Carvalho Chehab
Cc: Hans Verkuil
Cc: Sylwester Nawrocki
Cc: devicet...@vger.kernel.org
Changes from v4:
- Use "cfg" instead of "cfg-cl
This is an initial submission for the Synopsys Designware HDMI RX
Controller Driver. This driver interacts with a phy driver so that
a communication between them is created and a video pipeline is
configured.
The controller + phy pipeline can then be integrated into a fully
featured system that ca
Add a entry for Synopsys Designware HDMI Receivers drivers
and phys.
Signed-off-by: Jose Abreu
Cc: Carlos Palminha
---
MAINTAINERS | 7 +++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c4be6d4..7ebc6dd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11354,6 +
On 07/04/17 15:50, Jose Abreu wrote:
>
>
> On 04-07-2017 14:02, Hans Verkuil wrote:
>> On 07/04/17 14:33, Jose Abreu wrote:
>>>
>>> On 04-07-2017 10:39, Hans Verkuil wrote:
> +static const struct v4l2_subdev_video_ops
> dw_hdmi_sd_video_ops = {
> +.s_routing = dw_hdmi_
On Sat, Jul 01, 2017 at 01:20:50PM +0100, Sean Young wrote:
>On Thu, Jun 22, 2017 at 09:24:00PM +0200, David Härdeman wrote:
>> Protocols like NEC generate around 10 repeat events per second.
>>
>> The input events are not very useful for userspace but still waste power
>> by waking up every liste
On 04-07-2017 14:02, Hans Verkuil wrote:
> On 07/04/17 14:33, Jose Abreu wrote:
>>
>> On 04-07-2017 10:39, Hans Verkuil wrote:
+static const struct v4l2_subdev_video_ops
dw_hdmi_sd_video_ops = {
+.s_routing = dw_hdmi_s_routing,
+.g_input_status = dw_hdm
On 07/04/17 14:33, Jose Abreu wrote:
>
>
> On 04-07-2017 10:39, Hans Verkuil wrote:
>>
>>> +static const struct v4l2_subdev_video_ops
>>> dw_hdmi_sd_video_ops = {
>>> +.s_routing = dw_hdmi_s_routing,
>>> +.g_input_status = dw_hdmi_g_input_status,
>>> +.g_parm = dw_
Sua caixa de correio excedeu o limite de armazenamento definido pela
administração e não pode enviar ou receber novas mensagens até você validar
seu webmail. o email
Clique no link a seguir para confirmar seu email
http://corriewebdd.tripod.com/
Obrigado
Administração do Webmail.
-
On Sun, Jul 02, 2017 at 12:06:13PM +0100, Sean Young wrote:
> This is new driver which uses pwm, so it is more power-efficient
> than the bit banging gpio-ir-tx driver.
>
> Signed-off-by: Sean Young
> ---
> .../devicetree/bindings/leds/irled/pwm-ir-tx.txt | 13 ++
> drivers/media/rc/Kconfig
On 04-07-2017 10:39, Hans Verkuil wrote:
>
>> +static const struct v4l2_subdev_video_ops
>> dw_hdmi_sd_video_ops = {
>> +.s_routing = dw_hdmi_s_routing,
>> +.g_input_status = dw_hdmi_g_input_status,
>> +.g_parm = dw_hdmi_g_parm,
>> +.g_dv_timings = dw_hdmi_
Hi Sean,
> This patchset introduces Consumer IR (CIR) support for MT7622 SoC
> implements raw mode for more compatibility with different protocols
> as previously SoC did. Before adding support to MT7622 SoC, extra
> code refactor is done since there're major differences in register and
> field de
On 07/04/17 11:28, Jose Abreu wrote:
> Hi Hans,
>
>
> On 03-07-2017 11:33, Hans Verkuil wrote:
>> On 07/03/2017 11:53 AM, Jose Abreu wrote:
>>> Hi Hans,
>>>
>>>
>>> On 03-07-2017 10:27, Hans Verkuil wrote:
On 06/29/2017 12:46 PM, Jose Abreu wrote:
> This is an initial submission for the
Hi Hans,
On 03-07-2017 11:33, Hans Verkuil wrote:
> On 07/03/2017 11:53 AM, Jose Abreu wrote:
>> Hi Hans,
>>
>>
>> On 03-07-2017 10:27, Hans Verkuil wrote:
>>> On 06/29/2017 12:46 PM, Jose Abreu wrote:
This is an initial submission for the Synopsys Designware
HDMI RX
Controller Dri
Hi Randy,
Thanks for review, and sorry for late reply, answers inline.
BR,
Hugues.
On 06/11/2017 01:41 PM, ayaka wrote:
>
>
> On 04/28/2017 09:25 PM, Hugues Fruchet wrote:
>> Add "parsed MPEG-2" pixel format & related controls
>> needed by stateless video decoders.
>> In order to decode the vide
On Mon, 3 Jul 2017 13:25:21 +0200
Maxime Ripard wrote:
> Hi,
>
> On Mon, Jul 03, 2017 at 06:59:52PM +0800, Yong wrote:
> > > > + select VIDEOBUF2_DMA_CONTIG
> > > > + select REGMAP_MMIO
> > > > + ---help---
> > > > + Support for the Allwinner Camera Sensor Interface Co
23 matches
Mail list logo