1. 25 Feb, 2016 14 commits
  2. 23 Feb, 2016 14 commits
  3. 20 Feb, 2016 10 commits
  4. 19 Feb, 2016 2 commits
    • Mauro Carvalho Chehab's avatar
      [media] vsp1_drm.h: add missing prototypes · 18922936
      Mauro Carvalho Chehab authored
      drivers/media/platform/vsp1/vsp1_drm.c:47:5: warning: no previous prototype for 'vsp1_du_init' [-Wmissing-prototypes]
       int vsp1_du_init(struct device *dev)
           ^
      drivers/media/platform/vsp1/vsp1_drm.c:76:5: warning: no previous prototype for 'vsp1_du_setup_lif' [-Wmissing-prototypes]
       int vsp1_du_setup_lif(struct device *dev, unsigned int width,
           ^
      drivers/media/platform/vsp1/vsp1_drm.c:221:6: warning: no previous prototype for 'vsp1_du_atomic_begin' [-Wmissing-prototypes]
       void vsp1_du_atomic_begin(struct device *dev)
            ^
      drivers/media/platform/vsp1/vsp1_drm.c:273:5: warning: no previous prototype for 'vsp1_du_atomic_update' [-Wmissing-prototypes]
       int vsp1_du_atomic_update(struct device *dev, unsigned int rpf_index,
           ^
      drivers/media/platform/vsp1/vsp1_drm.c:451:6: warning: no previous prototype for 'vsp1_du_atomic_flush' [-Wmissing-prototypes]
       void vsp1_du_atomic_flush(struct device *dev)
            ^
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      18922936
    • Laurent Pinchart's avatar
      [media] v4l: vsp1: Configure device based on IP version · 5aa2eb3c
      Laurent Pinchart authored
      The IP version number carries enough information to identify the exact
      device instance features. Drop the related DT properties and use the IP
      version instead.
      Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      5aa2eb3c