All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
	Mauro Carvalho Chehab <mchehab@redhat.com>
Subject: [GIT PATCHES FOR 3.3] m5mols driver improvements
Date: Fri, 16 Dec 2011 17:21:45 +0100	[thread overview]
Message-ID: <4EEB7019.3030201@samsung.com> (raw)

Hi Mauro,

The following changes since commit 23a955ff8fe5461a77f59e1a3ce0ad1fc348c7e0:

  m5mols: Fix logic in sanity check (2011-12-16 14:21:28 +0100)

are available in the git repository at:
  git://git.infradead.org/users/kmpark/linux-samsung m5mols

These are m5mols driver initialization time optimizations and modifications
required for proper sub-device node support in user space.

HeungJun Kim (4):
      m5mols: Extend the busy wait helper
      m5mols: Improve the interrupt handling routines
      m5mols: Add support for the system initialization interrupt
      m5mols: Optimize the capture set up sequence

Sylwester Nawrocki (9):
      m5mols: Simplify the I2C registers definition
      m5mols: Remove mode_save field from struct m5mols_info
      m5mols: Change the end of frame v4l2_subdev notification id
      m5mols: Don't ignore v4l2_ctrl_handler_setup() return value
      m5mols: Move the control handler initialization to probe()
      m5mols: Do not reset the configured pixel format when unexpected
      m5mols: Change auto exposure control default value to AUTO
      m5mols: Enable v4l subdev device node
      s5p-csis: Enable v4l subdev device node

 drivers/media/video/m5mols/m5mols.h         |   46 +++--
 drivers/media/video/m5mols/m5mols_capture.c |   83 +++-----
 drivers/media/video/m5mols/m5mols_core.c    |  288 +++++++++++++++------------
 drivers/media/video/m5mols/m5mols_reg.h     |  247 +++++++++--------------
 drivers/media/video/s5p-fimc/mipi-csis.c    |   22 ++
 drivers/media/video/s5p-fimc/mipi-csis.h    |    3 +
 6 files changed, 339 insertions(+), 350 deletions(-)


-- 
Regards,

Sylwester

                 reply	other threads:[~2011-12-16 16:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4EEB7019.3030201@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.com \
    /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 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.