summaryrefslogtreecommitdiffstats
path: root/drivers/base/attribute_container.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-2/+0
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* attribute_container: Fix typoXiubo Li2016-08-311-1/+1
* attribute_container: fix missing blank lines after declarationsCosmin Dragomir2015-03-251-0/+2
* attribute_container: fix coding style issuesTina Johnson2014-09-231-2/+2
* attribute_container: fix whitespace errorsTina Johnson2014-09-231-5/+5
* drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-141-1/+0
* drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-301-1/+1
* [SCSI] attirbute_container: Initialize sysfs attributes with sysfs_attr_initJames Bottomley2010-03-271-0/+1
* driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-39/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-2/+12
|\
| * [SCSI] attribute_container: update to use the group interfaceJames Bottomley2008-01-231-2/+12
* | Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng2008-01-241-8/+1
|/
* Driver core: include linux/mutex.h from attribute_container.cMichael S. Tsirkin2007-07-111-0/+1
* drivers/base/attribute_container.c: use mutex instead of binary semaphoreMatthias Kaehlcke2007-04-271-13/+13
* [PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman2006-06-211-8/+0
* [PATCH] drivers/base - fix sparse warningsBen Dooks2005-10-281-0/+2
* [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memsetJiri Slaby2005-09-131-2/+3
* [SCSI] Re-do "final klist fixes"Linus Torvalds2005-09-071-4/+20
* [SCSI] Revert "final klist fixes"Linus Torvalds2005-09-071-20/+4
* [SCSI] attribute container final klist fixesJames Bottomley2005-08-301-4/+20
* [SCSI] correct attribute_container list usageJames Bottomley2005-08-301-22/+29
* [SCSI] fix transport class corner case after reworkJames Bottomley2005-08-281-0/+5
* [SCSI] correct transport class abstraction to work outside SCSIJames Bottomley2005-08-141-0/+38
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+376
OpenPOWER on IntegriCloud