From: Wu Zhangjin <wuzhangjin@gmail.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Pavel Machek <pavel@ucw.cz>, "Rafael J. Wysocki" <rjw@sisk.pl>,
linux-mips@linux-mips.org, zhangfx@lemote.com
Subject: Re: [PATCH v11 0/9] Loongson: YeeLoong: add platform drivers
Date: Sun, 31 Jan 2010 20:20:23 +0800 [thread overview]
Message-ID: <1264940423.21259.2.camel@falcon> (raw)
In-Reply-To: <cover.1264940063.git.wuzhangjin@gmail.com>
On Sun, 2010-01-31 at 20:15 +0800, Wu Zhangjin wrote:
> From: Wu Zhangjin <wuzhangjin@gmail.com>
(ooh, just re-generate the patchset with "git format-patch" but forgot
to put the comments, here it is!)
This patchset adds several platform specific drivers for the YeeLoong
netbook
made by Lemote.
It is completely based on the v10 revision and with the following
changes:
O Rebased on the latest linux-queue git tree of Ralf.
O Split the EC revision related handling out of the "input/hotkey"
driver.
O Rewrite the AC & Battery driver with the new power_supply interface
as "Pavel Machek" suggested.
All of them have been tested again.
Best Regards,
Wu Zhangjin
>
> Wu Zhangjin (9):
> MIPS: add subdirectory for platform extension drivers
> Loongson: YeeLoong: add platform driver
> Loongson: YeeLoong: add backlight driver
> Loongson: YeeLoong: add hardware monitoring driver
> Loongson: YeeLoong: add video output driver
> Loongson: YeeLoong: add suspend support
> Loongson: YeeLoong: add input/hotkey driver
> Loongson: YeeLoong: Co-operate with the revisions of EC
> Loongson: YeeLoong: add power_supply based battery driver
>
> arch/mips/include/asm/mach-loongson/ec_kb3310b.h | 188 ++++
> arch/mips/include/asm/mach-loongson/loongson.h | 6 +
> arch/mips/loongson/common/cmdline.c | 8 +
> arch/mips/loongson/lemote-2f/Makefile | 2 +-
> arch/mips/loongson/lemote-2f/ec_kb3310b.c | 12 +-
> arch/mips/loongson/lemote-2f/ec_kb3310b.h | 188 ----
> arch/mips/loongson/lemote-2f/platform.c | 39 +
> arch/mips/loongson/lemote-2f/pm.c | 4 +-
> arch/mips/loongson/lemote-2f/reset.c | 2 +-
> drivers/platform/Kconfig | 4 +
> drivers/platform/Makefile | 1 +
> drivers/platform/mips/Kconfig | 32 +
> drivers/platform/mips/Makefile | 5 +
> drivers/platform/mips/yeeloong_laptop.c | 1192 ++++++++++++++++++++++
> 14 files changed, 1483 insertions(+), 200 deletions(-)
> create mode 100644 arch/mips/include/asm/mach-loongson/ec_kb3310b.h
> delete mode 100644 arch/mips/loongson/lemote-2f/ec_kb3310b.h
> create mode 100644 arch/mips/loongson/lemote-2f/platform.c
> create mode 100644 drivers/platform/mips/Kconfig
> create mode 100644 drivers/platform/mips/Makefile
> create mode 100644 drivers/platform/mips/yeeloong_laptop.c
>
next prev parent reply other threads:[~2010-01-31 12:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-31 12:15 [PATCH v11 0/9] *** SUBJECT HERE *** Wu Zhangjin
2010-01-31 12:15 ` [PATCH v11 1/9] MIPS: add subdirectory for platform extension drivers Wu Zhangjin
2010-01-31 12:15 ` [PATCH v11 2/9] Loongson: YeeLoong: add platform driver Wu Zhangjin
2010-01-31 12:15 ` [PATCH v11 3/9] Loongson: YeeLoong: add backlight driver Wu Zhangjin
2010-01-31 12:15 ` [PATCH v11 4/9] Loongson: YeeLoong: add hardware monitoring driver Wu Zhangjin
2010-01-31 12:15 ` [PATCH v11 5/9] Loongson: YeeLoong: add video output driver Wu Zhangjin
2010-01-31 12:15 ` [PATCH v11 6/9] Loongson: YeeLoong: add suspend support Wu Zhangjin
2010-01-31 12:15 ` [PATCH v11 7/9] Loongson: YeeLoong: add input/hotkey driver Wu Zhangjin
2010-01-31 12:15 ` [PATCH v11 8/9] Loongson: YeeLoong: Co-operate with the revisions of EC Wu Zhangjin
2010-01-31 12:15 ` [PATCH v11 9/9] Loongson: YeeLoong: add power_supply based battery driver Wu Zhangjin
2010-01-31 12:20 ` Wu Zhangjin [this message]
2010-03-04 3:44 ` [PATCH v11 0/9] Loongson: YeeLoong: add platform drivers Zhang Le
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=1264940423.21259.2.camel@falcon \
--to=wuzhangjin@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-mips@linux-mips.org \
--cc=pavel@ucw.cz \
--cc=ralf@linux-mips.org \
--cc=rjw@sisk.pl \
--cc=zhangfx@lemote.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.