summaryrefslogtreecommitdiff
path: root/drivers/block/xsysace.c
Commit message (Expand)AuthorAge
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-27
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* block: systemace: Remove .owner field for driverMichal Simek2014-08-21
* block: remove struct request buffer memberJens Axboe2014-04-15
* xilinx systemace: Fix sparse warningsMichal Simek2013-07-10
* drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr2013-05-24
* block_device_operations->release() should return voidAl Viro2013-05-07
* Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* block: xsysace: Don't use NO_IRQMichal Simek2012-01-05
* 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