summaryrefslogtreecommitdiffstats
path: root/drivers/char/xilinx_hwicap
AgeCommit message (Expand)AuthorLines
2026-01-16xilinx_hwicap: fifo_icap.c: fix all kernel-doc warningsRandy Dunlap-8/+19
2024-11-05char: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-03-07char: xilinx_hwicap: Fix NULL vs IS_ERR() bugDan Carpenter-2/+2
2024-03-07char: xilinx_hwicap: drop casting to void in dev_set_drvdataJavier Carrasco-1/+1
2023-10-18char: xilinx_hwicap: Modernize driver probeRob Herring-119/+19
2023-06-23xilinx_hwicap: make icap_class a static const structureIvan Orlov-5/+9
2023-06-15char: xilinx_hwicap: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-06-15char: xilinx_hwicap: Drop if block with always false conditionUwe Kleine-König-2/+0
2023-06-15char: xilinx_hwicap: Fold hwicap_remove() into only callerUwe Kleine-König-22/+18
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2022-02-25xilinx_hwicap: cleanup commentsTom Rix-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2017-08-28char: xilinx_hwicap: Fix warnings in the driverNava kishore Manne-20/+21
2017-08-28char: xilinx_hwicap: Fix kernel doc warningsNava kishore Manne-2/+9
2017-01-25char: xilinx_hwicap: Remove pointless local variablesMichal Simek-4/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2015-06-12char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type varia...Shailendra Verma-3/+3
2014-09-23char: xilinx_hwicap: Remove .owner field for driverMichal Simek-1/+0
2014-07-09char: xilinx_hwicap: missing error code if ioremap() failsDan Carpenter-0/+1
2013-10-03char: hwicap: Remove unnecessary dev_set_drvdata()Michal Simek-1/+0
2013-09-26char: xilinx_hwicap: Remove casting the return value which is a void pointerJingoo Han-1/+1
2013-05-30char: xilinx_hwicap: Fix typo in comment and extend itMichal Simek-1/+7
2013-05-30char: xilinx_hwicap: Checkpatch.pl cleanupMichal Simek-1/+1
2012-11-21char: remove use of __devexitBill Pemberton-2/+2
2012-11-21char: remove use of __devinitconstBill Pemberton-2/+2
2012-11-21char: remove use of __devinitBill Pemberton-3/+3
2012-04-19xilinx_hwicap: reset XHI_MAX_RETRIESDaniel Borkmann-1/+1
2012-04-19xilinx_hwicap: add support for virtex6 FPGAsDaniel Borkmann-0/+30
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely-5/+9
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-02-28dt: xilinx_hwicap: merge platform and of_platform driver bindingsGrant Likely-82/+47
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann-3/+3
2010-08-16of: Fix missing includesGrant Likely-0/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely-3/+2
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2008-12-17xilinx_hwicap: remove improper wording in license statementGreg Kroah-Hartman-18/+0
2008-11-14powerpc/virtex: fix various format/casting printk mismatchesGrant Likely-4/+5
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman-2/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk-3/+0
2008-08-16removed unused #include <version.h>Huang Weiyi-1/+0
2008-07-25char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated includeHuang Weiyi-1/+0
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman-2/+3
2008-06-20xilinx icap: BKL pushdownJonathan Corbet-1/+5