Age | Commit message (Expand) | Author | Files | Lines |
2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 1 | -7/+12 |
2009-09-15 | Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev | Kay Sievers | 1 | -0/+3 |
2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -2/+2 |
2009-09-15 | Driver core: move dev_get/set_drvdata to drivers/base/dd.c | Greg Kroah-Hartman | 1 | -6/+14 |
2009-09-15 | Driver core: add new device to bus's list before probing | Alan Stern | 1 | -1/+1 |
2009-06-16 | Driver Core: add nodename callbacks | Kay Sievers | 1 | -1/+50 |
2009-06-16 | driver core: fix gcc 4.3.3 warnings about string literals | Greg Kroah-Hartman | 1 | -2/+2 |
2009-06-16 | driver core: synchronize device shutdown | Shaohua Li | 1 | -0/+2 |
2009-05-29 | Driver Core: do not oops when driver_unregister() is called for unregistered ... | Kay Sievers | 1 | -1/+4 |
2009-04-20 | driver: dont update dev_name via device_add path | Kay Sievers | 1 | -1/+2 |
2009-04-17 | driver core: prevent device_for_each_child from oopsing | Greg Kroah-Hartman | 1 | -0/+3 |
2009-03-25 | Driver core: Fix device_move() vs. dpm list ordering, v2 | Cornelia Huck | 1 | -1/+18 |
2009-03-25 | Driver core: implement uevent suppress in kobject | Ming Lei | 1 | -2/+0 |
2009-03-25 | driver core: move klist_children into private structure | Greg Kroah-Hartman | 1 | -14/+25 |
2009-03-25 | driver core: create a private portion of struct device | Greg Kroah-Hartman | 1 | -0/+9 |
2009-03-25 | driver core: get rid of struct device's bus_id string array | Kay Sievers | 1 | -20/+19 |
2009-01-29 | driver-core: fix kernel-doc parameter name | Randy Dunlap | 1 | -1/+1 |
2009-01-21 | driver core: Convert '/' to '!' in dev_set_name() | Roland Dreier | 1 | -0/+6 |
2009-01-10 | Revert "driver core: create a private portion of struct device" | Greg Kroah-Hartman | 1 | -8/+0 |
2009-01-10 | Revert "driver core: move klist_children into private structure" | Greg Kroah-Hartman | 1 | -24/+13 |
2009-01-06 | driver core: add root_device_register() | Mark McLoughlin | 1 | -0/+91 |
2009-01-06 | Driver core: move the bus notifier call points | Alan Stern | 1 | -11/+14 |
2009-01-06 | driver core: move klist_children into private structure | Greg Kroah-Hartman | 1 | -13/+24 |
2009-01-06 | driver core: create a private portion of struct device | Greg Kroah-Hartman | 1 | -0/+8 |
2009-01-06 | driver core: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -18/+18 |
2008-10-16 | kobject: Fix kobject_rename and !CONFIG_SYSFS | Eric W. Biederman | 1 | -0/+5 |
2008-10-16 | Driver core: Fix cleanup in device_create_vargs(). | Cornelia Huck | 1 | -1/+1 |
2008-10-16 | Driver core: Clarify device cleanup. | Cornelia Huck | 1 | -5/+18 |
2008-10-09 | driver-core: use klist for class device list and implement iterator | Tejun Heo | 1 | -3/+3 |
2008-08-21 | driver core: add init_name to struct device | Greg Kroah-Hartman | 1 | -7/+13 |
2008-08-21 | PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is... | Alan Stern | 1 | -3/+6 |
2008-08-21 | dev_printk(): constify the `dev' argument | Jean Delvare | 1 | -1/+1 |
2008-07-26 | Use WARN() in drivers/base/ | Arjan van de Ven | 1 | -4/+2 |
2008-07-22 | driver core: Suppress sysfs warnings for device_rename(). | Cornelia Huck | 1 | -4/+5 |
2008-07-22 | class: change internal semaphore to a mutex | Dave Young | 1 | -4/+5 |
2008-07-22 | class: rename "sem" to "class_sem" in internal class structure | Greg Kroah-Hartman | 1 | -4/+4 |
2008-07-22 | class: rename "subsys" to "class_subsys" in internal class structure | Greg Kroah-Hartman | 1 | -14/+17 |
2008-07-22 | class: rename "interfaces" to "class_interfaces" in internal class structure | Greg Kroah-Hartman | 1 | -4/+4 |
2008-07-22 | class: rename "devices" to "class_devices" in internal class structure | Greg Kroah-Hartman | 1 | -1/+1 |
2008-07-22 | class: move driver core specific parts to a private structure | Greg Kroah-Hartman | 1 | -27/+30 |
2008-07-22 | Driver Core: add ability for class_find_device to start in middle of list | Greg Kroah-Hartman | 1 | -1/+1 |
2008-07-22 | device create: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -7/+4 |
2008-07-22 | driver core: remove device_create() | Greg Kroah-Hartman | 1 | -34/+0 |
2008-07-22 | sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor | Dan Williams | 1 | -1/+82 |
2008-06-12 | dev_set_name: fix missing kernel-doc | Randy Dunlap | 1 | -0/+1 |
2008-05-30 | driver-core: prepare for 2.6.27 api change by adding dev_set_name | Stephen Rothwell | 1 | -0/+15 |
2008-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -5/+3 |
2008-05-21 | Driver core: add device_create_vargs and device_create_drvdata | Greg Kroah-Hartman | 1 | -6/+79 |
2008-05-15 | sysfs: remove error messages for -EEXIST case | Stephen Hemminger | 1 | -5/+3 |
2008-04-27 | driver core: try parent numa_node at first before using default | Yinghai Lu | 1 | -2/+12 |