aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/char/xilinx_hwicap (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-25char: xilinx_hwicap: Remove pointless local variablesMichal Simek1-4/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-06-12char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type variable in function buffer_icap_set_configuration().Shailendra Verma1-3/+3
2014-09-23char: xilinx_hwicap: Remove .owner field for driverMichal Simek1-1/+0
2014-07-09char: xilinx_hwicap: missing error code if ioremap() failsDan Carpenter1-0/+1
2013-10-03char: hwicap: Remove unnecessary dev_set_drvdata()Michal Simek1-1/+0
2013-09-26char: xilinx_hwicap: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-05-30char: xilinx_hwicap: Fix typo in comment and extend itMichal Simek1-1/+7
2013-05-30char: xilinx_hwicap: Checkpatch.pl cleanupMichal Simek1-1/+1
2012-11-21char: remove use of __devexitBill Pemberton1-2/+2
2012-11-21char: remove use of __devinitconstBill Pemberton1-2/+2
2012-11-21char: remove use of __devinitBill Pemberton1-3/+3
2012-04-19xilinx_hwicap: reset XHI_MAX_RETRIESDaniel Borkmann1-1/+1
2012-04-19xilinx_hwicap: add support for virtex6 FPGAsDaniel Borkmann1-0/+30
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-5/+9
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28dt: xilinx_hwicap: merge platform and of_platform driver bindingsGrant Likely1-82/+47
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+3
2010-08-16of: Fix missing includesGrant Likely1-0/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-3/+2
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2008-12-17xilinx_hwicap: remove improper wording in license statementGreg Kroah-Hartman6-18/+0
2008-11-14powerpc/virtex: fix various format/casting printk mismatchesGrant Likely1-4/+5
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk3-3/+0
2008-08-16removed unused #include <version.h>Huang Weiyi1-1/+0
2008-07-25char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated includeHuang Weiyi1-1/+0
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-06-20xilinx icap: BKL pushdownJonathan Corbet1-1/+5
2008-05-01[POWERPC] Xilinx: Fix compile warningsKumar Gala1-3/+3
2008-04-24[POWERPC] char/xilinx_hwicap/ section fixAdrian Bunk1-1/+1
2008-03-26[POWERPC] Xilinx: hwicap: Use fixed device major.Stephen Neuendorffer1-29/+14
2008-03-26[POWERPC] Xilinx: hwicap: Verify sync before reading idcode.Stephen Neuendorffer1-0/+18
2008-03-26[POWERPC] Xilinx: hwicap: Refactor status handling code.Stephen Neuendorffer6-27/+58
2008-02-28[POWERPC] Xilinx: hwicap cleanupStephen Neuendorffer4-158/+144
2008-02-06[POWERPC] Xilinx: hwicap driverStephen Neuendorffer7-0/+1984