summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/ccwgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1Star
* | 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/+2Star
* 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/+2Star
* s390/ccwgroup: exploit ccwdev_by_dev_idSebastian Ott2012-05-161-39/+30Star
* s390/ccwgroup: introduce ccwgroup_create_devSebastian Ott2012-05-161-9/+45
* cio: remove {get,put}_driverSebastian Ott2012-01-251-2/+0Star
* [S390] ccwgroup: cleanupSebastian Ott2011-10-301-180/+119Star
* [S390] ccwgroup: move attributes to attribute groupSebastian Ott2011-10-301-20/+22
* [S390] ccwgroup_driver: remove duplicate membersSebastian Ott2011-03-231-4/+2Star
* [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
* [S390] bus_id -> dev_set_name() changesCornelia Huck2008-10-101-2/+1Star
* [S390] bus_id -> dev_name conversionsKay Sievers2008-10-101-1/+1
* [S390] cio: Fix driver_data handling for ccwgroup devices.Cornelia Huck2008-09-161-1/+3
* [S390] cio: fix ccw group device cleanupPeter Oberparleiter2008-08-211-8/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-301-21/+75
|\
| * ccwgroup: Unify parsing for group attribute.Ursula Braun2008-04-291-21/+75
* | [S390] cio: Use strict_strtoul() for attributes.Cornelia Huck2008-04-301-2/+5
* | drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
|/
* [S390] cio: Add shutdown callback for ccwgroup.Cornelia Huck2008-02-051-0/+12
* [S390] cio: Fix ungroup vs. machine check race in ccwgroup.Cornelia Huck2008-01-261-2/+4
* [S390] cio: Set driver->owner on css, ccw and ccwgroup busses.Cornelia Huck2008-01-261-0/+1
* [S390] cio: Use dev_{g,s}et_drvdata().Cornelia Huck2008-01-261-7/+7
* [S390] cio: Use helpers instead of container_of().Cornelia Huck2008-01-261-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-131-2/+1Star
|\