All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/15] [media] adv7180: Add support for more chip variants
@ 2015-01-23 15:52 Lars-Peter Clausen
  2015-01-23 15:52 ` [PATCH v2 01/15] [media] adv7180: Do not request the IRQ again during resume Lars-Peter Clausen
                   ` (15 more replies)
  0 siblings, 16 replies; 20+ messages in thread
From: Lars-Peter Clausen @ 2015-01-23 15:52 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Sergei Shtylyov, Vladimir Barinov, Richard Röjfors,
	Federico Vaga, linux-media, Lars-Peter Clausen

Changes from v1:
	* Reserved custom user control range for the fast switch control
	* Dropped the free-run mode control patch for now. The controls should
	  probably be standardized first, but that is going to be a different
	  patch series.

Original cover letter below:

The adv7180 is part of a larger family of chips which all implement
different features from a feature superset. This patch series step by step
extends the current adv7180 with features from the superset that are
currently not supported and gradually adding support for more variations of
the chip.

The first half of this series contains fixes and cleanups while the second
half adds new features and support for new chips


Lars-Peter Clausen (15):
  [media] adv7180: Do not request the IRQ again during resume
  [media] adv7180: Pass correct flags to request_threaded_irq()
  [media] adv7180: Use inline function instead of macro
  [media] adv7180: Cleanup register define naming
  [media] adv7180: Do implicit register paging
  [media] adv7180: Reset the device before initialization
  [media] adv7180: Add media controller support
  [media] adv7180: Consolidate video mode setting
  [media] adv7180: Prepare for multi-chip support
  [media] adv7180: Add support for the adv7182
  [media] adv7180: Add support for the adv7280/adv7281/adv7282
  [media] adv7180: Add support for the
    adv7280-m/adv7281-m/adv7281-ma/adv7282-m
  [media] adv7180: Add I2P support
  [media] adv7180: Add fast switch support
  [media] Add MAINTAINERS entry for the adv7180

 MAINTAINERS                        |    7 +
 drivers/media/i2c/Kconfig          |    2 +-
 drivers/media/i2c/adv7180.c        | 1016 +++++++++++++++++++++++++++++-------
 drivers/media/pci/sta2x11/Kconfig  |    1 +
 drivers/media/platform/Kconfig     |    2 +-
 include/uapi/linux/v4l2-controls.h |    4 +
 6 files changed, 831 insertions(+), 201 deletions(-)

-- 
1.8.0


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

end of thread, other threads:[~2015-02-02 13:49 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-23 15:52 [PATCH v2 00/15] [media] adv7180: Add support for more chip variants Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 01/15] [media] adv7180: Do not request the IRQ again during resume Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 02/15] [media] adv7180: Pass correct flags to request_threaded_irq() Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 03/15] [media] adv7180: Use inline function instead of macro Lars-Peter Clausen
2015-02-02 13:36   ` Mauro Carvalho Chehab
2015-02-02 13:42     ` Hans Verkuil
2015-02-02 13:49     ` Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 04/15] [media] adv7180: Cleanup register define naming Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 05/15] [media] adv7180: Do implicit register paging Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 06/15] [media] adv7180: Reset the device before initialization Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 07/15] [media] adv7180: Add media controller support Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 08/15] [media] adv7180: Consolidate video mode setting Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 09/15] [media] adv7180: Prepare for multi-chip support Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 10/15] [media] adv7180: Add support for the adv7182 Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 11/15] [media] adv7180: Add support for the adv7280/adv7281/adv7282 Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 12/15] [media] adv7180: Add support for the adv7280-m/adv7281-m/adv7281-ma/adv7282-m Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 13/15] [media] adv7180: Add I2P support Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 14/15] [media] adv7180: Add fast switch support Lars-Peter Clausen
2015-01-23 15:52 ` [PATCH v2 15/15] [media] Add MAINTAINERS entry for the adv7180 Lars-Peter Clausen
2015-01-25 17:34 ` [PATCH v2 00/15] [media] adv7180: Add support for more chip variants Federico Vaga

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.