summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/ccwgroup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix deadlock during failing recoveryAlexandra Winter2021-09-221-2/+8
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-5/+1
|\
| * bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
| * s390/ccwgroup: Drop if with an always false conditionUwe Kleine-König2021-07-211-2/+0
* | s390/qeth: remove OSN supportJulian Wiedmann2021-07-201-22/+0
|/
* s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungroupingJulian Wiedmann2021-06-071-1/+1
* s390/ccwgroup: simplify ungrouping when driver deregistersJulian Wiedmann2021-06-071-9/+0
* s390/ccwgroup: release the cdevs from within dev->release()Julian Wiedmann2021-06-071-32/+17
* s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributesJulian Wiedmann2020-12-071-9/+3
* s390/ccwgroup: remove pm supportJulian Wiedmann2020-03-271-69/+0
* Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-261-1/+1
|\
| * s390/cio: avoid calling strlen on null pointerVasily Gorbik2019-09-231-1/+1
* | drivers: Add generic helper to match any deviceSuzuki K Poulose2019-07-301-7/+1
* | drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-301-9/+1
|/
* drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose2019-06-261-1/+1
* driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-2/+2
* s390/ccwgroup: add get_ccwgroupdev_by_busid()Julian Wiedmann2018-10-081-0/+30
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+1
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
* | s390/cio: add test for ccwgroup deviceSebastian Ott2018-05-231-0/+6
|/
* s390/ccwgroup: require at least one ccw deviceJulian Wiedmann2018-04-101-1/+4
* s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann2017-09-291-0/+6
* s390/ccwgroup: increase string buffer sizeHeiko Carstens2017-05-091-2/+2
* s390/ccwgroup: use ccwgroup_ungroup wrapperSebastian Ott2014-06-161-12/+2
* s390/ccwgroup: fix an uninitialized return codeSebastian Ott2014-06-161-4/+5
* s390/ccwgroup: obtain extra reference for asynchronous processingSebastian Ott2014-06-161-1/+4
* s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-081-10/+16
* s390/cio: use device_lock to synchronize calls to the ccwgroup driverSebastian Ott2013-12-161-6/+6
* s390: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-221-1/+1
* s390/ccwgroup: allow drivers to call set_{on,off}lineSebastian Ott2012-11-231-2/+20
* s390/ccwgroup: set_online return error when already onlineSebastian Ott2012-11-231-2/+2
* s390/ccwgroup: remove ccwgroup_create_from_stringSebastian Ott2012-05-161-55/+2
* s390/ccwgroup: exploit ccwdev_by_dev_idSebastian Ott2012-05-161-39/+30
* s390/ccwgroup: introduce ccwgroup_create_devSebastian Ott2012-05-161-9/+45
* cio: remove {get,put}_driverSebastian Ott2012-01-251-2/+0
* [S390] ccwgroup: cleanupSebastian Ott2011-10-301-180/+119
* [S390] ccwgroup: move attributes to attribute groupSebastian Ott2011-10-301-20/+22
* [S390] ccwgroup_driver: remove duplicate membersSebastian Ott2011-03-231-4/+2
* [S390] cio: fix ccwgroup unregistration race conditionPeter Oberparleiter2011-01-051-38/+40
* [S390] ccwgroup: add locking around drvdata accessSebastian Ott2010-05-261-0/+7
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* [S390] pm: ccwgroup bus power management callbacksSebastian Ott2009-06-161-5/+73
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-03-271-17/+56
|\
| * [S390] cio: ccw group fix unbind behaviour.Sebastian Ott2009-03-261-6/+36
| * [S390] cio: fix sanity checks in ccwgroup driver.Sebastian Ott2009-03-261-4/+12
| * [S390] cio: ccw group online store - report rcs to the caller.Sebastian Ott2009-03-261-7/+8
* | sysfs: only allow one scheduled removal callback per kobjAlex Chiang2009-03-251-2/+3
|/
* [S390] cio: fix ccwgroup online vs. ungroup race conditionPeter Oberparleiter2008-12-251-5/+13
* [S390] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-251-3/+5