All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] cec: add CEC_CAP_DEFAULTS define
@ 2017-08-04 10:41 Hans Verkuil
  2017-08-04 10:41 ` [PATCH 1/5] media/cec.h: add CEC_CAP_DEFAULTS Hans Verkuil
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Hans Verkuil @ 2017-08-04 10:41 UTC (permalink / raw)
  To: linux-media; +Cc: Benjamin Gaignard, Sylwester Nawrocki

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

Four CEC capabilities are normally always used. So combine them
in a single CEC_CAP_DEFAULTS define. This also avoids missing one
of these caps as happened in the stih-cec driver.

Regards,

	Hans

Hans Verkuil (5):
  media/cec.h: add CEC_CAP_DEFAULTS
  adv*/vivid/pulse8/rainshadow: cec: use CEC_CAP_DEFAULTS
  s5p-cec: use CEC_CAP_DEFAULTS
  stih-cec: use CEC_CAP_DEFAULTS
  stm32-cec: use CEC_CAP_DEFAULTS

 drivers/media/i2c/adv7511.c                       | 3 +--
 drivers/media/i2c/adv7604.c                       | 3 +--
 drivers/media/i2c/adv7842.c                       | 3 +--
 drivers/media/platform/s5p-cec/s5p_cec.c          | 7 ++-----
 drivers/media/platform/sti/cec/stih-cec.c         | 4 +---
 drivers/media/platform/stm32/stm32-cec.c          | 4 +---
 drivers/media/platform/vivid/vivid-cec.c          | 3 +--
 drivers/media/usb/pulse8-cec/pulse8-cec.c         | 3 +--
 drivers/media/usb/rainshadow-cec/rainshadow-cec.c | 3 +--
 include/media/cec.h                               | 3 +++
 10 files changed, 13 insertions(+), 23 deletions(-)

-- 
2.13.2

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

end of thread, other threads:[~2017-08-20 13:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-04 10:41 [PATCH 0/5] cec: add CEC_CAP_DEFAULTS define Hans Verkuil
2017-08-04 10:41 ` [PATCH 1/5] media/cec.h: add CEC_CAP_DEFAULTS Hans Verkuil
     [not found]   ` <CGME20170816084045epcas2p435b2d7ef400710156d28a6e6bdf90efd@epcas2p4.samsung.com>
2017-08-16  8:40     ` Sylwester Nawrocki
2017-08-20 13:09       ` Benjamin Gaignard
2017-08-04 10:41 ` [PATCH 2/5] adv*/vivid/pulse8/rainshadow: cec: use CEC_CAP_DEFAULTS Hans Verkuil
2017-08-04 10:41 ` [PATCH 3/5] s5p-cec: " Hans Verkuil
     [not found]   ` <CGME20170816084104epcas1p28b1eba2785ff9d8c62f254a4316786a7@epcas1p2.samsung.com>
2017-08-16  8:40     ` Sylwester Nawrocki
2017-08-04 10:41 ` [PATCH 4/5] stih-cec: " Hans Verkuil
2017-08-17  6:46   ` Hans Verkuil
2017-08-20 13:11   ` Benjamin Gaignard
2017-08-20 13:18     ` Hans Verkuil
2017-08-04 10:41 ` [PATCH 5/5] stm32-cec: " Hans Verkuil
2017-08-20 13:13   ` Benjamin Gaignard

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.