public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR 3.1] Bitmask controls, flash API and adp1653 driver
@ 2011-06-10  9:27 Sakari Ailus
  2011-07-01  1:27 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 10+ messages in thread
From: Sakari Ailus @ 2011-06-10  9:27 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, laurent.pinchart, hverkuil

Hi Mauro,

This pull request adds the bitmask controls, flash API and the adp1653
driver. What has changed since the patches is:

- Adp1653 flash faults control is volatile. Fix this.
- Flash interface marked as experimental.
- Moved the DocBook documentation to a new location.
- The target version is 3.1, not 2.6.41.

The following changes since commit 75125b9d44456e0cf2d1fbb72ae33c13415299d1:

  [media] DocBook: Don't be noisy at make cleanmediadocs (2011-06-09 16:40:58 -0300)

are available in the git repository at:
  ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.1

Hans Verkuil (3):
      v4l2-ctrls: add new bitmask control type.
      vivi: add bitmask test control.
      DocBook: document V4L2_CTRL_TYPE_BITMASK.

Sakari Ailus (3):
      v4l: Add a class and a set of controls for flash devices.
      v4l: Add flash control documentation
      adp1653: Add driver for LED flash controller

 Documentation/DocBook/media/v4l/compat.xml         |   11 +
 Documentation/DocBook/media/v4l/controls.xml       |  283 ++++++++++++
 Documentation/DocBook/media/v4l/v4l2.xml           |    9 +-
 .../DocBook/media/v4l/vidioc-g-ext-ctrls.xml       |    7 +
 .../DocBook/media/v4l/vidioc-queryctrl.xml         |   12 +-
 drivers/media/video/Kconfig                        |    9 +
 drivers/media/video/Makefile                       |    1 +
 drivers/media/video/adp1653.c                      |  485 ++++++++++++++++++++
 drivers/media/video/v4l2-common.c                  |    3 +
 drivers/media/video/v4l2-ctrls.c                   |   62 +++-
 drivers/media/video/vivi.c                         |   18 +-
 include/linux/videodev2.h                          |   37 ++
 include/media/adp1653.h                            |  126 +++++
 13 files changed, 1058 insertions(+), 5 deletions(-)
 create mode 100644 drivers/media/video/adp1653.c
 create mode 100644 include/media/adp1653.h

-- 
Sakari Ailus
sakari.ailus@iki.fi

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [GIT PULL FOR 3.1] Bitmask controls, flash API and adp1653 driver
@ 2011-07-05 11:20 Sakari Ailus
  0 siblings, 0 replies; 10+ messages in thread
From: Sakari Ailus @ 2011-07-05 11:20 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, laurent.pinchart, hverkuil

Hi Mauro,

This pull request adds the bitmask controls, flash API and the adp1653
driver.

Changes since the first pull request:

- Added a patch to document the V4L2 control endianness. It's on the top.
- Rebased the patches. I haven't tested vivi, though.
- The adp1653 uses dev_pm_ops instead of i2c ops for suspend/resume.

Changes since the last patchset since the first pull request:

- Adp1653 flash faults control is volatile. Fix this.
- Flash interface marked as experimental.
- Moved the DocBook documentation to a new location.
- The target version is 3.1, not 2.6.41.

