index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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
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
2006-03-24
[PATCH] s390: kzalloc() conversion in drivers/s390
Eric Sesterhenn
1
-2
/
+1
2006-02-01
[PATCH] s390: Remove CVS generated information
Heiko Carstens
1
-1
/
+0
2006-01-14
[PATCH] s390: email-address change
Cornelia Huck
1
-2
/
+2
2006-01-13
[PATCH] Add ccwgroup_bus_type probe and remove methods
Russell King
1
-7
/
+9
2006-01-06
[PATCH] s390: atomic primitives
Martin Schwidefsky
1
-3
/
+3
2006-01-04
[PATCH] driver kill hotplug word from sn and others fix
Paul Jackson
1
-2
/
+2
[next]