aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/c2port
AgeCommit message (Expand)AuthorFilesLines
2020-11-03misc: c2port: core: Make copying name from userspace more secureGravatar Lee Jones 1-1/+1
2020-06-29misc: c2port: core: Ensure source size does not equal destination size in str...Gravatar Lee Jones 1-1/+1
2019-06-23Merge 5.2-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 2-8/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 2-8/+2
2019-06-09Merge 5.2-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 2-0/+2
2019-05-24misc: remove redundant 'default n' from Kconfig-sGravatar Bartlomiej Zolnierkiewicz 1-2/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2017-11-15kmemcheck: remove annotationsGravatar Levin, Alexander (Sasha Levin) 1-2/+0
2017-05-08drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Gravatar Dan Carpenter 1-2/+2
2016-02-07misc: c2port: use kobj_to_dev()Gravatar Geliang Tang 1-6/+2
2015-09-29drivers: misc: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2013-07-24c2port: convert class code to use bin_attrs in groupsGravatar Greg Kroah-Hartman 1-15/+18
2013-07-24c2port: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 1-21/+29
2013-07-24misc: c2port: use dev_bin_attrs instead of hand-coding itGravatar Greg Kroah-Hartman 1-17/+13
2013-02-27misc/c2port: convert to idr_alloc()Gravatar Tejun Heo 1-13/+9
2012-09-18char/misc: remove CONFIG_EXPERIMENTAL dependenciesGravatar Greg Kroah-Hartman 1-3/+2
2012-05-07c2port: fix bogus Kconfig "default no"Gravatar Paul Bolle 1-3/+3
2012-03-05c2port: class_create() returns an ERR_PTRGravatar Dan Carpenter 1-2/+2
2012-01-24c2port: fix build error for duramar2150 due to missing header.Gravatar Paul Gortmaker 1-0/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-24c2port: fix device_create() return value checkGravatar Jani Nikula 1-2/+2
2009-06-15c2port: annotate bitfield for kmemcheckGravatar Vegard Nossum 1-0/+2
2008-11-15misc: C2port needs <linux/sched.h>Gravatar Geert Uytterhoeven 1-0/+1
2008-11-12c2port: add c2port support for Eurotech Duramar 2150Gravatar Rodolfo Giometti 3-0/+171
2008-11-12Add c2 port supportGravatar Rodolfo Giometti 3-0/+1027