summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2015-04-14Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-04-13Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2015-03-25drivers: platform: parse IRQ flags from resourcesLinus Walleij
2015-03-25driver core: Make probe deferral more quietMark Brown
2015-03-25drivers/core/of: Add symlink to device-tree from devices with an OF nodeBenjamin Herrenschmidt
2015-03-25drivers: base: fw: fix ret value when loading fwZahari Doychev
2015-03-25firmware: Avoid manual device_create_file() callsTakashi Iwai
2015-03-25drivers/base: cacheinfo: validate device node for all the cachesSudeep Holla
2015-03-25drivers/base: use tabs where possible in code indentationLavinia Tache
2015-03-25driver core: add missing blank line after declarationLavinia Tache
2015-03-25drivers: base: node: Delete space after pointer declarationAna Nedelcu
2015-03-25drivers: base: memory: Use tabs instead of spacesIoana Ciornei
2015-03-25firmware_class: Fix whitespace and indentationAndrei Oprea
2015-03-25drivers: base: dma-mapping: Erase blank space after pointerMarius Cristian Eseanu
2015-03-25drivers: base: class: Add a blank line after declarationsCosmin Tomulescu
2015-03-25attribute_container: fix missing blank lines after declarationsCosmin Dragomir
2015-03-25drivers: base: memory: Fix switch indentIoana Ciornei
2015-03-25drivers: base: map: Use kmalloc_array instead of kmallocAndrei Poenaru
2015-03-25Driver core: Fix missing whitespace in function argumentFlorin Papa
2015-03-25driver core: Delete an unnecessary check before the function call "put_device"Markus Elfring
2015-03-25drivers/base/node: clean up attribute group conversionGreg Kroah-Hartman
2015-03-25drivers/base/node: Avoid manual device_create_file() callsTakashi Iwai
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao
2015-03-25driver core: use *switch* statement in really_probe()Sergei Shtylyov
2015-03-24Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-03-19regmap: Move tracing header into drivers/base/regmapSteven Rostedt
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel
2015-03-17Merge tag 'regmap-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-03-07Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'reg...Mark Brown
2015-03-07regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen
2015-03-06Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki
2015-03-04PM / wakeup: export pm_system_wakeup symbolBoris BREZILLON
2015-03-04regmap: Skip read-only registers in regcache_sync()Takashi Iwai
2015-03-04PM / Domains: cleanup: rename gpd -> genpd in debugfs interfaceKevin Hilman
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-14regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg
2015-02-14drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'Rafael J. Wysocki
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-02-10Merge branch 'pm-domains'Rafael J. Wysocki
2015-02-10Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki
2015-02-08Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...Mark Brown
2015-02-08Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2015-02-04regmap: Fix i2c word access when using SMBus access functionsGuenter Roeck
2015-02-04regmap: Export regmap_get_val_endianGuenter Roeck
2015-02-03firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()Ming Lei
2015-02-03firmware_loader: abort request if wait_for_completion is interruptedMing Lei
2015-02-03firmware: Correct function name in commentBorislav Petkov