OSDN Git Service

media: drivers/media/common/videobuf2: rename from videobuf
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 8 Jan 2018 20:20:01 +0000 (15:20 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 23 Jan 2018 13:05:02 +0000 (08:05 -0500)
commit7952be9b6ece3d3c4d61f9811d7e5a984580064a
treec4ff80f1260e865bada91ddd2a0e5e777514dff8
parentc81ceb58e10124b79b9a01c70b9c25b2fe540475
media: drivers/media/common/videobuf2: rename from videobuf

This directory contains the videobuf2 framework, so name the
directory accordingly.

The name 'videobuf' typically refers to the old and deprecated
videobuf version 1 framework so that was confusing.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/common/Kconfig
drivers/media/common/Makefile
drivers/media/common/videobuf2/Kconfig [moved from drivers/media/common/videobuf/Kconfig with 100% similarity]
drivers/media/common/videobuf2/Makefile [moved from drivers/media/common/videobuf/Makefile with 100% similarity]
drivers/media/common/videobuf2/videobuf2-core.c [moved from drivers/media/common/videobuf/videobuf2-core.c with 100% similarity]
drivers/media/common/videobuf2/videobuf2-dma-contig.c [moved from drivers/media/common/videobuf/videobuf2-dma-contig.c with 100% similarity]
drivers/media/common/videobuf2/videobuf2-dma-sg.c [moved from drivers/media/common/videobuf/videobuf2-dma-sg.c with 100% similarity]
drivers/media/common/videobuf2/videobuf2-dvb.c [moved from drivers/media/common/videobuf/videobuf2-dvb.c with 100% similarity]
drivers/media/common/videobuf2/videobuf2-memops.c [moved from drivers/media/common/videobuf/videobuf2-memops.c with 100% similarity]
drivers/media/common/videobuf2/videobuf2-v4l2.c [moved from drivers/media/common/videobuf/videobuf2-v4l2.c with 100% similarity]
drivers/media/common/videobuf2/videobuf2-vmalloc.c [moved from drivers/media/common/videobuf/videobuf2-vmalloc.c with 100% similarity]