aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2012-02-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 1-2/+2
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsGravatar Lars-Peter Clausen 1-2/+2
2012-02-08driver-core: cpu: fix kobject warning when hotplugging a cpuGravatar Greg Kroah-Hartman 1-0/+1
2012-02-02drivers/base/memory.c: fix memory_dev_init() long delayGravatar Yinghai Lu 2-5/+34
2012-02-02driver core: cpu: remove kernel warning when removing a cpuGravatar Greg Kroah-Hartman 1-0/+20
2012-01-28Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-385/+17
2012-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 1-0/+3
2012-01-24base/core.c:fix typo in comment in function device_addGravatar majianpeng 1-1/+1
2012-01-24Documentation update for the driver model coreGravatar Alan Stern 1-0/+15
2012-01-24kernel-doc: fix new warnings in driver-coreGravatar Randy Dunlap 1-4/+5
2012-01-23Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+1
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Gravatar Tetsuo Handa 1-2/+1
2012-01-23kernel-doc: fix new warnings in driver-coreGravatar Randy Dunlap 1-4/+5
2012-01-22driver core: remove drivers/base/sys.c and include/linux/sysdev.hGravatar Greg Kroah-Hartman 2-384/+1
2012-01-20regmap: Reset cache status when reinitialsing the cacheGravatar Mark Brown 1-0/+3
2012-01-16Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-5/+34
2012-01-14PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unsetGravatar Rafael J. Wysocki 1-5/+19
2012-01-14PM / Domains: Fix build for CONFIG_PM_SLEEP unsetGravatar Rafael J. Wysocki 1-0/+15
2012-01-13dma-buf: drop option text so users don't select it.Gravatar Dave Airlie 1-1/+1
2012-01-12kdump: add udev events for memory online/offlineGravatar Michael Holzheu 1-3/+14
2012-01-11cpu: Register a generic CPU device on architectures that currently do notGravatar Ben Hutchings 2-0/+23
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredGravatar Ben Hutchings 2-9/+6
2012-01-08Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 3-0/+303
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 9-153/+574
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-576/+912
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-6/+6
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-335/+618
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Gravatar Greg Kroah-Hartman 14-333/+616
2012-01-06dma-buf: mark EXPERIMENTAL for 1st release.Gravatar Sumit Semwal 1-0/+1
2012-01-06dma-buf: Introduce dma buffer sharing mechanismGravatar Sumit Semwal 3-0/+302
2012-01-04firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileGravatar Neil Horman 1-7/+7
2012-01-03switch devtmpfs to umode_tGravatar Al Viro 1-3/+3
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Gravatar Al Viro 2-3/+3
2011-12-25Merge branch 'pm-domains' into pm-for-linusGravatar Rafael J. Wysocki 4-146/+576
2011-12-25Merge branch 'pm-runtime' into pm-for-linusGravatar Rafael J. Wysocki 2-28/+144
2011-12-25PM / QoS: Introduce dev_pm_qos_add_ancestor_request()Gravatar Rafael J. Wysocki 1-0/+25
2011-12-21convert 'memory' sysdev_class to a regular subsystemGravatar Kay Sievers 2-164/+142
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemGravatar Kay Sievers 3-99/+106
2011-12-21PM: Drop generic_subsys_pm_opsGravatar Rafael J. Wysocki 1-25/+0
2011-12-21PM / Sleep: Remove forward-only callbacks from platform bus typeGravatar Rafael J. Wysocki 1-115/+0
2011-12-21PM: Run the driver callback directly if the subsystem one is not thereGravatar Rafael J. Wysocki 2-37/+81
2011-12-21PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointersGravatar Rafael J. Wysocki 1-102/+95
2011-12-21Merge branch 'master' into pm-sleepGravatar Rafael J. Wysocki 1-2/+4
2011-12-21devres: Fix a typo in devm_kfree commentGravatar Axel Lin 1-1/+1
2011-12-18PM / Sleep: Merge internal functions in generic_ops.cGravatar Rafael J. Wysocki 1-37/+11
2011-12-18PM / Sleep: Simplify generic system suspend callbacksGravatar Rafael J. Wysocki 1-18/+6
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesGravatar Kay Sievers 6-58/+357
2011-12-14Merge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Mark Brown 6-21/+24
2011-12-12Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Mark Brown 3-0/+306