From: Neil Armstrong <narmstrong@baylibre.com>
To: ektor5 <ek5.chimenti@gmail.com>
Cc: hverkuil@xs4all.nl, luca.pisani@udoo.org,
jose.abreu@synopsys.com, sean@mess.org,
sakari.ailus@linux.intel.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>,
linux-kernel@vger.kernel.org, linux-media@vger.kernel.org
Subject: Re: [PATCH 0/2] Add SECO Boards CEC device driver
Date: Thu, 4 Oct 2018 14:29:32 +0200 [thread overview]
Message-ID: <757ab7a8-4bb2-4573-5870-eae2b9745650@baylibre.com> (raw)
In-Reply-To: <cover.1538474121.git.ek5.chimenti@gmail.com>
Hi Ettore,
On 02/10/2018 18:59, ektor5 wrote:
> 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.
Glad to see another user of the i915 cec notifier !
Neil
>
> 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
>
next prev parent reply other threads:[~2018-10-04 12:29 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-02 16:59 ektor5
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 ` Neil Armstrong [this message]
2018-10-04 21:18 ` [PATCH 0/2] Add SECO Boards CEC device driver 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
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=757ab7a8-4bb2-4573-5870-eae2b9745650@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=davem@davemloft.net \
--cc=ek5.chimenti@gmail.com \
--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=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
Powered by JetHome