summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2012-08-17PM: Need to wake_up_all when suspend failBH Hsieh
2012-07-11PM: move initcall_debug message in syscore_resumeDaehyoung Ko
2012-07-03regmap: add support for non contiguous status to regmap-irqGraeme Gregory
2012-04-15regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren
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: validate regmap_raw_read/write val_lenStephen Warren
2012-04-15regmap: mmio: remove some error checks now in the coreStephen Warren
2012-04-15regmap: mmio: convert some error returns to BUG()Stephen Warren
2012-04-15regmap: add MMIO bus supportStephen 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: prevent division by zero in rbtree_showStephen Warren
2012-04-15regmap: Export regcache_sync_region()Mark Brown
2012-04-15regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly
2012-04-15regmap: Add support for device with 24 data bits.Marc Reilly
2012-04-15regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen
2012-04-15bitops: remove for_each_set_bit_cont()Akinobu Mita
2012-04-15regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren
2012-04-15regmap: Fix rbtree block base in syncMark Brown
2012-04-15regcache: Make sure we sync register 0 in an rbtree cacheMark Brown
2012-04-15regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker
2012-04-15regmap: Fix x86_64 breakageMark Brown
2012-04-15regmap: Allow drivers to sync only part of the register cacheMark Brown
2012-04-15regmap: Supply ranges to the sync operationsMark Brown
2012-04-15regmap: Add tracepoints for cache only and cache bypassMark Brown
2012-04-15regmap: Mark the cache as clean after a successful syncMark Brown
2012-04-15regmap: Remove default cache sync implementationMark Brown
2012-04-15regmap: Skip hardware defaults for LZO cachesMark Brown
2012-04-15regmap: Expose the driver name in debugfsDimitris Papastamos
2012-04-15regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos
2012-04-15regmap: Support raw reads from cached registersMark Brown
2012-04-15regmap: Allow users to query the size of register valuesMark Brown
2012-04-15regmap: Implement support for 32 bit registers and valuesMark Brown
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