aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/xilinx_hwicap
AgeCommit message (Expand)AuthorFilesLines
2022-02-25xilinx_hwicap: cleanup commentsGravatar Tom Rix 2-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2017-08-28char: xilinx_hwicap: Fix warnings in the driverGravatar Nava kishore Manne 2-20/+21
2017-08-28char: xilinx_hwicap: Fix kernel doc warningsGravatar Nava kishore Manne 2-2/+9
2017-01-25char: xilinx_hwicap: Remove pointless local variablesGravatar Michal Simek 1-4/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-06-12char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type varia...Gravatar Shailendra Verma 1-3/+3
2014-09-23char: xilinx_hwicap: Remove .owner field for driverGravatar Michal Simek 1-1/+0
2014-07-09char: xilinx_hwicap: missing error code if ioremap() failsGravatar Dan Carpenter 1-0/+1
2013-10-03char: hwicap: Remove unnecessary dev_set_drvdata()Gravatar Michal Simek 1-1/+0
2013-09-26char: xilinx_hwicap: Remove casting the return value which is a void pointerGravatar Jingoo Han 1-1/+1
2013-05-30char: xilinx_hwicap: Fix typo in comment and extend itGravatar Michal Simek 1-1/+7
2013-05-30char: xilinx_hwicap: Checkpatch.pl cleanupGravatar Michal Simek 1-1/+1
2012-11-21char: remove use of __devexitGravatar Bill Pemberton 1-2/+2
2012-11-21char: remove use of __devinitconstGravatar Bill Pemberton 1-2/+2
2012-11-21char: remove use of __devinitGravatar Bill Pemberton 1-3/+3
2012-04-19xilinx_hwicap: reset XHI_MAX_RETRIESGravatar Daniel Borkmann 1-1/+1
2012-04-19xilinx_hwicap: add support for virtex6 FPGAsGravatar Daniel Borkmann 1-0/+30
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGravatar Grant Likely 1-5/+9
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-28dt: xilinx_hwicap: merge platform and of_platform driver bindingsGravatar Grant Likely 1-82/+47
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+3
2010-08-16of: Fix missing includesGravatar Grant Likely 1-0/+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-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2008-12-17xilinx_hwicap: remove improper wording in license statementGravatar Greg Kroah-Hartman 6-18/+0
2008-11-14powerpc/virtex: fix various format/casting printk mismatchesGravatar Grant Likely 1-4/+5
2008-10-16device create: char: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-2/+1
2008-08-23removed unused #include <linux/version.h>'sGravatar Adrian Bunk 3-3/+0
2008-08-16removed unused #include <version.h>Gravatar Huang Weiyi 1-1/+0
2008-07-25char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated includeGravatar Huang Weiyi 1-1/+0
2008-07-21device create: char: convert device_create to device_create_drvdataGravatar Greg Kroah-Hartman 1-2/+3
2008-06-20xilinx icap: BKL pushdownGravatar Jonathan Corbet 1-1/+5
2008-05-01[POWERPC] Xilinx: Fix compile warningsGravatar Kumar Gala 1-3/+3
2008-04-24[POWERPC] char/xilinx_hwicap/ section fixGravatar Adrian Bunk 1-1/+1
2008-03-26[POWERPC] Xilinx: hwicap: Use fixed device major.Gravatar Stephen Neuendorffer 1-29/+14
2008-03-26[POWERPC] Xilinx: hwicap: Verify sync before reading idcode.Gravatar Stephen Neuendorffer 1-0/+18
2008-03-26[POWERPC] Xilinx: hwicap: Refactor status handling code.Gravatar Stephen Neuendorffer 6-27/+58
2008-02-28[POWERPC] Xilinx: hwicap cleanupGravatar Stephen Neuendorffer 4-158/+144
2008-02-06[POWERPC] Xilinx: hwicap driverGravatar Stephen Neuendorffer 7-0/+1984