aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07[S390] cio: introduce subchannel todosPeter Oberparleiter1-18/+5
2009-12-07[S390] cio: introduce parent-initiated device movePeter Oberparleiter1-331/+182
2009-12-07[S390] cio: fix repeat setting of cdev parent associationPeter Oberparleiter1-4/+1
2009-12-07[S390] cio: fix double free in case of probe failurePeter Oberparleiter1-6/+5
2009-10-14[S390] cio: change misleading console logicPeter Oberparleiter1-5/+4
2009-10-06[S390] cio: make not operational handling consistentPeter Oberparleiter1-2/+2
2009-09-22[S390] cio: introduce css_settleSebastian Ott1-6/+12
2009-09-22[S390] cio: merge init callsSebastian Ott1-17/+3
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-11[S390] cio: remove ccw_device init_nameSebastian Ott1-17/+6
2009-09-11[S390] cio: move final put_device to ccw_device_unregisterSebastian Ott1-3/+4
2009-09-11[S390] cio: fix use after free in s390 debug featureSebastian Ott1-5/+9
2009-09-11[S390] cio: failing set online/offline processing.Michael Ernst1-35/+65
2009-09-11[S390] cio: ensure to hold a reference for deferred deregistrationSebastian Ott1-8/+6
2009-09-11[S390] cio: increase trace levelSebastian Ott1-2/+2
2009-09-11[S390] cio: consolidate subchannel intparm resetPeter Oberparleiter1-10/+0
2009-08-23[S390] cio: fix double free after failed device initializationSebastian Ott1-3/+1
2009-06-16[S390] cio: force console functionMartin Schwidefsky1-0/+9
2009-06-16[S390] pm: io subchannel driver power management callbacksCornelia Huck1-0/+14
2009-06-16[S390] pm: ccw bus power management callbacksSebastian Ott1-0/+237
2009-03-31[S390] cio: online_store - trigger recognition for boxed devicesSebastian Ott1-1/+1
2009-03-31[S390] cio: disallow online setting of device in transient stateSebastian Ott1-1/+5
2009-03-31[S390] cio: introduce notifier for boxed stateSebastian Ott1-2/+2
2009-03-31[S390] cio: introduce ccw_device_schedule_sch_unregisterSebastian Ott1-10/+11
2009-03-31[S390] cio: wake up on failed recognitionSebastian Ott1-2/+8
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-31/+13
2009-03-26[S390] cio: remove unused local variableSebastian Ott1-3/+0
2009-03-26[S390] cio: ccw device online store - report rc from ccw driver.Sebastian Ott1-8/+6
2009-03-26[S390] cio: Use unbind/bind instead of unregister/register.Cornelia Huck1-20/+7
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-4/+5
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-2/+2
2008-12-25[S390] cio: use pim to check for multipath.Sebastian Ott1-1/+2
2008-12-25[S390] cio: commit all pmcw changes.Sebastian Ott1-0/+6
2008-12-25[S390] cio: introduce cio_commit_configSebastian Ott1-18/+18
2008-12-25[S390] cio: introduce cio_update_schibSebastian Ott1-9/+4
2008-12-25[S390] cio: Use device_is_registered().Cornelia Huck1-1/+1
2008-12-25[S390] cio: Dont call ->release directly.Cornelia Huck1-2/+2
2008-12-25[S390] cio: Dont fail probe for I/O subchannels.Cornelia Huck1-12/+31
2008-12-25[S390] cio: Only register ccw_device for registered subchannel.Cornelia Huck1-6/+12
2008-12-25[S390] cio: Fix I/O subchannel refcounting.Cornelia Huck1-19/+56
2008-12-25[S390] cio: Fix reference counting for online/offline.Cornelia Huck1-7/+22
2008-12-25[S390] cio: Put referernce on correct device after moving.Cornelia Huck1-2/+2
2008-12-25[S390] cio: move irritating comment.Sebastian Ott1-6/+6
2008-12-25[S390] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-14[S390] cio: Fix refcount after moving devices.Cornelia Huck1-0/+4
2008-10-10[S390] bus_id -> dev_set_name() for css and ccw bussesCornelia Huck1-2/+14
2008-10-10[S390] more bus_id -> dev_name conversionsCornelia Huck1-1/+1
2008-10-10[S390] bus_id -> dev_name conversionsKay Sievers1-2/+2
2008-10-10[S390] cio: introduce purge function for /proc/cio_ignorePeter Oberparleiter1-0/+40
2008-10-10[S390] cio: move device unregistration to dedicated work queuePeter Oberparleiter1-31/+25