summaryrefslogtreecommitdiffstats
path: root/drivers/char/xilinx_hwicap
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* char: xilinx_hwicap: Fix warnings in the driverNava kishore Manne2017-08-282-20/+21
* char: xilinx_hwicap: Fix kernel doc warningsNava kishore Manne2017-08-282-2/+9
* char: xilinx_hwicap: Remove pointless local variablesMichal Simek2017-01-251-4/+0Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type varia...Shailendra Verma2015-06-131-3/+3
* char: xilinx_hwicap: Remove .owner field for driverMichal Simek2014-09-241-1/+0Star
* char: xilinx_hwicap: missing error code if ioremap() failsDan Carpenter2014-07-101-0/+1
* char: hwicap: Remove unnecessary dev_set_drvdata()Michal Simek2013-10-041-1/+0Star
* char: xilinx_hwicap: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
* char: xilinx_hwicap: Fix typo in comment and extend itMichal Simek2013-05-301-1/+7
* char: xilinx_hwicap: Checkpatch.pl cleanupMichal Simek2013-05-301-1/+1
* char: remove use of __devexitBill Pemberton2012-11-211-2/+2
* char: remove use of __devinitconstBill Pemberton2012-11-211-2/+2
* char: remove use of __devinitBill Pemberton2012-11-211-3/+3
* xilinx_hwicap: reset XHI_MAX_RETRIESDaniel Borkmann2012-04-201-1/+1
* xilinx_hwicap: add support for virtex6 FPGAsDaniel Borkmann2012-04-201-0/+30
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-5/+9
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dt: xilinx_hwicap: merge platform and of_platform driver bindingsGrant Likely2011-02-281-82/+47Star
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+3
|/
* of: Fix missing includesGrant Likely2010-08-171-0/+1
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+2Star
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
* xilinx_hwicap: remove improper wording in license statementGreg Kroah-Hartman2008-12-176-18/+0Star
* powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-141-4/+5
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+1Star
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-233-3/+0Star
* removed unused #include <version.h>Huang Weiyi2008-08-171-1/+0Star
* char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated includeHuang Weiyi2008-07-251-1/+0Star
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-2/+3
* xilinx icap: BKL pushdownJonathan Corbet2008-06-201-1/+5
* [POWERPC] Xilinx: Fix compile warningsKumar Gala2008-05-021-3/+3
* [POWERPC] char/xilinx_hwicap/ section fixAdrian Bunk2008-04-241-1/+1
* [POWERPC] Xilinx: hwicap: Use fixed device major.Stephen Neuendorffer2008-03-261-29/+14Star
* [POWERPC] Xilinx: hwicap: Verify sync before reading idcode.Stephen Neuendorffer2008-03-261-0/+18
* [POWERPC] Xilinx: hwicap: Refactor status handling code.Stephen Neuendorffer2008-03-266-27/+58
* [POWERPC] Xilinx: hwicap cleanupStephen Neuendorffer2008-02-284-158/+144Star
* [POWERPC] Xilinx: hwicap driverStephen Neuendorffer2008-02-067-0/+1984