index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
core.c
Age
Commit message (
Expand
)
Author
2007-02-09
devres: device resource management
Tejun Heo
2007-02-07
Driver core: allow to delay the uevent at device creation time
Kay Sievers
2007-02-07
Driver core: add device_type to struct device
Kay Sievers
2007-02-07
Driver core: add uevent vars for devices of a class
Kay Sievers
2007-02-07
driver core fixes: make_class_name() retval checks
Cornelia Huck
2007-02-07
driver core: Allow device_move(dev, NULL).
Cornelia Huck
2007-02-07
driver core: Remove device_is_registered() in device_move().
Cornelia Huck
2006-12-07
[PATCH] add numa node information to struct device
Christoph Hellwig
2006-12-01
driver core: Use klist_remove() in device_move()
Cornelia Huck
2006-12-01
driver core: Introduce device_move(): move a device to a new parent.
Cornelia Huck
2006-12-01
Driver core: make drivers/base/core.c:setup_parent() static
Adrian Bunk
2006-12-01
driver core: Introduce device_find_child().
Cornelia Huck
2006-12-01
Driver core: Call platform_notify_remove later
Benjamin Herrenschmidt
2006-12-01
CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variables
Kay Sievers
2006-12-01
CONFIG_SYSFS_DEPRECATED - device symlinks
Kay Sievers
2006-12-01
Driver core: make old versions of udev work properly
Greg Kroah-Hartman
2006-12-01
Driver Core: Move virtual_device_parent() to core.c
Greg Kroah-Hartman
2006-12-01
Driver core: add notification of bus events
Benjamin Herrenschmidt
2006-11-25
[PATCH] Fix device_attribute memory leak in device_del
Catalin Marinas
2006-10-18
Driver core: Don't ignore error returns from probing
Alan Stern
2006-10-18
Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()
Jesper Juhl
2006-10-18
driver core fixes: device_add() cleanup on error
Cornelia Huck
2006-10-18
Fix dev_printk() is now GPL-only
Matthew Wilcox
2006-09-25
drivers/base: Platform notify needs to occur before drivers attach to the device
Brian Walsh
2006-09-25
Driver core: add ability for devices to create and remove bin files
Greg Kroah-Hartman
2006-09-25
Class: add support for class interfaces for devices
Greg Kroah-Hartman
2006-09-25
Driver core: create devices/virtual/ tree
Greg Kroah-Hartman
2006-09-25
Driver core: add device_rename function
Greg Kroah-Hartman
2006-09-25
Driver core: add ability for classes to handle devices properly
Greg Kroah-Hartman
2006-09-25
Driver core: allow devices in classes to have no parent
Greg Kroah-Hartman
2006-09-25
Driver core: add groups support to struct device
Greg Kroah-Hartman
2006-09-25
device_create(): make fmt argument 'const char *'
Greg Kroah-Hartman
2006-09-25
deprecate PHYSDEV* keys
Kay Sievers
2006-07-12
[PATCH] Driver core: kernel-doc in drivers/base/core.c corrections
Henrik Kretzschmar
2006-07-12
[PATCH] Driver core: fix driver-core kernel-doc
Randy Dunlap
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-22
[PATCH] Driver core: fix locking issues with the devices that are attached to...
Greg Kroah-Hartman
2006-06-21
[PATCH] Driver Core: Make dev_info and friends print the bus name if there is...
Alan Stern
2006-06-21
[PATCH] Driver core: add proper symlinks for devices
Greg Kroah-Hartman
2006-06-21
[PATCH] Driver core: add generic "subsystem" link to all devices
Kay Sievers
2006-06-21
[PATCH] Driver core: allow struct device to have a dev_t
Greg Kroah-Hartman
2006-06-21
[PATCH] Driver core: bus device event delay
Kay Sievers
2006-01-10
[PATCH] DocBook: fix kernel-doc comments
Martin Waitz
2006-01-04
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
2005-10-28
[PATCH] kernel-doc: drivers/base fixes
Randy Dunlap
2005-10-28
[PATCH] add sysfs attr to re-emit device hotplug event
Kay Sievers
2005-10-28
[PATCH] driver model wakeup flags
David Brownell
2005-09-07
[PATCH] fix klist semantics for lists which have elements removed on traversal
James Bottomley
2005-09-05
[PATCH] klist: fix klist to have the same klist_add semantics as list_head
James Bottomley
2005-06-29
[PATCH] Driver core: Use klist_del() instead of klist_remove().
Patrick Mochel
[next]