summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds6-131/+194
2013-08-31Merge remote-tracking branch 'regmap/topic/sparse' into regmap-nextMark Brown1-0/+2
2013-08-31Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-nextMark Brown3-117/+150
2013-08-31Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown1-0/+4
2013-08-31Merge remote-tracking branch 'regmap/topic/patch' into regmap-nextMark Brown1-9/+8
2013-08-31Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-0/+25
2013-08-31Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown3-4/+4
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen3-80/+92
2013-08-29regmap: rbtree: Reduce number of nodes, take 2Lars-Peter Clausen1-17/+36
2013-08-29regmap: rbtree: Simplify adjacent node look-upLars-Peter Clausen1-20/+19
2013-08-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown3-4/+4
2013-08-29drivers/base/memory.c: fix show_mem_removable() to handle missing sectionsRuss Anderson1-0/+2
2013-08-28regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen1-2/+2
2013-08-27regcache-rbtree: Fix reg_stride != 1Lars-Peter Clausen1-11/+14
2013-08-21regmap: rbtree: Fix overlapping rbnodes.David Jander1-1/+1
2013-08-16regmap: Allow multiple patches to be registeredMark Brown1-9/+8
2013-08-09regmap: regcache: allow read-only regs to be cachedIonut Nicu2-3/+3
2013-08-09regmap: fix regcache_reg_present() for empty cacheIonut Nicu1-1/+1
2013-08-06regmap: core: allow a virtual range to cover its own data windowPhilipp Zabel1-0/+4
2013-08-05regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen1-1/+2
2013-07-23regmap: irq: Allow to acknowledge masked interrupts during initializationPhilipp Zabel1-0/+25
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-29/+92
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+6
2013-07-17driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap1-0/+1
2013-07-16driver core: add default groups to struct classGreg Kroah-Hartman1-1/+8
2013-07-16driver core: Introduce device_create_groupsGuenter Roeck1-28/+83
2013-07-16regmap: Provide __acquires/__releases annotationsFabio Estevam1-0/+2
2013-07-16Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-07-15drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker2-6/+6
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+1
2013-07-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-1/+40
2013-07-05Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-07-04regmap: cache: bail in regmap_async_complete() for bus-less mapsDaniel Mack1-1/+1
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-1/+1
2013-07-04drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-07-04Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-134/+267
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+19
2013-07-03Merge tag 'regmap-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds5-30/+289
2013-06-30Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown2-0/+138
2013-06-30Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown1-2/+2
2013-06-30Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown1-1/+4
2013-06-30Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown5-27/+145
2013-06-28Merge branch 'pm-assorted'Rafael J. Wysocki6-35/+17
2013-06-28Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+2
2013-06-28Merge branch 'acpi-hotplug'Rafael J. Wysocki3-97/+248
2013-06-28reservation: cross-device reservation support, v4Maarten Lankhorst2-1/+40
2013-06-27Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki1-2/+2
2013-06-26firmware loader: fix another compile warning with PM_SLEEP unsetMing Lei1-12/+12
2013-06-24PM / QoS: Add dev_pm_qos_request tracepointsSahara1-0/+6
2013-06-22firmware loader: fix compile warning with PM_SLEEP setMing Lei1-3/+3