android_kernel_xiaomi_sm8350/drivers/base
Greg Kroah-Hartman 23681e4791 [PATCH] Driver core: allow struct device to have a dev_t
This is the first step in moving class_device to being replaced by
struct device.  It allows struct device to export a dev_t and makes it
easy to dynamically create and destroy struct device as long as they are
associated with a specific class.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-06-21 12:40:49 -07:00
..
power [PATCH] Driver core: PM_DEBUG device suspend() messages become informative 2006-06-21 12:40:49 -07:00
attribute_container.c [PATCH] Driver Core: remove unused exports 2006-06-21 12:40:48 -07:00
base.h [PATCH] Driver core: change make_class_name() to take kobjects 2006-06-21 12:40:49 -07:00
bus.c [PATCH] Driver Core: remove unused exports 2006-06-21 12:40:48 -07:00
class.c [PATCH] Driver core: allow struct device to have a dev_t 2006-06-21 12:40:49 -07:00
core.c [PATCH] Driver core: allow struct device to have a dev_t 2006-06-21 12:40:49 -07:00
cpu.c
dd.c
dmapool.c
driver.c
firmware_class.c [PATCH] firmware_class: s/semaphores/mutexes 2006-06-21 12:40:49 -07:00
firmware.c
hypervisor.c [PATCH] Driver Core: Add /sys/hypervisor when needed 2006-06-21 12:40:48 -07:00
init.c [PATCH] Driver Core: Add /sys/hypervisor when needed 2006-06-21 12:40:48 -07:00
Kconfig [PATCH] Driver Core: Add /sys/hypervisor when needed 2006-06-21 12:40:48 -07:00
Makefile [PATCH] Driver Core: Add /sys/hypervisor when needed 2006-06-21 12:40:48 -07:00
map.c
memory.c
node.c
platform.c [PATCH] Driver Core: Fix platform_device_add to use device_add 2006-06-21 12:40:48 -07:00
sys.c [PATCH] Driver Core: Allow sysdev_class have attributes 2006-06-21 12:40:48 -07:00
topology.c
transport_class.c