aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/enclosure.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17drivers: remove struct module * setting from struct classGravatar Greg Kroah-Hartman 1-1/+0
2023-01-20misc: enclosure: Fix doc for enclosure_find()Gravatar Miaoqian Lin 1-1/+1
2021-10-22misc: enclosure: replace snprintf in show functions with sysfs_emitGravatar Ye Guojin 1-8/+8
2020-07-01misc: enclosure: Update enclosure_remove_device() documentation to match realityGravatar Lee Jones 1-1/+1
2020-07-01misc: enclosure: Fix some kerneldoc anomaliesGravatar Lee Jones 1-2/+4
2020-01-10scsi: enclosure: Fix stale device oops with hot replugGravatar James Bottomley 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Gravatar Thomas Gleixner 1-12/+1
2019-01-18misc: enclosure: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-3/+1
2017-12-07misc: enclosure: Remove unnecessary error checkGravatar Arvind Yadav 1-7/+1
2017-12-07misc: enclosure: Fix space before '[' errorGravatar Arvind Yadav 1-2/+2
2017-07-01scsi: ses: do not add a device to an enclosure if enclosure_add_links() fails.Gravatar Maurizio Lombardi 1-4/+10
2017-04-06scsi: ses: don't get power status of SES device slot on probeGravatar Mauricio Faria de Oliveira 1-1/+6
2015-03-31enclosure: fix WARN_ON removing an adapter in multi-path devicesGravatar James Bottomley 1-5/+6
2015-01-09ses: Add power_status to SES device slotGravatar Song Liu 1-0/+38
2015-01-09ses: add reliable slot attributeGravatar Dan Williams 1-1/+19
2015-01-09ses: add enclosure logical idGravatar Dan Williams 1-0/+13
2015-01-09ses: close potential registration raceGravatar Dan Williams 1-11/+26
2014-11-12enclosure: handle non-unique element descriptorsGravatar Markus Stockhausen 1-4/+40
2013-12-02[SCSI] enclosure: fix WARN_ON in dual path device removingGravatar James Bottomley 1-0/+7
2013-07-24enclosure: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 1-18/+11
2010-07-27[SCSI] enclosure: fix error path - actually return ERR_PTR() on errorGravatar James Bottomley 1-2/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-10[SCSI] enclosure: fix oops while iterating enclosure_status arrayGravatar James Bottomley 1-0/+1
2009-09-15driver model: constify attribute groupsGravatar David Brownell 1-2/+2
2009-08-22[SCSI] ses: update enclosure data on hot addGravatar James Bottomley 1-0/+3
2009-08-22[SCSI] ses: add support for enclosure component hot removalGravatar James Bottomley 1-8/+14
2009-08-22[SCSI] ses: fix hotplug with multiple devices and expandersGravatar James Bottomley 1-12/+32
2009-05-15[SCSI] ses: fix problems caused by empty SES provided nameGravatar Yinghai Lu 1-3/+3
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-4/+4
2008-04-22[SCSI] ses: fix up functionality after class_device->device conversionGravatar James Bottomley 1-29/+71
2008-04-19SCSI: convert struct class_device to struct deviceGravatar Tony Jones 1-54/+64
2008-02-07[SCSI] enclosure: add support for enclosure servicesGravatar James Bottomley 1-0/+484