summaryrefslogtreecommitdiffstats
path: root/drivers/block/xsysace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-251-1/+2
|\
| * of/xsysace: Fix OF probing on little-endian systemsMichal Simek2010-10-181-1/+2
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
|/
* of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher2010-08-171-0/+1
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-2/+2
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* | block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+6
* | block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
|/
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+2
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-4/+4
* block: make Open Firmware device id constantMárton Németh2010-01-111-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-3/+4
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-6/+4
* xsysace: dequeue in-flight requestTejun Heo2009-05-111-6/+13
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-8/+9
* block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-111-5/+5
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-2/+2
* xsysace: Fix dereferencing of cf_id after hd_driveid removalGrant Likely2009-04-081-6/+6
* xsysace: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-17/+13
* Fix Xilinx SystemACE driver to handle empty CF slotGrant Likely2009-03-141-0/+22
* powerpc/xsysace: add compatible string for non-ipcore instanceYuri Tikhonov2009-01-091-0/+1
* xsysace: Fix driver to use resource_size_t instead of unsigned longYuri Tikhonov2008-11-141-9/+10
* powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-141-2/+2
* [PATCH] switch xyspaceAl Viro2008-10-211-8/+7
* [PATCH] beginning of methods conversionAl Viro2008-10-211-2/+2
* [POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer2008-02-061-1/+3
* [POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely2008-02-061-1/+1
* xsysace: end request handling fixJens Axboe2008-01-291-4/+2
* blk_end_request: changing xsysace (take 4)Kiyoshi Ueda2008-01-281-4/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-2/+2
* Sysace: Don't enable IRQ until after interrupt handler is registeredGrant Likely2007-10-101-5/+5
* Sysace: sparse fixesGrant Likely2007-10-101-5/+5
* Sysace: Minor coding convention fixupGrant Likely2007-10-101-3/+6
* Sysace: Labels in C code should not be indented.Grant Likely2007-10-101-10/+10
* Sysace: Add of_platform_bus bindingGrant Likely2007-10-101-0/+89
* Sysace: Move IRQ handler registration to occur after FSM is initializedGrant Likely2007-10-101-11/+10
* Sysace: minor rework and cleanup changesGrant Likely2007-10-101-3/+9
* Sysace: Move structure allocation from bus binding into common codeGrant Likely2007-10-101-38/+61
* Sysace: Use the established platform bus apiGrant Likely2007-10-101-18/+30
* sysace: HDIO_GETGEO has it's own method for agesChristoph Hellwig2007-08-111-19/+10
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* unregister_blkdev(): delete redundant messageAkinobu Mita2007-07-171-3/+1
* Add support for Xilinx SystemACE CompactFlash interfaceGrant Likely2007-07-171-0/+1166
OpenPOWER on IntegriCloud