aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-1/+14
2011-11-04PM / Runtime: Automatically retry failed autosuspendsAlan Stern1-2/+16
2011-11-04PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu1-4/+1
2011-10-31drivers/base: change module.h -> export.h in power/common.cPaul Gortmaker1-1/+1
2011-10-31drivers/base: base.h implicitly depends on <linux/notifier.h>Paul Gortmaker1-0/+1
2011-10-31drivers/base: dma-coherent.c is a module and needs module.hPaul Gortmaker1-0/+1
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker10-0/+10
2011-10-31drivers/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-19class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman1-2/+15
2011-10-18mm: memory hotplug: Check if pages are correctly reserved on a per-section basisMel Gorman1-18/+40
2011-10-18Revert "memory hotplug: Correct page reservation checking"Greg Kroah-Hartman1-37/+23
2011-10-16PM: Update the policy on default wakeup settingsAlan Stern1-1/+3
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu1-5/+26
2011-10-16Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-15/+18
2011-10-16PM / Runtime: Handle .runtime_suspend() failure correctlyMing Lei1-12/+13
2011-10-16PM / Runtime: Fix kerneldoc comment for rpm_suspend()Ming Lei1-8/+10
2011-10-13regmap: Support some block operations on cached devicesMark Brown1-8/+26
2011-10-10regmap: Allow caches for devices with no defaultsMark Brown1-1/+1
2011-10-10regmap: Ensure rbtree syncs registers set to zero properlyMark Brown1-6/+5
2011-10-10regmap: Allow rbtree to cache zero default valuesMark Brown1-3/+0
2011-10-10regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown1-0/+4
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown4-9/+7
2011-10-09regmap: Use bsearch() to search the register defaultsMark Brown1-20/+20
2011-10-07Merge branch 'pm-devfreq' into pm-for-linusRafael J. Wysocki1-0/+30
2011-10-07Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki4-3/+433
2011-10-07Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki4-212/+347
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-29/+65
2011-10-04PM / QoS: Add function dev_pm_qos_read_value() (v3)Rafael J. Wysocki3-74/+102
2011-10-03regmap: Fix doc commentDimitris Papastamos1-1/+1
2011-10-03regmap: Optimize the lookup path to use binary searchDimitris Papastamos1-5/+24
2011-09-30PM / OPP: Add OPP availability change notifier.MyungJoo Ham1-0/+30
2011-09-30regmap: Ensure we scream if we enable cache bypass/only at the same timeDimitris Papastamos1-0/+2
2011-09-30regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos1-0/+19
2011-09-30regmap: Save/restore the bypass state upon syncingDimitris Papastamos1-0/+5
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos4-5/+7
2011-09-30regmap: Fix apostrophe usageMark Brown1-1/+1
2011-09-29regmap: Make _regmap_write() globalDimitris Papastamos2-2/+5
2011-09-29regmap: Fix lock used for regcache_cache_only()Mark Brown1-2/+2
2011-09-28regmap: Grab the lock in regcache_cache_only()Dimitris Papastamos1-0/+2
2011-09-28regmap: Modify map->cache_bypass directlyDimitris Papastamos1-2/+2
2011-09-28regmap: Fix regcache_sync generic implementationDimitris Papastamos1-1/+1
2011-09-28regmap: rbtree-cache: Move cached rbnode handling into lookup functionLars-Peter Clausen1-43/+18
2011-09-28regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_valLars-Peter Clausen1-33/+2
2011-09-27PM / Runtime: Replace dev_dbg() with trace_rpm_*()Ming Lei1-4/+7
2011-09-27PM / Runtime: Don't run callbacks under lock for power.irq_safe setRafael J. Wysocki1-22/+46
2011-09-27regmap: Implement generic syncing functionalityDimitris Papastamos1-7/+26
2011-09-27regmap: Fix signed/unsigned comparisonDimitris Papastamos1-1/+1
2011-09-27regmap: Remove redundant member `word_size' from regcache_rbtree_nodeDimitris Papastamos1-23/+30
2011-09-26drivers: base: print rejected matches with DEBUG_DRIVERWolfram Sang1-0/+3
2011-09-26memory hotplug: Correct page reservation checkingNathan Fontenot1-23/+37
2011-09-26memory hotplug: Refuse to add unaligned memory regionsAnton Blanchard1-0/+4
2011-09-26PM / Domains: Split device PM domain data into base and need_restoreRafael J. Wysocki1-9/+19
2011-09-26Merge branch 'pm-fixes' into pm-domainsRafael J. Wysocki6-48/+49
2011-09-26PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki1-37/+38
2011-09-19regmap: Allow drivers to control cache_only flagMark Brown1-0/+18
2011-09-19regmap: A cache type of _NONE behaves like a bypassed cacheMark Brown1-1/+3
2011-09-19regmap: Incorporate the regcache core into regmapDimitris Papastamos1-0/+31
2011-09-19regmap: Add the regcache_sync trace eventDimitris Papastamos1-1/+7
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos5-1/+367
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos4-1/+402
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos4-1/+68
2011-09-19regmap: Introduce caching supportDimitris Papastamos3-1/+357
2011-09-08Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds1-4/+1
2011-09-05regmap: Make debugfs stubs static inlineLars-Peter Clausen1-3/+3
2011-09-05regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen2-3/+15
2011-09-05regmap: Include the last register in debugfs outputMark Brown1-2/+2
2011-09-05regmap: Remove redundant owner field from the bus type structMark Brown2-2/+0
2011-09-05Merge branch 'regmap-linus' into regmap-nextMark Brown1-4/+1
2011-09-05regmap: Remove bitrotted module_put()sMark Brown1-4/+1
2011-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-18/+22
2011-08-26Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-2/+3
2011-08-26new helper to create platform devices with dma maskUwe Kleine-König1-20/+32
2011-08-25PM / Domains: Preliminary support for devices with power.irq_safe setRafael J. Wysocki1-1/+18
2011-08-25PM QoS: Add global notification mechanism for device constraintsJean Pihet1-14/+75
2011-08-25PM QoS: Implement per-device PM QoS constraintsJean Pihet3-2/+343
2011-08-25PM: Move clock-related definitions and headers to separate fileRafael J. Wysocki2-3/+2
2011-08-25PM / Domains: Use power.sybsys_data to reduce overheadRafael J. Wysocki1-57/+30
2011-08-25PM: Reference counting of power.subsys_dataRafael J. Wysocki3-20/+93
2011-08-25PM: Introduce struct pm_subsys_dataRafael J. Wysocki1-58/+64
2011-08-25PM / Domains: Rename argument of pm_genpd_add_subdomain()Rafael J. Wysocki1-13/+13
2011-08-25PM / Domains: Rename GPD_STATE_WAIT_PARENT to GPD_STATE_WAIT_MASTERRafael J. Wysocki1-4/+4
2011-08-25PM / Domains: Allow generic PM domains to have multiple mastersRafael J. Wysocki1-41/+58
2011-08-25PM / Domains: Add "wait for parent" status for generic PM domainsRafael J. Wysocki1-30/+60
2011-08-25PM / Domains: Make pm_genpd_poweron() always survive parent removalRafael J. Wysocki1-13/+20
2011-08-25PM / Domains: Do not take parent locks to modify subdomain countersRafael J. Wysocki1-39/+31
2011-08-25PM / Domains: Implement subdomain counters as atomic fieldsRafael J. Wysocki1-10/+20
2011-08-24firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds1-5/+6
2011-08-24PM: Use spinlock instead of mutex in clock management functionsRafael J. Wysocki1-18/+22
2011-08-22dynamic_debug: Add __dynamic_dev_dbgJoe Perches1-2/+3
2011-08-22drivers_base: platform: use always ->name for ueventSebastian Andrzej Siewior1-1/+1
2011-08-22base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten1-0/+1
2011-08-17Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-15/+15
2011-08-15regmap: using module facilities requires module.hStephen Rothwell1-0/+1
2011-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds3-1/+4
2011-08-14PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross1-3/+12
2011-08-14PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-15/+15
2011-08-14regmap: Provide access information via debugfsMark Brown1-1/+71
2011-08-14regmap: Share some of the debugfs infrastructure ready for more filesMark Brown1-4/+10
2011-08-14regmap: Add functions to check for access on registersMark Brown3-4/+51
2011-08-12Merge branch 'regmap-linus' into regmap-nextMark Brown2-0/+3
2011-08-12regmap: Specify a module licenseStephen Warren2-0/+3
2011-08-10regmap: Remove unused type and list fields from bus interfaceMark Brown2-2/+0
2011-08-10regmap: Fix type of field width specifiers for x86_64Mark Brown1-1/+1
2011-08-08drivers/base/devtmpfs.c: correct annotation of `setup_done'Arnaud Lacombe1-1/+1
2011-08-08driver core: fix kernel-doc warning in platform.cRandy Dunlap1-1/+1
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown3-0/+6
2011-08-08regmap: Provide register map dump via debugfsMark Brown4-0/+158
2011-08-08regmap: Use a local header for API internalsMark Brown2-28/+46
2011-08-08regmap: Implement writable register checksMark Brown1-0/+7
2011-08-08regmap: Add basic tracepointsMark Brown1-6/+30
2011-08-08Merge branches 'regmap-linus' and 'regmap-interface' into regmap-nextMark Brown1-1/+10
2011-08-08regmap: Just send the buffer directly for single register writesMark Brown1-3/+9
2011-08-08regmap: Allow devices to specify which registers are accessibleMark Brown1-0/+9
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman1-2/+8
2011-08-05PM / Domains: Fix pm_genpd_poweron()Rafael J. Wysocki1-2/+1
2011-07-27devtmpfs: missing initialialization in never-hit caseAl Viro1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-26drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi1-1/+1
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-30/+34
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+21
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2011-07-25fix devtmpfs raceAl Viro1-1/+2
2011-07-24regmap: Fix bulk readsMark Brown1-1/+1
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds7-0/+661
2011-07-23regmap: Add SPI bus supportMark Brown3-1/+77
2011-07-23regmap: Add I2C bus supportMark Brown3-0/+120
2011-07-23regmap: Add generic non-memory mapped register access APIMark Brown5-0/+465
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-139/+198
2011-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-125/+0
2011-07-20devtmpfs: get rid of bogus mkdir in create_path()Al Viro1-24/+18
2011-07-20switch devtmpfs to kern_path_create()Al Viro1-47/+36
2011-07-20switch devtmpfs object creation/removal to separate kernel threadAl Viro1-73/+149
2011-07-15Merge branch 'pm-runtime' into for-linusRafael J. Wysocki3-51/+67
2011-07-15Merge branch 'pm-domains' into for-linusRafael J. Wysocki6-124/+1524
2011-07-15PM: Add "RTC" to PM trace time stamps to avoid confusionRafael J. Wysocki1-1/+1
2011-07-15PM / OPP: Introduce function to free cpufreq tableNishanth Menon1-0/+17
2011-07-14PM / Domains: Take .power_off() error code into accountRafael J. Wysocki1-2/+10
2011-07-14ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki1-1/+1
2011-07-13PM / Domains: Introduce function to power off all unused PM domainsRafael J. Wysocki1-0/+21
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt1-1/+0
2011-07-12PM / Domains: Queue up power off work only if it is not pendingRafael J. Wysocki1-1/+14
2011-07-12PM / Domains: Improve handling of wakeup devices during system suspendRafael J. Wysocki1-0/+30
2011-07-12PM / Domains: Do not restore all devices on power off errorRafael J. Wysocki1-9/+4
2011-07-12PM / Domains: Allow callbacks to execute all runtime PM helpersRafael J. Wysocki1-45/+99
2011-07-12PM / Domains: Do not execute device callbacks under locksRafael J. Wysocki1-71/+178
2011-07-12PM / Domains: Make failing pm_genpd_prepare() clean up properlyRafael J. Wysocki1-1/+11
2011-07-12PM / Domains: Set device state to "active" during system resumeRafael J. Wysocki1-0/+2
2011-07-11PM: Reintroduce dropped call to check_wakeup_irqsColin Cross1-0/+8
2011-07-10PM / Domains: Export pm_genpd_poweron() in headerMagnus Damm1-1/+1
2011-07-08PM / Runtime: Consistent utilization of deferred_resumeShuoX Liu1-1/+1
2011-07-08driver core: Add ability for arch code to setup pdev_archdataKumar Gala1-0/+21
2011-07-07Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2-125/+0
2011-07-06PM / Runtime: Prevent runtime_resume from racing with probeAlan Stern1-1/+5
2011-07-06PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki1-33/+33
2011-07-06PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki1-12/+23
2011-07-02PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki1-4/+5
2011-07-02PM: Rename clock management functionsRafael J. Wysocki1-94/+94
2011-07-02PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki1-1/+59
2011-07-02PM / Domains: Wakeup devices support for system sleep transitionsRafael J. Wysocki1-0/+8
2011-07-02PM / Domains: System-wide transitions support for generic domains (v5)Rafael J. Wysocki1-15/+536
2011-07-02PM / Domains: Move code from under #ifdef CONFIG_PM_RUNTIME (v2)Rafael J. Wysocki1-55/+65
2011-07-02PM: Introduce generic "noirq" callback routines for subsystems (v2)Rafael J. Wysocki1-15/+83
2011-07-02PM / Domains: Support for generic I/O PM domains (v8)Rafael J. Wysocki2-0/+495
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki3-28/+28
2011-07-01driver core: add more help description for "path to uevent helper"Márton Németh1-0/+5
2011-07-01driver-core: modify FIRMWARE_IN_KERNEL help messagematt mooney1-4/+4
2011-07-01driver-core: Kconfig grammar corrections in firmware configurationmatt mooney1-30/+29
2011-06-28Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2011-06-21PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unsetRafael J. Wysocki1-2/+2
2011-06-21PM: Fix async resume following suspend failureAlan Stern1-2/+12
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern1-5/+9
2011-06-14drivers: iommu: move to a dedicated folderOhad Ben-Cohen2-125/+0
2011-06-07PM / Runtime: Fix loops in pm_runtime_clk_notify()Rafael J. Wysocki1-8/+8
2011-06-07drivers/base/platform.c: don't mark platform_device_register_resndata() as __...Andrew Morton1-1/+1
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro1-5/+9
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+4
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-45/+41
2011-05-17PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki1-0/+39
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki1-6/+12
2011-05-17PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki1-2/+1
2011-05-17Merge branch 'power-domains' into for-linusRafael J. Wysocki5-169/+494
2011-05-17Merge branch 'syscore' into for-linusRafael J. Wysocki3-209/+2
2011-05-17PM / Wakeup: Remove useless synchronize_rcu() callEric Dumazet1-1/+0
2011-05-17PM / Wakeup: Fix build warning related to the "wakeup" sysfs fileRafael J. Wysocki1-2/+2
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki1-0/+5
2011-05-17PM / Runtime: Rework runtime PM handling during driver removalRafael J. Wysocki1-3/+3
2011-05-16PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-0/+1
2011-05-16PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Kevin Hilman1-35/+0
2011-05-12drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remov...Andrew Morton1-1/+1
2011-05-11memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SEC...Anton Blanchard1-16/+8
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki3-209/+2
2011-04-30PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki2-0/+431
2011-04-29PM / Platform: Use generic runtime PM callbacks directlyRafael J. Wysocki1-28/+3