summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2012-03-05regmap: Bypassing cache when initializing cacheLaxman Dewangan
2012-03-05regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen
2012-03-05regmap: add regmap_bulk_write() for register writeLaxman Dewangan
2012-03-05regmap: Support for caching in reg_raw_write()Laxman Dewangan
2012-03-05regmap: Fix kcalloc parameters swappedAxel Lin
2012-03-05regmap: Add debugfs information for the cache statusMark Brown
2012-03-05regmap: Don't use bitfields for booleansMark Brown
2012-03-05regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin
2012-03-05regmap: Implement managed regmap_init()Mark Brown
2012-03-05regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang
2012-03-05regmap: Properly round reg_bytes and val_bytesWolfram Sang
2012-03-05regmap: Add support for 2/6 register formatingWolfram Sang
2012-03-05regmap: Reset device debugfs when reinitialising the cacheMark Brown
2012-03-05regmap: Bypass the cache when applying patchesMark Brown
2012-03-05regmap: Skip patch application when the cache is not dirty on syncMark Brown
2012-03-05regmap: Unexport regcache_write() and regcache_read()Mark Brown
2012-03-05regmap: Support register patch setsMark Brown
2012-03-05regmap: Reset cache status when reinitialsing the cacheMark Brown
2012-03-05regmap: Add support for padding between register and addressMark Brown
2012-03-05regmap: Add irq_base accessor to regmap_irqMark Brown
2012-03-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown
2012-03-05regmap: Add trace event for successful cache readsMark Brown
2012-03-05regmap: Allow regmap_update_bits() users to detect changesMark Brown
2012-03-05regmap: Report if we actually handled an interrupt in regmap-irqMark Brown
2012-03-05regmap: Fix rbtreee build when not using debugfsMark Brown
2012-03-05regmap: Provide debugfs dump of the rbtree cache dataMark Brown
2012-03-05regmap: Do debugfs init before cache initMark Brown
2012-03-05regmap: Suppress noop writes in regmap_update_bits()Mark Brown
2012-03-05regmap: Remove indexed cache typeMark Brown
2012-03-05regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen
2012-03-05regmap: Properly round cache_word_sizeLars-Peter Clausen
2012-03-05regmap: Add support for 10/14 register formatingLars-Peter Clausen
2012-03-05regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen
2012-03-05regmap: Make reg_config reg_defaults constLars-Peter Clausen
2012-03-05regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen
2012-03-05regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen
2012-03-05regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen
2012-03-05regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen
2012-03-05regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen
2012-03-05regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen
2012-03-05regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen
2012-03-05regmap: Support some more block operations on cached devicesLars-Peter Clausen
2012-03-05regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen
2012-03-05regmap: Rename LZO cache type to compressedMark Brown
2012-03-05regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown
2012-03-05regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown
2012-03-05regmap: Fix word wrap in MakefileMark Brown
2012-03-05regmap: Prepare LZO cache for variable block sizesMark Brown
2012-03-05regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown
2012-02-29regmap: merge 7cccbdc84487616c3dbe493b04bfa1f362f4bc56Laxman Dewangan