| Commit message (Expand) | Author | Age | Files | Lines |
* | Driver core: driver_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -2/+2 |
* | Driver core: bin_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -3/+3 |
* | Driver core: device_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -2/+2 |
* | Driver Core: devtmpfs: use sys_mount() | Kay Sievers | 2009-12-11 | 1 | -1/+1 |
* | Driver core: allow certain drivers prohibit bind/unbind via sysfs | Dmitry Torokhov | 2009-10-30 | 1 | -1/+3 |
* | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2009-09-19 | 1 | -3/+4 |
* | Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev | Kay Sievers | 2009-09-15 | 1 | -0/+10 |
* | Driver core: Add support for compatibility classes | Jean Delvare | 2009-09-15 | 1 | -0/+8 |
* | driver model: constify attribute groups | David Brownell | 2009-09-15 | 1 | -3/+3 |
* | Driver core: Add accessor for device platform data | Mark Brown | 2009-09-15 | 1 | -0/+5 |
* | Driver core: move dev_get/set_drvdata to drivers/base/dd.c | Greg Kroah-Hartman | 2009-09-15 | 1 | -12/+4 |
* | Driver Core: Make PM operations a const pointer | Dmitry Torokhov | 2009-07-24 | 1 | -4/+5 |
* | Driver Core: remove BUS_ID_SIZE | Kay Sievers | 2009-07-12 | 1 | -2/+0 |
* | Driver Core: add nodename callbacks | Kay Sievers | 2009-06-15 | 1 | -0/+3 |
* | driver core: add BUS_NOTIFY_UNBOUND_DRIVER event | Joerg Roedel | 2009-06-15 | 1 | -0/+2 |
* | PM: Remove device_type suspend()/resume() | Magnus Damm | 2009-06-12 | 1 | -3/+0 |
* | PM: Remove bus_type suspend_late()/resume_early() V2 | Magnus Damm | 2009-06-12 | 1 | -2/+0 |
* | Revert driver core: move platform_data into platform_device | Greg Kroah-Hartman | 2009-05-08 | 1 | -7/+2 |
* | driver synchronization: make scsi_wait_scan more advanced | Arjan van de Ven | 2009-04-21 | 1 | -0/+1 |
* | dynamic debug: combine dprintk and dynamic printk | Jason Baron | 2009-03-24 | 1 | -1/+1 |
* | Driver core: Fix device_move() vs. dpm list ordering, v2 | Cornelia Huck | 2009-03-24 | 1 | -1/+2 |
* | Driver core: implement uevent suppress in kobject | Ming Lei | 2009-03-24 | 1 | -1/+10 |
* | driver core: move platform_data into platform_device | Ming Lei | 2009-03-24 | 1 | -2/+7 |
* | driver core: move knode_bus into private structure | Greg Kroah-Hartman | 2009-03-24 | 1 | -1/+0 |
* | driver core: move knode_driver into private structure | Greg Kroah-Hartman | 2009-03-24 | 1 | -1/+0 |
* | driver core: move klist_children into private structure | Greg Kroah-Hartman | 2009-03-24 | 1 | -2/+0 |
* | driver core: create a private portion of struct device | Greg Kroah-Hartman | 2009-03-24 | 1 | -0/+3 |
* | driver core: remove polling for driver_probe_done(v5) | Ming Lei | 2009-03-24 | 1 | -1/+1 |
* | driver core: get rid of struct device's bus_id string array | Kay Sievers | 2009-03-24 | 1 | -3/+1 |
* | Consolidate driver_probe_done() loops into one place | Arjan van de Ven | 2009-02-21 | 1 | -0/+2 |
* | Revert "driver core: create a private portion of struct device" | Greg Kroah-Hartman | 2009-01-09 | 1 | -3/+0 |
* | Revert "driver core: move klist_children into private structure" | Greg Kroah-Hartman | 2009-01-09 | 1 | -0/+2 |
* | Revert "driver core: move knode_driver into private structure" | Greg Kroah-Hartman | 2009-01-09 | 1 | -0/+1 |
* | Revert "driver core: move knode_bus into private structure" | Greg Kroah-Hartman | 2009-01-09 | 1 | -0/+1 |
* | driver core: add root_device_register() | Mark McLoughlin | 2009-01-06 | 1 | -0/+11 |
* | Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG | Cornelia Huck | 2009-01-06 | 1 | -4/+4 |
* | driver core: move knode_bus into private structure | Greg Kroah-Hartman | 2009-01-06 | 1 | -1/+0 |
* | driver core: move knode_driver into private structure | Greg Kroah-Hartman | 2009-01-06 | 1 | -1/+0 |
* | driver core: move klist_children into private structure | Greg Kroah-Hartman | 2009-01-06 | 1 | -2/+0 |
* | driver core: create a private portion of struct device | Greg Kroah-Hartman | 2009-01-06 | 1 | -0/+3 |
* | driver core: Rearrange struct device for better packing | Matthew Wilcox | 2009-01-06 | 1 | -2/+3 |
* | PM: Simplify the new suspend/hibernation framework for devices | Rafael J. Wysocki | 2009-01-06 | 1 | -4/+4 |
* | i2c: Constify i2c_get_clientdata's parameter | Jean Delvare | 2008-10-22 | 1 | -1/+1 |
* | Driver core: add bus_sort_breadthfirst() function | Greg Kroah-Hartman | 2008-10-16 | 1 | -0/+3 |
* | debug: Introduce a dev_WARN() function | Arjan van de Ven | 2008-10-16 | 1 | -0/+8 |
* | driver core: basic infrastructure for per-module dynamic debug messages | Jason Baron | 2008-10-16 | 1 | -1/+5 |
* | device create: remove device_create_drvdata | Greg Kroah-Hartman | 2008-10-16 | 1 | -1/+0 |
* | driver-core: use klist for class device list and implement iterator | Tejun Heo | 2008-10-09 | 1 | -1/+13 |
* | driver core: add init_name to struct device | Greg Kroah-Hartman | 2008-08-21 | 1 | -0/+1 |
* | dev_printk(): constify the `dev' argument | Jean Delvare | 2008-08-21 | 1 | -2/+2 |