mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Wenyou Yang <wenyou.yang@microchip.com>
To: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Cc: <linux-kernel@vger.kernel.org>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Sakari Ailus <sakari.ailus@iki.fi>,
	"Jonathan Corbet" <corbet@lwn.net>,
	Hans Verkuil <hverkuil@xs4all.nl>,
	<linux-arm-kernel@lists.infradead.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Wenyou Yang <wenyou.yang@microchip.com>
Subject: [PATCH v3 0/5] media: atmel-isc: Rework the format list and clock provider
Date: Thu, 28 Sep 2017 16:18:23 +0800	[thread overview]
Message-ID: <20170928081828.20335-1-wenyou.yang@microchip.com> (raw)

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

             reply	other threads:[~2017-09-28  8:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-28  8:18 Wenyou Yang [this message]
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 ` [PATCH v3 2/5] media: atmel-isc: Add prepare and unprepare ops Wenyou Yang
2017-09-28  8:18 ` [PATCH v3 3/5] media: atmel-isc: Enable the clocks during probe Wenyou Yang
2017-09-28 21:25   ` Sakari Ailus
2017-10-09  5:49     ` Yang, Wenyou
2017-10-09  7:58       ` Sakari Ailus
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 ` [PATCH v3 5/5] media: atmel-isc: Rework the format list Wenyou Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170928081828.20335-1-wenyou.yang@microchip.com \
    --to=wenyou.yang@microchip.com \
    --cc=corbet@lwn.net \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@s-opensource.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=sakari.ailus@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome