aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAge
* Merge tag 'tegra-soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/...Arnd Bergmann2012-03-04
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-02-18
| |\
| | * regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen2012-02-15
| * | driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman2012-02-08
| * | drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu2012-02-02
| * | driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman2012-02-02
| |/
* | drivers/base: add bus for System-on-Chip devicesLee Jones2012-02-10
* | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-02
|\|
| * Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-01-28
| |\
| | * base/core.c:fix typo in comment in function device_addmajianpeng2012-01-24
| | * Documentation update for the driver model coreAlan Stern2012-01-24
| | * kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-24
| | * driver core: remove drivers/base/sys.c and include/linux/sysdev.hGreg Kroah-Hartman2012-01-22
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-01-25
| |\ \
| | * | regmap: Reset cache status when reinitialsing the cacheMark Brown2012-01-20
| | |/
| * | Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-23
| |\ \
| | * | PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa2012-01-23
| | |/
| * / kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-23
| |/
* | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger2012-01-26
* | Eliminate get_driver() and put_driver()Alan Stern2012-01-24
* | Driver core: driver_find() drops reference before returningAlan Stern2012-01-24
* | driver-core: Fix possible null reference in subsys_interface_unregisterJonghwan Choi2012-01-24
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-16
|\
| * PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2012-01-13
| * PM / Domains: Fix build for CONFIG_PM_SLEEP unsetRafael J. Wysocki2012-01-13
* | dma-buf: drop option text so users don't select it.Dave Airlie2012-01-13
|/
* kdump: add udev events for memory online/offlineMichael Holzheu2012-01-12
* cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-11
* cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings2012-01-11
* Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-08
|\
| * dma-buf: mark EXPERIMENTAL for 1st release.Sumit Semwal2012-01-06
| * dma-buf: Introduce dma buffer sharing mechanismSumit Semwal2012-01-06
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2012-01-08
|\ \
| * \ Merge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2011-12-14
| |\ \
| | * \ Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2011-12-12
| | |\ \ | | | |/ | | |/|
| * | | Merge branch 'regmap/irq' into regmap-nextMark Brown2011-12-05
| |\ \ \ | | | |/ | | |/|
| | * | regmap: Add irq_base accessor to regmap_irqMark Brown2011-12-05
| * | | Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2011-12-05
| |\ \ \
| | * | | regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown2011-12-05
| * | | | regmap: Add trace event for successful cache readsMark Brown2011-11-30
| * | | | regmap: Allow regmap_update_bits() users to detect changesMark Brown2011-11-29
| * | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2011-11-28
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | regmap: Report if we actually handled an interrupt in regmap-irqMark Brown2011-11-28
| * | | | regmap: Fix rbtreee build when not using debugfsMark Brown2011-11-22
| * | | | regmap: Provide debugfs dump of the rbtree cache dataMark Brown2011-11-21
| * | | | regmap: Do debugfs init before cache initMark Brown2011-11-21
| * | | | regmap: Suppress noop writes in regmap_update_bits()Mark Brown2011-11-20
| * | | | regmap: Remove indexed cache typeMark Brown2011-11-20
| * | | | regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen2011-11-17
| * | | | regmap: Properly round cache_word_sizeLars-Peter Clausen2011-11-17