summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-02-15Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman2-29/+36
2016-02-15Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman6-66/+70
2016-02-14Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-21/+28
2016-02-12PM / OPP: Fix NULL pointer dereference crash when disabling OPPsJon Hunter1-1/+1
2016-02-11PM / sleep: declare __tracedata symbols as char[] rather than charEric Biggers1-2/+2
2016-02-11component: remove device from master match list on failed addDaniel Stone1-0/+2
2016-02-10driver-core: platform: probe of-devices only using list of compatiblesUwe Kleine-König1-2/+2
2016-02-10component: remove impossible conditionSudip Mukherjee1-1/+1
2016-02-10drivers: dma-coherent: simplify dma_init_coherent_memory return valueMichal Nazarewicz1-17/+11
2016-02-10driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang1-3/+2
2016-02-10driver core: bus: use list_for_each_entry*Geliang Tang1-7/+3
2016-02-10PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar1-0/+176
2016-02-10PM / OPP: Manage device clkViresh Kumar2-0/+18
2016-02-10PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar2-0/+26
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar1-0/+17
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar1-0/+59
2016-02-10PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar1-0/+22
2016-02-10PM / OPP: get/put regulators from OPP coreViresh Kumar2-0/+115
2016-02-09regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan1-0/+21
2016-02-09firmware: Change the page arrary alloc to vmallocChen Feng1-5/+4
2016-02-09firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez1-4/+4
2016-02-08Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/...Linus 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-02-02regmap: cache: Fall back to register by register read for cache defaultsMark Brown1-11/+30
2016-02-02regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown1-0/+3
2016-02-01Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+9
2016-02-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki1-17/+20
2016-01-28PM / Domains: Fix typo in commentMoritz Fischer1-1/+1
2016-01-28PM / Domains: Fix potential deadlock while adding/removing subdomainsUlf Hansson1-8/+6
2016-01-27regmap: mmio: Convert to regmap_bus and fix accessor usageMark Brown1-120/+139
2016-01-27component: Detach components when deleting master structJon Medhurst (Tixy)1-19/+22
2016-01-27regmap: Add explict native endian flag to DT bindingsMark Brown1-0/+2
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-23wrappers 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-21Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-7/+90
2016-01-21dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig1-2/+1
2016-01-21dma-mapping: make the generic coherent dma mmap implementation optionalChristoph Hellwig1-2/+2
2016-01-21drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes1-5/+5
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki7-7/+90
2016-01-18Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+5
2016-01-16mm: skip memory block registration for ZONE_DEVICEDan Williams1-0/+13