aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-14crypto: crypto4xx - Staticize local symbolsJingoo Han1-7/+8
2013-08-14crypto: sahara - Staticize local symbolJingoo Han1-1/+1
2013-08-09hwrng: pixocel - Staticize 'rng_dev'Jingoo Han1-1/+1
2013-08-09crypto: nx - saves chaining value from co-processorFionnuala Gunter1-0/+1
2013-08-09hwrng: omap - Add OMAP4 TRNG supportLokesh Vutla2-53/+305
2013-08-09hwrng: omap - Add device tree supportLokesh Vutla1-0/+12
2013-08-09hwrng: omap - Remove duplicated function callLokesh Vutla1-1/+0
2013-08-09hwrng: omap - Convert to devm_kzalloc()Lokesh Vutla1-7/+2
2013-08-09hwrng: omap - Use module_platform_driver macroLokesh Vutla1-16/+2
2013-08-09crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri2-95/+132
2013-08-09crypto: nx - fix physical addresses added to sg listsMarcelo Cerri1-3/+19
2013-08-01crypto: caam - Remove unused functions from Job RingRuchika Gupta4-77/+0
2013-08-01crypto: omap-sham - Convert to devm_kzalloc()Lokesh Vutla1-10/+5
2013-08-01crypto: omap-sham - Convert to devm_request_irq()Lokesh Vutla1-7/+5
2013-08-01crypto: omap-sham - Add OMAP5/AM43XX SHAM SupportLokesh Vutla1-0/+44
2013-08-01crypto: omap-sham - Add SHA384 and SHA512 SupportLokesh Vutla2-47/+209
2013-08-01hwrng: mxc-rnga - Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2013-08-01crypto: ux500 - Fix logging, make arrays const, neateningJoe Perches1-307/+279
2013-08-01crypto: caam - RNG instantiation by directly programming DECORuchika Gupta2-39/+47
2013-07-10crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg3-4/+1
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds23-53/+1107
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2-20/+43
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds8-25/+19
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds80-421/+4421
2013-07-04Input: cyttsp4 - kfree xfer_buf on error path in probe()Ferruh Yigit1-1/+3
2013-07-04Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds22-1387/+1212
2013-07-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds103-5154/+7467
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds34-38/+38
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds21-1714/+4540
2013-07-04Merge tag 'md-3.11' of git://neil.brown.name/mdLinus Torvalds8-63/+179
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds16-13/+433
2013-07-04of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt1-2/+6
2013-07-04Merge branches 'for-3.11/wacom-fixed' and 'for-3.11/wiimote' into for-linusJiri Kosina8-1453/+3417
2013-07-04HID: wacom: Intuos4 battery charging changesPrzemo Firszt1-1/+13
2013-07-04Merge branches 'for-3.11/multitouch', 'for-3.11/sony' and 'for-3.11/upstream' into for-linusJiri Kosina12-256/+736
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for-3.11/i2c-hid-fixed' into for-linusJiri Kosina795-6432/+19625
2013-07-04HID: i2c-hid: support sending HID output reports using the output registerAndrew Duggan1-3/+17
2013-07-04md/raid10: fix bug which causes all RAID10 reshapes to move no data.NeilBrown1-5/+4
2013-07-04md/raid5: allow 5-device RAID6 to be reshaped to 4-device.NeilBrown1-1/+1
2013-07-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds13-100/+1435
2013-07-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds15-292/+351
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds7-42/+249
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds49-185/+374
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds198-2091/+2567
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds23-230/+315
2013-07-03drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test modeJean-Francois Dagenais1-0/+30
2013-07-03drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen1-12/+1
2013-07-03drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen1-12/+1
2013-07-03pps-gpio: add device-tree binding and supportJan Luebbe1-54/+73
2013-07-03drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe1-17/+1