summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'regmap-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds2012-07-224-37/+411
|\ \ \ \ | |_|/ / |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown2012-07-223-15/+279
| |\ \ \ \
| | | * | | regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak2012-06-191-2/+3
| | | * | | regmap: Add support for register indirect addressing.Krystian Garbaciak2012-06-172-5/+213
| | | * | | regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak2012-06-171-8/+14
| | * | | | regmap: Implement support for wake IRQsMark Brown2012-06-051-0/+47
| | * | | | regmap: Don't try to map non-existant IRQsMark Brown2012-06-051-0/+4
| | | |_|/ | | |/| |
| * | | | regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos2012-07-181-1/+1
| * | | | regmap: Add hook for printk logging for debugging during early initMark Brown2012-07-061-0/+23
| * | | | regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin2012-06-131-1/+1
| * | | | regmap: Constify regmap_irq_chipMark Brown2012-06-031-3/+3
| * | | | regmap: mmio: request native endian formattingStephen Warren2012-06-031-8/+18
| * | | | regmap: allow busses to request formatting with specific endiannessStephen Warren2012-06-031-11/+90
| |/ / /
* | | / Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2012-07-181-0/+2
| |_|/ |/| |
* | | PM / Sleep: Prevent waiting forever on asynchronous suspend after abortMandeep Singh Baines2012-06-241-2/+4
* | | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-201-1/+1
|\ \ \ | |_|/ |/| |
| * | driver core: fixup reversed deferred probe orderKuninori Morimoto2012-06-131-1/+1
| |/
* | regmap: Export regmap_reinit_cache()Mark Brown2012-06-081-0/+1
* | regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam2012-06-031-2/+2
* | regmap: clean up debugfs if regmap_init failsStephen Warren2012-06-031-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+1
|\
| * mode_t whack-a-mole: ->is_visible() returns umode_t...Al Viro2012-05-291-1/+1
* | i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-301-1/+1
* | mm: fix off-by-one bug in print_nodes_state()Ryota Ozaki2012-05-291-5/+3
|/
* Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds2012-05-251-1/+98
|\
| * dma-buf: minor documentation fixes.Sumit Semwal2012-05-251-4/+5
| * dma-buf: add vmap interfaceDave Airlie2012-05-251-0/+34
| * dma-buf: mmap supportDaniel Vetter2012-05-251-1/+63
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-254-0/+533
|\ \
| * \ Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski2012-05-221-0/+42
| |\ \
| | * | common: add dma_mmap_from_coherent() functionMarek Szyprowski2012-05-211-0/+42
| | |/
| * / drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-05-213-0/+491
| |/
* | Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-05-237-253/+449
|\ \
| * \ Merge branch 'pm-domains'Rafael J. Wysocki2012-05-181-6/+21
| |\ \
| | * | PM / Domains: Make it possible to add devices to inactive domainsRafael J. Wysocki2012-05-181-6/+21
| * | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-05-113-59/+179
| |\ \ \ | | |/ / | |/| |
| | * | PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki2012-05-011-0/+1
| | * | PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki2012-05-012-4/+81
| | * | PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki2012-05-011-15/+19
| | * | PM / Sleep: Add wakeup_source_activate and wakeup_source_deactivate tracepointsArve Hjønnevåg2012-05-011-3/+9
| | * | PM / Sleep: Change wakeup source statistics to follow AndroidRafael J. Wysocki2012-05-012-41/+53
| | * | PM / Sleep: Use wait queue to signal "no wakeup events in progress"Rafael J. Wysocki2012-05-011-3/+13
| | * | PM / Sleep: Look for wakeup events in later stages of device suspendRafael J. Wysocki2012-05-011-0/+10
| * | | PM / Domains: Fix computation of maximum domain off timeRafael J. Wysocki2012-05-111-11/+12
| * | | PM / Domains: Fix link checking when add subdomainHuang Ying2012-05-111-1/+1
| * | | PM / Domains: Cache device stop and domain power off governor results, v3Rafael J. Wysocki2012-05-052-19/+146
| * | | PM / Domains: Make device removal more straightforwardRafael J. Wysocki2012-05-051-16/+11
| * | | PM / QoS: Create device constraints objects on notifier registrationRafael J. Wysocki2012-05-011-7/+12
| * | | PM / Runtime: Remove device fields related to suspend time, v2Rafael J. Wysocki2012-05-012-114/+2
| * | | PM / Domains: Rework default domain power off governor function, v2Rafael J. Wysocki2012-05-012-36/+35