[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1231167555.11643.155.camel@vega.slimlogic.co.uk>
Date: Mon, 05 Jan 2009 14:59:15 +0000
From: Liam Girdwood <lrg@...mlogic.co.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: [git pull] 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 fe0bdec68b77020281dc814805edfe594ae89e0f:
Linus Torvalds (1):
Merge branch 'audit.b61' of git://git.kernel.org/.../viro/audit-current
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
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 | 40 ++-
include/linux/regulator/machine.h | 41 ++
9 files changed, 749 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