summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Driver core: Unified interface for firmware node propertiesRafael J. Wysocki2014-11-041-0/+246
| | * | | Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki2014-11-042-1/+186
| | | |/ | | |/|
* | | | cma: make default CMA area size zero for x86Akinobu Mita2014-12-101-1/+7
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown2014-11-217-9/+127
|\ \ \ \ \
| | * | | | regmap: cache: Sort include headers alphabeticallyXiubo Li2014-10-204-8/+8
| * | | | | regmap: ac97: Add generic AC'97 callbacksMark Brown2014-11-193-1/+119
| |/ / / /
* | | | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2014-11-211-25/+30
|\ \ \ \ \
| * | | | | regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-10-201-21/+29
| * | | | | regmap: cache: use kmalloc_array instead of kmallocXiubo Li2014-10-201-2/+2
| * | | | | regmap: cache: speed regcache_hw_init() up.Xiubo Li2014-10-201-1/+1
| * | | | | regmap: cache: fix errno in regcache_hw_init()Xiubo Li2014-10-201-1/+1
| * | | | | regmap: cache: cleanup regcache_hw_init()Xiubo Li2014-10-201-6/+3
| |/ / / /
* | | | | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown2014-11-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | regmap: cache: fix errno in regcache_hw_init()Xiubo Li2014-10-131-1/+1
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2014-11-141-8/+34
|\ \ \ \ \ \ | | | |_|/ / | | |/| | / | |_|_|_|/ |/| | | |
| * | | | PM / Domains: Fix initial default state of the need_restore flagUlf Hansson2014-11-111-6/+32
| * | | | PM / Domains: Change prototype for the attach and detach callbacksUlf Hansson2014-11-081-2/+2
| |/ / /
* | | | tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMPJohannes Berg2014-11-071-3/+3
* | | | tiny: reverse logic for DISABLE_DEV_COREDUMPAristeu Rozanski2014-11-071-8/+11
* | | | sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang2014-11-071-1/+3
|/ / /
* | | Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-311-0/+2
|\ \ \
| * | | PM / Sleep: fix async suspend_late/freeze_late error handlingImre Deak2014-10-271-0/+2
| | |/ | |/|
* | | drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski2014-10-291-1/+2
|/ /
* | Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-151-0/+3
|\ \
| | \
| | \
| *-. \ Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel2014-10-021-0/+3
| |\ \ \
| | | * | driver core: Add BUS_NOTIFY_REMOVED_DEVICE eventJoerg Roedel2014-10-021-0/+3
| | |/ /
* | | | drivers: dma-contiguous: add initialization from device treeMarek Szyprowski2014-10-141-0/+66
* | | | drivers: dma-coherent: add initialization from device treeMarek Szyprowski2014-10-141-22/+129
* | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-094-3/+117
|\ \ \ \
| * | | | CMA: document cma=0Jean Delvare2014-10-091-0/+3
| * | | | mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-091-3/+0
| * | | | common: dma-mapping: introduce common remapping functionsLaura Abbott2014-10-091-0/+72
| * | | | memory-hotplug: add sysfs valid_zones attributeZhang Zhen2014-10-091-0/+42
* | | | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-099-387/+627
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'pm-clk'Rafael J. Wysocki2014-10-071-4/+15
| |\ \ \ \
| | * | | | PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven2014-10-031-4/+15
| | |/ / /
| * | | | Merge branch 'pm-domains'Rafael J. Wysocki2014-10-074-363/+577
| |\ \ \ \
| | * | | | PM / Domains: Rename cpu_data to cpuidle_dataUlf Hansson2014-10-031-27/+27
| | * | | | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson2014-09-301-0/+1
| | * | | | PM / Domains: Remove legacy API for adding devices through DTUlf Hansson2014-09-251-33/+0
| | * | | | PM / Domains: Add genpd attach/detach callbacksGeert Uytterhoeven2014-09-251-0/+6
| | * | | | PM / Domains: add debugfs listing of struct generic_pm_domain-sMaciej Matraszek2014-09-231-0/+157
| | * | | | drivercore / platform: Convert to dev_pm_domain_attach|detach()Ulf Hansson2014-09-221-7/+8
| | * | | | PM / Domains: Add APIs to attach/detach a PM domain for a deviceUlf Hansson2014-09-221-0/+52
| | * | | | PM / Domains: Add generic OF-based PM domain look-upTomasz Figa2014-09-221-0/+289
| | * | | | PM / domains: Spelling s/domian/domain/Geert Uytterhoeven2014-09-221-2/+2
| | * | | | PM / domains: Remove default_stop_ok() APIUlf Hansson2014-09-091-5/+2
| | * | | | PM / domains: Add late_initcall to disable unused PM domainsUlf Hansson2014-09-091-0/+7
| | * | | | PM / domains: Remove genpd_queue_power_off_work() APIUlf Hansson2014-09-091-1/+4
| | * | | | PM / domains: Remove pm_genpd_syscore_switch() APIUlf Hansson2014-09-091-3/+14
OpenPOWER on IntegriCloud