summaryrefslogtreecommitdiffstats
path: root/drivers/misc/c2port
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2024-12-24misc: c2port: Constify 'struct bin_attribute'Thomas Weißschuh-6/+6
2024-12-24misc: c2port: Calculate bin_attribute size through group callbackThomas Weißschuh-3/+14
2023-10-05c2port: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2020-11-03misc: c2port: core: Make copying name from userspace more secureLee Jones-1/+1
2020-06-29misc: c2port: core: Ensure source size does not equal destination size in str...Lee Jones-1/+1
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman-8/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-8/+2
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman-0/+2
2019-05-24misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz-2/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)-2/+0
2017-05-08drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Dan Carpenter-2/+2
2016-02-07misc: c2port: use kobj_to_dev()Geliang Tang-6/+2
2015-09-29drivers: misc: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar-1/+1
2013-07-24c2port: convert class code to use bin_attrs in groupsGreg Kroah-Hartman-15/+18
2013-07-24c2port: convert class code to use dev_groupsGreg Kroah-Hartman-21/+29
2013-07-24misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman-17/+13
2013-02-27misc/c2port: convert to idr_alloc()Tejun Heo-13/+9
2012-09-18char/misc: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman-3/+2
2012-05-07c2port: fix bogus Kconfig "default no"Paul Bolle-3/+3
2012-03-05c2port: class_create() returns an ERR_PTRDan Carpenter-2/+2
2012-01-24c2port: fix build error for duramar2150 due to missing header.Paul Gortmaker-0/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-24c2port: fix device_create() return value checkJani Nikula-2/+2
2009-06-15c2port: annotate bitfield for kmemcheckVegard Nossum-0/+2
2008-11-15misc: C2port needs <linux/sched.h>Geert Uytterhoeven-0/+1
2008-11-12c2port: add c2port support for Eurotech Duramar 2150Rodolfo Giometti-0/+171
2008-11-12Add c2 port supportRodolfo Giometti-0/+1027