index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
xilinx_hwicap
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-08
char: xilinx_hwicap: Fix NULL vs IS_ERR() bug
Dan Carpenter
1
-2
/
+2
2024-03-08
char: xilinx_hwicap: drop casting to void in dev_set_drvdata
Javier Carrasco
1
-1
/
+1
2023-10-18
char: xilinx_hwicap: Modernize driver probe
Rob Herring
1
-119
/
+19
2023-06-23
xilinx_hwicap: make icap_class a static const structure
Ivan Orlov
1
-5
/
+9
2023-06-15
char: xilinx_hwicap: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-06-15
char: xilinx_hwicap: Drop if block with always false condition
Uwe Kleine-König
1
-2
/
+0
2023-06-15
char: xilinx_hwicap: Fold hwicap_remove() into only caller
Uwe Kleine-König
1
-22
/
+18
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2022-02-25
xilinx_hwicap: cleanup comments
Tom Rix
2
-4
/
+4
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2017-08-28
char: xilinx_hwicap: Fix warnings in the driver
Nava kishore Manne
2
-20
/
+21
2017-08-28
char: xilinx_hwicap: Fix kernel doc warnings
Nava kishore Manne
2
-2
/
+9
2017-01-25
char: xilinx_hwicap: Remove pointless local variables
Michal Simek
1
-4
/
+0
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2015-06-13
char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type varia...
Shailendra Verma
1
-3
/
+3
2014-09-24
char: xilinx_hwicap: Remove .owner field for driver
Michal Simek
1
-1
/
+0
2014-07-10
char: xilinx_hwicap: missing error code if ioremap() fails
Dan Carpenter
1
-0
/
+1
2013-10-04
char: hwicap: Remove unnecessary dev_set_drvdata()
Michal Simek
1
-1
/
+0
2013-09-26
char: xilinx_hwicap: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-05-30
char: xilinx_hwicap: Fix typo in comment and extend it
Michal Simek
1
-1
/
+7
2013-05-30
char: xilinx_hwicap: Checkpatch.pl cleanup
Michal Simek
1
-1
/
+1
2012-11-22
char: remove use of __devexit
Bill Pemberton
1
-2
/
+2
2012-11-22
char: remove use of __devinitconst
Bill Pemberton
1
-2
/
+2
2012-11-22
char: remove use of __devinit
Bill Pemberton
1
-3
/
+3
2012-04-20
xilinx_hwicap: reset XHI_MAX_RETRIES
Daniel Borkmann
1
-1
/
+1
2012-04-20
xilinx_hwicap: add support for virtex6 FPGAs
Daniel Borkmann
1
-0
/
+30
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-1
/
+1
2011-05-18
drivercore: revert addition of of_match to struct device
Grant Likely
1
-5
/
+9
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-28
dt: xilinx_hwicap: merge platform and of_platform driver bindings
Grant Likely
1
-82
/
+47
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-05
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-3
/
+3
2010-08-17
of: Fix missing includes
Grant Likely
1
-0
/
+1
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
1
-2
/
+2
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
1
-3
/
+2
2010-05-19
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-10-02
const: constify remaining file_operations
Alexey Dobriyan
1
-1
/
+1
2008-12-17
xilinx_hwicap: remove improper wording in license statement
Greg Kroah-Hartman
6
-18
/
+0
2008-11-14
powerpc/virtex: fix various format/casting printk mismatches
Grant Likely
1
-4
/
+5
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-2
/
+1
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
3
-3
/
+0
2008-08-17
removed unused #include <version.h>
Huang Weiyi
1
-1
/
+0
2008-07-25
char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated include
Huang Weiyi
1
-1
/
+0
2008-07-22
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-06-21
xilinx icap: BKL pushdown
Jonathan Corbet
1
-1
/
+5
2008-05-02
[POWERPC] Xilinx: Fix compile warnings
Kumar Gala
1
-3
/
+3
2008-04-24
[POWERPC] char/xilinx_hwicap/ section fix
Adrian Bunk
1
-1
/
+1
[next]