summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/device.c
AgeCommit message (Expand)Author
2008-05-07[S390] cio: Remove cio_msg kernel parameter.Michael Ernst
2008-04-30[S390] cio: Use strict_strtoul() for attributes.Cornelia Huck
2008-04-17[S390] Fix a lot of sparse warnings.Heiko Carstens
2008-02-19[S390] cio: Do timed recovery on workqueue.Cornelia Huck
2008-02-19[S390] cio: Remember to initialize recovery_lock.Cornelia Huck
2008-01-26[S390] cio: introduce timed recovery procedurePeter Oberparleiter
2008-01-26[S390] cio: Set driver->owner on css, ccw and ccwgroup busses.Cornelia Huck
2008-01-26[S390] cio: Use dev_{g,s}et_drvdata().Cornelia Huck
2008-01-26[S390] cio: Introduce subchannel->private.Cornelia Huck
2008-01-26[S390] cio: Add css_driver_{register,unregister}.Cornelia Huck
2008-01-26[S390] cio: css_driver: Use consistent parameters.Cornelia Huck
2007-11-05[S390] cio: use INIT_WORK to initialize struct work.Heiko Carstens
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-10-12[S390] cio: Avoid machine check vs. not operational races.Cornelia Huck
2007-10-12[S390] cio: Fix device attributes for early devices.Cornelia Huck
2007-10-12[S390] cio: Disable channel measurements (cmf) on shutdown/reboot.Cornelia Huck
2007-10-12[S390] cio: Introduce ccw_bus_type.shutdown.Cornelia Huck
2007-10-12[S390] cio: Add docbook comments.Cornelia Huck
2007-08-22[S390] cio: dont forget to set last slot to NULL in ccw_uevent().Cornelia Huck
2007-07-27[S390] cio: Clean up messages.Cornelia Huck
2007-07-17[S390] cio: Dont print trailing \0 in modalias_show().Cornelia Huck
2007-05-31[S390] cio: Use device_schedule_callback() for removing disconnected devices.Cornelia Huck
2007-05-10[S390] cio: Make some structures and a function static.Cornelia Huck
2007-04-27s390: cio: Delay uevents for subchannelsCornelia Huck
2007-04-27[S390] cio: Unregister ccw devices directly.Cornelia Huck
2007-04-27[S390] cio: Dont call css_update_ssd_info from interrupt context.Cornelia Huck
2007-04-27[S390] cio: fix subchannel channel-path data usagePeter Oberparleiter
2007-04-27[S390] cio: Use add_uevent_var.Cornelia Huck
2007-04-27[S390] cio: Clean up online_store.Cornelia Huck
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens
2007-02-05[S390] cio: Remove check for ssd in chpids_show().Cornelia Huck
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens
2006-12-08[S390] Use dev->groups for adding/removing the subchannel attribute group.Cornelia Huck
2006-12-08[S390] Support for disconnected devices reappearing on another subchannel.Cornelia Huck
2006-12-08[S390] subchannel lock conversion.Cornelia Huck
2006-12-08[S390] Some preparations for the dynamic subchannel mapping patch.Cornelia Huck
2006-12-08[S390] more workqueue fixes.Martin Schwidefsky
2006-12-04[S390] cio: Use device_reprobe() instead of bus_rescan_devices().Cornelia Huck
2006-12-04[S390] cio: Retry internal operations after vary off.Cornelia Huck
2006-10-27[S390] cio: Make ccw_device_register() static.Cornelia Huck
2006-10-11[S390] cio: remove casts from/to (void *).Cornelia Huck
2006-10-11[S390] cio: Use ccw_dev_id and subchannel_id in ccw_device_privateCornelia Huck
2006-09-20[S390] set modalias for ccw bus uevents.Peter Oberparleiter
2006-08-30[S390] cio: kernel stack overflow.Heiko Carstens
2006-07-12[S390] Fix sparse warnings.Heiko Carstens
2006-07-12[S390] subchannel register/unregister mutex.Cornelia Huck
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[S390] cio async subchannel reprobe.Peter Oberparleiter
2006-03-24[PATCH] s390: kzalloc() conversion in drivers/s390Eric Sesterhenn