Re: [PATCH 3/4] media: pxa_camera: trivial move of dma irq functions

2015-06-21 Thread Robert Jarzmik
Guennadi Liakhovetski writes: > On Sat, 20 Jun 2015, Robert Jarzmik wrote: > >> Guennadi Liakhovetski writes: >> >> >> +static void pxa_camera_dma_irq(struct pxa_camera_dev *pcdev, >> >> +enum pxa_camera_active_dma act_dma); >> >> + >> >> +static void pxa_camera_dma_irq_

Re: [PATCH 3/4] media: pxa_camera: trivial move of dma irq functions

2015-06-21 Thread Guennadi Liakhovetski
On Sat, 20 Jun 2015, Robert Jarzmik wrote: > Guennadi Liakhovetski writes: > > >> +static void pxa_camera_dma_irq(struct pxa_camera_dev *pcdev, > >> + enum pxa_camera_active_dma act_dma); > >> + > >> +static void pxa_camera_dma_irq_y(void *data) > > > > Wait, how is this

Re: [PATCH 3/4] media: pxa_camera: trivial move of dma irq functions

2015-06-20 Thread Robert Jarzmik
Guennadi Liakhovetski writes: >> +static void pxa_camera_dma_irq(struct pxa_camera_dev *pcdev, >> + enum pxa_camera_active_dma act_dma); >> + >> +static void pxa_camera_dma_irq_y(void *data) > > Wait, how is this patch trivial? You change pxa_camera_dma_irq_?() > protot

Re: [PATCH 3/4] media: pxa_camera: trivial move of dma irq functions

2015-06-20 Thread Guennadi Liakhovetski
On Sun, 22 Mar 2015, Robert Jarzmik wrote: > From: Robert Jarzmik > > This moves the dma irq handling functions up in the source file, so that > they are available before DMA preparation functions. It prepares the > conversion to DMA engine, where the descriptors are populated with these > funct

[PATCH 3/4] media: pxa_camera: trivial move of dma irq functions

2015-03-21 Thread Robert Jarzmik
From: Robert Jarzmik This moves the dma irq handling functions up in the source file, so that they are available before DMA preparation functions. It prepares the conversion to DMA engine, where the descriptors are populated with these functions as callbacks. Signed-off-by: Robert Jarzmik ---