aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-20regcache: Introduce the index parsing API by stride orderXiubo Li1-0/+6
2016-02-20regmap: core: Introduce register stride orderXiubo Li2-6/+23
2016-02-18firmware: clean up filesystem load exit pathKees Cook1-7/+5
2016-02-18firmware: move completing fw into a helperLuis R. Rodriguez1-4/+10
2016-02-18firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez1-4/+4
2016-02-16ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso1-2/+22
2016-02-16PM / OPP: Initialize regulator pointer to an error valueViresh Kumar1-6/+9
2016-02-15PM / Domains: remove old power on/off latenciesAxel Haslam1-7/+1
2016-02-15PM / Domains: Support for multiple statesAxel Haslam2-29/+74
2016-02-15PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar1-2/+8
2016-02-15Revert "driver-core: platform: probe of-devices only using list of compatibles"Greg Kroah-Hartman1-2/+2
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-02-14Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman2-29/+36
2016-02-14Merge 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-11PM / 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-09driver-core: platform: probe of-devices only using list of compatiblesUwe Kleine-König1-2/+2
2016-02-09component: remove impossible conditionSudip Mukherjee1-1/+1
2016-02-09drivers: dma-coherent: simplify dma_init_coherent_memory return valueMichal Nazarewicz1-17/+11
2016-02-09driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang1-3/+2
2016-02-09driver 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-08firmware: Change the page arrary alloc to vmallocChen Feng1-5/+4
2016-02-08firmware: 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/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-02-02regmap: cache: Fall back to register by register read for cache defaultsMark Brown1-11/+30
2016-02-01regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown1-0/+3
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-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