]> git.karo-electronics.de Git - linux-beck.git/commit
dma: mv_xor: add Device Tree binding
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 15 Nov 2012 15:47:58 +0000 (16:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Nov 2012 14:59:00 +0000 (15:59 +0100)
commitf7d12ef53ddfd8175933af42bfc477376d19e19e
treeb4fa58b8dfd5003e9fd182fc1e01b66654f18bf3
parent88eb92cb4d0a1520c2f9a653fba0f838871af3ab
dma: mv_xor: add Device Tree binding

This patch finally adds a Device Tree binding to the mv_xor
driver. Thanks to the previous cleanup patches, the Device Tree
binding is relatively simply: one DT node per XOR engine, with
sub-nodes for each XOR channel of the XOR engine. The binding
obviously comes with the necessary documentation.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: devicetree-discuss@lists.ozlabs.org
Documentation/devicetree/bindings/dma/mv-xor.txt [new file with mode: 0644]
drivers/dma/mv_xor.c