aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-14Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-21/+28
2016-02-11component: remove device from master match list on failed addDaniel Stone1-0/+2
2016-02-08Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-8/+8
2016-02-06Merge branches 'pm-core' and 'pm-domains'Rafael J. Wysocki2-21/+8
2016-02-05regmap: mmio: Revert to v4.4 endianness handlingMark Brown1-8/+8
2016-02-03PM: Avoid false-positive warnings in dev_pm_domain_set()Rafael J. Wysocki1-1/+1
2016-02-03PM / Domains: Silence compiler warning for an unused functionUlf Hansson1-20/+7
2016-01-31Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+9
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki1-17/+20
2016-01-27PM / Domains: Fix typo in commentMoritz Fischer1-1/+1
2016-01-27PM / Domains: Fix potential deadlock while adding/removing subdomainsUlf Hansson1-8/+6
2016-01-27component: Detach components when deleting master structJon Medhurst (Tixy)1-19/+22
2016-01-26component: fix crash on x86_64 with hda audio driversRussell King1-2/+4
2016-01-26base/platform: Fix platform drivers with no probe callbackMartin Wilck1-4/+9
2016-01-26base: Export platform_msi_domain_[alloc,free]_irqsThomas Petazzoni1-0/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-22PM / domains: fix lockdep issue for all subdomainsMarek Szyprowski1-8/+13
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+8
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-7/+90
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig1-2/+1
2016-01-20dma-mapping: make the generic coherent dma mmap implementation optionalChristoph Hellwig1-2/+2
2016-01-20drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes1-5/+5
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki7-7/+90
2016-01-17Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-3/+5
2016-01-15mm: skip memory block registration for ZONE_DEVICEDan Williams1-0/+13
2016-01-14drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64John Allen1-10/+6
2016-01-14drivers/base/memory.c: rename remove_memory_block() to remove_memory_section()Seth Jennings1-2/+2
2016-01-14drivers/base/memory.c: clean up section countingSeth Jennings1-1/+1
2016-01-12Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds16-124/+1149
2016-01-12Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-135/+146
2016-01-11Merge tag 'regmap-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds8-109/+324
2016-01-11Merge tag 'pinctrl-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+20
2016-01-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-55/+201
2016-01-12driver core: Avoid NULL pointer dereferences in device_is_bound()Rafael J. Wysocki1-1/+1
2016-01-12Merge branch 'pm-domains'Rafael J. Wysocki1-0/+2
2016-01-12Merge branch 'pm-opp'Rafael J. Wysocki5-19/+593
2016-01-12Merge branches 'pm-pci' and 'pm-core'Rafael J. Wysocki6-8/+115
2016-01-12Merge branch 'acpi-soc'Rafael J. Wysocki2-2/+9
2016-01-12Merge branch 'device-properties'Rafael J. Wysocki3-95/+430
2016-01-12platform: Do not detach from PM domains on shutdownRafael J. Wysocki1-1/+0
2016-01-08PM / sleep: Go direct_complete if driver has no callbacksTomeu Vizoso5-0/+46
2016-01-08PM / Domains: add setter for dev.pm_domainTomeu Vizoso3-4/+28
2016-01-08device core: add device_is_bound()Tomeu Vizoso1-2/+16
2016-01-08Merge branch 'acpi-soc' into pm-coreRafael J. Wysocki2-2/+9
2016-01-08PM / clk: don't leave clocks enabled when driver not boundAndy Shevchenko1-0/+1
2016-01-07firmware: actually return NULL on failed request_firmware_nowait()Brian Norris1-3/+5
2016-01-07driver-core: platform: Add platform_irq_count()Stephen Boyd1-0/+20
2016-01-06PM / OPP: Use snprintf() instead of sprintf()Viresh Kumar1-2/+4
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-nextMark Brown3-81/+63