]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
dma: Rename xilinx dmatest to axidmatest
authorMichal Simek <michal.simek@xilinx.com>
Tue, 19 Mar 2013 10:22:42 +0000 (11:22 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 5 Apr 2013 08:29:07 +0000 (10:29 +0200)
commitcd7848c89d6ede1ce7e018e822e3f92fa09e500d
tree7aa81889d22310848d187cd236928f0da291a784
parent4666f8f3a1a71c35592ce1205768ba1db951d0e2
dma: Rename xilinx dmatest to axidmatest

The reason is that there is standard dmatest in dma folder
a because of the design of these xilinx proprietary tests
without binding that ends in duplicating filenames
just because of the same driver name.

Warning log:
WARNING: at fs/sysfs/dir.c:536 sysfs_add_one+0x78/0x98()
sysfs: cannot create duplicate filename '/module/dmatest/parameters/iterations'

Renaming driver to different name caused that kernel
will use different module name.

~ # ls /sys/module/ | grep dma
axidmatest
cdmatest
dmatest
vdmatest

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/dma/xilinx/Makefile
drivers/dma/xilinx/axidmatest.c [moved from drivers/dma/xilinx/dmatest.c with 100% similarity]