aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/ccwgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-10[S390] bus_id -> dev_set_name() changesCornelia Huck1-2/+1
2008-10-10[S390] bus_id -> dev_name conversionsKay Sievers1-1/+1
2008-09-16[S390] cio: Fix driver_data handling for ccwgroup devices.Cornelia Huck1-1/+3
2008-08-21[S390] cio: fix ccw group device cleanupPeter Oberparleiter1-8/+12
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-21/+75
2008-04-30[S390] cio: Use strict_strtoul() for attributes.Cornelia Huck1-2/+5
2008-04-29ccwgroup: Unify parsing for group attribute.Ursula Braun1-21/+75
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-05[S390] cio: Add shutdown callback for ccwgroup.Cornelia Huck1-0/+12
2008-01-26[S390] cio: Fix ungroup vs. machine check race in ccwgroup.Cornelia Huck1-2/+4
2008-01-26[S390] cio: Set driver->owner on css, ccw and ccwgroup busses.Cornelia Huck1-0/+1
2008-01-26[S390] cio: Use dev_{g,s}et_drvdata().Cornelia Huck1-7/+7
2008-01-26[S390] cio: Use helpers instead of container_of().Cornelia Huck1-2/+2
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-2/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-2/+1
2007-10-12[S390] cio: Add docbook comments.Cornelia Huck1-17/+50