summaryrefslogtreecommitdiff
path: root/nuttx/drivers/power
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-252-2/+1
* EFM32: Add IDLE power management hooks. Nothing implemented; just define the...Gregory Nutt2014-10-221-0/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* More trailing whilespace removalGregory Nutt2014-04-133-3/+3
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-052-2/+2
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* A few native window build updatespatacongo2012-11-251-2/+2
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-2/+2
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Add support for multiple work queuespatacongo2012-09-041-2/+2
* Review and update some board configurationspatacongo2012-07-291-1/+0
* PM updatepatacongo2012-07-271-0/+4
* STM32 power management updatepatacongo2012-06-182-2/+2
* Kconfig updatepatacongo2012-04-131-0/+20
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo2012-01-311-2/+2
* Fixes on reverification of USB mass storage classpatacongo2012-01-251-0/+2
* Add logic to set MAX17040 frequencypatacongo2012-01-231-7/+22
* Fixes for clean compile of battery driverspatacongo2012-01-232-17/+44
* Completes first (untested) cut at MAX1704x battery driverpatacongo2012-01-233-37/+349
* Simplify upper-half battery driverpatacongo2012-01-222-47/+48
* Create a generic battery driver infrastructurepatacongo2012-01-223-84/+363
* Create directory structures to support power-related devicespatacongo2012-01-229-0/+1584