aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/xsysace.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-21block: systemace: Remove .owner field for driverGravatar Michal Simek 1-1/+0
2014-04-15block: remove struct request buffer memberGravatar Jens Axboe 1-2/+2
2013-07-10xilinx systemace: Fix sparse warningsGravatar Michal Simek 1-2/+2
2013-05-24drivers/block/xsysace.c: fix id with missing port-numberGravatar Gernot Vormayr 1-2/+1
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-2/+1
2013-01-03Drivers: block: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-10/+9
2012-01-05block: xsysace: Don't use NO_IRQGravatar Michal Simek 1-5/+5
2011-07-14dt: remove extra xsysace platform_driver registrationGravatar Grant Likely 1-82/+16
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversGravatar Tejun Heo 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-4/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-4/+5
2011-03-09xsysace: Convert to bdops->check_events()Gravatar Tejun Heo 1-4/+5
2011-02-28dt: Eliminate of_platform_{,un}register_driverGravatar Grant Likely 1-7/+4
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+2
2010-10-18of/xsysace: Fix OF probing on little-endian systemsGravatar Michal Simek 1-1/+2
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-5/+6
2010-08-17of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGravatar Graeme Smecher 1-0/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-2/+2
2010-08-07block: push down BKL into .open and .releaseGravatar Arnd Bergmann 1-0/+6
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-3/+2
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-4/+4
2010-01-11block: make Open Firmware device id constantGravatar Márton Németh 1-1/+1
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsGravatar Joe Perches 1-3/+4
2009-05-22block: Do away with the notion of hardsect_sizeGravatar Martin K. Petersen 1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchGravatar Tejun Heo 1-6/+4
2009-05-11xsysace: dequeue in-flight requestGravatar Tejun Heo 1-6/+13
2009-05-11block: convert to pos and nr_sectors accessorsGravatar Tejun Heo 1-8/+9
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesGravatar Tejun Heo 1-5/+5
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Gravatar Tejun Heo 1-2/+2
2009-04-08xsysace: Fix dereferencing of cf_id after hd_driveid removalGravatar Grant Likely 1-6/+6
2009-04-01xsysace: make it 'struct hd_driveid'-freeGravatar Bartlomiej Zolnierkiewicz 1-17/+13
2009-03-14Fix Xilinx SystemACE driver to handle empty CF slotGravatar Grant Likely 1-0/+22
2009-01-09powerpc/xsysace: add compatible string for non-ipcore instanceGravatar Yuri Tikhonov 1-0/+1
2008-11-14xsysace: Fix driver to use resource_size_t instead of unsigned longGravatar Yuri Tikhonov 1-9/+10
2008-11-14powerpc/virtex: fix various format/casting printk mismatchesGravatar Grant Likely 1-2/+2
2008-10-21[PATCH] switch xyspaceGravatar Al Viro 1-8/+7
2008-10-21[PATCH] beginning of methods conversionGravatar Al Viro 1-2/+2
2008-02-06[POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Gravatar Stephen Neuendorffer 1-1/+3
2008-02-06[POWERPC] Fix incorrectly tagged __devinitdata structuresGravatar Grant Likely 1-1/+1
2008-01-29xsysace: end request handling fixGravatar Jens Axboe 1-4/+2
2008-01-28blk_end_request: changing xsysace (take 4)Gravatar Kiyoshi Ueda 1-4/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesGravatar Joe Perches 1-2/+2
2007-10-10Sysace: Don't enable IRQ until after interrupt handler is registeredGravatar Grant Likely 1-5/+5
2007-10-10Sysace: sparse fixesGravatar Grant Likely 1-5/+5
2007-10-10Sysace: Minor coding convention fixupGravatar Grant Likely 1-3/+6
2007-10-10Sysace: Labels in C code should not be indented.Gravatar Grant Likely 1-10/+10
2007-10-10Sysace: Add of_platform_bus bindingGravatar Grant Likely 1-0/+89