All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Document more parts of V4L2 kAPI part 1
@ 2017-09-22 21:46 Mauro Carvalho Chehab
  2017-09-22 21:46 ` [PATCH 1/8] media: tuner-types: add kernel-doc markups for struct tunertype Mauro Carvalho Chehab
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Mauro Carvalho Chehab @ 2017-09-22 21:46 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Hans Verkuil

There are several  functions and structs at V4L2 that aren't documented.

This is an effort to document some of those. My plan is to work on other
similar patch series until we have the kAPI in sync with the current
implementation.

Mauro Carvalho Chehab (8):
  media: tuner-types: add kernel-doc markups for struct tunertype
  media: v4l2-common: get rid of v4l2_routing dead struct
  media: v4l2-common: get rid of struct v4l2_discrete_probe
  media: v4l2-common.h: document ancillary functions
  media: v4l2-device.h: document ancillary macros
  media: v4l2-dv-timings.h: convert comment into kernel-doc markup
  media: v4l2-event.rst: improve events description
  media: v4l2-ioctl.h: convert debug macros into enum and document

 Documentation/media/kapi/v4l2-event.rst      |  64 +++++--
 drivers/media/platform/vivid/vivid-vid-cap.c |   9 +-
 drivers/media/v4l2-core/v4l2-common.c        |  27 +--
 include/media/tuner-types.h                  |  15 ++
 include/media/v4l2-common.h                  | 130 ++++++++++++---
 include/media/v4l2-device.h                  | 238 +++++++++++++++++++++++----
 include/media/v4l2-dv-timings.h              |  14 +-
 include/media/v4l2-event.h                   |  34 ----
 include/media/v4l2-ioctl.h                   |  33 ++--
 9 files changed, 411 insertions(+), 153 deletions(-)

-- 
2.13.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-22 21:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22 21:46 [PATCH 0/8] Document more parts of V4L2 kAPI part 1 Mauro Carvalho Chehab
2017-09-22 21:46 ` [PATCH 1/8] media: tuner-types: add kernel-doc markups for struct tunertype Mauro Carvalho Chehab
2017-09-22 21:47 ` [PATCH 2/8] media: v4l2-common: get rid of v4l2_routing dead struct Mauro Carvalho Chehab
2017-09-22 21:47 ` [PATCH 3/8] media: v4l2-common: get rid of struct v4l2_discrete_probe Mauro Carvalho Chehab
2017-09-22 21:47 ` [PATCH 4/8] media: v4l2-common.h: document ancillary functions Mauro Carvalho Chehab
2017-09-22 21:47 ` [PATCH 5/8] media: v4l2-device.h: document ancillary macros Mauro Carvalho Chehab
2017-09-22 21:47 ` [PATCH 6/8] media: v4l2-dv-timings.h: convert comment into kernel-doc markup Mauro Carvalho Chehab
2017-09-22 21:47 ` [PATCH 7/8] media: v4l2-event.rst: improve events description Mauro Carvalho Chehab
2017-09-22 21:47 ` [PATCH 8/8] media: v4l2-ioctl.h: convert debug macros into enum and document Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.