summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-3/+3
|\
| * locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-2/+2
| * locks: break delegations on unlinkJ. Bruce Fields2013-11-091-1/+1
* | Merge tag 'regmap-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2013-11-129-58/+507
|\ \
| * \ Merge remote-tracking branch 'regmap/topic/spmi' into regmap-nextMark Brown2013-10-283-1/+95
| |\ \
| | * | regmap: add SPMI supportJosh Cartwright2013-10-283-1/+95
| * | | Merge remote-tracking branch 'regmap/topic/multi' into regmap-nextMark Brown2013-10-281-0/+41
| |\ \ \
| | * | | regmap: new API regmap_multi_reg_write() definitionAnthony Olech2013-10-141-0/+41
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-10-281-0/+16
| |\ \ \
| | * | | regmap: irq: clear status when disable irqYi Zhang2013-10-221-0/+16
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown2013-10-282-0/+106
| |\ \ \
| | * | | regmap: Add regmap_fields APIsKuninori Morimoto2013-09-172-0/+86
| | * | | regmap: add regmap_field_update_bits()Kuninori Morimoto2013-09-171-0/+20
| * | | | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2013-10-281-5/+52
| |\ \ \ \
| | * | | | regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo2013-10-241-5/+52
| | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown2013-10-284-50/+194
| |\ \ \ \
| | * | | | regmap: Only send a single buffer for async I/O if writing one registerMark Brown2013-10-141-7/+12
| | * | | | regmap: spi: Handle async writes of only one bufferMark Brown2013-10-141-1/+2
| | * | | | Merge remote-tracking branch 'regmap/fix/core' into regmap-asyncMark Brown2013-10-101-4/+4
| | |\ \ \ \
| | * | | | | regmap: Use async I/O during cache syncMark Brown2013-10-101-2/+14
| | * | | | | regmap: Use async I/O for patch applicationMark Brown2013-10-101-0/+4
| | * | | | | regmap: Provide asynchronous write and update bits operationsMark Brown2013-10-091-0/+103
| | * | | | | regmap: Simplify the initiation of async I/OMark Brown2013-10-093-11/+14
| | * | | | | regmap: Don't generate gather writes for single register raw writesMark Brown2013-10-091-0/+10
| | * | | | | regmap: Cache async work structuresMark Brown2013-10-082-27/+34
| | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown2013-10-281-4/+5
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | regmap: Fix regmap_bulk_write single-rw mutex deadlockAnthony Olech2013-10-091-4/+5
| | |/ /
* | | | devres: restore zeroing behavior of devres_alloc()Kevin Hilman2013-10-251-2/+2
* | | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-191-2/+5
|\| | |
| * | | driver core: Release device_hotplug_lock when store_mem_state returns EINVALYasuaki Ishimatsu2013-10-171-2/+5
| |/ /
* | | drivers/base/core.c: output device renaming messages with dev_dbg().ethan.zhao2013-10-171-2/+1Star
* | | devres: add kernel standard devm_k.alloc functionsJoe Perches2013-10-171-11/+16
* | | driver core: remove dev_bin_attrs from struct classGreg Kroah-Hartman2013-10-061-39/+2Star
* | | driver core: remove dev_attrs from struct classGreg Kroah-Hartman2013-10-061-37/+1Star
* | | Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-301-7/+7
|\| |
| * | driver core : Fix use after free of dev->parent in device_shutdownBenson Leung2013-09-261-7/+7
| |/
* | driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman2013-09-281-38/+2Star
* | driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman2013-09-281-42/+0Star
* | driver core: prevent deferred probe with platform_driver_probeJohan Hovold2013-09-271-4/+13
* | firmware: Be a bit more verbose about direct firmware loading failureNeil Horman2013-09-271-13/+25
* | sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo2013-09-271-3/+5
* | sysfs: make attr namespace interface less convolutedTejun Heo2013-09-261-20/+9Star
|/
* thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov2013-09-131-6/+0Star
* dma-buf: Expose buffer size to userspace (v2)Christopher James Halse Rogers2013-09-101-0/+29
* dma-buf: Check return value of anon_inode_getfileTuomas Tynkkynen2013-09-101-1/+4
* Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2013-09-091-75/+44Star
|\
| * drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski2013-08-271-75/+44Star
| * Merge remote-tracking branch 'dma-public/for-v3.12-cma-dma' into for-nextMarek Szyprowski2013-07-152-17/+5Star
| |\
* | \ Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-052-17/+5Star
|\ \ \
| * | | Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf2013-08-2914-143/+309
| |\| |