summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2011-11-22regmap: Fix rbtreee build when not using debugfsMark Brown1-1/+10
2011-11-22Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+8
2011-11-21regmap: Provide debugfs dump of the rbtree cache dataMark Brown1-0/+49
2011-11-21regmap: Do debugfs init before cache initMark Brown1-2/+2
2011-11-21regmap: Suppress noop writes in regmap_update_bits()Mark Brown1-4/+5
2011-11-21regmap: Remove indexed cache typeMark Brown4-88/+1
2011-11-18drivers/base/node.c: fix compilation error with older versions of gccClaudio Scordino1-6/+8
2011-11-18PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki1-1/+2
2011-11-17regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen1-3/+0
2011-11-17regmap: Properly round cache_word_sizeLars-Peter Clausen1-2/+2
2011-11-16regmap: Add support for 10/14 register formatingLars-Peter Clausen1-0/+20
2011-11-16regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen1-3/+3
2011-11-16regmap: Make reg_config reg_defaults constLars-Peter Clausen1-3/+2
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen3-9/+10
2011-11-16devtmpfsd: fix task state handlingKautuk Consul1-2/+1
2011-11-16PM / driver core: disable device's runtime PM during shutdownPeter Chen1-0/+3
2011-11-15regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen1-1/+3
2011-11-15regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen1-1/+2
2011-11-15regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen1-1/+10
2011-11-15regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen1-2/+10
2011-11-15regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen1-1/+1
2011-11-10regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen1-1/+3
2011-11-10PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()Guennadi Liakhovetski1-12/+6
2011-11-10PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm1-1/+2
2011-11-09regmap: Support some more block operations on cached devicesLars-Peter Clausen1-1/+3
2011-11-09regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen1-13/+16
2011-11-09PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Thomas Meyer1-1/+1
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown7-2/+312
2011-11-08regmap: Rename LZO cache type to compressedMark Brown1-1/+1
2011-11-08regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown3-1/+23
2011-11-08regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown1-1/+1
2011-11-08regmap: Fix word wrap in MakefileMark Brown1-1/+2
2011-11-08regmap: Prepare LZO cache for variable block sizesMark Brown1-6/+9
2011-11-08regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown3-0/+288
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-1/+14
2011-11-05PM / Runtime: Automatically retry failed autosuspendsAlan Stern1-2/+16
2011-11-05PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu1-4/+1
2011-11-01drivers/base: change module.h -> export.h in power/common.cPaul Gortmaker1-1/+1
2011-11-01drivers/base: base.h implicitly depends on <linux/notifier.h>Paul Gortmaker1-0/+1
2011-11-01drivers/base: dma-coherent.c is a module and needs module.hPaul Gortmaker1-0/+1
2011-11-01drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker10-0/+10
2011-11-01drivers/base: transport_class explicitly requires EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-270/+931
2011-10-25Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds11-47/+1691
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+15
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-41/+83
2011-10-22PM / Clocks: Remove redundant NULL checks before kfree()Jonghwan Choi1-3/+1
2011-10-22Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki2-3/+9
2011-10-22PM / Sleep: Mark devices involved in wakeup signaling during suspendRafael J. Wysocki2-3/+9
2011-10-20class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman1-2/+15