summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-094-7/+57
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-02-191-2/+2
| |\
| | * regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen2012-02-151-2/+2
| * | driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman2012-02-091-0/+1
| * | drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu2012-02-032-5/+34
| * | driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman2012-02-021-0/+20
| |/
* | driver core: minor comment formatting cleanupsGreg Kroah-Hartman2012-03-081-8/+16
* | driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman2012-03-083-9/+16
* | drivercore: Add driver probe deferral mechanismGrant Likely2012-03-083-1/+140
* | drivers/base: add bus for System-on-Chip devicesLee Jones2012-02-103-0/+187
* | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-026-391/+26Star
|\|
| * Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-01-293-385/+17Star
| |\
| | * base/core.c:fix typo in comment in function device_addmajianpeng2012-01-241-1/+1
| | * Documentation update for the driver model coreAlan Stern2012-01-241-0/+15
| | * kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-241-4/+5
| | * driver core: remove drivers/base/sys.c and include/linux/sysdev.hGreg Kroah-Hartman2012-01-222-384/+1Star
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-01-261-0/+3
| |\ \
| | * | regmap: Reset cache status when reinitialsing the cacheMark Brown2012-01-201-0/+3
| | |/
| * | Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-241-2/+1Star
| |\ \
| | * | PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa2012-01-231-2/+1Star
| | |/
| * / kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-231-4/+5
| |/
* | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger2012-01-271-0/+11
* | Eliminate get_driver() and put_driver()Alan Stern2012-01-251-28/+0Star
* | Driver core: driver_find() drops reference before returningAlan Stern2012-01-251-2/+5
* | driver-core: Fix possible null reference in subsys_interface_unregisterJonghwan Choi2012-01-251-2/+4
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-172-5/+34
|\
| * PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2012-01-141-5/+19
| * PM / Domains: Fix build for CONFIG_PM_SLEEP unsetRafael J. Wysocki2012-01-141-0/+15
* | dma-buf: drop option text so users don't select it.Dave Airlie2012-01-131-1/+1
|/
* kdump: add udev events for memory online/offlineMichael Holzheu2012-01-131-3/+14
* cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-122-0/+23
* cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings2012-01-122-9/+6Star
* Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-083-0/+303
|\
| * dma-buf: mark EXPERIMENTAL for 1st release.Sumit Semwal2012-01-061-0/+1
| * dma-buf: Introduce dma buffer sharing mechanismSumit Semwal2012-01-063-0/+302
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2012-01-089-153/+574
|\ \
| * \ Merge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2011-12-146-21/+24
| |\ \
| | * \ Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2011-12-123-0/+306
| | |\ \ | | | |/ | | |/|
| * | | Merge branch 'regmap/irq' into regmap-nextMark Brown2011-12-051-0/+13
| |\ \ \ | | | |/ | | |/|
| | * | regmap: Add irq_base accessor to regmap_irqMark Brown2011-12-051-0/+13
| * | | Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2011-12-051-0/+33
| |\ \ \
| | * | | regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown2011-12-051-0/+33
| * | | | regmap: Add trace event for successful cache readsMark Brown2011-11-301-2/+10
| * | | | regmap: Allow regmap_update_bits() users to detect changesMark Brown2011-11-291-13/+45
| * | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2011-11-281-1/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | regmap: Report if we actually handled an interrupt in regmap-irqMark Brown2011-11-281-1/+6
| * | | | regmap: Fix rbtreee build when not using debugfsMark Brown2011-11-221-1/+10
| * | | | regmap: Provide debugfs dump of the rbtree cache dataMark Brown2011-11-211-0/+49
| * | | | regmap: Do debugfs init before cache initMark Brown2011-11-211-2/+2
| * | | | regmap: Suppress noop writes in regmap_update_bits()Mark Brown2011-11-201-4/+5