summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-12-155-6/+11
|\
| * crypto: s5p-sss - Fix compilation errorSachin Kamat2012-11-091-1/+1
| * crypto: picoxcell - Add terminating entry for platform_device_id tableAxel Lin2012-11-091-0/+1
| * crypto: omap-aes - select BLKCIPHER2Sebastian Andrzej Siewior2012-11-091-0/+1
| * crypto: tegra-aes - fix error-valued pointer dereferenceWei Yongjun2012-11-091-1/+1
| * crypto: tegra - fix missing unlock on error caseWei Yongjun2012-10-241-2/+6
| * crypto: talitos - convert to use be16_add_cpu()Wei Yongjun2012-10-151-2/+1
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-151-1/+1
|\ \
| * | of: *node argument to of_parse_phandle_with_args should be constGuennadi Liakhovetski2012-12-111-1/+1
* | | Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-1418-213/+4578
|\ \ \
| * \ \ Merge tag 'mvebu_everything_for_3.8' of git://git.infradead.org/users/jcooper...Olof Johansson2012-11-3018-213/+4578
| |\ \ \
| | * | | dma: mv_xor: fix error handling pathThomas Petazzoni2012-11-221-0/+1
| | * | | dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni2012-11-221-2/+2
| | * | | dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni2012-11-221-5/+6
| | * | | dma: mv_xor: clear the window override control registersThomas Petazzoni2012-11-222-0/+3
| | * | | Merge tag 'marvell-xor-cleanup-dt-binding-3.8' of github.com:MISL-EBU-System-...Thomas Petazzoni2012-11-202-204/+248
| | |\ \ \
| | | * | | dma: mv_xor: Add a device_control functionAndrew Lunn2012-11-201-0/+9
| | | * | | dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni2012-11-201-3/+3
| | | * | | dma: mv_xor: add Device Tree bindingThomas Petazzoni2012-11-201-4/+54
| | | * | | dma: mv_xor: add missing free_irq() callThomas Petazzoni2012-11-202-1/+5
| | | * | | dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni2012-11-202-9/+7
| | | * | | dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni2012-11-201-3/+3
| | | * | | dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni2012-11-202-2/+0
| | | * | | dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni2012-11-202-35/+35
| | | * | | dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni2012-11-202-55/+34
| | | * | | dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni2012-11-201-11/+6
| | | * | | dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni2012-11-202-8/+8
| | | * | | dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni2012-11-202-7/+7
| | | * | | dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni2012-11-202-6/+4
| | | * | | dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni2012-11-201-29/+32
| | | * | | dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni2012-11-201-6/+2
| | | * | | dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni2012-11-201-3/+0
| | | * | | dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni2012-11-202-3/+0
| | | * | | dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni2012-11-202-14/+14
| | | * | | dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni2012-11-201-1/+1
| | | * | | dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_dataThomas Petazzoni2012-11-201-1/+1
| | | * | | dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_dataThomas Petazzoni2012-11-201-1/+1
| | | * | | dma: mv_xor: remove sub-driver 'mv_xor'Thomas Petazzoni2012-11-201-48/+1
| | | * | | dma: mv_xor: allow channels to be registered directly from the main deviceThomas Petazzoni2012-11-202-3/+50
| | | * | | dma: mv_xor: split initialization/cleanup of XOR channelsThomas Petazzoni2012-11-201-27/+48
| | | * | | dma: mv_xor: do not use pool_size from platform_data within the driverThomas Petazzoni2012-11-202-6/+5
| | | * | | dma: mv_xor: use dev_(err|info|notice) instead of dev_printkThomas Petazzoni2012-11-201-30/+30
| | * | | | net: mvneta: fix section mismatch warning caused by mvneta_deinit()Thomas Petazzoni2012-11-201-1/+1
| | * | | | net: mvneta: add clk supportThomas Petazzoni2012-11-201-11/+20
| | * | | | net: mvneta: adjust multiline comments to net/ styleThomas Petazzoni2012-11-201-42/+42
| | * | | | net: mvmdio: adjust multiline comment to net/ styleThomas Petazzoni2012-11-201-2/+1
| | * | | | net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>Thomas Petazzoni2012-11-201-2/+1
| | * | | | Merge tag 'marvell-neta-for-3.8' of github.com:MISL-EBU-System-SW/mainline-pu...Thomas Petazzoni2012-11-204-0/+3095
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | net: mvneta: driver for Marvell Armada 370/XP network unitThomas Petazzoni2012-11-163-0/+2853
| | | * | | net: mvmdio: new Marvell MDIO driverThomas Petazzoni2012-11-163-0/+242