aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/ccwgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-21s390/qeth: fix deadlock during failing recoveryAlexandra Winter1-2/+8
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-21s390/ccwgroup: Drop if with an always false conditionUwe Kleine-König1-2/+0
2021-07-20s390/qeth: remove OSN supportJulian Wiedmann1-22/+0
2021-06-07s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungroupingJulian Wiedmann1-1/+1
2021-06-07s390/ccwgroup: simplify ungrouping when driver deregistersJulian Wiedmann1-9/+0
2021-06-07s390/ccwgroup: release the cdevs from within dev->release()Julian Wiedmann1-32/+17
2020-12-07s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributesJulian Wiedmann1-9/+3
2020-03-27s390/ccwgroup: remove pm supportJulian Wiedmann1-69/+0
2019-09-26Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2019-09-23s390/cio: avoid calling strlen on null pointerVasily Gorbik1-1/+1
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose1-7/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-9/+1
2019-06-26drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose1-1/+1
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-2/+2
2018-10-08s390/ccwgroup: add get_ccwgroupdev_by_busid()Julian Wiedmann1-0/+30
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-05-23s390/cio: add test for ccwgroup deviceSebastian Ott1-0/+6
2018-04-10s390/ccwgroup: require at least one ccw deviceJulian Wiedmann1-1/+4
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann1-0/+6
2017-05-09s390/ccwgroup: increase string buffer sizeHeiko Carstens1-2/+2
2014-06-16s390/ccwgroup: use ccwgroup_ungroup wrapperSebastian Ott1-12/+2
2014-06-16s390/ccwgroup: fix an uninitialized return codeSebastian Ott1-4/+5
2014-06-16s390/ccwgroup: obtain extra reference for asynchronous processingSebastian Ott1-1/+4
2014-02-07s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-10/+16
2013-12-16s390/cio: use device_lock to synchronize calls to the ccwgroup driverSebastian Ott1-6/+6
2013-08-22s390: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-23s390/ccwgroup: allow drivers to call set_{on,off}lineSebastian Ott1-2/+20
2012-11-23s390/ccwgroup: set_online return error when already onlineSebastian Ott1-2/+2
2012-05-16s390/ccwgroup: remove ccwgroup_create_from_stringSebastian Ott1-55/+2
2012-05-16s390/ccwgroup: exploit ccwdev_by_dev_idSebastian Ott1-39/+30
2012-05-16s390/ccwgroup: introduce ccwgroup_create_devSebastian Ott1-9/+45
2012-01-24cio: remove {get,put}_driverSebastian Ott1-2/+0
2011-10-30[S390] ccwgroup: cleanupSebastian Ott1-180/+119
2011-10-30[S390] ccwgroup: move attributes to attribute groupSebastian Ott1-20/+22
2011-03-23[S390] ccwgroup_driver: remove duplicate membersSebastian Ott1-4/+2
2011-01-05[S390] cio: fix ccwgroup unregistration race conditionPeter Oberparleiter1-38/+40
2010-05-26[S390] ccwgroup: add locking around drvdata accessSebastian Ott1-0/+7
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-06-16[S390] pm: ccwgroup bus power management callbacksSebastian Ott1-5/+73
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-17/+56
2009-03-26[S390] cio: ccw group fix unbind behaviour.Sebastian Ott1-6/+36
2009-03-26[S390] cio: fix sanity checks in ccwgroup driver.Sebastian Ott1-4/+12
2009-03-26[S390] cio: ccw group online store - report rcs to the caller.Sebastian Ott1-7/+8
2009-03-24sysfs: only allow one scheduled removal callback per kobjAlex Chiang1-2/+3
2008-12-25[S390] cio: fix ccwgroup online vs. ungroup race conditionPeter Oberparleiter1-5/+13
2008-12-25[S390] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+5