aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/xsysace.c
AgeCommit message (Expand)Author
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-01-11block: make Open Firmware device id constantMárton Németh
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11xsysace: dequeue in-flight requestTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo
2009-04-08xsysace: Fix dereferencing of cf_id after hd_driveid removalGrant Likely
2009-04-01xsysace: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz
2009-03-14Fix Xilinx SystemACE driver to handle empty CF slotGrant Likely
2009-01-09powerpc/xsysace: add compatible string for non-ipcore instanceYuri Tikhonov
2008-11-14xsysace: Fix driver to use resource_size_t instead of unsigned longYuri Tikhonov
2008-11-14powerpc/virtex: fix various format/casting printk mismatchesGrant Likely
2008-10-21[PATCH] switch xyspaceAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-02-06[POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer
2008-02-06[POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely
2008-01-29xsysace: end request handling fixJens Axboe
2008-01-28blk_end_request: changing xsysace (take 4)Kiyoshi Ueda
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches
2007-10-10Sysace: Don't enable IRQ until after interrupt handler is registeredGrant Likely
2007-10-10Sysace: sparse fixesGrant Likely
2007-10-10Sysace: Minor coding convention fixupGrant Likely
2007-10-10Sysace: Labels in C code should not be indented.Grant Likely
2007-10-10Sysace: Add of_platform_bus bindingGrant Likely
2007-10-10Sysace: Move IRQ handler registration to occur after FSM is initializedGrant Likely
2007-10-10Sysace: minor rework and cleanup changesGrant Likely
2007-10-10Sysace: Move structure allocation from bus binding into common codeGrant Likely
2007-10-10Sysace: Use the established platform bus apiGrant Likely
2007-08-11sysace: HDIO_GETGEO has it's own method for agesChristoph Hellwig
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-17unregister_blkdev(): delete redundant messageAkinobu Mita
2007-07-17Add support for Xilinx SystemACE CompactFlash interfaceGrant Likely