summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2011-11-28regmap: Report if we actually handled an interrupt in regmap-irqMark Brown
2011-11-27topology: Provide CPU topology in sysfs in !SMP configurationsBen Hutchings
2011-11-23PM / Sleep: Simplify device_suspend_noirq()Rafael J. Wysocki
2011-11-23PM / Sleep: Remove unnecessary label and jumps to it form PM core codeRafael J. Wysocki
2011-11-22regmap: Fix rbtreee build when not using debugfsMark Brown
2011-11-22Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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-18drivers/base/node.c: fix compilation error with older versions of gccClaudio Scordino
2011-11-17PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki
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-16devtmpfsd: fix task state handlingKautuk Consul
2011-11-15PM / driver core: disable device's runtime PM during shutdownPeter Chen
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-09PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()Guennadi Liakhovetski
2011-11-09PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm
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-08PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Thomas Meyer
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-07Merge 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