From: Andres Salomon <dilinger@queued.net>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: devel@driverdev.osuosl.org, Daniel Drake <dsd@laptop.org>,
libertas-dev@lists.infradead.org, Dan Williams <dcbw@redhat.com>,
netdev@vger.kernel.org, Jon Nettleton <jon.nettleton@gmail.com>,
x86@kernel.org, linux-wireless@vger.kernel.org,
linux-kernel@vger.kernel.org,
platform-driver-x86@vger.kernel.org,
"Richard A. Smith" <richard@laptop.org>,
Paul Fox <pgf@laptop.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Anton Vorontsov <cbou@mail.ru>, "H. Peter Anvin" <hpa@zytor.com>,
Thomas Gleixner <tglx@linutronix.de>, Chris Ball <cjb@laptop.org>,
David Woodhouse <dwmw2@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
"John W. Linville" <linville@tuxdriver.com>,
Matthew Garrett <mjg@redhat.com>
Subject: [PATCH 0/9] OLPC: create a generic OLPC EC driver
Date: Wed, 18 Jul 2012 18:21:44 -0700 [thread overview]
Message-ID: <20120718182144.2d7b0b50@dev.queued.net> (raw)
The OLPC EC (Embedded Controller) code that is currently upstream is
x86-only, originally written for the XO-1. Since then, we've had the
XO-1.5 (also x86), and XO-1.75 (arm-based) enter mass production. The
1.75 uses a vastly different EC protocol, and future hardware revisions
are likely to change it even further.
However, the drivers do share quite a bit of code, so it makes sense to
have a platform-agnostic driver that calls into platform-specific hooks
for each XO's EC driver. This is the first stab and creating such a
beast (with further patches pending). Aside from the lack of code
duplication, this is helpful for fixing bugs in one place (for example,
we fixed an EC suspend/resume bug in 1.75 that I've just seen happen on
1.5 without these patches. With these patches, the problem goes away).
These patches are against Linus's current HEAD; let me know if they
don't apply somewhere, and I'll happily redo them against the -next
tree. I'm assuming that these changes (which touch places like x86,
wireless, and staging) should go through either the x86 tree, or
through akpm's tree.
Alternatively, if the reviews are positive and I can get SOBs from the
relevant maintainers, I can set up a platform-olpc tree somewhere and
request a pull from Linus.
next reply other threads:[~2012-07-19 1:21 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-19 1:21 Andres Salomon [this message]
2012-07-19 1:25 ` [PATCH 1/9] Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver Andres Salomon
2012-07-19 1:26 ` [PATCH 2/9] drivers: OLPC: update various drivers to include olpc-ec.h Andres Salomon
2012-07-19 1:26 ` [PATCH 3/9] Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call it Andres Salomon
2012-07-19 1:27 ` [PATCH 4/9] Platform: OLPC: turn EC driver into a platform_driver Andres Salomon
2012-07-19 1:29 ` [PATCH 5/9] Platform: OLPC: add a suspended flag to the EC driver Andres Salomon
2012-07-19 1:31 ` [PATCH 6/9] x86: OLPC: switch over to using new EC driver on x86 Andres Salomon
2012-07-19 1:31 ` [PATCH 7/9] Platform: OLPC: move debugfs support from x86 EC driver Andres Salomon
2012-07-19 1:32 ` [PATCH 8/9] Platform: OLPC: move global variables into priv struct Andres Salomon
2012-07-19 1:32 ` [PATCH 9/9] x86: OLPC: move s/r-related EC cmds to EC driver Andres Salomon
2012-07-19 4:26 ` [PATCH 1/9] Platform: OLPC: add a stub to drivers/platform/ for the OLPC " Andres Salomon
2012-07-19 4:26 ` [PATCH 2/9] drivers: OLPC: update various drivers to include olpc-ec.h Andres Salomon
2012-07-19 4:28 ` [PATCH 3/9] Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call it Andres Salomon
2012-07-19 4:28 ` [PATCH 4/9] Platform: OLPC: turn EC driver into a platform_driver Andres Salomon
2012-07-19 4:28 ` [PATCH 5/9] Platform: OLPC: add a suspended flag to the EC driver Andres Salomon
2012-07-19 4:28 ` [PATCH 6/9] x86: OLPC: switch over to using new EC driver on x86 Andres Salomon
2012-07-19 4:36 ` Andres Salomon
2012-07-19 4:28 ` [PATCH 7/9] Platform: OLPC: move debugfs support from x86 EC driver Andres Salomon
2012-07-19 4:29 ` [PATCH 8/9] Platform: OLPC: move global variables into priv struct Andres Salomon
2012-07-19 4:29 ` [PATCH 9/9] x86: OLPC: move s/r-related EC cmds to EC driver Andres Salomon
-- strict thread matches above, loose matches on Subject: below --
2012-07-19 4:21 [PATCH 0/9] OLPC: create a generic OLPC " Andres Salomon
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=20120718182144.2d7b0b50@dev.queued.net \
--to=dilinger@queued.net \
--cc=akpm@linux-foundation.org \
--cc=cbou@mail.ru \
--cc=cjb@laptop.org \
--cc=dcbw@redhat.com \
--cc=devel@driverdev.osuosl.org \
--cc=dsd@laptop.org \
--cc=dwmw2@infradead.org \
--cc=gregkh@linuxfoundation.org \
--cc=hpa@zytor.com \
--cc=jon.nettleton@gmail.com \
--cc=libertas-dev@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=mingo@redhat.com \
--cc=mjg@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=pgf@laptop.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=richard@laptop.org \
--cc=tglx@linutronix.de \
--cc=x86@kernel.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).