summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/device.c
Commit message (Expand)AuthorAgeFilesLines
* [S390] cio: Remove cio_msg kernel parameter.Michael Ernst2008-05-071-13/+12Star
* [S390] cio: Use strict_strtoul() for attributes.Cornelia Huck2008-04-301-6/+11
* [S390] Fix a lot of sparse warnings.Heiko Carstens2008-04-171-1/+0Star
* [S390] cio: Do timed recovery on workqueue.Cornelia Huck2008-02-191-1/+12
* [S390] cio: Remember to initialize recovery_lock.Cornelia Huck2008-02-191-1/+1
* [S390] cio: introduce timed recovery procedurePeter Oberparleiter2008-01-261-0/+63
* [S390] cio: Set driver->owner on css, ccw and ccwgroup busses.Cornelia Huck2008-01-261-0/+2
* [S390] cio: Use dev_{g,s}et_drvdata().Cornelia Huck2008-01-261-18/+18
* [S390] cio: Introduce subchannel->private.Cornelia Huck2008-01-261-2/+14
* [S390] cio: Add css_driver_{register,unregister}.Cornelia Huck2008-01-261-6/+4Star
* [S390] cio: css_driver: Use consistent parameters.Cornelia Huck2008-01-261-14/+24
* [S390] cio: use INIT_WORK to initialize struct work.Heiko Carstens2007-11-051-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-131-18/+7Star
|\
| * Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-18/+7Star
* | [S390] cio: Avoid machine check vs. not operational races.Cornelia Huck2007-10-121-2/+1Star
* | [S390] cio: Fix device attributes for early devices.Cornelia Huck2007-10-121-0/+1
* | [S390] cio: Disable channel measurements (cmf) on shutdown/reboot.Cornelia Huck2007-10-121-0/+2
* | [S390] cio: Introduce ccw_bus_type.shutdown.Cornelia Huck2007-10-121-0/+10
* | [S390] cio: Add docbook comments.Cornelia Huck2007-10-121-10/+54
|/
* [S390] cio: dont forget to set last slot to NULL in ccw_uevent().Cornelia Huck2007-08-221-1/+4
* [S390] cio: Clean up messages.Cornelia Huck2007-07-271-22/+38
* [S390] cio: Dont print trailing \0 in modalias_show().Cornelia Huck2007-07-171-1/+1
* [S390] cio: Use device_schedule_callback() for removing disconnected devices.Cornelia Huck2007-05-311-11/+38
* [S390] cio: Make some structures and a function static.Cornelia Huck2007-05-101-2/+2
* s390: cio: Delay uevents for subchannelsCornelia Huck2007-04-271-0/+6
* [S390] cio: Unregister ccw devices directly.Cornelia Huck2007-04-271-44/+12Star
* [S390] cio: Dont call css_update_ssd_info from interrupt context.Cornelia Huck2007-04-271-1/+2
* [S390] cio: fix subchannel channel-path data usagePeter Oberparleiter2007-04-271-3/+9
* [S390] cio: Use add_uevent_var.Cornelia Huck2007-04-271-40/+26Star
* [S390] cio: Clean up online_store.Cornelia Huck2007-04-271-47/+62
* [S390] Avoid excessive inlining.Heiko Carstens2007-02-051-2/+2
* [S390] cio: Remove check for ssd in chpids_show().Cornelia Huck2007-02-051-5/+2Star
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-051-1/+0Star
* [S390] Use dev->groups for adding/removing the subchannel attribute group.Cornelia Huck2006-12-081-7/+9
* [S390] Support for disconnected devices reappearing on another subchannel.Cornelia Huck2006-12-081-50/+237
* [S390] subchannel lock conversion.Cornelia Huck2006-12-081-7/+14
* [S390] Some preparations for the dynamic subchannel mapping patch.Cornelia Huck2006-12-081-42/+65
* [S390] more workqueue fixes.Martin Schwidefsky2006-12-081-16/+27
* [S390] cio: Use device_reprobe() instead of bus_rescan_devices().Cornelia Huck2006-12-041-1/+13
* [S390] cio: Retry internal operations after vary off.Cornelia Huck2006-12-041-0/+3
* [S390] cio: Make ccw_device_register() static.Cornelia Huck2006-10-271-2/+1Star
* [S390] cio: remove casts from/to (void *).Cornelia Huck2006-10-111-8/+8
* [S390] cio: Use ccw_dev_id and subchannel_id in ccw_device_privateCornelia Huck2006-10-111-17/+15Star
* [S390] set modalias for ccw bus uevents.Peter Oberparleiter2006-09-201-43/+66
* [S390] cio: kernel stack overflow.Heiko Carstens2006-08-301-12/+7Star
* [S390] Fix sparse warnings.Heiko Carstens2006-07-121-4/+4
* [S390] subchannel register/unregister mutex.Cornelia Huck2006-07-121-3/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [S390] cio async subchannel reprobe.Peter Oberparleiter2006-06-291-2/+2
* [PATCH] s390: kzalloc() conversion in drivers/s390Eric Sesterhenn2006-03-241-4/+2Star