aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/c2port (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-03misc: c2port: core: Make copying name from userspace more secureLee Jones1-1/+1
2020-06-29misc: c2port: core: Ensure source size does not equal destination size in strncpy()Lee Jones1-1/+1
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman2-8/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2-0/+2
2019-05-24misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-2/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-2/+0
2017-05-08drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2016-02-07misc: c2port: use kobj_to_dev()Geliang Tang1-6/+2
2015-09-29drivers: misc: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2013-07-24c2port: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-15/+18
2013-07-24c2port: convert class code to use dev_groupsGreg Kroah-Hartman1-21/+29
2013-07-24misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman1-17/+13
2013-02-27misc/c2port: convert to idr_alloc()Tejun Heo1-13/+9
2012-09-18char/misc: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman1-3/+2
2012-05-07c2port: fix bogus Kconfig "default no"Paul Bolle1-3/+3
2012-03-05c2port: class_create() returns an ERR_PTRDan Carpenter1-2/+2
2012-01-24c2port: fix build error for duramar2150 due to missing header.Paul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+2
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
2010-03-24c2port: fix device_create() return value checkJani Nikula1-2/+2
2009-06-15c2port: annotate bitfield for kmemcheckVegard Nossum1-0/+2
2008-11-15misc: C2port needs <linux/sched.h>Geert Uytterhoeven1-0/+1
2008-11-12c2port: add c2port support for Eurotech Duramar 2150Rodolfo Giometti3-0/+171
2008-11-12Add c2 port supportRodolfo Giometti3-0/+1027