summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-182-29/+92
|\
| * driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap2013-07-161-0/+1
| * driver core: add default groups to struct classGreg Kroah-Hartman2013-07-161-1/+8
| * driver core: Introduce device_create_groupsGuenter Roeck2013-07-161-28/+83
* | Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-182-6/+6
|\ \
| * | drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker2013-07-142-6/+6
| |/
* | Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-151-1/+1
|\ \ | |/ |/|
| * regmap: cache: bail in regmap_async_complete() for bus-less mapsDaniel Mack2013-07-041-1/+1
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-131-4/+1
|\ \
| * \ Merge branch 'linus' into patchworkMauro Carvalho Chehab2013-06-206-23/+27
| |\ \
| * | | [media] dma-buf: Cocci spatch "ptr_ret.spatch"Thomas Meyer2013-06-081-4/+1
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-092-1/+40
|\ \ \ \
| * | | | reservation: cross-device reservation support, v4Maarten Lankhorst2013-06-282-1/+40
| | |_|/ | |/| |
* | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-041-3/+0
|\ \ \ \
| * | | | driver core: move to_platform_driver to platform_device.hRob Herring2013-06-121-3/+0
* | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-1/+1
|\ \ \ \ \
| * | | | | drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* | | | | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-0310-134/+267
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-286-35/+17
| |\ \ \ \ \ \
| | * | | | | | PM / QoS: Add dev_pm_qos_request tracepointsSahara2013-06-241-0/+6
| | * | | | | | PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner2013-06-211-2/+3
| | * | | | | | PM / wakeup: Adjust messaging for wake events during suspendBernie Thompson2013-06-111-1/+3
| | * | | | | | PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-034-32/+5
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-06-281-2/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki2013-06-271-2/+2
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar2013-06-041-2/+2
| | | |/ / / /
| * | | | | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-06-283-97/+248
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Driver core / MM: Drop offline_memory_block()Rafael J. Wysocki2013-06-011-21/+0
| | * | | | | Driver core / memory: Simplify __memory_block_change_state()Rafael J. Wysocki2013-06-011-9/+2
| | * | | | | CPU: Fix sysfs cpu/online of offlined CPUsToshi Kani2013-05-301-0/+1
| | * | | | | Driver core: Introduce offline/online callbacks for memory blocksRafael J. Wysocki2013-05-121-25/+87
| | * | | | | ACPI / processor: Use common hotplug infrastructureRafael J. Wysocki2013-05-121-0/+11
| | * | | | | Driver core: Use generic offline/online for CPU offline/onlineRafael J. Wysocki2013-05-121-57/+32
| | * | | | | Driver core: Add offline/online device operationsRafael J. Wysocki2013-05-121-0/+130
| | | |_|/ / | | |/| | |
* | | | | | 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