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-next>] [day] [month] [year] [list]
Date:	Mon, 25 Apr 2011 13:20:26 -0700
From:	John Stultz <john.stultz@...aro.org>
To:	LKML <linux-kernel@...r.kernel.org>
Cc:	John Stultz <john.stultz@...aro.org>,
	Anton Vorontsov <cbouatmailru@...il.com>,
	Akihiro MAEDA <sola.1980.a@...il.com>,
	Masashi YOKOTA <yokota@...one.jp>
Subject: [PATCH 0/3][RFC] Virtual Battery Driver

For awhile now, there has been an out of tree virtual
battery driver that was created by Masashi YOKOTA
<yokota@...one.jp> that folks have been using to test
battery UI functionality on boards that don't actually
have battery hardware.

More recently the power supply test driver (test_power.c)
has been merged.

Both drivers provide somwhat similar functionality,
although the virtual battery driver allows settings
such as health and charge state to be manipulated at
runtime via module params.

So while I'm not proposing to merge this patch set as 
is, I wanted to send it out for comment to see if there
would be some interest or objections for merging some of
the functionality from the virtual battery driver into
the test_power driver?

Thoughts?

thanks
-john


CC: Anton Vorontsov <cbouatmailru@...il.com>
CC: Akihiro MAEDA <sola.1980.a@...il.com>
CC: Masashi YOKOTA <yokota@...one.jp>

Akihiro MAEDA (1):
  power: virtual battery driver tweaks

John Stultz (1):
  power: Fixup stack usage in vritual battery driver

Masashi YOKOTA (1):
  power: Add virtual battery driver

 drivers/power/Kconfig           |    5 +
 drivers/power/Makefile          |    1 +
 drivers/power/virtual_battery.c |  400 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 406 insertions(+), 0 deletions(-)
 create mode 100644 drivers/power/virtual_battery.c

-- 
1.7.3.2.146.gca209

--
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