Re: [PATCH] staging: bcm2835: Fix a memory leak in error handling path

2017-02-24 Thread Stefan Wahren
Hi Christophe, Am 19.02.2017 um 11:34 schrieb Christophe JAILLET: If 'kzalloc()' fails, we should release resources allocated so far, just as done in all other cases in this function. Signed-off-by: Christophe JAILLET --- Not sure that the error handling path is

Re: [PATCH] staging: bcm2835: Fix a memory leak in error handling path

2017-02-24 Thread Stefan Wahren
> Dan Carpenter <dan.carpen...@oracle.com> hat am 24. Februar 2017 um 20:57 > geschrieben: > > > On Fri, Feb 24, 2017 at 01:37:30PM +0100, Stefan Wahren wrote: > > Hi Christophe, > > > > Am 19.02.2017 um 11:34 schrieb Christophe JAILLET: > > >I

Re: [PATCH 0/6] staging: BCM2835 MMAL V4L2 camera driver

2017-03-20 Thread Stefan Wahren
Hi Mauro, Am 20.03.2017 um 11:58 schrieb Mauro Carvalho Chehab: Em Sun, 19 Mar 2017 22:11:07 -0300 Mauro Carvalho Chehab escreveu: Em Sun, 19 Mar 2017 10:04:28 -0700 Michael Zoran escreveu: A working DT that I tried this morning with the

Re: [PATCH 0/6] staging: BCM2835 MMAL V4L2 camera driver

2017-03-15 Thread Stefan Wahren
Hi Mauro, > Mauro Carvalho Chehab hat am 15. März 2017 um > 15:01 geschrieben: > > > Em Fri, 27 Jan 2017 13:54:57 -0800 > Eric Anholt escreveu: > > > Here's my first pass at importing the camera driver. There's a bunch > > of TODO left to it, most

Re: [RFC 1/2] [media] dt-bindings: Document BCM283x CSI2/CCP2 receiver

2017-06-15 Thread Stefan Wahren
Hi Dave, Am 14.06.2017 um 17:15 schrieb Dave Stevenson: > Document the DT bindings for the CSI2/CCP2 receiver peripheral > (known as Unicam) on BCM283x SoCs. > > Signed-off-by: Dave Stevenson please add the devicetree guys in CC for the binding. > --- >

Re: [RFC 2/2] [media] bcm2835-unicam: Driver for CCP2/CSI2 camera interface

2017-06-15 Thread Stefan Wahren
Am 15.06.2017 um 09:12 schrieb Hans Verkuil: > Hi Dave, > > Here is a quick review of this driver. Once a v2 is posted I'll do a > more thorough > check. > > On 06/14/2017 05:15 PM, Dave Stevenson wrote: >> Add driver for the Unicam camera receiver block on >> BCM283x processors. >> >>

Re: [RFC 2/2] [media] bcm2835-unicam: Driver for CCP2/CSI2 camera interface

2017-06-15 Thread Stefan Wahren
Hi Dave, Am 15.06.2017 um 15:38 schrieb Dave Stevenson: > Hi Hans. > > "On 15 June 2017 at 08:12, Hans Verkuil wrote: >> Hi Dave, >> >> Here is a quick review of this driver. Once a v2 is posted I'll do a more >> thorough >> check. > Thank you. I wasn't expecting such a quick

Re: [PATCH v3 2/4] [media] dt-bindings: Document BCM283x CSI2/CCP2 receiver

2017-09-22 Thread Stefan Wahren
Hi Dave, > Dave Stevenson hat am 20. September 2017 um > 18:07 geschrieben: > > > Document the DT bindings for the CSI2/CCP2 receiver peripheral > (known as Unicam) on BCM283x SoCs. > > Signed-off-by: Dave Stevenson > --- > >

Re: [PATCH v3 2/4] [media] dt-bindings: Document BCM283x CSI2/CCP2 receiver

2017-09-22 Thread Stefan Wahren
Hi Dave, > Dave Stevenson <dave.steven...@raspberrypi.org> hat am 22. September 2017 um > 18:07 geschrieben: > > > Hi Stefan > > On 22 September 2017 at 07:45, Stefan Wahren <stefan.wah...@i2se.com> wrote: > > Hi Dave, > > > >> Dav

Re: [PATCH 3/4] staging: bcm2835-camera: pr_err() strings should end with newlines

2017-10-04 Thread Stefan Wahren
Am 03.10.2017 um 13:43 schrieb Arvind Yadav: > pr_err() messages should end with a new-line to avoid other messages > being concatenated. > > Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> Acked-by: Stefan Wahren <stefan.wah...@i2se.com> > --- > drivers

Re: [RFC 0/2] BCM283x Camera Receiver driver

2017-08-30 Thread Stefan Wahren
Hi Hans, Am 30.08.2017 um 12:45 schrieb Hans Verkuil: On 30/08/17 11:40, Dave Stevenson wrote: Hi Hans. On 28 August 2017 at 15:15, Hans Verkuil wrote: Hi Dave, What is the status of this work? I ask because I tried to use this driver plus my tc358743 on my rpi-2b

Re: [PATCH v2 1/4] dt-bindings: media: Add i.MX Pixel Pipeline binding

2018-09-05 Thread Stefan Wahren
Hi Philipp, > Philipp Zabel hat am 5. September 2018 um 12:00 > geschrieben: > > > Add DT binding documentation for the Pixel Pipeline (PXP) found on > various NXP i.MX SoCs. > > Signed-off-by: Philipp Zabel > Reviewed-by: Rob Herring > --- > .../devicetree/bindings/media/fsl-pxp.txt