aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | regmap: irq: Clarify error message when we fail to request primary IRQMark Brown2013-03-191-1/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-04-165-110/+315
| |\ \ \ \ \ \
| | * | | | | | regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren2013-04-161-2/+1
| | * | | | | | Merge tag 'v3.9-rc7' into regmap-cacheMark Brown2013-04-167-105/+166
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | regmap: cache: Fix format specifier in dev_dbgStratos Karafotis2013-04-051-1/+1
| | * | | | | | regmap: cache: Make regcache_sync_block_raw staticSachin Kamat2013-04-051-1/+1
| | * | | | | | regmap: cache: Write consecutive registers in a single block writeMark Brown2013-03-301-17/+47
| | * | | | | | regmap: cache: Split raw and non-raw syncsMark Brown2013-03-301-11/+53
| | * | | | | | regmap: cache: Factor out block syncMark Brown2013-03-303-42/+51
| | * | | | | | regmap: cache: Factor out reg_present support from rbtree cacheMark Brown2013-03-303-58/+54
| | * | | | | | regmap: cache: Use raw I/O to sync rbtrees if we canMark Brown2013-03-271-1/+18
| | * | | | | | regmap: core: Provide regmap_can_raw_write() operationMark Brown2013-03-271-3/+12
| | * | | | | | regmap: cache: Provide a get address of value operationMark Brown2013-03-262-2/+9
| | * | | | | | regmap: Cut down on the average # of nodes in the rbtree cacheDimitris Papastamos2013-03-261-1/+69
| | * | | | | | regmap: core: Make raw write available to regcacheMark Brown2013-03-262-2/+5
| | * | | | | | regmap: core: Warn on invalid operation combinationsMark Brown2013-03-261-5/+5
| | * | | | | | regmap: rbtree Expose total memory consumption in the rbtree debugfs entryDimitris Papastamos2013-03-131-2/+7
| | * | | | | | regmap: cache: Store caches in native register format where possibleMark Brown2013-03-041-2/+14
| | * | | | | | regmap: core: Split out in place value parsingMark Brown2013-03-042-17/+38
| | * | | | | | regmap: cache: Use regcache_get_value() to check if we updatedMark Brown2013-03-041-6/+3
| | * | | | | | regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-044-44/+39
| | * | | | | | regmap: rbtree: Don't bother checking for noop updatesMark Brown2013-03-041-5/+0
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown2013-04-161-0/+8
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | regmap: async: Add tracepoints for async I/OMark Brown2013-03-041-0/+8
| | |/ / / /
* | | | | | Merge 3.9-rc7 into driver-core-nextGreg Kroah-Hartman2013-04-143-16/+52
|\ \ \ \ \ \ | |/ / / / /
| * | | | | regmap: Back out work buffer fixMark Brown2013-04-091-1/+2
| | |_|/ / | |/| | |
| * | | | Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-041-13/+47
| |\ \ \ \
| | * | | | PM / QoS: Avoid possible deadlock related to sysfs accessRafael J. Wysocki2013-04-021-13/+47
| | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'regmap/fix/async' into tmpMark Brown2013-03-311-0/+2
| |\ \ \ \
| | * | | | regmap: async: Add missing returnMark Brown2013-03-271-0/+2
| | |/ / /
| * | | | Merge remote-tracking branch 'regmap/fix/core' into tmpMark Brown2013-03-311-2/+2
| |\ \ \ \
| | * | | | regmap: Initialize `map->debugfs' before regcacheDimitris Papastamos2013-03-121-2/+2
| | |/ / /
| * | | | regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren2013-03-211-2/+1
| * | | | regmap: cache Fix regcache-rbtree syncLars-Peter Clausen2013-03-131-1/+1
| |/ / /
* | | | PM / Runtime: Idle devices asynchronously after probe|releaseUlf Hansson2013-04-111-3/+3
* | | | driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman2013-04-112-16/+16
* | | | driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKSMing Lei2013-04-101-2/+2
* | | | devtmpfs: add base.h includeGreg Kroah-Hartman2013-04-101-0/+1
* | | | driver core: add uid and gid to devtmpfsKay Sievers2013-04-082-14/+30
* | | | sysfs: fix crash_notes_size build warningArnd Bergmann2013-04-031-1/+1
* | | | sysfs: Add crash_notes_size to export percpu note sizeZhang Yanfei2013-03-291-0/+14
* | | | driver core: platform.c: fix checkpatch errors and warningsFabio Porcedda2013-03-291-10/+8
* | | | driver core: warn that platform_driver_probe can not use deferred probingFabio Porcedda2013-03-291-1/+5
* | | | base: core: WARN() about bogus permissions on device attributesFelipe Balbi2013-03-151-1/+8
* | | | device: separate all subsys mutexesMichal Hocko2013-03-131-4/+4
|/ / /
* | | Merge tag 'pm+acpi-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-074-102/+126
|\ \ \
| * | | PM / QoS: Remove device PM QoS sysfs attributes at the right placeRafael J. Wysocki2013-03-044-76/+55
| * | | PM / QoS: Fix concurrency issues and memory leaks in device PM QoSRafael J. Wysocki2013-03-041-42/+87
| |/ /
* | | Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-071-0/+1
|\ \ \ | |/ / |/| |
| * | regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed caseLi Fei2013-03-011-0/+1