summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2015-03-25drivers: base: fw: fix ret value when loading fwZahari Doychev-0/+2
2015-03-25firmware: Avoid manual device_create_file() callsTakashi Iwai-19/+21
2015-03-25drivers/base: cacheinfo: validate device node for all the cachesSudeep Holla-2/+11
2015-03-25drivers/base: use tabs where possible in code indentationLavinia Tache-5/+5
2015-03-25driver core: add missing blank line after declarationLavinia Tache-0/+1
2015-03-25drivers: base: node: Delete space after pointer declarationAna Nedelcu-1/+1
2015-03-25drivers: base: memory: Use tabs instead of spacesIoana Ciornei-2/+2
2015-03-25firmware_class: Fix whitespace and indentationAndrei Oprea-3/+4
2015-03-25drivers: base: dma-mapping: Erase blank space after pointerMarius Cristian Eseanu-1/+1
2015-03-25drivers: base: class: Add a blank line after declarationsCosmin Tomulescu-0/+2
2015-03-25attribute_container: fix missing blank lines after declarationsCosmin Dragomir-0/+2
2015-03-25drivers: base: memory: Fix switch indentIoana Ciornei-27/+27
2015-03-25drivers: base: map: Use kmalloc_array instead of kmallocAndrei Poenaru-2/+1
2015-03-25Driver core: Fix missing whitespace in function argumentFlorin Papa-1/+1
2015-03-25driver core: Delete an unnecessary check before the function call "put_device"Markus Elfring-2/+1
2015-03-25drivers/base/node: clean up attribute group conversionGreg Kroah-Hartman-10/+2
2015-03-25drivers/base/node: Avoid manual device_create_file() callsTakashi Iwai-14/+20
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao-2/+2
2015-03-25driver core: use *switch* statement in really_probe()Sergei Shtylyov-5/+9
2015-03-24Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-26/+30
2015-03-23PM / domains: avoid potential oops in pm_genpd_remove_device()Russell King-3/+1
2015-03-22PM / domains: factor out code to get the generic PM domain from a struct deviceRussell King-14/+32
2015-03-22PM / domains: quieten down generic pm domainsRussell King-4/+4
2015-03-22PM / Domains: Sync runtime PM status with genpd after probeRussell King-0/+12
2015-03-22driver core / PM: Add PM domain callbacks for device setup/cleanupRafael J. Wysocki-0/+14
2015-03-19regmap: Move tracing header into drivers/base/regmapSteven Rostedt-2/+262
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel-26/+30
2015-03-18PM / sleep: add pm-trace support for suspending phaseZhonghui Fu-7/+19
2015-03-18driver core: Add comments about returning array countsAdrian Hunter-21/+32
2015-03-17Merge tag 'regmap-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+7
2015-03-16driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki-1/+1
2015-03-07Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'reg...Mark Brown-4/+7
2015-03-07regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen-1/+1
2015-03-06Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki-12/+12
2015-03-04PM / wakeup: export pm_system_wakeup symbolBoris BREZILLON-0/+1
2015-03-04regmap: Skip read-only registers in regcache_sync()Takashi Iwai-2/+4
2015-03-04PM / Domains: cleanup: rename gpd -> genpd in debugfs interfaceKevin Hilman-12/+12
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-40/+22
2015-02-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+3
2015-02-14regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg-1/+2
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-2/+3
2015-02-13Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'Rafael J. Wysocki-10/+3
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert-10/+3
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-148/+225
2015-02-10Merge branch 'pm-domains'Rafael J. Wysocki-104/+71
2015-02-10Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki-44/+154
2015-02-08Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...Mark Brown-6/+55
2015-02-08Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown-2/+4
2015-02-04regmap: Fix i2c word access when using SMBus access functionsGuenter Roeck-1/+45
2015-02-04regmap: Export regmap_get_val_endianGuenter Roeck-3/+8