summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/ccwgroup.c
AgeCommit message (Expand)Author
2020-03-27s390/ccwgroup: remove pm supportJulian Wiedmann
2019-09-26Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-09-23s390/cio: avoid calling strlen on null pointerVasily Gorbik
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose
2019-06-26drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose
2018-10-08s390/ccwgroup: add get_ccwgroupdev_by_busid()Julian Wiedmann
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-05-23s390/cio: add test for ccwgroup deviceSebastian Ott
2018-04-10s390/ccwgroup: require at least one ccw deviceJulian Wiedmann
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann
2017-05-09s390/ccwgroup: increase string buffer sizeHeiko Carstens
2014-06-16s390/ccwgroup: use ccwgroup_ungroup wrapperSebastian Ott
2014-06-16s390/ccwgroup: fix an uninitialized return codeSebastian Ott
2014-06-16s390/ccwgroup: obtain extra reference for asynchronous processingSebastian Ott
2014-02-07s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo
2013-12-16s390/cio: use device_lock to synchronize calls to the ccwgroup driverSebastian Ott
2013-08-22s390: replace strict_strtoul() with kstrtoul()Jingoo Han
2012-11-23s390/ccwgroup: allow drivers to call set_{on,off}lineSebastian Ott
2012-11-23s390/ccwgroup: set_online return error when already onlineSebastian Ott
2012-05-16s390/ccwgroup: remove ccwgroup_create_from_stringSebastian Ott
2012-05-16s390/ccwgroup: exploit ccwdev_by_dev_idSebastian Ott
2012-05-16s390/ccwgroup: introduce ccwgroup_create_devSebastian Ott
2012-01-24cio: remove {get,put}_driverSebastian Ott
2011-10-30[S390] ccwgroup: cleanupSebastian Ott
2011-10-30[S390] ccwgroup: move attributes to attribute groupSebastian Ott
2011-03-23[S390] ccwgroup_driver: remove duplicate membersSebastian Ott
2011-01-05[S390] cio: fix ccwgroup unregistration race conditionPeter Oberparleiter
2010-05-26[S390] ccwgroup: add locking around drvdata accessSebastian Ott
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-06-16[S390] pm: ccwgroup bus power management callbacksSebastian Ott
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-03-26[S390] cio: ccw group fix unbind behaviour.Sebastian Ott
2009-03-26[S390] cio: fix sanity checks in ccwgroup driver.Sebastian Ott
2009-03-26[S390] cio: ccw group online store - report rcs to the caller.Sebastian Ott
2009-03-24sysfs: only allow one scheduled removal callback per kobjAlex Chiang
2008-12-25[S390] cio: fix ccwgroup online vs. ungroup race conditionPeter Oberparleiter
2008-12-25[S390] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-10[S390] bus_id -> dev_set_name() changesCornelia Huck
2008-10-10[S390] bus_id -> dev_name conversionsKay Sievers
2008-09-16[S390] cio: Fix driver_data handling for ccwgroup devices.Cornelia Huck
2008-08-21[S390] cio: fix ccw group device cleanupPeter Oberparleiter
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-04-30[S390] cio: Use strict_strtoul() for attributes.Cornelia Huck
2008-04-29ccwgroup: Unify parsing for group attribute.Ursula Braun
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-02-05[S390] cio: Add shutdown callback for ccwgroup.Cornelia Huck