aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-29/+92
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-6/+6
2013-07-16driver-core: fix new kernel-doc warning in base/platform.cGravatar Randy Dunlap 1-0/+1
2013-07-16driver core: add default groups to struct classGravatar Greg Kroah-Hartman 1-1/+8
2013-07-16driver core: Introduce device_create_groupsGravatar Guenter Roeck 1-28/+83
2013-07-15Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesGravatar Paul Gortmaker 2-6/+6
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+1
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 2-1/+40
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-3/+0
2013-07-04regmap: cache: bail in regmap_async_complete() for bus-less mapsGravatar Daniel Mack 1-1/+1
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 1-1/+1
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-134/+267
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+19
2013-07-03Merge tag 'regmap-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 5-30/+289
2013-06-30Merge remote-tracking branch 'regmap/topic/field' into regmap-nextGravatar Mark Brown 2-0/+138
2013-06-30Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextGravatar Mark Brown 1-2/+2
2013-06-30Merge remote-tracking branch 'regmap/topic/core' into regmap-nextGravatar Mark Brown 1-1/+4
2013-06-30Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextGravatar Mark Brown 5-27/+145
2013-06-28Merge branch 'pm-assorted'Gravatar Rafael J. Wysocki 6-35/+17
2013-06-28Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-2/+2
2013-06-28Merge branch 'acpi-hotplug'Gravatar Rafael J. Wysocki 3-97/+248
2013-06-28reservation: cross-device reservation support, v4Gravatar Maarten Lankhorst 2-1/+40
2013-06-27Merge branch 'pm-cpufreq-assorted' into pm-cpufreqGravatar Rafael J. Wysocki 1-2/+2
2013-06-25firmware loader: fix another compile warning with PM_SLEEP unsetGravatar Ming Lei 1-12/+12
2013-06-24PM / QoS: Add dev_pm_qos_request tracepointsGravatar Sahara 1-0/+6
2013-06-21firmware loader: fix compile warning with PM_SLEEP setGravatar Ming Lei 1-3/+3
2013-06-21PM / Sleep: Print last wakeup source on failed wakeup_count writeGravatar Julius Werner 1-2/+3
2013-06-20Merge branch 'linus' into patchworkGravatar Mauro Carvalho Chehab 6-23/+27
2013-06-19Merge branch 'driver-core-linus' into driver-core-nextGravatar Greg Kroah-Hartman 1-16/+32
2013-06-19regmap: debugfs: Suppress cache for partial register filesGravatar Mark Brown 1-0/+4
2013-06-18firmware loader: fix use-after-free by double abortGravatar Ming Lei 1-9/+18
2013-06-17Merge 3.10-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 3-15/+16
2013-06-16drivers: pinctrl sleep and idle states in the coreGravatar Linus Walleij 1-0/+19
2013-06-12regmap: Add regmap_field APIsGravatar Srinivas Kandagatla 2-0/+138
2013-06-12driver core: move to_platform_driver to platform_device.hGravatar Rob Herring 1-3/+0
2013-06-11PM / wakeup: Adjust messaging for wake events during suspendGravatar Bernie Thompson 1-1/+3
2013-06-08[media] dma-buf: Cocci spatch "ptr_ret.spatch"Gravatar Thomas Meyer 1-4/+1
2013-06-06firmware loader: simplify holding module for request_firmwareGravatar Ming Lei 1-6/+7
2013-06-06firmware loader: don't export cache_firmware and uncache_firmwareGravatar Ming Lei 1-4/+2
2013-06-06drivers/base: Use attribute groups to create sysfs memory filesGravatar Nathan Fontenot 1-81/+62
2013-06-06firmware loader: fix compile warningGravatar Ming Lei 1-0/+4
2013-06-04firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPERGravatar Ming Lei 1-14/+17
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableGravatar Viresh Kumar 1-2/+2
2013-06-03Finally eradicate CONFIG_HOTPLUGGravatar Stephen Rothwell 1-2/+0
2013-06-03driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspendGravatar Ming Lei 1-0/+17
2013-06-03driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmwareGravatar Ming Lei 1-3/+6
2013-06-03Documentation: Tidy up some drivers/base/core.c kerneldoc content.Gravatar Robert P. J. Day 1-7/+7
2013-06-03platform_device: use a macro instead of platform_driver_registerGravatar Libo Chen 1-3/+5