All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] adv7511/adv7604: logging improvements
@ 2015-06-07 10:32 Hans Verkuil
  2015-06-07 10:32 ` [PATCH 1/6] adv7511: replace uintX_t by uX for consistency Hans Verkuil
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Hans Verkuil @ 2015-06-07 10:32 UTC (permalink / raw)
  To: linux-media

From: Hans Verkuil <hans.verkuil@cisco.com>

The first two patches fix type inconsistencies, but make no other changes.
The next two add support for logging InfoFrames to both drivers.
The last two patches fix a logging bug and log two more pieces of information
regarding the colorspace handling of the adv76xx.

Regards,

	Hans

Hans Verkuil (6):
  adv7511: replace uintX_t by uX for consistency
  adv7842: replace uintX_t by uX for consistency
  adv7511: log the currently set infoframes
  adv7604: log infoframes
  adv7604: fix broken saturator check
  adv7604: log alt-gamma and HDMI colorspace

 drivers/media/i2c/Kconfig                |   2 +
 drivers/media/i2c/adv7511.c              | 155 +++++++++++++++++++++++++++----
 drivers/media/i2c/adv7604.c              | 103 +++++++++++++-------
 drivers/media/i2c/adv7842.c              |  22 ++---
 drivers/media/pci/cobalt/cobalt-driver.c |   1 +
 include/media/adv7511.h                  |   7 +-
 include/media/adv7842.h                  |  50 +++++-----
 7 files changed, 251 insertions(+), 89 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2015-06-08 10:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 10:32 [PATCH 0/6] adv7511/adv7604: logging improvements Hans Verkuil
2015-06-07 10:32 ` [PATCH 1/6] adv7511: replace uintX_t by uX for consistency Hans Verkuil
2015-06-07 10:32 ` [PATCH 2/6] adv7842: " Hans Verkuil
2015-06-07 10:32 ` [PATCH 3/6] adv7511: log the currently set infoframes Hans Verkuil
2015-06-07 10:32 ` [PATCH 4/6] adv7604: log infoframes Hans Verkuil
2015-06-08 10:48   ` Hans Verkuil
2015-06-07 10:32 ` [PATCH 5/6] adv7604: fix broken saturator check Hans Verkuil
2015-06-07 10:32 ` [PATCH 6/6] adv7604: log alt-gamma and HDMI colorspace Hans Verkuil

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.