summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-1911-45/+46
|\
| * Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-2110-43/+43
| |\
| | * char: xillybus: Don't return -EFAULT on user-triggered flushEli Billauer2015-04-031-0/+2
| | * virtio_console: Use bool function return values of true/false not 1/0Joe Perches2015-04-031-1/+1
| | * misc: pass miscdevice through file's private_dataTom Van Braeckel2015-04-031-3/+8
| | * i8k: Remove use of seq_printf return valueJoe Perches2015-03-251-7/+9
| | * hwrng: Avoid manual device_create_file() callsTakashi Iwai2015-03-251-23/+11
| | * misc: Add attribute groupsTakashi Iwai2015-03-251-2/+3
| | * char: misc: document behaviour of open()Martin Kepplinger2015-03-251-1/+3
| | * Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman2015-03-254-29/+40
| | |\
| | * | char: constify of_device_id arrayFabian Frederick2015-03-165-6/+6
| * | | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-161-2/+3
| |\ \ \
| | * | | xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+3
* | | | | random: Remove kernel blocking APIHerbert Xu2015-06-101-12/+0
* | | | | random: Add callback API for random pool readinessHerbert Xu2015-06-101-0/+78
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-281-9/+9
|\ \ \ \ \
| * | | | | hwrng: bcm63xx - Fix driver compilationÁlvaro Fernández Rojas2015-05-041-9/+9
| |/ / / /
* | | | | random: Blocking API for accessing nonblocking_poolStephan Mueller2015-05-271-0/+12
* | | | | random: Wake up all getrandom(2) callers when pool is readyHerbert Xu2015-05-271-1/+1
|/ / / /
* | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-152-13/+9
|\ \ \ \
| * | | | switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro2015-04-121-9/+9
| * | | | make new_sync_{read,write}() staticAl Viro2015-04-122-4/+0
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-04-1511-975/+1510
|\ \ \ \ \
| * | | | | tpm/st33zp24/spi: Add missing device table for spi phy.Christophe Ricard2015-03-271-0/+7
| * | | | | tpm/st33zp24: Add proper wait for ordinal duration in case of irq modeChristophe Ricard2015-03-271-1/+11
| * | | | | tpm/tpm_infineon: Use struct dev_pm_ops for power managementPeter Huewe2015-03-181-25/+9
| * | | | | tpm: Update KConfig text to include TPM2.0 FIFO chipsPeter Huewe2015-03-181-4/+5
| * | | | | tpm/st33zp24/spi: Add st33zp24 spi phyChristophe Ricard2015-03-185-2/+408
| * | | | | tpm/tpm_i2c_stm_st33: Split tpm_i2c_tpm_st33 in 2 layers (core + phy)Christophe Ricard2015-03-188-926/+1031
| * | | | | tpm/tpm_i2c_stm_st33: Replace access to io_lpcpd from struct st33zp24_platfor...Christophe Ricard2015-03-181-7/+11
| * | | | | tpm: fix: sanitized code paths in tpm_chip_register()Jarkko Sakkinen2015-03-181-24/+42
| * | | | | tpm: fix call order in tpm-chip.cJarkko Sakkinen2015-03-051-20/+14
| * | | | | tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-052-8/+8
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-1511-115/+367
|\ \ \ \ \
| * | | | | hwrng: core - allow perfect entropy from hardware devicesKeith Packard2015-03-181-1/+2
| * | | | | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita2015-03-171-1/+1
| * | | | | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita2015-03-171-1/+1
| * | | | | hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-14/+1
| * | | | | hwrng: iproc-rng200 - do not use static structureDmitry Torokhov2015-03-161-23/+21
| * | | | | hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-10/+1
| * | | | | hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-11/+1
| * | | | | hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-56/+31
| * | | | | hwrng: add devm_* interfacesDmitry Torokhov2015-03-161-0/+42
| * | | | | hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov2015-03-121-12/+3
| * | | | | hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-111-2/+2
| * | | | | hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov2015-03-111-2/+2
| * | | | | hwrng: omap - remove incorrect __exit markupsDmitry Torokhov2015-03-111-2/+2
| * | | | | hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan2015-03-091-0/+10
| * | | | | hwrng: iproc-rng200 - Add Broadcom IPROC RNG driverScott Branden2015-03-063-0/+268
| * | | | | hwrng: bcm63xx - use devm_* helpersFlorian Fainelli2015-03-011-14/+6