[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1538760098.git.ek5.chimenti@gmail.com>
Date: Fri, 5 Oct 2018 19:33:57 +0200
From: ektor5 <ek5.chimenti@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: hverkuil@...all.nl, luca.pisani@...o.org, jose.abreu@...opsys.com,
sean@...s.org, sakari.ailus@...ux.intel.com,
ektor5 <ek5.chimenti@...il.com>, jacopo@...ndi.org,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"David S. Miller" <davem@...emloft.net>,
Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>,
Hans Verkuil <hans.verkuil@...co.com>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Jacob Chen <jacob-chen@...wrt.com>,
Philippe Ombredanne <pombredanne@...b.com>,
Maxime Ripard <maxime.ripard@...tlin.com>,
Neil Armstrong <narmstrong@...libre.com>,
Todor Tomov <todor.tomov@...aro.org>,
linux-kernel@...r.kernel.org, linux-media@...r.kernel.org
Subject: [PATCH v2 0/2] Add SECO Boards CEC device driver
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.
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 | 829 +++++++++++++++++++++
drivers/media/platform/seco-cec/seco-cec.h | 141 ++++
6 files changed, 1001 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
Powered by blists - more mailing lists