summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-10-254-41/+83
|\
| * mm: memory hotplug: Check if pages are correctly reserved on a per-section basisMel Gorman2011-10-181-18/+40
| * Revert "memory hotplug: Correct page reservation checking"Greg Kroah-Hartman2011-10-181-37/+23
| * drivers: base: print rejected matches with DEBUG_DRIVERWolfram Sang2011-09-271-0/+3
| * memory hotplug: Correct page reservation checkingNathan Fontenot2011-09-271-23/+37
| * memory hotplug: Refuse to add unaligned memory regionsAnton Blanchard2011-09-271-0/+4
| * new helper to create platform devices with dma maskUwe Kleine-König2011-08-261-20/+32
| * dynamic_debug: Add __dynamic_dev_dbgJoe Perches2011-08-231-2/+3
| * drivers_base: platform: use always ->name for ueventSebastian Andrzej Siewior2011-08-231-1/+1
* | PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki2011-09-261-37/+38
* | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds2011-09-091-4/+1
|\ \
| * | regmap: Remove bitrotted module_put()sMark Brown2011-09-051-4/+1
* | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-281-18/+22
|\ \ \
| * | | PM: Use spinlock instead of mutex in clock management functionsRafael J. Wysocki2011-08-241-18/+22
| | |/ | |/|
* | | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-08-263-2/+3
|\ \ \
| * | | base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten2011-08-221-0/+1
| * | | drivers/base/devtmpfs.c: correct annotation of `setup_done'Arnaud Lacombe2011-08-081-1/+1
| * | | driver core: fix kernel-doc warning in platform.cRandy Dunlap2011-08-081-1/+1
* | | | firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds2011-08-251-5/+6
| |/ / |/| |
* | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-171-15/+15
|\ \ \
| * | | PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-08-141-15/+15
| |/ /
* | | regmap: using module facilities requires module.hStephen Rothwell2011-08-161-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-08-153-1/+4
|\ \ \ | |/ / |/| / | |/
| * regmap: Specify a module licenseStephen Warren2011-08-122-0/+3
| * regmap: Fix bulk readsMark Brown2011-07-241-1/+1
* | PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman2011-08-051-2/+8
* | PM / Domains: Fix pm_genpd_poweron()Rafael J. Wysocki2011-08-051-2/+1
* | devtmpfs: missing initialialization in never-hit caseAl Viro2011-07-281-1/+1
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-272-2/+2
* | drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi2011-07-271-1/+1
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-261-30/+34
|\ \
| * | driver core: add more help description for "path to uevent helper"Márton Németh2011-07-021-0/+5
| * | driver-core: modify FIRMWARE_IN_KERNEL help messagematt mooney2011-07-021-4/+4
| * | driver-core: Kconfig grammar corrections in firmware configurationmatt mooney2011-07-021-30/+29
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-261-0/+21
|\ \ \
| * | | driver core: Add ability for arch code to setup pdev_archdataKumar Gala2011-07-081-0/+21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-251-1/+2
|\ \ \ \
| * | | | fix devtmpfs raceAl Viro2011-07-251-1/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-07-237-0/+661
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | regmap: Add SPI bus supportMark Brown2011-07-233-1/+77
| * | | regmap: Add I2C bus supportMark Brown2011-07-233-0/+120
| * | | regmap: Add generic non-memory mapped register access APIMark Brown2011-07-235-0/+465
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-231-139/+198
|\ \ \ \
| * | | | devtmpfs: get rid of bogus mkdir in create_path()Al Viro2011-07-201-24/+18
| * | | | switch devtmpfs to kern_path_create()Al Viro2011-07-201-47/+36
| * | | | switch devtmpfs object creation/removal to separate kernel threadAl Viro2011-07-201-73/+149
* | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-232-125/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2011-07-072-125/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | drivers: iommu: move to a dedicated folderOhad Ben-Cohen2011-06-142-125/+0
* | | | | | Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2011-07-153-51/+67
|\ \ \ \ \ \