All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] media: staging: rkisp1: document rkisp1-common.h
@ 2020-06-29  6:57 Dafna Hirschfeld
  2020-06-29  6:57 ` [PATCH 1/4] media: staging: rkisp1: remove unused field ctrl_handler from struct rkisp1_device Dafna Hirschfeld
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Dafna Hirschfeld @ 2020-06-29  6:57 UTC (permalink / raw)
  To: linux-media, laurent.pinchart
  Cc: dafna.hirschfeld, helen.koike, ezequiel, hverkuil, kernel,
	dafna3, sakari.ailus, linux-rockchip, mchehab, tfiga

This patchset extends the documentation of rkisp1-common.h. It adds
a line description of every struct and every field, and also
a line description of every lock.
Three minor fixes found during documentation are also in this set.
This patchset solves the TODO item: 'Document rkisp1-common.h'

NOTE: This patchset is rebased on top of v2 of the patchset
"media: staging: rkisp1: move stats reading to irq handler"

https://patchwork.kernel.org/project/linux-media/list/?series=308787

This is because that patchset changes the lock fields in the rkisp1-stats
struct.


Dafna Hirschfeld (4):
  media: staging: rkisp1: remove unused field ctrl_handler from struct
    rkisp1_device
  media: staging: rkisp1: remove unused field alloc_ctx from struct
    rkisp1_device
  media: staging: rkisp1: set pads array of the resizer to size 2
  media: staging: rkisp1: improve documentation of rkisp1-common.h

 drivers/staging/media/rkisp1/TODO             |   1 -
 drivers/staging/media/rkisp1/rkisp1-common.h  | 140 ++++++++++++++----
 drivers/staging/media/rkisp1/rkisp1-resizer.c |   2 +-
 3 files changed, 110 insertions(+), 33 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-07-15 19:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  6:57 [PATCH 0/4] media: staging: rkisp1: document rkisp1-common.h Dafna Hirschfeld
2020-06-29  6:57 ` [PATCH 1/4] media: staging: rkisp1: remove unused field ctrl_handler from struct rkisp1_device Dafna Hirschfeld
2020-07-13 11:07   ` Helen Koike
2020-06-29  6:57 ` [PATCH 2/4] media: staging: rkisp1: remove unused field alloc_ctx " Dafna Hirschfeld
2020-07-13 11:09   ` Helen Koike
2020-06-29  6:57 ` [PATCH 3/4] media: staging: rkisp1: set pads array of the resizer to size 2 Dafna Hirschfeld
2020-07-13 11:12   ` Helen Koike
2020-07-15 14:14     ` Hans Verkuil
2020-06-29  6:57 ` [PATCH 4/4] media: staging: rkisp1: improve documentation of rkisp1-common.h Dafna Hirschfeld
2020-07-13 11:52   ` Helen Koike
2020-07-15 19:57     ` Dafna Hirschfeld

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.