lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 3 Feb 2011 12:09:42 -0800
From:	Andres Salomon <dilinger@...ued.net>
To:	"H. Peter Anvin" <hpa@...ux.intel.com>
Cc:	Grant Likely <grant.likely@...retlab.ca>,
	Daniel Drake <dsd@...top.org>,
	Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
	x86@...nel.org, linux-kernel@...r.kernel.org,
	sodaville@...utronix.de
Subject: Re: [sodaville] [PATCH v2 01/15] x86/e820: remove conditional early
 mapping in parse_e820_ext

On Thu, 03 Feb 2011 11:44:15 -0800
"H. Peter Anvin" <hpa@...ux.intel.com> wrote:

> On 02/03/2011 10:40 AM, Andres Salomon wrote:
> > 
> > That's actually what the plan is; the code just depends on PM
> > features, which is still being worked on.
> > 
> 
> I really don't understand what this is supposed to mean in this
> context at all.
> 
> 	-hpa


Daniel has a patch set that includes the following:

0010-OLPC-add-XO-1-rtc-driver.patch

+++ b/arch/x86/platform/olpc/olpc.c
@@ -311,6 +311,8 @@ static int __init add_xo1_platform_devices(void)
 {
        struct platform_device *pdev;

+       olpc_xo1_rtc_init();
+
        pdev = platform_device_register_simple("xo1-rfkill", -1, NULL,
  0);


This registers a specific rtc device for XO-1 machines (using the
CS5536 RTC).  XO-1.5 uses ACPI and a Via-based board, so the RTC device
should be handled there automatically.  The corner case is for machines
where the OLPC DT is enabled, but OLPC_XO1_RTC is not enabled.  We
still need to figure out what to do in that case, but I think it's more
appropriate to focus on getting the PM and XO1_RTC stuff upstream
first.  As of right now, it's the *only* case.  We'll change that, by
getting OLPC_XO1_RTC upstream.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