All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wu Zhangjin <wuzhangjin@gmail.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org, Wu Zhangjin <wuzhangjin@gmail.com>
Subject: [PATCH v1 0/4] Fixups and Cleanups of lemote-2f family machines
Date: Sat, 21 Nov 2009 19:05:21 +0800	[thread overview]
Message-ID: <cover.1258800842.git.wuzhangjin@gmail.com> (raw)

This patchset includes the following changes:

  - [loongson] Remove the inline annotation of prom_init_uart_base()
    Ensure gcc 3.4.6 can compile it.
  - [loongson] yeeloong2f: add basic ec operations
    add basic support for the Embedded Controller(ec_kb3310b) of yeeloong2f netbook.
    This support is needed for the coming yeeloong2f platform drivers.
  - [loongson] yeeloong2f: add LID open event as the wakeup event
    Allow users wakeup the netbook from suspend mode via opening the LID.
  - [loongson] yeeloong2f: cleanup the reset logic with ec_write function
    Benefit from "[loongson] yeeloong2f: add basic ec operations",
    we can use the cleanup the old reset implementaion now.

All of the above updates have been tested and put into this branch:

git://dev.lemote.com/rt4ls.git linux-loongson/dev/for-upstream

Hi, Ralf, Could you please queue it for linux-2.6.33? Thanks!

Best Wishes,
     Wu Zhangjin

Wu Zhangjin (4):
  [loongson] Remove the inline annotation of prom_init_uart_base()
  [loongson] yeeloong2f: add basic ec operations
  [loongson] yeeloong2f: add LID open event as the wakeup event
  [loongson] yeeloong2f: cleanup the reset logic with ec_write function

 arch/mips/include/asm/mach-loongson/loongson.h |    3 +-
 arch/mips/loongson/common/uart_base.c          |    2 +-
 arch/mips/loongson/lemote-2f/Makefile          |    2 +-
 arch/mips/loongson/lemote-2f/ec_kb3310b.c      |  132 ++++++++++++++++++++++++
 arch/mips/loongson/lemote-2f/ec_kb3310b.h      |   47 +++++++++
 arch/mips/loongson/lemote-2f/irq.c             |    4 +-
 arch/mips/loongson/lemote-2f/pm.c              |   71 ++++++++++++-
 arch/mips/loongson/lemote-2f/reset.c           |   21 +----
 8 files changed, 256 insertions(+), 26 deletions(-)
 create mode 100644 arch/mips/loongson/lemote-2f/ec_kb3310b.c
 create mode 100644 arch/mips/loongson/lemote-2f/ec_kb3310b.h

             reply	other threads:[~2009-11-21 11:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-21 11:05 Wu Zhangjin [this message]
2009-11-21 11:05 ` [PATCH v1 1/4] [loongson] Remove the inline annotation of prom_init_uart_base() Wu Zhangjin
2009-11-23  1:29   ` Wu Zhangjin
2009-11-23 15:45     ` Ralf Baechle
2009-11-21 11:05 ` [PATCH v1 2/4] [loongson] yeeloong2f: add basic ec operations Wu Zhangjin
2009-11-23 16:09   ` Ralf Baechle
2009-11-21 11:05 ` [PATCH v1 3/4] [loongson] yeeloong2f: add LID open event as the wakeup event Wu Zhangjin
2009-11-23 16:20   ` Ralf Baechle
2009-11-21 11:05 ` [PATCH v1 4/4] [loongson] yeeloong2f: cleanup the reset logic with ec_write function Wu Zhangjin
2009-11-23 16:24   ` Ralf Baechle

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=cover.1258800842.git.wuzhangjin@gmail.com \
    --to=wuzhangjin@gmail.com \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.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 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.