index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
cio
/
ccwgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-31
s390/cio: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-03-17
s390/cio: use while (i--) pattern to clean up
Andy Shevchenko
1
-2
/
+2
2024-02-09
s390/ccwgroup: make ccwgroup_bus_type const
Ricardo B. Marliere
1
-2
/
+2
2023-07-03
s390: fix various typos
Heiko Carstens
1
-1
/
+1
2021-09-21
s390/qeth: fix deadlock during failing recovery
Alexandra Winter
1
-2
/
+8
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+1
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-07-21
s390/ccwgroup: Drop if with an always false condition
Uwe Kleine-König
1
-2
/
+0
2021-07-20
s390/qeth: remove OSN support
Julian Wiedmann
1
-22
/
+0
2021-06-07
s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungrouping
Julian Wiedmann
1
-1
/
+1
2021-06-07
s390/ccwgroup: simplify ungrouping when driver deregisters
Julian Wiedmann
1
-9
/
+0
2021-06-07
s390/ccwgroup: release the cdevs from within dev->release()
Julian Wiedmann
1
-32
/
+17
2020-12-07
s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributes
Julian Wiedmann
1
-9
/
+3
2020-03-27
s390/ccwgroup: remove pm support
Julian Wiedmann
1
-69
/
+0
2019-09-26
Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-1
/
+1
2019-09-23
s390/cio: avoid calling strlen on null pointer
Vasily Gorbik
1
-1
/
+1
2019-07-30
drivers: Add generic helper to match any device
Suzuki K Poulose
1
-7
/
+1
2019-07-30
drivers: Introduce device lookup variants by name
Suzuki K Poulose
1
-9
/
+1
2019-06-26
drivers: s390/cio: Fix compilation warning about const qualifiers
Suzuki K Poulose
1
-1
/
+1
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
1
-2
/
+2
2018-10-08
s390/ccwgroup: add get_ccwgroupdev_by_busid()
Julian Wiedmann
1
-0
/
+30
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+1
2018-05-23
s390/cio: add test for ccwgroup device
Sebastian Ott
1
-0
/
+6
2018-04-10
s390/ccwgroup: require at least one ccw device
Julian Wiedmann
1
-1
/
+4
2017-11-24
s390: cio: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-09-29
s390/ccwgroup: tie a ccwgroup driver to its ccw driver
Julian Wiedmann
1
-0
/
+6
2017-05-09
s390/ccwgroup: increase string buffer size
Heiko Carstens
1
-2
/
+2
2014-06-16
s390/ccwgroup: use ccwgroup_ungroup wrapper
Sebastian Ott
1
-12
/
+2
2014-06-16
s390/ccwgroup: fix an uninitialized return code
Sebastian Ott
1
-4
/
+5
2014-06-16
s390/ccwgroup: obtain extra reference for asynchronous processing
Sebastian Ott
1
-1
/
+4
2014-02-07
s390: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
1
-10
/
+16
2013-12-16
s390/cio: use device_lock to synchronize calls to the ccwgroup driver
Sebastian Ott
1
-6
/
+6
2013-08-22
s390: replace strict_strtoul() with kstrtoul()
Jingoo Han
1
-1
/
+1
2012-11-23
s390/ccwgroup: allow drivers to call set_{on,off}line
Sebastian Ott
1
-2
/
+20
2012-11-23
s390/ccwgroup: set_online return error when already online
Sebastian Ott
1
-2
/
+2
2012-05-16
s390/ccwgroup: remove ccwgroup_create_from_string
Sebastian Ott
1
-55
/
+2
2012-05-16
s390/ccwgroup: exploit ccwdev_by_dev_id
Sebastian Ott
1
-39
/
+30
2012-05-16
s390/ccwgroup: introduce ccwgroup_create_dev
Sebastian Ott
1
-9
/
+45
2012-01-24
cio: remove {get,put}_driver
Sebastian Ott
1
-2
/
+0
2011-10-30
[S390] ccwgroup: cleanup
Sebastian Ott
1
-180
/
+119
2011-10-30
[S390] ccwgroup: move attributes to attribute group
Sebastian Ott
1
-20
/
+22
2011-03-23
[S390] ccwgroup_driver: remove duplicate members
Sebastian Ott
1
-4
/
+2
2011-01-05
[S390] cio: fix ccwgroup unregistration race condition
Peter Oberparleiter
1
-38
/
+40
2010-05-26
[S390] ccwgroup: add locking around drvdata access
Sebastian Ott
1
-0
/
+7
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-06-16
[S390] pm: ccwgroup bus power management callbacks
Sebastian Ott
1
-5
/
+73
2009-03-26
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-17
/
+56
2009-03-26
[S390] cio: ccw group fix unbind behaviour.
Sebastian Ott
1
-6
/
+36
2009-03-26
[S390] cio: fix sanity checks in ccwgroup driver.
Sebastian Ott
1
-4
/
+12
[next]