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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 Jan 2009 12:50:45 +0000
From:	Liam Girdwood <lrg@...mlogic.co.uk>
To:	David Brownell <david-b@...bell.net>
Cc:	lkml <linux-kernel@...r.kernel.org>,
	Mark Brown <broonie@...ena.org.uk>
Subject: Re: [patch 2.6.29-rc] regulator: add get_status()

On Thu, 2009-01-15 at 12:40 +0000, Mark Brown wrote:

> but...
> 
> > +enum regulator_status {
> > +	REGULATOR_STATUS_OFF,
> > +	REGULATOR_STATUS_ON,
> > +	REGULATOR_STATUS_ERROR,
> > +	/* fast/normal/idle/standby are flavors of "on" */
> > +	REGULATOR_STATUS_FAST,
> > +	REGULATOR_STATUS_NORMAL,
> > +	REGULATOR_STATUS_IDLE,
> > +	REGULATOR_STATUS_STANDBY,
> > +};
> > +
> 
> > +	/* report regulator status ... most other accessors report
> > +	 * control inputs, this reports results of combining inputs
> > +	 * from Linux (and other sources) with the actual load.
> > +	 */
> > +	int (*get_status)(struct regulator_dev *);
> > +
> 
> ...this needs kerneldoc adding.

Please send a separate patch for the kerneldoc as I've already applied.

Thanks

Liam

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