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>] [day] [month] [year] [list]
Date:	Thu, 08 Jan 2009 20:21:38 +0000
From:	Liam Girdwood <lrg@...mlogic.co.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] Voltage regulator updates

Linus,

Please pull the following voltage regulator updates.

Assorted core updates for improved error checks, ref counting, code
size, documentation and registration. Minor fixes for the DA903x PMIC.  

The following changes since commit 9e42d0cf5020aaf217433cad1a224745241d212a:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../davem/sparc-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git for-linus

David Brownell (6):
      regulator: enable/disable refcounting
      regulator: improved mode error checks
      regulator: code shrink (v2)
      regulator: sysfs attribute reduction (v2)
      regulator: init/link earlier
      regulator: catch some registration errors

Kay Sievers (1):
      regulator: struct device - replace bus_id with dev_name(), dev_set_name()

Mark Brown (5):
      regulator: Remove extraneous kerneldoc annotations
      regulator: Clean up kerneldoc warnings
      regulator: Add missing kerneldoc
      regulator: Fix some kerneldoc rendering issues
      regulator: Add basic DocBook manual

Mike Rapoport (3):
      regulator: da903x: add '\n' to error messages
      regulator: da903x: make da903x_is_enabled return 0 or 1
      regulator: move set_machine_constraints after regulator device initialization

Randy Dunlap (1):
      regulator: fix kernel-doc warnings

 Documentation/ABI/testing/sysfs-class-regulator |  136 +++----
 Documentation/DocBook/Makefile                  |    2 +-
 Documentation/DocBook/regulator.tmpl            |  304 +++++++++++++++
 drivers/Makefile                                |    4 +-
 drivers/regulator/core.c                        |  474 ++++++++++++++---------
 drivers/regulator/da903x.c                      |   12 +-
 include/linux/regulator/consumer.h              |    8 +-
 include/linux/regulator/driver.h                |   37 ++-
 include/linux/regulator/machine.h               |   41 ++
 9 files changed, 746 insertions(+), 272 deletions(-)
 create mode 100644 Documentation/DocBook/regulator.tmpl


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