summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown
2011-11-30regmap: Add trace event for successful cache readsMark Brown
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown
2011-11-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2011-11-28regmap: Report if we actually handled an interrupt in regmap-irqMark Brown
2011-11-22regmap: Fix rbtreee build when not using debugfsMark Brown
2011-11-21regmap: Provide debugfs dump of the rbtree cache dataMark Brown
2011-11-21regmap: Do debugfs init before cache initMark Brown
2011-11-20regmap: Suppress noop writes in regmap_update_bits()Mark Brown
2011-11-20regmap: Remove indexed cache typeMark Brown
2011-11-17regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen
2011-11-17regmap: Properly round cache_word_sizeLars-Peter Clausen
2011-11-16regmap: Add support for 10/14 register formatingLars-Peter Clausen
2011-11-16regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen
2011-11-16regmap: Make reg_config reg_defaults constLars-Peter Clausen
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen
2011-11-15regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen
2011-11-15regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen
2011-11-14regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen
2011-11-14regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen
2011-11-14regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen
2011-11-10regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen
2011-11-09regmap: Support some more block operations on cached devicesLars-Peter Clausen
2011-11-09regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown
2011-11-08regmap: Rename LZO cache type to compressedMark Brown
2011-11-08regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown
2011-11-08regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown
2011-11-08regmap: Fix word wrap in MakefileMark Brown
2011-11-08regmap: Prepare LZO cache for variable block sizesMark Brown
2011-11-08regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04PM / Runtime: Automatically retry failed autosuspendsAlan Stern
2011-11-04PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu
2011-10-31drivers/base: change module.h -> export.h in power/common.cPaul Gortmaker
2011-10-31drivers/base: base.h implicitly depends on <linux/notifier.h>Paul Gortmaker
2011-10-31drivers/base: dma-coherent.c is a module and needs module.hPaul Gortmaker
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker
2011-10-31drivers/base: transport_class explicitly requires EXPORT_SYMBOLPaul Gortmaker
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-25Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-10-22PM / Clocks: Remove redundant NULL checks before kfree()Jonghwan Choi
2011-10-22Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki
2011-10-22PM / Sleep: Mark devices involved in wakeup signaling during suspendRafael J. Wysocki
2011-10-19class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman
2011-10-18mm: memory hotplug: Check if pages are correctly reserved on a per-section basisMel Gorman
2011-10-18Revert "memory hotplug: Correct page reservation checking"Greg Kroah-Hartman