aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/driver.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-09driver core: create bus_is_registered()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-09driver core: move driver_find() to bus.cGravatar Greg Kroah-Hartman 1-27/+0
2022-09-05driver core: fix driver_set_override() issue with empty stringsGravatar Greg Kroah-Hartman 1-0/+6
2022-05-19driver core: Extend deferred probe timeout on driver registrationGravatar Saravana Kannan 1-0/+1
2022-04-22driver: platform: Add helper for safer setting of driver_overrideGravatar Krzysztof Kozlowski 1-0/+69
2020-07-10drivers: base: Convert to printk alias functionsGravatar Matthias Brugger 1-2/+2
2019-12-16device.h: move 'struct driver' stuff out to device/driver.hGravatar Greg Kroah-Hartman 1-0/+1
2019-06-24driver_find_device: Unify the match function with class_find_device()Gravatar Suzuki K Poulose 1-2/+2
2018-05-25driver-core: return EINVAL error instead of BUG_ON()Gravatar Florian Schmaus 1-1/+5
2017-12-18drivers: base: omit redundant interationsGravatar Gimcuan Hui 1-1/+1
2017-12-07driver core: Remove redundant license textGravatar Greg Kroah-Hartman 1-3/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGravatar Greg Kroah-Hartman 1-0/+1
2015-03-25driver core: add missing blank line after declarationGravatar Lavinia Tache 1-0/+1
2013-08-27driver core: add #include <linux/sysfs.h> to core files.Gravatar Greg Kroah-Hartman 1-0/+1
2013-08-21sysfs: add sysfs_create/remove_groups()Gravatar Greg Kroah-Hartman 1-20/+2
2013-08-12driver core: bus_type: add drv_groupsGravatar Greg Kroah-Hartman 1-4/+4
2012-07-17driver core: don't trigger uevent after failureGravatar Sebastian Ott 1-2/+3
2012-07-16driver core: move uevent call to driver_registerGravatar Sebastian Ott 1-0/+3
2012-05-14Driver Core: don't oops with unregistered driver in driver_find_device()Gravatar Hiroshi DOYU 1-1/+1
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Gravatar Greg Kroah-Hartman 1-11/+7
2012-04-18driver core: check start node in klist_iter_init_nodeGravatar Hannes Reinecke 1-7/+11
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-30/+0
2012-03-09driver-core: remove legacy iSeries hackGravatar Stephen Rothwell 1-30/+0
2012-01-24Eliminate get_driver() and put_driver()Gravatar Alan Stern 1-28/+0
2012-01-24Driver core: driver_find() drops reference before returningGravatar Alan Stern 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-23Driver core: driver_attribute parameters can often be const*Gravatar Phil Carmody 1-2/+2
2009-10-30Driver core: fix driver_register() return valueGravatar Stas Sergeev 1-1/+1
2009-09-15driver model: constify attribute groupsGravatar David Brownell 1-2/+2
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered ...Gravatar Kay Sievers 1-0/+4
2009-03-24driver core: move knode_driver into private structureGravatar Greg Kroah-Hartman 1-3/+10
2009-03-24driver-core: do not register a driver with bus_type not registeredGravatar Dave Young 1-0/+2
2009-01-09Revert "driver core: move knode_driver into private structure"Gravatar Greg Kroah-Hartman 1-10/+3
2009-01-06driver core: move knode_driver into private structureGravatar Greg Kroah-Hartman 1-3/+10
2008-08-21drivers/base/driver.c: remove unused to_dev() macroGravatar Joe Perches 1-3/+0
2008-04-30driver core: warn about duplicate driver names on the same busGravatar Stas Sergeev 1-0/+10
2008-03-28driver core: fix small mem leak in driver_add_kobj()Gravatar Jesper Juhl 1-1/+4
2008-02-21driver-core: fix kernel-doc function parametersGravatar Randy Dunlap 1-0/+3
2008-02-02Driver core: Remove unneeded get_{device,driver}() calls.Gravatar Cornelia Huck 1-6/+3
2008-01-24Driver core: coding style fixesGravatar Greg Kroah-Hartman 1-65/+55
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Gravatar Greg Kroah-Hartman 1-1/+1
2008-01-24Driver core: move the static kobject out of struct driverGravatar Greg Kroah-Hartman 1-14/+26
2008-01-24Driver: add driver_add_kobj for looney iseries_veth driverGravatar Greg Kroah-Hartman 1-0/+24
2008-01-24driver core: Introduce default attribute groups.Gravatar Cornelia Huck 1-1/+41
2008-01-24driver core: remove fields from struct bus_typeGravatar Greg Kroah-Hartman 1-1/+1
2008-01-24kset: convert struct bus_device->drivers to use kset_createGravatar Greg Kroah-Hartman 1-1/+1
2007-04-27Driver core: remove unneeded completion from driver release pathGravatar Greg Kroah-Hartman 1-20/+0
2007-04-01driver core: do not wait unnecessarily in driver_unregister()Gravatar Linus Torvalds 1-1/+8
2006-09-25Driver core: Remove unneeded routines from driver coreGravatar Alan Stern 1-15/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0