| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH v5 6/8] Loongson: YeeLoong: add video output driver |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Mon, 30 Nov 2009 13:19:06 +0800 |
| Cc: | Dmitry Torokhov <dmitry.torokhov@gmail.com>, linux-mips@linux-mips.org, zhangfx@lemote.com, yanh@lemote.com, huhb@lemote.com, luming.yu@intel.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=2NyaY6BaeVg3ewZsZxQ9SmxE6DpHwwdO3a3CV4lVBAM=; b=JvvnjHYXrakOZAc5Nu5G295JdZLd0zu5NDmUDG4NsAIlCKldk/dznG3+0cs/HcK/NN tPQVmhA61TymJqz0GF+ij+VNlPz6pMBsrxEQnOCCZRURpzJ57uXvWhOhz425abLTks04 EhLSZjY4PHeW8+Nwyloo7DIEklyyyMe82i/qo= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=E8VDRXxsKVSZ7pgl1Qjcz/pPkowU/DK/wLuaF5N/qpUgjPdKVjCawpR4kB6kOfJ6GC Zs3fj/O5xeMlcoBVNVOpz/xy6d2+TSMSFOgcoCwm56i662VaztE88RPzjLdWlwQ7jJnN v3CxJRmiaQsmFDZAYyjGsgoo9hA+cdEG7M2qQ= |
| In-reply-to: | <dc116705b7d610d48b7d77ebd6365c5f05ad8ab7.1259414649.git.wuzhangjin@gmail.com> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1259414649.git.wuzhangjin@gmail.com> <dc116705b7d610d48b7d77ebd6365c5f05ad8ab7.1259414649.git.wuzhangjin@gmail.com> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
On Sat, 2009-11-28 at 21:41 +0800, Wu Zhangjin wrote:
> From: Wu Zhangjin <wuzhangjin@gmail.com>
>
> This patch adds Video Output Driver, which provides standard interface
> to turn on/off the video output of LCD, CRT.
>
> Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
> ---
> .../loongson/lemote-2f/yeeloong_laptop/Kconfig | 8 +
> .../loongson/lemote-2f/yeeloong_laptop/Makefile | 1 +
> .../lemote-2f/yeeloong_laptop/ec_kb3310b.h | 3 +
> .../lemote-2f/yeeloong_laptop/video_output.c | 164
> ++++++++++++++++++++
> 4 files changed, 176 insertions(+), 0 deletions(-)
> create mode 100644
> arch/mips/loongson/lemote-2f/yeeloong_laptop/video_output.c
>
> diff --git a/arch/mips/loongson/lemote-2f/yeeloong_laptop/Kconfig
> b/arch/mips/loongson/lemote-2f/yeeloong_laptop/Kconfig
> index 56cb584..c4398ff 100644
> --- a/arch/mips/loongson/lemote-2f/yeeloong_laptop/Kconfig
> +++ b/arch/mips/loongson/lemote-2f/yeeloong_laptop/Kconfig
> @@ -37,4 +37,12 @@ config YEELOONG_HWMON
> interface for lm-sensors to monitor the temperatures of CPU and
> battery, the PWM of fan, the current, voltage of battery.
>
> +config YEELOONG_VO
> + tristate "Video Output Driver"
> + select VIDEO_OUTPUT_CONTROL
Will use "depend" instead in the next version.
Regards,
Wu Zhangjin
|
| Previous by Date: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver, Wu Zhangjin |
|---|---|
| Next by Date: | Re: [PATCH v5 5/8] Loongson: YeeLoong: add hwmon driver, Wu Zhangjin |
| Previous by Thread: | [PATCH v5 6/8] Loongson: YeeLoong: add video output driver, Wu Zhangjin |
| Next by Thread: | Re: [PATCH v5 6/8] Loongson: YeeLoong: add video output driver, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |