summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2016-02-20regcache: Introduce the index parsing API by stride orderXiubo Li
2016-02-20regmap: core: Introduce register stride orderXiubo Li
2016-02-18firmware: clean up filesystem load exit pathKees Cook
2016-02-18firmware: move completing fw into a helperLuis R. Rodriguez
2016-02-18firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez
2016-02-16ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso
2016-02-16PM / OPP: Initialize regulator pointer to an error valueViresh Kumar
2016-02-15PM / Domains: remove old power on/off latenciesAxel Haslam
2016-02-15PM / Domains: Support for multiple statesAxel Haslam
2016-02-15PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar
2016-02-15Revert "driver-core: platform: probe of-devices only using list of compatibles"Greg Kroah-Hartman
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan
2016-02-14Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman
2016-02-14Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2016-02-11PM / OPP: Fix NULL pointer dereference crash when disabling OPPsJon Hunter
2016-02-11PM / sleep: declare __tracedata symbols as char[] rather than charEric Biggers
2016-02-11component: remove device from master match list on failed addDaniel Stone
2016-02-09driver-core: platform: probe of-devices only using list of compatiblesUwe Kleine-König
2016-02-09component: remove impossible conditionSudip Mukherjee
2016-02-09drivers: dma-coherent: simplify dma_init_coherent_memory return valueMichal Nazarewicz
2016-02-09driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang
2016-02-09driver core: bus: use list_for_each_entry*Geliang Tang
2016-02-10PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar
2016-02-10PM / OPP: Manage device clkViresh Kumar
2016-02-10PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar
2016-02-10PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar
2016-02-10PM / OPP: get/put regulators from OPP coreViresh Kumar
2016-02-09regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan
2016-02-08firmware: Change the page arrary alloc to vmallocChen Feng
2016-02-08firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez
2016-02-08Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-02-06Merge branches 'pm-core' and 'pm-domains'Rafael J. Wysocki
2016-02-05regmap: mmio: Revert to v4.4 endianness handlingMark Brown
2016-02-03PM: Avoid false-positive warnings in dev_pm_domain_set()Rafael J. Wysocki
2016-02-03PM / Domains: Silence compiler warning for an unused functionUlf Hansson
2016-02-02regmap: cache: Fall back to register by register read for cache defaultsMark Brown
2016-02-01regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown
2016-01-31Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki
2016-01-27PM / Domains: Fix typo in commentMoritz Fischer
2016-01-27PM / Domains: Fix potential deadlock while adding/removing subdomainsUlf Hansson
2016-01-27regmap: mmio: Convert to regmap_bus and fix accessor usageMark Brown
2016-01-27component: Detach components when deleting master structJon Medhurst (Tixy)
2016-01-27regmap: Add explict native endian flag to DT bindingsMark Brown
2016-01-26component: fix crash on x86_64 with hda audio driversRussell King
2016-01-26base/platform: Fix platform drivers with no probe callbackMartin Wilck