Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
400ced61fa4914457d7e0a38e7c0fc6fd208694b
/
drivers
/
base
/
core.c
5c8563d
Driver Core: do not oops when driver_unregister() is called for unregistered drivers
by Kay Sievers
· 15 years ago
8a577ff
driver: dont update dev_name via device_add path
by Kay Sievers
· 16 years ago
014c90d
driver core: prevent device_for_each_child from oopsing
by Greg Kroah-Hartman
· 16 years ago
ffa6a70
Driver core: Fix device_move() vs. dpm list ordering, v2
by Cornelia Huck
· 16 years ago
f67f129
Driver core: implement uevent suppress in kobject
by Ming Lei
· 16 years ago
f791b8c
driver core: move klist_children into private structure
by Greg Kroah-Hartman
· 16 years ago
fb069a5
driver core: create a private portion of struct device
by Greg Kroah-Hartman
· 16 years ago
1fa5ae8
driver core: get rid of struct device's bus_id string array
by Kay Sievers
· 16 years ago
7cbcf22
driver-core: fix kernel-doc parameter name
by Randy Dunlap
· 16 years ago
7143f7a
driver core: Convert '/' to '!' in dev_set_name()
by Roland Dreier
· 16 years ago
926bead
Revert "driver core: create a private portion of struct device"
by Greg Kroah-Hartman
· 16 years ago
e2d4077
Revert "driver core: move klist_children into private structure"
by Greg Kroah-Hartman
· 16 years ago
0aa0dc4
driver core: add root_device_register()
by Mark McLoughlin
· 16 years ago
ec0676ee
Driver core: move the bus notifier call points
by Alan Stern
· 16 years ago
11c3b5c
driver core: move klist_children into private structure
by Greg Kroah-Hartman
· 16 years ago
2831fe6
driver core: create a private portion of struct device
by Greg Kroah-Hartman
· 16 years ago
1e0b2cf
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
030c1d2
kobject: Fix kobject_rename and !CONFIG_SYSFS
by Eric W. Biederman
· 16 years ago
286661b
Driver core: Fix cleanup in device_create_vargs().
by Cornelia Huck
· 16 years ago
5739411
Driver core: Clarify device cleanup.
by Cornelia Huck
· 16 years ago
5a3ceb8
driver-core: use klist for class device list and implement iterator
by Tejun Heo
· 16 years ago
c906a48
driver core: add init_name to struct device
by Greg Kroah-Hartman
· 16 years ago
3b98aea
PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is set
by Alan Stern
· 16 years ago
bf9ca69
dev_printk(): constify the `dev' argument
by Jean Delvare
· 16 years ago
f810a5c
Use WARN() in drivers/base/
by Arjan van de Ven
· 16 years ago
36ce6da
driver core: Suppress sysfs warnings for device_rename().
by Cornelia Huck
· 16 years ago
f75b1c6
class: change internal semaphore to a mutex
by Dave Young
· 16 years ago
d9a0157
class: rename "sem" to "class_sem" in internal class structure
by Greg Kroah-Hartman
· 16 years ago
1fbfee6
class: rename "subsys" to "class_subsys" in internal class structure
by Greg Kroah-Hartman
· 16 years ago
184f1f7
class: rename "interfaces" to "class_interfaces" in internal class structure
by Greg Kroah-Hartman
· 16 years ago
97ae69f
class: rename "devices" to "class_devices" in internal class structure
by Greg Kroah-Hartman
· 16 years ago
7c71448
class: move driver core specific parts to a private structure
by Greg Kroah-Hartman
· 17 years ago
695794a
Driver Core: add ability for class_find_device to start in middle of list
by Greg Kroah-Hartman
· 16 years ago
4e10673
device create: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
ccea44f
driver core: remove device_create()
by Greg Kroah-Hartman
· 16 years ago
e105b8b
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
by Dan Williams
· 17 years ago
4623236
dev_set_name: fix missing kernel-doc
by Randy Dunlap
· 16 years ago
413c239
driver-core: prepare for 2.6.27 api change by adding dev_set_name
by Stephen Rothwell
· 16 years ago
e616c63
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
8882b39
Driver core: add device_create_vargs and device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
0599ad5
sysfs: remove error messages for -EEXIST case
by Stephen Hemminger
· 16 years ago
0d358f2
driver core: try parent numa_node at first before using default
by Yinghai Lu
· 17 years ago
e80ab41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
2b3a302
driver core: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
b844eba
PM: Remove destroy_suspended_device()
by Rafael J. Wysocki
· 17 years ago
57eee3d
Driver core: Call device_pm_add() after bus_add_device() in device_add()
by Rafael J. Wysocki
· 17 years ago
58aca23
PM: Handle device registrations during suspend/resume
by Rafael J. Wysocki
· 17 years ago
6188e10
Convert asm/semaphore.h users to linux/semaphore.h
by Matthew Wilcox
· 17 years ago
815d2d5
driver core: debug for bad dev_attr_show() return value.
by Andrew Morton
· 17 years ago
c1fe539
Driver core: Fix cleanup when failing device_add().
by Cornelia Huck
· 17 years ago
135dee0
driver core: Remove dpm_sysfs_remove() from error path of device_add()
by Rafael J. Wysocki
· 17 years ago
7a8d37a
PM: Do not acquire device semaphores upfront during suspend
by Rafael J. Wysocki
· 17 years ago
0c98b19
Driver core: Remove unneeded get_{device,driver}() calls.
by Cornelia Huck
· 17 years ago
cd35449
driver core: convert to use class_find_device api
by Dave Young
· 17 years ago
4e886c2
Driver core: Fix up build when CONFIG_BLOCK=N
by Greg Kroah-Hartman
· 17 years ago
4a3ad20
Driver core: coding style fixes
by Greg Kroah-Hartman
· 17 years ago
63b6971
Driver core: Cleanup get_device_parent() in device_add() and device_move()
by Cornelia Huck
· 17 years ago
0f4dafc
Kobject: auto-cleanup on final unref
by Kay Sievers
· 17 years ago
f9cb074
Kobject: rename kobject_init_ng() to kobject_init()
by Greg Kroah-Hartman
· 17 years ago
b2d6db5
Kobject: rename kobject_add_ng() to kobject_add()
by Greg Kroah-Hartman
· 17 years ago
edfaa7c
Driver core: convert block from raw kobjects to core devices
by Kay Sievers
· 17 years ago
da231fd
Driver core: fix class glue dir cleanup logic
by Kay Sievers
· 17 years ago
7dc72b2
Driver core: clean up debugging messages
by Greg Kroah-Hartman
· 17 years ago
c6f7e72
driver core: remove fields from struct bus_type
by Greg Kroah-Hartman
· 17 years ago
9990513
Kobject: convert drivers/base/core.c to use kobject_init/add_ng()
by Greg Kroah-Hartman
· 17 years ago
37b0c02
driver core: clean up device_shutdown
by Greg Kroah-Hartman
· 17 years ago
881c6cf
kset: convert /sys/devices to use kset_create
by Greg Kroah-Hartman
· 17 years ago
43968d2
kobject: get rid of kobject_kset_add_dir
by Greg Kroah-Hartman
· 17 years ago
4ff6abf
kobject: get rid of kobject_add_dir
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
775b64d
PM: Acquire device locks on suspend
by Rafael J. Wysocki
· 17 years ago
dec13c1
create /sys/.../power when CONFIG_PM is set
by Daniel Drake
· 17 years ago
60b8cab
Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y
by Kay Sievers
· 17 years ago
8f4afc4
Driver core: rename ktype_device
by Greg Kroah-Hartman
· 17 years ago
5c5daf6
Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
by Kay Sievers
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
3eb215d
Driver core: fix SYSF_DEPRECATED breakage for nested classdevs
by Dmitry Torokhov
· 17 years ago
5309809
Add explicit zeroing to "envp" array in device 'show' method
by Linus Torvalds
· 17 years ago
4f01a75
Driver core: fix deprectated sysfs structure for nested class devices
by Dmitry Torokhov
· 17 years ago
2790768
driver core: revert "device" link creation check
by Cornelia Huck
· 17 years ago
ff2ee8c
kobject: put kobject_actions in kobject.h
by Greg Kroah-Hartman
· 23 years ago
2ee97caf
Driver core: check return code of sysfs_create_link()
by Cornelia Huck
· 17 years ago
60a96a5
Driver core: accept all valid action-strings in uevent-trigger
by Kay Sievers
· 17 years ago
ad6a1e1
driver-core: make devt_attr and uevent_attr static
by Tejun Heo
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
dc0afa8
Driver core: coding style cleanup
by Cornelia Huck
· 17 years ago
2c7afd1
Driver core: keep PHYSDEV for old struct class_device
by Kay Sievers
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
c7308c8
Driver core: fix show_uevent from taking up way too much stack
by Greg Kroah-Hartman
· 18 years ago
523ded7
device_schedule_callback() needs a module reference
by Alan Stern
· 18 years ago
22af74f
Driver core: warn when userspace writes to the uevent file in a non-supported way
by Kay Sievers
· 18 years ago
16574dc
Driver core: make uevent-environment available in uevent-file
by Kay Sievers
· 18 years ago
83b5fb4c
Driver core: suppress uevents via filter
by Cornelia Huck
· 18 years ago
c6a4669
driver core: don't fail attaching the device if it cannot be bound
by Cornelia Huck
· 18 years ago
414264f
Driver core: add name to device_type
by Kay Sievers
· 18 years ago
621a167
driver core: Use attribute groups in struct device_type
by Dmitry Torokhov
· 18 years ago
a456b70
dev_printk and new-style class devices
by Jean Delvare
· 18 years ago
8640624
driver core: fix namespace issue with devices assigned to classes
by Kay Sievers
· 18 years ago
00ed8e3
driver core: fix device_add error path
by Dmitriy Monakhov
· 18 years ago
2363cc0
[PATCH] remove protection of LANANA-reserved majors
by Andrew Morton
· 18 years ago
Next »