From: b.galvani@gmail.com (Beniamino Galvani)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/2] Amlogic I2C driver for u-boot
Date: Sun, 29 Oct 2017 10:08:59 +0100 [thread overview]
Message-ID: <20171029090901.24299-1-b.galvani@gmail.com> (raw)
Hi,
this series adds support for the Amlogic Meson I2C controller to
u-boot.
Beniamino Galvani (2):
i2c: add Amlogic Meson driver
odroid-c2: enable I2C
arch/arm/include/asm/arch-meson/gxbb.h | 1 +
arch/arm/include/asm/arch-meson/i2c.h | 11 ++
board/amlogic/odroid-c2/odroid-c2.c | 1 +
configs/odroid-c2_defconfig | 3 +
drivers/i2c/Kconfig | 6 +
drivers/i2c/Makefile | 1 +
drivers/i2c/meson_i2c.c | 263 +++++++++++++++++++++++++++++++++
7 files changed, 286 insertions(+)
create mode 100644 arch/arm/include/asm/arch-meson/i2c.h
create mode 100644 drivers/i2c/meson_i2c.c
--
2.13.6
next reply other threads:[~2017-10-29 9:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-29 9:08 Beniamino Galvani [this message]
2017-10-29 9:09 ` [PATCH 1/2] i2c: add Amlogic Meson driver Beniamino Galvani
2017-10-29 14:44 ` Neil Armstrong
2017-11-20 12:39 ` Heiko Schocher
2017-11-20 15:36 ` Simon Glass
2017-11-26 16:49 ` Beniamino Galvani
2017-11-27 17:10 ` Simon Glass
2017-10-29 9:09 ` [PATCH 2/2] odroid-c2: enable I2C Beniamino Galvani
2017-10-29 14:42 ` Neil Armstrong
2017-11-20 12:40 ` Heiko Schocher
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=20171029090901.24299-1-b.galvani@gmail.com \
--to=b.galvani@gmail.com \
--cc=linus-amlogic@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).