Hello,
On 2014-07-31 13:52, Hans Verkuil wrote:
The following lockdep warning has been there ever since commit
a517cca6b24fc54ac209e44118ec8962051662e3
one year ago:
[ 403.117947] ==
[ 403.117949] [ INFO: possible circular locking dependenc
On Mon, Jul 28, 2014 at 2:15 PM, Steve Longerbeam wrote:
> On 07/28/2014 11:59 AM, Robert Schwebel wrote:
>> Hi,
>>
>> On Mon, Jul 28, 2014 at 06:24:45PM +0200, Jean-Michel Hautbois wrote:
>>> We have a custom board, based on i.MX6 SoC.
>>> We are currently using Freescale's release of Linux, but
On Mon, Aug 4, 2014 at 1:54 AM, Dave Airlie wrote:
>>
>> Dave,
>> I understand your issues with my programming. I need to try and
>> understand the kernel first before programming
>> for it.
>
> Why do you insist on sending more patches then, every day you try and
> send another one or two, despit
On Mon, Aug 4, 2014 at 2:36 PM, Hans Verkuil wrote:
> Recently WARN_ON() calls have been added to warn if the driver is not
> properly returning buffers to vb2 in start_streaming (if it fails) or
> stop_streaming(). Add comments before those WARN_ON calls that refer
> to the videobuf2-core.h heade
>
> Dave,
> I understand your issues with my programming. I need to try and
> understand the kernel first before programming
> for it.
Why do you insist on sending more patches then, every day you try and
send another one or two, despite been
told multiple times to a) understand what you are writi
On Mon, Aug 4, 2014 at 1:43 AM, Nick Krause wrote:
> On Mon, Aug 4, 2014 at 1:38 AM, Dave Airlie wrote:
>> On 4 August 2014 15:03, Hans Verkuil wrote:
>>> On 08/04/2014 05:25 AM, Nicholas Krause wrote:
This patch changes the call of vb2_buffer_core to use
VB2_BUFFER_STATE_ACTIVE
On Mon, Aug 4, 2014 at 1:38 AM, Dave Airlie wrote:
> On 4 August 2014 15:03, Hans Verkuil wrote:
>> On 08/04/2014 05:25 AM, Nicholas Krause wrote:
>>> This patch changes the call of vb2_buffer_core to use
>>> VB2_BUFFER_STATE_ACTIVE
>>> inside the for instead of not setting in correctly to
>>>
I'd like to get this in for 3.17: the first patch fixes a BUG_ON due to a wrong
gfp_flags value, the second adds comments before two WARN_ONs that are triggered
fairly often due to buggy drivers and that point the driver developer into the
right direction on how to solve it.
Regards,
Hans
On 4 August 2014 15:03, Hans Verkuil wrote:
> On 08/04/2014 05:25 AM, Nicholas Krause wrote:
>> This patch changes the call of vb2_buffer_core to use VB2_BUFFER_STATE_ACTIVE
>> inside the for instead of not setting in correctly to VB2_BUFFER_STATE_ERROR.
>>
>> Signed-off-by: Nicholas Krause
>
> D
Recently WARN_ON() calls have been added to warn if the driver is not
properly returning buffers to vb2 in start_streaming (if it fails) or
stop_streaming(). Add comments before those WARN_ON calls that refer
to the videobuf2-core.h header that explains what drivers are supposed
to do in these situ
On Mon, Aug 4, 2014 at 1:03 AM, Hans Verkuil wrote:
> On 08/04/2014 05:25 AM, Nicholas Krause wrote:
>> This patch changes the call of vb2_buffer_core to use VB2_BUFFER_STATE_ACTIVE
>> inside the for instead of not setting in correctly to VB2_BUFFER_STATE_ERROR.
>>
>> Signed-off-by: Nicholas Kraus
On 08/04/2014 05:25 AM, Nicholas Krause wrote:
> This patch changes the call of vb2_buffer_core to use VB2_BUFFER_STATE_ACTIVE
> inside the for instead of not setting in correctly to VB2_BUFFER_STATE_ERROR.
>
> Signed-off-by: Nicholas Krause
Dunno what's going on here after reading Dave Airlie's
Convert driver from DVB proprietary model to common I2C model.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/tda18212.c | 129
drivers/media/tuners/tda18212.h | 14 -
2 files changed, 79 insertions(+), 64 deletions(-)
diff --git a/drivers/
Rename driver state pointer to 's' through whole driver, just
because I like use shortest possible name for such common struct
used everywhere in the driver.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/tda18212.c | 104
1 file changed, 51 inse
Used tda18212 tuner is implemented as I2C driver. Implement I2C
client to anysee and use it for tda18212.
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/anysee.c | 183 +++---
drivers/media/usb/dvb-usb-v2/anysee.h | 3 +
2 files changed, 150 inserti
There is no need to print module name nor function name as those
are done by kernel logging system when dev_xxx logging is used and
driver is proper I2C driver.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/tda18212.c | 35 ++-
1 file changed, 18 inserti
It is I2C adapter, not SMBUS, which could do some simple SMBUS
operations. Report is as a I2C capable too. Wrong reported type
causes RegMap to fail write multiple registers using I2C register
address auto-increment.
Signed-off-by: Antti Palosaari
---
drivers/media/pci/ddbridge/ddbridge-i2c.c |
Used tda18212 tuner is implemented as a I2C driver. Implement I2C
client to ddbridge and use it for tda18212.
Signed-off-by: Antti Palosaari
---
drivers/media/pci/ddbridge/ddbridge-core.c | 70 +-
drivers/media/pci/ddbridge/ddbridge.h | 1 +
2 files changed, 40
Used tda18212 tuner is implemented as a I2C driver. Use em28xx
tuner I2C client for tda18212 driver.
Signed-off-by: Antti Palosaari
---
drivers/media/usb/em28xx/em28xx-dvb.c | 32 ++--
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/drivers/media/usb/em
Use RegMap API to handle all the boring I2C register access
boilerplate stuff.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/Kconfig| 1 +
drivers/media/tuners/tda18212.c | 131 ++--
2 files changed, 18 insertions(+), 114 deletions(-)
diff --g
We need carry pointer to frontend via config struct
(I2C platform_data ptr) when I2C model is used. Add that pointer
first in order to keep build unbreakable during conversion.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/tda18212.h | 5 +
1 file changed, 5 insertions(+)
diff --g
On 4 August 2014 13:25, Nicholas Krause wrote:
> This patch changes the call of vb2_buffer_core to use VB2_BUFFER_STATE_ACTIVE
> inside the for instead of not setting in correctly to VB2_BUFFER_STATE_ERROR.
>
Please go back and read every mail sent to you in the last few weeks.
then read them aga
This patch changes the call of vb2_buffer_core to use VB2_BUFFER_STATE_ACTIVE
inside the for instead of not setting in correctly to VB2_BUFFER_STATE_ERROR.
Signed-off-by: Nicholas Krause
---
drivers/media/v4l2-core/videobuf2-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --gi
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: Mon Aug 4 04:00:14 CEST 2014
git branch: test
git hash: 0f3bf3dc1ca394a8385079a5653088672b65c5c4
gcc versi
remove dprintk() and replace it with dev_dbg() in order to
use the common kernel coding style.
Signed-off-by: Martin Kepplinger
---
I don't have the device but this builds.
I think this is ok when it gets reviewed.
applies to -next20140801
drivers/staging/media/as102/as102_drv.c | 15 +++
Hi Prabhakar,
On Fri, Jul 18, 2014 at 05:31:51PM +0100, Lad, Prabhakar wrote:
> This patch fixes following array out of bound warnings,
>
> drivers/media/platform/davinci/vpif_display.c: In function 'vpif_remove':
> drivers/media/platform/davinci/vpif_display.c:1389:36: warning: iteration
> 1u in
26 matches
Mail list logo