summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2017-03-16drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent commentsFlorian Fainelli1-2/+2
2017-03-16regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani1-6/+2
2016-08-23isa: Call isa_bus_init before dependent ISA bus drivers registerWilliam Breathitt Gray1-1/+1
2016-08-23base: make module_create_drivers_dir race-freeJiri Slaby1-3/+5
2016-08-23regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis1-1/+1
2015-11-17regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown1-2/+1
2015-11-17regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown1-1/+1
2015-10-13drivercore: Fix unregistration path of platform devicesGrant Likely1-6/+2
2015-10-13devres: fix devres_get()Masahiro Yamada1-2/+2
2015-02-20driver core: Introduce device_create_groupsGuenter Roeck1-28/+83
2015-02-20driver core: Fix unbalanced device reference in drivers_probeAlex Williamson1-3/+5
2014-12-14firmware_class: make sure fw requests contain a nameKees Cook1-0/+3
2014-11-05regmap: Fix handling of volatile registers for format_write() chipsMark Brown1-1/+1
2014-11-05regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang1-2/+5
2013-09-10drivers/base/memory.c: fix show_mem_removable() to handle missing sectionsRuss Anderson1-0/+2
2013-09-10Revert "PM / Domains: Fix handling of wakeup devices during system resume"Ben Hutchings1-2/+1
2013-03-06Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas1-2/+2
2013-01-03regmap: debugfs: Avoid overflows for very small readsMark Brown1-1/+1
2012-09-12PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki1-1/+1
2012-09-12PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki1-1/+2
2012-07-04PM / Sleep: Prevent waiting forever on asynchronous suspend after abortMandeep Singh Baines1-2/+4
2012-04-02PM / Domains: Fix handling of wakeup devices during system resumeRafael J. Wysocki1-1/+2
2012-03-01regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen1-2/+2
2012-01-12firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman1-7/+7
2011-12-08PM / Driver core: leave runtime PM enabled during system shutdownAlan Stern1-2/+4
2011-11-22Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+8
2011-11-18drivers/base/node.c: fix compilation error with older versions of gccClaudio Scordino1-6/+8
2011-11-18PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki1-1/+2
2011-11-16PM / driver core: disable device's runtime PM during shutdownPeter Chen1-0/+3
2011-11-10PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()Guennadi Liakhovetski1-12/+6
2011-11-10PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm1-1/+2
2011-11-09PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Thomas Meyer1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-1/+14
2011-11-05PM / Runtime: Automatically retry failed autosuspendsAlan Stern1-2/+16
2011-11-05PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu1-4/+1
2011-11-01drivers/base: change module.h -> export.h in power/common.cPaul Gortmaker1-1/+1
2011-11-01drivers/base: base.h implicitly depends on <linux/notifier.h>Paul Gortmaker1-0/+1
2011-11-01drivers/base: dma-coherent.c is a module and needs module.hPaul Gortmaker1-0/+1
2011-11-01drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker10-0/+10
2011-11-01drivers/base: transport_class explicitly requires EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-270/+931
2011-10-25Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds11-47/+1691
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+15
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-41/+83
2011-10-22PM / Clocks: Remove redundant NULL checks before kfree()Jonghwan Choi1-3/+1
2011-10-22Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki2-3/+9
2011-10-22PM / Sleep: Mark devices involved in wakeup signaling during suspendRafael J. Wysocki2-3/+9
2011-10-20class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman1-2/+15
2011-10-19mm: memory hotplug: Check if pages are correctly reserved on a per-section basisMel Gorman1-18/+40
2011-10-19Revert "memory hotplug: Correct page reservation checking"Greg Kroah-Hartman1-37/+23