The following changes since commit df6aabbeb2b8799d97f3886fc994c318bc6a6843:

  [media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK (2011-07-01 20:54:51 -0300)

are available in the git repository at:
  ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.1-flash-3

Hans Verkuil (3):
      v4l2-ctrls: add new bitmask control type.
      vivi: add bitmask test control.
      DocBook: document V4L2_CTRL_TYPE_BITMASK.

Sakari Ailus (4):
      v4l: Add a class and a set of controls for flash devices.
      v4l: Add flash control documentation
      adp1653: Add driver for LED flash controller
      v4l: Document V4L2 control endianness as machine endianness.

 Documentation/DocBook/media/v4l/compat.xml         |   11 +
 Documentation/DocBook/media/v4l/controls.xml       |  291 ++++++++++++
 Documentation/DocBook/media/v4l/v4l2.xml           |    6 +-
 .../DocBook/media/v4l/vidioc-g-ext-ctrls.xml       |    7 +
 .../DocBook/media/v4l/vidioc-queryctrl.xml         |   12 +-
 drivers/media/video/Kconfig                        |    9 +
 drivers/media/video/Makefile                       |    1 +
 drivers/media/video/adp1653.c                      |  491 ++++++++++++++++++++
 drivers/media/video/v4l2-common.c                  |    3 +
 drivers/media/video/v4l2-ctrls.c                   |   62 +++-
 drivers/media/video/vivi.c                         |   18 +-
 include/linux/videodev2.h                          |   37 ++
 include/media/adp1653.h                            |  126 +++++
 13 files changed, 1067 insertions(+), 7 deletions(-)
 create mode 100644 drivers/media/video/adp1653.c
 create mode 100644 include/media/adp1653.h

-- 
Sakari Ailus
sakari.ailus@iki.fi

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [GIT PULL FOR 3.1] Bitmask controls, flash API and adp1653 driver
@ 2011-07-06 12:38 Sakari Ailus
  0 siblings, 0 replies; 10+ messages in thread
From: Sakari Ailus @ 2011-07-06 12:38 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, laurent.pinchart, hverkuil

Hi Mauro,

This pull request adds the bitmask controls, flash API and the adp1653
driver.

Laurent noticed an issue with the previous pull request and I've fixed that.

Changes since the second pull request:

- Properly call validate_new_int() from validate_new() for bitmask controls.

Changes since the first pull request to the second one:

- Added a patch to document the V4L2 control endianness. It's on the top.
- Rebased the patches. I haven't tested vivi, though.
- The adp1653 uses dev_pm_ops instead of i2c ops for suspend/resume.

Changes since the last patchset since the first pull request:

- Adp1653 flash faults control is volatile. Fix this.
- Flash interface marked as experimental.
- Moved the DocBook documentation to a new location.
- The target version is 3.1, not 2.6.41.

The following changes since commit df6aabbeb2b8799d97f3886fc994c318bc6a6843:

  [media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK (2011-07-01 20:54:51 -0300)

are available in the git repository at:
  ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.1-flash-4

Hans Verkuil (3):
      v4l2-ctrls: add new bitmask control type.
      vivi: add bitmask test control.
      DocBook: document V4L2_CTRL_TYPE_BITMASK.

Sakari Ailus (4):
      v4l: Add a class and a set of controls for flash devices.
      v4l: Add flash control documentation
      adp1653: Add driver for LED flash controller
      v4l: Document V4L2 control endianness as machine endianness.

 Documentation/DocBook/media/v4l/compat.xml         |   11 +
 Documentation/DocBook/media/v4l/controls.xml       |  291 ++++++++++++
 Documentation/DocBook/media/v4l/v4l2.xml           |    6 +-
 .../DocBook/media/v4l/vidioc-g-ext-ctrls.xml       |    7 +
 .../DocBook/media/v4l/vidioc-queryctrl.xml         |   12 +-
 drivers/media/video/Kconfig                        |    9 +
 drivers/media/video/Makefile                       |    1 +
 drivers/media/video/adp1653.c                      |  491 ++++++++++++++++++++
 drivers/media/video/v4l2-common.c                  |    3 +
 drivers/media/video/v4l2-ctrls.c                   |   63 +++-
 drivers/media/video/vivi.c                         |   18 +-
 include/linux/videodev2.h                          |   37 ++
 include/media/adp1653.h                            |  126 +++++
 13 files changed, 1068 insertions(+), 7 deletions(-)
 create mode 100644 drivers/media/video/adp1653.c
 create mode 100644 include/media/adp1653.h

-- 
Sakari Ailus
sakari.ailus@iki.fi

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

end of thread, other threads:[~2011-07-06 12:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10  9:27 [GIT PULL FOR 3.1] Bitmask controls, flash API and adp1653 driver Sakari Ailus
2011-07-01  1:27 ` Mauro Carvalho Chehab
2011-07-01  7:57   ` Hans Verkuil
2011-07-01  8:20     ` Sakari Ailus
2011-07-01 11:15     ` Sakari Ailus
2011-07-01 11:42       ` Mauro Carvalho Chehab
2011-07-02 18:03         ` Sakari Ailus
2011-07-02 18:29           ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2011-07-05 11:20 Sakari Ailus
2011-07-06 12:38 Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox