summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/internal.h
AgeCommit message (Expand)Author
2012-04-15regmap: implement register stridingStephen Warren
2012-04-15regmap: fix compilation when !CONFIG_DEBUG_FSStephen Warren
2012-04-15regmap: allow regmap instances to be namedStephen Warren
2012-04-15regmap: introduce fast_io busses, and use a spinlock for themStephen Warren
2012-04-15regmap: introduce explicit bus_context for bus callbacksStephen Warren
2012-04-15regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly
2012-04-15regmap: Supply ranges to the sync operationsMark Brown
2012-03-05regmap: Don't use bitfields for booleansMark Brown
2012-03-05regmap: Support register patch setsMark Brown
2012-03-05regmap: Add support for padding between register and addressMark Brown
2012-03-05regmap: Remove indexed cache typeMark Brown
2012-03-05regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen
2012-03-05regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown
2011-09-29regmap: Make _regmap_write() globalDimitris Papastamos
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos
2011-09-19regmap: Introduce caching supportDimitris Papastamos
2011-09-05regmap: Make debugfs stubs static inlineLars-Peter Clausen
2011-09-05regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen
2011-08-14regmap: Add functions to check for access on registersMark Brown
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown
2011-08-08regmap: Provide register map dump via debugfsMark Brown
2011-08-08regmap: Use a local header for API internalsMark Brown