summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2013-08-19drivers / platform: Fix __init attribute locationHanjun Guo1-2/+2
2013-08-19drivers / base: Fix sysfs_deprecated_setup() __init attribute locationHanjun Guo1-1/+1
2013-08-16regmap: Allow multiple patches to be registeredMark Brown1-9/+8
2013-08-12driver core / cpu: Check if NUMA node is valid before bringing CPU upRafael J. Wysocki1-1/+5
2013-08-12driver core: bus_type: add bus_groupsGreg Kroah-Hartman1-0/+37
2013-08-12driver core: bus_type: add drv_groupsGreg Kroah-Hartman3-4/+14
2013-08-12driver core: bus_type: add dev_groupsGreg Kroah-Hartman3-4/+14
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-06PM / OPP: Export opp_add()Viresh Kumar1-0/+1
2013-08-05regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen1-1/+2
2013-07-29cpu topology: remove stale arch_provides_topology_pointers and define_sibling...Hanjun Guo1-20/+0
2013-07-27PM / Sleep: new trace event to print device suspend and resume timesShuah Khan1-34/+43
2013-07-26driver core: replace strict_strto*() with kstrto*()Jingoo Han4-5/+5
2013-07-26drivers:base:core: Moved sym export macros to respective functionsDavid Graham White1-15/+11
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-16driver-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-16dma-buf: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2013-07-15Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-07-15Merge remote-tracking branch 'dma-public/for-v3.12-cma-dma' into for-nextMarek Szyprowski2-17/+5
2013-07-14drivers: 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-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-1/+40
2013-07-08Merge remote-tracking branch 'cmadma/for-v3.12-cma-dma' into kvm-ppc-nextAlexander Graf2-17/+5
2013-07-04Merge 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-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-07-03Merge 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-07-02mm/cma: Move dma contiguous changes into a seperate configAneesh Kumar K.V2-17/+5
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-25firmware 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-21firmware loader: fix compile warning with PM_SLEEP setMing Lei1-3/+3