28 Jul, 2011

1 commit


03 Aug, 2010

1 commit

  • Using CEU with CSI2 on SH-Mobile requires some special configuration of the
    former. We also have to switch from calling only one subdev .s_mbus_fmt and
    .try_mbus_fmt to calling all subdevices. Take care to increment CSI2 driver
    use count to prevent it from unloading, while in use.

    Signed-off-by: Guennadi Liakhovetski
    Signed-off-by: Mauro Carvalho Chehab

    Guennadi Liakhovetski
     

16 Dec, 2009

1 commit


30 Mar, 2009

1 commit


12 Oct, 2008

1 commit


20 Jul, 2008

1 commit

  • This is V3 of the SuperH Mobile CEU soc_camera driver.

    The CEU hardware block is configured in a transparent data fetch
    mode, frames are captured from the attached camera and written to
    physically contiguous memory buffers provided by the newly added
    videobuf-dma-contig queue. Tested on sh7722 and sh7723 processors.

    Changes since V2:
    - remove SUPERH Kconfig dependency
    - move sh_mobile_ceu.h to include/media
    - add board callback support with enable_camera()/disable_camera()
    - add support for declare_coherent_memory
    - rework video memory limit
    - more verbose error messages

    Changes since V1:
    - fixed the CEU driver to work with the newly updated patches

    Signed-off-by: Magnus Damm
    Signed-off-by: Guennadi Liakhovetski
    Signed-off-by: Mauro Carvalho Chehab

    Magnus Damm