aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xsysace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-01xsysace: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz1-17/+13
2009-03-14Fix Xilinx SystemACE driver to handle empty CF slotGrant Likely1-0/+22
2009-01-09powerpc/xsysace: add compatible string for non-ipcore instanceYuri Tikhonov1-0/+1
2008-11-14xsysace: Fix driver to use resource_size_t instead of unsigned longYuri Tikhonov1-9/+10
2008-11-14powerpc/virtex: fix various format/casting printk mismatchesGrant Likely1-2/+2
2008-10-21[PATCH] switch xyspaceAl Viro1-8/+7
2008-10-21[PATCH] beginning of methods conversionAl Viro1-2/+2
2008-02-06[POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer1-1/+3
2008-02-06[POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely1-1/+1
2008-01-29xsysace: end request handling fixJens Axboe1-4/+2
2008-01-28blk_end_request: changing xsysace (take 4)Kiyoshi Ueda1-4/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-10Sysace: Don't enable IRQ until after interrupt handler is registeredGrant Likely1-5/+5
2007-10-10Sysace: sparse fixesGrant Likely1-5/+5
2007-10-10Sysace: Minor coding convention fixupGrant Likely1-3/+6
2007-10-10Sysace: Labels in C code should not be indented.Grant Likely1-10/+10
2007-10-10Sysace: Add of_platform_bus bindingGrant Likely1-0/+89
2007-10-10Sysace: Move IRQ handler registration to occur after FSM is initializedGrant Likely1-11/+10
2007-10-10Sysace: minor rework and cleanup changesGrant Likely1-3/+9
2007-10-10Sysace: Move structure allocation from bus binding into common codeGrant Likely1-38/+61
2007-10-10Sysace: Use the established platform bus apiGrant Likely1-18/+30
2007-08-11sysace: HDIO_GETGEO has it's own method for agesChristoph Hellwig1-19/+10
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-17unregister_blkdev(): delete redundant messageAkinobu Mita1-3/+1
2007-07-17Add support for Xilinx SystemACE CompactFlash interfaceGrant Likely1-0/+1166