summaryrefslogtreecommitdiff
path: root/drivers/isdn/mISDN/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-11isdn: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-03-30mISDN: remove unneeded mISDN_class_release()Greg Kroah-Hartman1-6/+0
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-11-14mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo1-1/+1
2022-11-02mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang1-2/+3
2021-12-28mISDN: change function names to avoid conflictswolfgang huang1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-10/+1
2013-07-27ISDN: convert class code to use dev_groupsGreg Kroah-Hartman1-28/+36
2013-02-07driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2013-01-04Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman1-4/+0
2012-05-04mISDN: Help to identify the cardKarsten Keil1-0/+16
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-19/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-05-25mISDN: get_free_devid() failure ignoredRoel Kluin1-4/+4
2009-01-10mISDN: Create /sys/class/mISDNMatthias Urlichs1-54/+217
2009-01-10mISDN: Add ISDN sample clock API to mISDN coreAndreas Eversberg1-0/+1
2009-01-10mISDN: Use struct device name fieldMatthias Urlichs1-4/+4
2008-12-13mISDN: make global symbols static or include header filesHannes Eder1-4/+4
2008-07-27Add mISDN core filesKarsten Keil1-0/+244