From: ektor5 <ek5.chimenti@gmail.com>
To: unlisted-recipients:; (no To-header on input)@bombadil.infradead.org
Cc: hverkuil@xs4all.nl, luca.pisani@udoo.org,
jose.abreu@synopsys.com, sean@mess.org,
sakari.ailus@linux.intel.com, ektor5 <ek5.chimenti@gmail.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"David S. Miller" <davem@davemloft.net>,
Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>,
Hans Verkuil <hans.verkuil@cisco.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Jacob Chen <jacob-chen@iotwrt.com>,
Todor Tomov <todor.tomov@linaro.org>,
Kate Stewart <kstewart@linuxfoundation.org>,
Jacopo Mondi <jacopo+renesas@jmondi.org>,
Neil Armstrong <narmstrong@baylibre.com>,
linux-kernel@vger.kernel.org, linux-media@vger.kernel.org
Subject: [PATCH 0/2] Add SECO Boards CEC device driver
Date: Tue, 2 Oct 2018 18:59:54 +0200 [thread overview]
Message-ID: <cover.1538474121.git.ek5.chimenti@gmail.com> (raw)
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.
Ettore Chimenti (2):
media: add SECO cec driver
seco-cec: add Consumer-IR support
MAINTAINERS | 6 +
drivers/media/platform/Kconfig | 21 +
drivers/media/platform/Makefile | 4 +
drivers/media/platform/seco-cec/Makefile | 1 +
drivers/media/platform/seco-cec/seco-cec.c | 859 +++++++++++++++++++++
drivers/media/platform/seco-cec/seco-cec.h | 143 ++++
6 files changed, 1034 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
next reply other threads:[~2018-10-02 23:51 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-02 16:59 ektor5 [this message]
2018-10-02 16:59 ` [PATCH 1/2] media: add SECO cec driver ektor5
2018-10-03 9:35 ` jacopo mondi
2018-10-03 15:50 ` ektor5
2018-10-03 16:14 ` jacopo mondi
2018-10-04 11:52 ` Hans Verkuil
2018-10-04 21:31 ` ektor5
2018-10-04 21:39 ` Hans Verkuil
2018-10-02 16:59 ` [PATCH 2/2] seco-cec: add Consumer-IR support ektor5
2018-10-04 13:49 ` Sean Young
2018-10-04 21:46 ` ektor5
2018-10-04 22:47 ` Sean Young
2018-10-04 12:29 ` [PATCH 0/2] Add SECO Boards CEC device driver Neil Armstrong
2018-10-04 21:18 ` ektor5
2018-10-05 17:33 ` [PATCH v2 " ektor5
2018-10-05 17:33 ` [PATCH v2 1/2] media: add SECO cec driver ektor5
2018-10-06 13:49 ` jacopo mondi
2018-10-07 8:18 ` Hans Verkuil
2018-10-08 12:49 ` ektor5
2018-10-05 17:33 ` [PATCH v2 2/2] seco-cec: add Consumer-IR support ektor5
2018-10-06 9:40 ` Sean Young
2018-10-06 9:54 ` [PATCH v2 0/2] Add SECO Boards CEC device driver Hans Verkuil
2018-10-10 12:09 ` ektor5
2018-10-10 13:45 ` Hans Verkuil
2018-10-10 21:20 ` ektor5
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1538474121.git.ek5.chimenti@gmail.com \
--to=ek5.chimenti@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=davem@davemloft.net \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=hans.verkuil@cisco.com \
--cc=hverkuil@xs4all.nl \
--cc=jacob-chen@iotwrt.com \
--cc=jacopo+renesas@jmondi.org \
--cc=jose.abreu@synopsys.com \
--cc=kstewart@linuxfoundation.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=luca.pisani@udoo.org \
--cc=mchehab@kernel.org \
--cc=narmstrong@baylibre.com \
--cc=sakari.ailus@linux.intel.com \
--cc=sean@mess.org \
--cc=todor.tomov@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox