aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2016-10-05Merge tag 'pinctrl-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2016-10-04Merge tag 'regmap-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2016-10-02Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'Rafael J. Wysocki
2016-10-02Merge branch 'pm-domains'Rafael J. Wysocki
2016-10-02Merge branch 'device-properties'Rafael J. Wysocki
2016-09-28drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent()Bastian Hecht
2016-09-28drivers: dma-coherent: Fix DMA coherent size for less than pageGeorge G. Davis
2016-09-27driver-core: platform: Catch errors from calls to irq_get_irq_dataGuenter Roeck
2016-09-26PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach
2016-09-24PM / Domains: Rename pm_genpd_sync_poweron|poweroff()Ulf Hansson
2016-09-24PM / Domains: Don't measure latency of ->power_on|off() during system PMUlf Hansson
2016-09-24PM / Domains: Remove redundant system PM callbacksUlf Hansson
2016-09-24PM / Domains: Simplify detaching a device from its genpdUlf Hansson
2016-09-23Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-09-23Merge tag 'v4.8-rc6' into develLinus Walleij
2016-09-22regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2016-09-17PM / OPP: avoid maybe-uninitialized warningArnd Bergmann
2016-09-17PM / Domains: Allow holes in genpd_data.domains arrayTomeu Vizoso
2016-09-16regmap: Add missing little endian functionsTony Lindgren
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren
2016-09-16PM / runtime: Use _rcuidle for runtime suspend tracepointsPaul E. McKenney
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner
2016-09-13driver: base: pinctrl: return error from pinctrl_bind_pins()Deepak
2016-09-13PM / Domains: Add support for removing nested PM domains by providerJon Hunter
2016-09-13PM / Domains: Add support for removing PM domainsJon Hunter
2016-09-13PM / Domains: Store the provider in the PM domain structureJon Hunter
2016-09-13PM / Domains: Prepare for adding support to remove PM domainsJon Hunter
2016-09-13PM / Domains: Verify the PM domain is present when adding a providerJon Hunter
2016-09-13PM / Domains: Don't expose xlate and provider helper functionsJon Hunter
2016-09-13PM / Domains: Don't expose generic_pm_domain structure to clientsJon Hunter
2016-09-13PM / Domains: Add new helper functions for device-treeJon Hunter
2016-09-06Merge tag 'regmap-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-09-05Merge 4.8-rc5 into driver-core-nextGreg Kroah-Hartman
2016-09-03Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linusMark Brown
2016-09-03Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown
2016-09-02device core: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-08-31drivers/base dmam_declare_coherent_memory leaksVyacheslav V. Yurkov
2016-08-31platform: don't return 0 from platform_get_irq[_byname]() on errorSergei Shtylyov
2016-08-31cpu: clean up register_cpu funcAlex Shi
2016-08-31dma-mapping: use vma_pages().Muhammad Falak R Wani
2016-08-31drivers: dma-coherent: use vma_pages().Muhammad Falak R Wani
2016-08-31attribute_container: Fix typoXiubo Li
2016-08-31base: soc: make it explicitly non-modularPaul Gortmaker
2016-08-31drivers: base: dma-mapping: page align the size when unmap_kernel_rangePeng Fan
2016-08-31platform driver: fix use-after-free in platform_device_del()Jerome Marchand