public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add SECO Boards CEC device driver
@ 2018-10-17 21:31 ektor5
  2018-10-17 21:31 ` [PATCH v3 1/2] media: add SECO cec driver ektor5
  2018-10-17 21:31 ` [PATCH v3 2/2] seco-cec: add Consumer-IR support ektor5
  0 siblings, 2 replies; 8+ messages in thread
From: ektor5 @ 2018-10-17 21:31 UTC (permalink / raw)
  Cc: hverkuil, luca.pisani, jose.abreu, sean, sakari.ailus, ektor5,
	jacopo, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	David S. Miller, Andrew Morton, Arnd Bergmann, Hans Verkuil,
	Laurent Pinchart, Geert Uytterhoeven, Neil Armstrong,
	Keiichi Watanabe, Todor Tomov, Jacopo Mondi, linux-kernel,
	linux-media

This series of patches aims to add CEC functionalities to SECO
devices, in particular UDOO X86.

The communication is achieved via Braswell SMBus (i2c-i801) to the
onboard STM32 microcontroller that handles the CEC signals. The driver
use direct access to the PCI addresses, due to the limitations of the
specific driver in presence of ACPI calls.

The basic functionalities are tested with success with cec-ctl and
cec-compliance.

v3:
 - Refactored rx/tx for loops
 - Removed more debug prints
 - Sorted headers 

v2:
 - Removed useless debug prints
 - Added DMI && PCI to dependences
 - Removed useless ifdefs
 - Renamed all irda references to ir
 - Fixed SPDX clause
 - Several style fixes


Ettore Chimenti (2):
  media: add SECO cec driver
  seco-cec: add Consumer-IR support

 MAINTAINERS                                |   6 +
 drivers/media/platform/Kconfig             |  22 +
 drivers/media/platform/Makefile            |   2 +
 drivers/media/platform/seco-cec/Makefile   |   1 +
 drivers/media/platform/seco-cec/seco-cec.c | 822 +++++++++++++++++++++
 drivers/media/platform/seco-cec/seco-cec.h | 141 ++++
 6 files changed, 994 insertions(+)
 create mode 100644 drivers/media/platform/seco-cec/Makefile
 create mode 100644 drivers/media/platform/seco-cec/seco-cec.c
 create mode 100644 drivers/media/platform/seco-cec/seco-cec.h

-- 
2.18.0


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

end of thread, other threads:[~2018-10-19 14:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-17 21:31 [PATCH v3 0/2] Add SECO Boards CEC device driver ektor5
2018-10-17 21:31 ` [PATCH v3 1/2] media: add SECO cec driver ektor5
2018-10-18  7:14   ` Hans Verkuil
2018-10-19 13:02     ` ektor5
2018-10-19 13:19       ` Hans Verkuil
2018-10-18  8:47   ` jacopo mondi
2018-10-19 14:44     ` ektor5
2018-10-17 21:31 ` [PATCH v3 2/2] seco-cec: add Consumer-IR support ektor5

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