summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-031-0/+19
|\
| * drivers: pinctrl sleep and idle states in the coreLinus Walleij2013-06-161-0/+19
* | Merge tag 'regmap-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2013-07-035-30/+289
|\ \
| * \ Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown2013-06-302-0/+138
| |\ \
| | * | regmap: Add regmap_field APIsSrinivas Kandagatla2013-06-122-0/+138
| | |/
| * | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-06-301-2/+2
| |\ \
| | * | regmap: debugfs: Fix return from regmap_debugfs_get_dump_startSrinivas Kandagatla2013-05-141-1/+1
| | * | regmap: debugfs: Don't mark lockdep as broken due to debugfs writeMark Brown2013-05-121-1/+1
| * | | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2013-06-301-1/+4
| |\ \ \
| | * | | regmap: core: Cache all registers by default when cache is enabledMark Brown2013-06-031-1/+4
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-06-305-27/+145
| |\ \ \
| | * | | regmap: debugfs: Suppress cache for partial register filesMark Brown2013-06-191-0/+4
| | * | | regmap: Implemented default cache sync operationMaarten ter Huurne2013-06-031-4/+42
| | * | | regmap: Make regmap-mmio usable from atomic contextsLars-Peter Clausen2013-05-252-2/+6
| | * | | regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen2013-05-232-14/+14
| | * | | regmap: rbtree: Use range information to allocate nodesMark Brown2013-05-121-2/+23
| | * | | regmap: rbtree: Factor out node allocationMark Brown2013-05-121-14/+27
| | * | | regmap: Make regmap_check_range_table() a public APIMark Brown2013-05-121-7/+7
| | * | | regmap: Add support for discarding parts of the register cacheMark Brown2013-05-122-0/+38
* | | | | firmware loader: fix another compile warning with PM_SLEEP unsetMing Lei2013-06-251-12/+12
* | | | | firmware loader: fix compile warning with PM_SLEEP setMing Lei2013-06-211-3/+3
* | | | | Merge branch 'driver-core-linus' into driver-core-nextGreg Kroah-Hartman2013-06-191-16/+32
|\| | | |
| * | | | firmware loader: fix use-after-free by double abortMing Lei2013-06-181-9/+18
* | | | | Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-173-15/+16
|\| | | |
| * | | | Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown2013-06-031-1/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | regmap: debugfs: Check return value of regmap_write()Dimitris Papastamos2013-05-121-1/+4
| | |/ /
| * | | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown2013-06-032-14/+12
| |\ \ \ | | |_|/ | |/| |
| | * | regmap: rbtree: Fixed node range check on syncMaarten ter Huurne2013-06-011-2/+0
| | * | regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen2013-05-232-12/+12
* | | | firmware loader: simplify holding module for request_firmwareMing Lei2013-06-061-6/+7
* | | | firmware loader: don't export cache_firmware and uncache_firmwareMing Lei2013-06-061-4/+2
* | | | drivers/base: Use attribute groups to create sysfs memory filesNathan Fontenot2013-06-061-81/+62
* | | | firmware loader: fix compile warningMing Lei2013-06-061-0/+4
* | | | firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPERMing Lei2013-06-041-14/+17
* | | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-2/+0
* | | | driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspendMing Lei2013-06-031-0/+17
* | | | driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmwareMing Lei2013-06-031-3/+6
* | | | Documentation: Tidy up some drivers/base/core.c kerneldoc content.Robert P. J. Day2013-06-031-7/+7
* | | | platform_device: use a macro instead of platform_driver_registerLibo Chen2013-06-031-3/+5
* | | | firmware: move EXPORT_SYMBOL annotationsDaniel Mack2013-06-031-6/+5
* | | | firmware: Avoid deadlock of usermodehelper lock at shutdownTakashi Iwai2013-06-031-7/+37
* | | | Merge 3.10-rc3 into driver-core-nextGreg Kroah-Hartman2013-05-273-8/+11
|\| | |
| * | | Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-05-232-2/+5
| |\ \ \ | | |/ / | |/| |
| | * | driver core: print sysfs attribute name when warning about bogus permissionsdyoung@redhat.com2013-05-211-2/+4
| | * | driver core: export subsys_virtual_registerGreg Kroah-Hartman2013-05-211-0/+1
| | |/
| * / PM: Avoid calling kfree() under spinlock in dev_pm_put_subsys_data()Shuah Khan2013-05-121-6/+6
| |/
* | cpu: make sure that cpu/online file created before KOBJ_ADD is emittedIgor Mammedov2013-05-211-13/+21
* | cpu: fix "crash_notes" and "crash_notes_size" leaks in register_cpu()Igor Mammedov2013-05-211-7/+18
* | base/core.c: improve comment of the function device_find_child()Federico Vaga2013-05-211-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-011-0/+74
|\