index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
ihex2fw.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-21
ARM: mvebu: Add support for I2C on OpenBlocks AX3-4
Nobuhiro Iwamatsu
1
-0
/
+8
2012-11-21
ARM: mvebu: Add support for I2C controllers in Armada 370/XP
Nobuhiro Iwamatsu
1
-0
/
+22
2012-11-20
arm: mvebu: update defconfig to include XOR driver
Thomas Petazzoni
1
-0
/
+2
2012-11-20
arm: mvebu: update defconfig to include network driver
Thomas Petazzoni
1
-0
/
+5
2012-11-20
arm: mvebu: remove 'clock-frequency' properties from Armada 370/XP Ethernet n...
Thomas Petazzoni
4
-12
/
+0
2012-11-20
arm: mvebu: add 'clocks' property to Ethernet nodes for Armada 370/XP SoCs
Thomas Petazzoni
2
-0
/
+4
2012-11-20
net: mvneta: fix section mismatch warning caused by mvneta_deinit()
Thomas Petazzoni
1
-1
/
+1
2012-11-20
net: mvneta: add clk support
Thomas Petazzoni
2
-13
/
+22
2012-11-20
net: mvneta: adjust multiline comments to net/ style
Thomas Petazzoni
1
-42
/
+42
2012-11-20
net: mvmdio: adjust multiline comment to net/ style
Thomas Petazzoni
1
-2
/
+1
2012-11-20
net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>
Thomas Petazzoni
1
-2
/
+1
2012-11-20
arm: mvebu: add XOR engines to Armada XP .dtsi
Thomas Petazzoni
1
-0
/
+40
2012-11-20
arm: mvebu: add XOR engines to Armada 370 .dtsi
Thomas Petazzoni
1
-0
/
+36
2012-11-20
arm: dove: Convert Dove to DT XOR DMA engine
Sebastian Hesselbarth
2
-10
/
+42
2012-11-20
arm: kirkwood: Convert XOR instantiation to DT.
Andrew Lunn
2
-13
/
+40
2012-11-20
dma: mv_xor: Add a device_control function
Andrew Lunn
1
-0
/
+9
2012-11-20
dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and remove
Thomas Petazzoni
1
-3
/
+3
2012-11-20
dma: mv_xor: add Device Tree binding
Thomas Petazzoni
2
-4
/
+94
2012-11-20
dma: mv_xor: add missing free_irq() call
Thomas Petazzoni
2
-1
/
+5
2012-11-20
dma: mv_xor: remove the pool_size from platform_data
Thomas Petazzoni
4
-26
/
+9
2012-11-20
dma: mv_xor: remove hw_id field from platform_data
Thomas Petazzoni
3
-8
/
+3
2012-11-20
dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_device
Thomas Petazzoni
2
-2
/
+0
2012-11-20
dma: mv_xor: rename mv_xor_private to mv_xor_device
Thomas Petazzoni
2
-35
/
+35
2012-11-20
dma: mv_xor: merge mv_xor_device and mv_xor_chan
Thomas Petazzoni
2
-55
/
+34
2012-11-20
dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functions
Thomas Petazzoni
1
-11
/
+6
2012-11-20
dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'
Thomas Petazzoni
2
-8
/
+8
2012-11-20
dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'
Thomas Petazzoni
2
-7
/
+7
2012-11-20
dma: mv_xor: get rid of the pdev pointer in mv_xor_device
Thomas Petazzoni
2
-6
/
+4
2012-11-20
dma: mv_xor: introduce a mv_chan_to_devp() helper
Thomas Petazzoni
1
-29
/
+32
2012-11-20
dma: mv_xor: simplify dma_sync_single_for_cpu() calls
Thomas Petazzoni
1
-6
/
+2
2012-11-20
dma: mv_xor: remove unused to_mv_xor_device() macro
Thomas Petazzoni
1
-3
/
+0
2012-11-20
dma: mv_xor: remove unused id field in mv_xor_device structure
Thomas Petazzoni
2
-3
/
+0
2012-11-20
dma: mv_xor: rename many symbols to remove the 'shared' word
Thomas Petazzoni
2
-14
/
+14
2012-11-20
dma: mv_xor: change the driver name to 'mv_xor'
Thomas Petazzoni
6
-12
/
+14
2012-11-20
dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data
Thomas Petazzoni
3
-4
/
+4
2012-11-20
dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data
Thomas Petazzoni
3
-17
/
+17
2012-11-20
dma: mv_xor: remove 'shared' from mv_xor_platform_data
Thomas Petazzoni
2
-9
/
+0
2012-11-20
dma: mv_xor: remove sub-driver 'mv_xor'
Thomas Petazzoni
2
-49
/
+1
2012-11-20
arm: plat-orion: remove unused orion_xor_init_channels()
Thomas Petazzoni
1
-20
/
+0
2012-11-20
arm: plat-orion: convert the registration of the xor1 engine to the single dr...
Thomas Petazzoni
1
-52
/
+42
2012-11-20
arm: plat-orion: convert the registration of the xor0 engine to the single dr...
Thomas Petazzoni
1
-52
/
+42
2012-11-20
dma: mv_xor: allow channels to be registered directly from the main device
Thomas Petazzoni
3
-3
/
+53
2012-11-20
dma: mv_xor: split initialization/cleanup of XOR channels
Thomas Petazzoni
1
-27
/
+48
2012-11-20
dma: mv_xor: do not use pool_size from platform_data within the driver
Thomas Petazzoni
2
-6
/
+5
2012-11-20
dma: mv_xor: use dev_(err|info|notice) instead of dev_printk
Thomas Petazzoni
1
-30
/
+30
2012-11-20
arm: mvebu: SATA support: board-level DT data for Armada 370/XP boards
Gregory CLEMENT
2
-0
/
+8
2012-11-20
arm: mvebu: SATA support: mvebu_defconfig update
Gregory CLEMENT
2
-0
/
+5
2012-11-20
arm: mvebu: SATA support: SoC-level DT data for Armada 370/XP
Gregory CLEMENT
1
-0
/
+10
2012-11-20
arm: mvebu: increase atomic coherent pool size for armada 370/XP
Gregory CLEMENT
1
-0
/
+12
2012-11-20
ARM: Kirkwood: switch to DT clock providers
Andrew Lunn
4
-13
/
+83
[next]