aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/chp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-17s390/cio: ensure that a chpid is registered only onceSebastian Ott1-10/+11
2018-03-28s390/cio: add util_string sysfs attributeSebastian Ott1-0/+23
2018-03-26s390/chsc: query utility strings via fmt3 channel path descriptorSebastian Ott1-0/+1
2018-03-26s390/cio: rename struct channel_path_descSebastian Ott1-5/+5
2018-02-05s390/cio: fix kernel-doc usageSebastian Ott1-5/+5
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-08-03s390/cio: add const to bin_attribute structuresBhumika Goyal1-2/+2
2017-07-13s390: chp: handle CRW_ERC_INIT for channel-path status changeDong Jia Shi1-0/+1
2017-01-16s390/cio: clarify cssid usageSebastian Ott1-6/+7
2016-10-17s390/cio: don't register chpids in reserved stateSebastian Ott1-2/+4
2016-07-31s390/cio: fix premature wakeup during chp configureSebastian Ott1-14/+32
2016-07-31s390/cio: convert cfg_lock mutex to spinlockSebastian Ott1-9/+9
2016-07-18s390/cio/chp : Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-9/+2
2016-07-15s390/cio: make fmt1 channel path descriptor optionalSebastian Ott1-4/+7
2016-01-26s390/cio: update measurement characteristicsSebastian Ott1-7/+5
2016-01-26s390/cio: ensure consistent measurement stateSebastian Ott1-8/+5
2016-01-26s390/cio: fix measurement characteristics memleakSebastian Ott1-3/+3
2014-10-14s390/cio: replace strnicmp with strncasecmpRasmus Villemoes1-2/+2
2014-05-20s390/cio: fix multiple structure definitionsSebastian Ott1-1/+1
2013-05-15s390/cio: add channel ID sysfs attributePeter Oberparleiter1-0/+36
2013-04-17s390/cio: collect format 1 channel-path description dataPeter Oberparleiter1-1/+21
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-3/+1
2012-06-05s390/cio/chp: cleanup attribute usageSebastian Ott1-7/+5
2011-10-31s390: add missing module.h/export.h includesHeiko Carstens1-0/+2
2010-10-25[S390] cio: update descriptor in chsc_chp_varySebastian Ott1-6/+0
2010-10-25[S390] cio: add lock to struct channel_pathSebastian Ott1-12/+23
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-10-06[S390] cio: channel path memory leakMichael Ernst1-1/+1
2009-09-11[S390] proper use of device registerSebastian Ott1-1/+2
2009-03-26[S390] split/move machine check handler codeHeiko Carstens1-3/+3
2008-10-10[S390] bus_id -> dev_set_name() changesCornelia Huck1-2/+1
2008-09-09[S390] cio: Correct cleanup on error.Cornelia Huck1-3/+4
2008-07-14[S390] Cleanup cio printk messages.Michael Ernst1-5/+2
2008-07-14[S390] s390/cio: use memory_read_from_buffer()Akinobu Mita1-9/+2
2008-07-14[S390] cio: Add chsc subchannel driver.Cornelia Huck1-1/+1
2008-07-14[S390] cio: suppress chpid event in case of configure errorPeter Oberparleiter1-6/+17
2008-07-14[S390] cio: Repair chpid event handling.Cornelia Huck1-3/+3
2008-07-14[S390] cio: Get rid of css_characteristics_avail.Cornelia Huck1-2/+1
2008-07-14[S390] cio: Export some symbols for modular css drivers.Cornelia Huck1-0/+1
2008-07-14[S390] cio: Cleanup crw interface.Cornelia Huck1-7/+42
2008-07-14[S390] cio: Rework css driver.Cornelia Huck1-0/+20
2007-10-22[S390] cio: Use to_channelpath() for device to channel path conversion.Cornelia Huck1-6/+6
2007-10-12[S390] Get rid of a bunch of sparse warnings again.Heiko Carstens1-2/+6
2007-10-12[S390] cio: Minor style fixes.Cornelia Huck1-4/+4
2007-10-12[S390] cio: rename css to channel_subsystemsCornelia Huck1-7/+7
2007-07-27[S390] cio: Clean up messages.Cornelia Huck1-16/+3
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-4/+6
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0