From: w.sang@pengutronix.de (Wolfram Sang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PULL REQUEST] stmp devices
Date: Fri, 20 Apr 2012 23:55:28 +0200 [thread overview]
Message-ID: <20120420215440.GA24875@nekote.pengutronix.de> (raw)
Hi Arnd, Olof
as requested, here is the pull request for the stmp-device-series which
makes STMP devices mach independent (they are found on mxs and mx6
currently). I have rebased them to 3.4-rc3 and dropped the rtc-patch,
since it does not have a maintainer ack. I kept the I2C patch since I do
maintain I2C myself and there are no conflicts.
Please pull.
Thanks,
Wolfram
The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:
Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/wsa/linux.git stmp_device
for you to fetch changes up to 6b866c151ad9ea44799b32c3a8c90a03c5b981da:
i2c: mxs: use global reset function (2012-04-20 23:27:18 +0200)
----------------------------------------------------------------
Wolfram Sang (2):
lib: add support for stmp-style devices
i2c: mxs: use global reset function
drivers/i2c/busses/Kconfig | 1 +
drivers/i2c/busses/i2c-mxs.c | 9 ++---
include/linux/stmp_device.h | 20 +++++++++++
lib/Kconfig | 3 ++
lib/Makefile | 2 ++
lib/stmp_device.c | 80 ++++++++++++++++++++++++++++++++++++++++++
6 files changed, 108 insertions(+), 7 deletions(-)
create mode 100644 include/linux/stmp_device.h
create mode 100644 lib/stmp_device.c
next reply other threads:[~2012-04-20 21:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-20 21:55 Wolfram Sang [this message]
2012-04-22 20:59 ` [PULL REQUEST] stmp devices Arnd Bergmann
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=20120420215440.GA24875@nekote.pengutronix.de \
--to=w.sang@pengutronix.de \
--cc=linux-arm-kernel@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).