summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes1-7/+12
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong1-1/+1
2015-04-13Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-89/+129
2015-04-13Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds4-2/+262
2015-03-25drivers: platform: parse IRQ flags from resourcesLinus Walleij1-0/+9
2015-03-25driver core: Make probe deferral more quietMark Brown1-1/+1
2015-03-25drivers/core/of: Add symlink to device-tree from devices with an OF nodeBenjamin Herrenschmidt1-2/+14
2015-03-25drivers: base: fw: fix ret value when loading fwZahari Doychev1-0/+2
2015-03-25firmware: Avoid manual device_create_file() callsTakashi Iwai1-19/+21
2015-03-25drivers/base: cacheinfo: validate device node for all the cachesSudeep Holla1-2/+11
2015-03-25drivers/base: use tabs where possible in code indentationLavinia Tache1-5/+5
2015-03-25driver core: add missing blank line after declarationLavinia Tache1-0/+1
2015-03-25drivers: base: node: Delete space after pointer declarationAna Nedelcu1-1/+1
2015-03-25drivers: base: memory: Use tabs instead of spacesIoana Ciornei1-2/+2
2015-03-25firmware_class: Fix whitespace and indentationAndrei Oprea1-3/+4
2015-03-25drivers: base: dma-mapping: Erase blank space after pointerMarius Cristian Eseanu1-1/+1
2015-03-25drivers: base: class: Add a blank line after declarationsCosmin Tomulescu1-0/+2
2015-03-25attribute_container: fix missing blank lines after declarationsCosmin Dragomir1-0/+2
2015-03-25drivers: base: memory: Fix switch indentIoana Ciornei1-27/+27
2015-03-25drivers: base: map: Use kmalloc_array instead of kmallocAndrei Poenaru1-2/+1
2015-03-25Driver core: Fix missing whitespace in function argumentFlorin Papa1-1/+1
2015-03-25driver core: Delete an unnecessary check before the function call "put_device"Markus Elfring1-2/+1
2015-03-25drivers/base/node: clean up attribute group conversionGreg Kroah-Hartman1-10/+2
2015-03-25drivers/base/node: Avoid manual device_create_file() callsTakashi Iwai1-14/+20
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao1-2/+2
2015-03-25driver core: use *switch* statement in really_probe()Sergei Shtylyov1-5/+9
2015-03-24Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+30
2015-03-19regmap: Move tracing header into drivers/base/regmapSteven Rostedt4-2/+262
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel3-26/+30
2015-03-17Merge tag 'regmap-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+7
2015-03-07Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'reg...Mark Brown3-4/+7
2015-03-07regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen1-1/+1
2015-03-06Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki1-12/+12
2015-03-04PM / wakeup: export pm_system_wakeup symbolBoris BREZILLON1-0/+1
2015-03-04regmap: Skip read-only registers in regcache_sync()Takashi Iwai1-2/+4
2015-03-04PM / Domains: cleanup: rename gpd -> genpd in debugfs interfaceKevin Hilman1-12/+12
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-40/+22
2015-02-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+3
2015-02-14regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg1-1/+2
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-2/+3
2015-02-13Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'Rafael J. Wysocki3-10/+3
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert3-10/+3
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-148/+225
2015-02-10Merge branch 'pm-domains'Rafael J. Wysocki2-104/+71
2015-02-10Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki2-44/+154
2015-02-08Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...Mark Brown4-6/+55
2015-02-08Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown1-2/+4
2015-02-04regmap: Fix i2c word access when using SMBus access functionsGuenter Roeck1-1/+45
2015-02-04regmap: Export regmap_get_val_endianGuenter Roeck2-3/+8
2015-02-03firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()Ming Lei1-24/+6