summaryrefslogtreecommitdiffstats
path: root/drivers/block/xsysace.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-0/+1
* block: introduce new block status code typeChristoph Hellwig2017-06-091-4/+4
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+1
* block: systemace: Remove .owner field for driverMichal Simek2014-08-211-1/+0
* block: remove struct request buffer memberJens Axboe2014-04-151-2/+2
* xilinx systemace: Fix sparse warningsMichal Simek2013-07-101-2/+2
* drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr2013-05-241-2/+1
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1
* Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-10/+9
* block: xsysace: Don't use NO_IRQMichal Simek2012-01-051-5/+5
* dt: remove extra xsysace platform_driver registrationGrant Likely2011-07-141-82/+16
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-211-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-4/+5
|\
| * xsysace: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+5
* | dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-7/+4
|/
* 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
OpenPOWER on IntegriCloud