summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* sun3_scsi: add ->show_info()Geert Uytterhoeven2013-05-043-106/+80
* nubus: Kill nubus_proc_detach_device()Geert Uytterhoeven2013-05-041-15/+0
* more mode_t whack-a-mole...Al Viro2013-05-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-0229-393/+2580
|\
| * crypto: caam - fix job ring cleanup codeVakul Garg2013-04-252-0/+5
| * hwrng: timeriomem - added devicetree hooksAlexander Clouter2013-04-251-2/+22
| * hwrng: timeriomem - update to support more than one deviceAlexander Clouter2013-04-251-54/+116
| * hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel2013-04-253-0/+126
| * crypto: caam - static constify error dataKim Phillips2013-04-251-5/+5
| * crypto: caam - change key gen functions to return signed intKim Phillips2013-04-253-4/+4
| * crypto: ux500 - fix error return code in hash_dma_final()Wei Yongjun2013-04-031-0/+2
| * crypto: picoxcell - Use of_match_ptr() macroSachin Kamat2013-03-221-3/+1
| * hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam2013-03-221-17/+4
| * crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg2013-03-221-0/+6
| * crypto: caam - set RDB bit in security configuration registerVakul Garg2013-03-222-1/+6
| * hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han2013-03-221-1/+2
| * crypto: ux500 - replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-03-211-3/+1
| * crypto: sahara - Add driver for SAHARA2 accelerator.Javier Martin2013-03-213-0/+1081
| * crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle2013-03-101-1/+1
| * crypto: omap-sham - Use module_platform_driver macroSachin Kamat2013-03-101-12/+1
| * crypto: omap-aes - Use module_platform_driver macroSachin Kamat2013-03-101-12/+1
| * crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes2013-03-101-1/+1
| * crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes2013-03-101-1/+1
| * crypto: bfin_crc - Fix possible NULL pointer dereferenceSyam Sidhardhan2013-03-101-3/+3
| * crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer2013-03-103-104/+497
| * crypto: atmel-tdes - add support for latest release of the IP (0x700)Nicolas Royer2013-03-102-53/+343
| * crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer2013-03-101-118/+353
* | Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-022-4/+4
|\ \
| * | pinctrl: fix mutex deadlock in get_pinctrl_dev_from_of_node()Daniel Mack2013-04-301-1/+1
| * | pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-301-3/+3
* | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-0233-404/+835
|\ \ \
| * | | i2c: xiic: must always write 16-bit words to TX_FIFOSteven A. Falco2013-04-231-4/+2
| * | | i2c: octeon: use HZ in timeout value송은봉2013-04-231-1/+1
| * | | i2c: octeon: Fix i2c fail problem when a process is terminated by a signal송은봉2013-04-191-4/+4
| * | | i2c: designware-pci: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-4/+0
| * | | i2c: designware-plat: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-4/+0
| * | | i2c: davinci: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-13/+6
| * | | i2c: mux: Add i2c-arb-gpio-challenge 'mux' driverDoug Anderson2013-04-173-0/+265
| * | | i2c: at91: convert to dma_request_slave_channel_compat()Ludovic Desroches2013-04-161-24/+25
| * | | i2c: mxs: do error checking and handling in PIO modeLucas Stach2013-04-151-5/+36
| * | | i2c: mxs: remove races in PIO codeLucas Stach2013-04-151-13/+45
| * | | i2c-designware: switch to use runtime PM autosuspendMika Westerberg2013-04-153-3/+6
| * | | i2c-designware: use usleep_range() in the busy-loopMika Westerberg2013-04-151-1/+1
| * | | i2c-designware: enable/disable the controller properlyMika Westerberg2013-04-151-6/+28
| * | | i2c-designware: use dynamic adapter numbering on LynxpointMika Westerberg2013-04-151-9/+0
| * | | i2c-designware-pci: use managed functions pcim_* and devm_*Andy Shevchenko2013-04-151-51/+17
| * | | i2c-designware-pci: use dev_err() instead of printk()Andy Shevchenko2013-04-151-2/+2
| * | | i2c-designware: move to managed functions (devm_*)Andy Shevchenko2013-04-151-54/+19
| * | | i2c: remove CONFIG_HOTPLUG ifdefsYijing Wang2013-04-091-5/+0
| * | | i2c: s3c2410: Add SMBus emulation for block readJaemin Yoo2013-04-091-0/+9