03 Apr, 2015

1 commit

  • In am437x-vpfe.h BASE_VIDIOC_PRIVATE is used for
    making the name of ioctl command(VIDIOC_AM437X_CCDC_CFG).
    The definition of BASE_VIDIOC_PRIVATE is in linux/videodev2.h.
    However, linux/videodev2.h is not included in am437x-vpfe.h.
    As the result an application using has to include both
    am437x-vpfe.h and linux/videodev2.h.

    With this patch, the application can include just am437x-vpfe.h.

    Signed-off-by: Masatake YAMATO
    Acked-by: Lad, Prabhakar
    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Masatake YAMATO
     

23 Dec, 2014

1 commit

  • This patch adds Video Processing Front End (VPFE) driver for
    AM437X family of devices
    Driver supports the following:
    - V4L2 API using MMAP buffer access based on videobuf2 api
    - Asynchronous sensor/decoder sub device registration
    - DT support

    Signed-off-by: Benoit Parrot
    Signed-off-by: Darren Etheridge
    Signed-off-by: Lad, Prabhakar
    [hans.verkuil@cisco.com: swapped two lines to fix vpfe_release() & add pinctrl include]
    Signed-off-by: Hans Verkuil

    Signed-off-by: Mauro Carvalho Chehab

    Benoit Parrot