aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xsysace.c
Commit message (Expand)AuthorAge
* dt: remove extra xsysace platform_driver registrationGrant Likely2011-07-14
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-21
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * xsysace: Convert to bdops->check_events()Tejun Heo2011-03-09
* | dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-28
|/
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-25
|\
| * of/xsysace: Fix OF probing on little-endian systemsMichal Simek2010-10-18
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
|/
* of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher2010-08-17
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-12
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-06
* | block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
* | block: remove wrappers for request type/flagsChristoph Hellwig2010-08-07
|/
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-22
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-18
* block: make Open Firmware device id constantMárton Németh2010-01-11
* const: make block_device_operations constAlexey Dobriyan2009-09-22
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-22
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-11
* xsysace: dequeue in-flight requestTejun Heo2009-05-11
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-11
* block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-11
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-28
* xsysace: Fix dereferencing of cf_id after hd_driveid removalGrant Likely2009-04-08
* xsysace: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-01
* Fix Xilinx SystemACE driver to handle empty CF slotGrant Likely2009-03-14
* powerpc/xsysace: add compatible string for non-ipcore instanceYuri Tikhonov2009-01-09
* xsysace: Fix driver to use resource_size_t instead of unsigned longYuri Tikhonov2008-11-14
* powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-14
* [PATCH] switch xyspaceAl Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* [POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer2008-02-06
* [POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely2008-02-06
* xsysace: end request handling fixJens Axboe2008-01-29
* blk_end_request: changing xsysace (take 4)Kiyoshi Ueda2008-01-28
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-18
* Sysace: Don't enable IRQ until after interrupt handler is registeredGrant Likely2007-10-10
* Sysace: sparse fixesGrant Likely2007-10-10
* Sysace: Minor coding convention fixupGrant Likely2007-10-10
* Sysace: Labels in C code should not be indented.Grant Likely2007-10-10
* Sysace: Add of_platform_bus bindingGrant Likely2007-10-10
* Sysace: Move IRQ handler registration to occur after FSM is initializedGrant Likely2007-10-10
* Sysace: minor rework and cleanup changesGrant Likely2007-10-10
* Sysace: Move structure allocation from bus binding into common codeGrant Likely2007-10-10
* Sysace: Use the established platform bus apiGrant Likely2007-10-10
* sysace: HDIO_GETGEO has it's own method for agesChristoph Hellwig2007-08-11
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
* unregister_blkdev(): delete redundant messageAkinobu Mita2007-07-17