From: Nguyen Viet Dung <user-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>
To: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org
Subject: [PATCH 0/4] ARM: shmobile: r8a7790: add I2C support
Date: Mon, 1 Jul 2013 19:00:07 +0900 [thread overview]
Message-ID: <1372672810-20609-1-git-send-email-user@jinso.co.jp> (raw)
From: Nguyen Viet Dung <nv-dung-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>
Hello,
CC Morimoto
Please consider the following patches for the r8a7790 Soc.
These patches add I2C support for the r8a7790 Soc.
These patches was developed base on the renesas-next-20130528 branch.
Input clock of I2C is peripheral module clock.
It is named peripheral_clk in clock code.
These patches have tested on the lager board.
Thanks,
Nguyen viet Dung
Nguyen Viet Dung (4):
i2c: rcar: modify I2C driver
ARM: shmobile: r8a7790: add I2C setup
ARM: shmobile: r8a7790: add I2C clock
ARM: shmobile: lager: register channels of I2C
arch/arm/mach-shmobile/board-lager.c | 11 ++++++++++
arch/arm/mach-shmobile/clock-r8a7790.c | 11 ++++++++++
arch/arm/mach-shmobile/include/mach/r8a7790.h | 3 +++
arch/arm/mach-shmobile/setup-r8a7790.c | 28 +++++++++++++++++++++++++
drivers/i2c/busses/i2c-rcar.c | 17 +++++++++++++--
include/linux/i2c/i2c-rcar.h | 4 ++++
6 files changed, 72 insertions(+), 2 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-07-01 10:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-01 10:00 Nguyen Viet Dung [this message]
[not found] ` <1372672810-20609-1-git-send-email-user-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>
2013-07-01 10:00 ` [PATCH 1/4] i2c: rcar: modify I2C driver Nguyen Viet Dung
2013-07-01 10:00 ` [PATCH 2/4] ARM: shmobile: r8a7790: add I2C setup Nguyen Viet Dung
2013-07-01 10:00 ` [PATCH 3/4] ARM: shmobile: r8a7790: add I2C clock Nguyen Viet Dung
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=1372672810-20609-1-git-send-email-user@jinso.co.jp \
--to=user-hef513clhfp3+qwdj9on6q@public.gmane.org \
--cc=kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.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).