index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
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
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
2009-03-26
[S390] cio: ccw group online store - report rcs to the caller.
Sebastian Ott
1
-7
/
+8
2009-03-24
sysfs: only allow one scheduled removal callback per kobj
Alex Chiang
1
-2
/
+3
2008-12-25
[S390] cio: fix ccwgroup online vs. ungroup race condition
Peter Oberparleiter
1
-5
/
+13
2008-12-25
[S390] struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-3
/
+5
2008-10-10
[S390] bus_id -> dev_set_name() changes
Cornelia Huck
1
-2
/
+1
2008-10-10
[S390] bus_id -> dev_name conversions
Kay Sievers
1
-1
/
+1
2008-09-16
[S390] cio: Fix driver_data handling for ccwgroup devices.
Cornelia Huck
1
-1
/
+3
2008-08-21
[S390] cio: fix ccw group device cleanup
Peter Oberparleiter
1
-8
/
+12
2008-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-21
/
+75
2008-04-30
[S390] cio: Use strict_strtoul() for attributes.
Cornelia Huck
1
-2
/
+5
2008-04-29
ccwgroup: Unify parsing for group attribute.
Ursula Braun
1
-21
/
+75
2008-04-18
drivers: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-02-05
[S390] cio: Add shutdown callback for ccwgroup.
Cornelia Huck
1
-0
/
+12
2008-01-26
[S390] cio: Fix ungroup vs. machine check race in ccwgroup.
Cornelia Huck
1
-2
/
+4
2008-01-26
[S390] cio: Set driver->owner on css, ccw and ccwgroup busses.
Cornelia Huck
1
-0
/
+1
2008-01-26
[S390] cio: Use dev_{g,s}et_drvdata().
Cornelia Huck
1
-7
/
+7
2008-01-26
[S390] cio: Use helpers instead of container_of().
Cornelia Huck
1
-2
/
+2
2007-10-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
1
-2
/
+1
2007-10-12
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-2
/
+1
2007-10-12
[S390] cio: Add docbook comments.
Cornelia Huck
1
-17
/
+50
2007-07-27
[S390] cio: Clean up messages.
Cornelia Huck
1
-3
/
+0
2007-04-27
[S390] cio: ccwgroup register vs. unregister.
Cornelia Huck
1
-15
/
+18
2007-03-15
[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390
Alan Stern
1
-3
/
+15
2007-02-05
[S390] Avoid excessive inlining.
Heiko Carstens
1
-3
/
+3
2006-08-30
[S390] cio: kernel stack overflow.
Heiko Carstens
1
-9
/
+5
2006-07-27
[S390] duplicate ccw devices in ccwgroup.
Cornelia Huck
1
-7
/
+3
2006-07-12
[S390] Fix sparse warnings.
Heiko Carstens
1
-1
/
+1
2006-06-29
[S390] ccwgroup device unregister.
Cornelia Huck
1
-7
/
+10
[next]