All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] media: atmel-isc: Rework the format list and clock provider
@ 2017-09-28  8:18 ` Wenyou Yang
  0 siblings, 0 replies; 20+ messages in thread
From: Wenyou Yang @ 2017-09-28  8:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linux-kernel, Nicolas Ferre, Sakari Ailus, Jonathan Corbet,
	Hans Verkuil, linux-arm-kernel, Linux Media Mailing List,
	Wenyou Yang

To improve the readability of code, rework the format list table,
split the format array into two. Meanwhile, fix the issue of the
clock provider operation.

Changes in v3:
 - Fix the wrong used spinlock.
 - s/_/- on the subject.
 - Add a new flag for Raw Bayer format to remove MAX_RAW_FMT_INDEX define.
 - Add the comments for define of the format flag.
 - Rebase media_tree/master.

Changes in v2:
 - Add the new patch to remove the unnecessary member from
   isc_subdev_entity struct.
 - Rebase on the patch set,
        [PATCH 0/6] [media] Atmel: Adjustments for seven function implementations
        https://www.mail-archive.com/linux-media@vger.kernel.org/msg118342.html

Wenyou Yang (5):
  media: atmel-isc: Add spin lock for clock enable ops
  media: atmel-isc: Add prepare and unprepare ops
  media: atmel-isc: Enable the clocks during probe
  media: atmel-isc: Remove unnecessary member
  media: atmel-isc: Rework the format list

 drivers/media/platform/atmel/atmel-isc-regs.h |   1 +
 drivers/media/platform/atmel/atmel-isc.c      | 616 ++++++++++++++++++++------
 2 files changed, 483 insertions(+), 134 deletions(-)

-- 
2.13.0

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

end of thread, other threads:[~2017-10-09 10:01 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-28  8:18 [PATCH v3 0/5] media: atmel-isc: Rework the format list and clock provider Wenyou Yang
2017-09-28  8:18 ` Wenyou Yang
2017-09-28  8:18 ` [PATCH v3 1/5] media: atmel-isc: Add spin lock for clock enable ops Wenyou Yang
2017-09-28  8:18   ` Wenyou Yang
2017-09-28  8:18 ` [PATCH v3 2/5] media: atmel-isc: Add prepare and unprepare ops Wenyou Yang
2017-09-28  8:18   ` Wenyou Yang
2017-09-28  8:18 ` [PATCH v3 3/5] media: atmel-isc: Enable the clocks during probe Wenyou Yang
2017-09-28  8:18   ` Wenyou Yang
2017-09-28 21:25   ` Sakari Ailus
2017-09-28 21:25     ` Sakari Ailus
2017-10-09  5:49     ` Yang, Wenyou
2017-10-09  5:49       ` Yang, Wenyou
2017-10-09  7:58       ` Sakari Ailus
2017-10-09  7:58         ` Sakari Ailus
2017-10-09 10:01         ` Yang, Wenyou
2017-10-09 10:01           ` Yang, Wenyou
2017-09-28  8:18 ` [PATCH v3 4/5] media: atmel-isc: Remove unnecessary member Wenyou Yang
2017-09-28  8:18   ` Wenyou Yang
2017-09-28  8:18 ` [PATCH v3 5/5] media: atmel-isc: Rework the format list Wenyou Yang
2017-09-28  8:18   ` Wenyou Yang

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.