index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
device.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-23
Driver core: driver_attribute parameters can often be const*
Phil Carmody
1
-2
/
+2
2009-12-23
Driver core: bin_attribute parameters can often be const*
Phil Carmody
1
-3
/
+3
2009-12-23
Driver core: device_attribute parameters can often be const*
Phil Carmody
1
-2
/
+2
2009-12-11
Driver Core: devtmpfs: use sys_mount()
Kay Sievers
1
-1
/
+1
2009-10-31
Driver core: allow certain drivers prohibit bind/unbind via sysfs
Dmitry Torokhov
1
-1
/
+3
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-3
/
+4
2009-09-15
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
Kay Sievers
1
-0
/
+10
2009-09-15
Driver core: Add support for compatibility classes
Jean Delvare
1
-0
/
+8
2009-09-15
driver model: constify attribute groups
David Brownell
1
-3
/
+3
2009-09-15
Driver core: Add accessor for device platform data
Mark Brown
1
-0
/
+5
2009-09-15
Driver core: move dev_get/set_drvdata to drivers/base/dd.c
Greg Kroah-Hartman
1
-12
/
+4
2009-07-25
Driver Core: Make PM operations a const pointer
Dmitry Torokhov
1
-4
/
+5
2009-07-13
Driver Core: remove BUS_ID_SIZE
Kay Sievers
1
-2
/
+0
2009-06-16
Driver Core: add nodename callbacks
Kay Sievers
1
-0
/
+3
2009-06-16
driver core: add BUS_NOTIFY_UNBOUND_DRIVER event
Joerg Roedel
1
-0
/
+2
2009-06-12
PM: Remove device_type suspend()/resume()
Magnus Damm
1
-3
/
+0
2009-06-12
PM: Remove bus_type suspend_late()/resume_early() V2
Magnus Damm
1
-2
/
+0
2009-05-09
Revert driver core: move platform_data into platform_device
Greg Kroah-Hartman
1
-7
/
+2
2009-04-22
driver synchronization: make scsi_wait_scan more advanced
Arjan van de Ven
1
-0
/
+1
2009-03-25
dynamic debug: combine dprintk and dynamic printk
Jason Baron
1
-1
/
+1
2009-03-25
Driver core: Fix device_move() vs. dpm list ordering, v2
Cornelia Huck
1
-1
/
+2
2009-03-25
Driver core: implement uevent suppress in kobject
Ming Lei
1
-1
/
+10
2009-03-25
driver core: move platform_data into platform_device
Ming Lei
1
-2
/
+7
2009-03-25
driver core: move knode_bus into private structure
Greg Kroah-Hartman
1
-1
/
+0
2009-03-25
driver core: move knode_driver into private structure
Greg Kroah-Hartman
1
-1
/
+0
2009-03-25
driver core: move klist_children into private structure
Greg Kroah-Hartman
1
-2
/
+0
2009-03-25
driver core: create a private portion of struct device
Greg Kroah-Hartman
1
-0
/
+3
2009-03-25
driver core: remove polling for driver_probe_done(v5)
Ming Lei
1
-1
/
+1
2009-03-25
driver core: get rid of struct device's bus_id string array
Kay Sievers
1
-3
/
+1
2009-02-22
Consolidate driver_probe_done() loops into one place
Arjan van de Ven
1
-0
/
+2
2009-01-10
Revert "driver core: create a private portion of struct device"
Greg Kroah-Hartman
1
-3
/
+0
2009-01-10
Revert "driver core: move klist_children into private structure"
Greg Kroah-Hartman
1
-0
/
+2
2009-01-10
Revert "driver core: move knode_driver into private structure"
Greg Kroah-Hartman
1
-0
/
+1
2009-01-10
Revert "driver core: move knode_bus into private structure"
Greg Kroah-Hartman
1
-0
/
+1
2009-01-06
driver core: add root_device_register()
Mark McLoughlin
1
-0
/
+11
2009-01-06
Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG
Cornelia Huck
1
-4
/
+4
2009-01-06
driver core: move knode_bus into private structure
Greg Kroah-Hartman
1
-1
/
+0
2009-01-06
driver core: move knode_driver into private structure
Greg Kroah-Hartman
1
-1
/
+0
2009-01-06
driver core: move klist_children into private structure
Greg Kroah-Hartman
1
-2
/
+0
2009-01-06
driver core: create a private portion of struct device
Greg Kroah-Hartman
1
-0
/
+3
2009-01-06
driver core: Rearrange struct device for better packing
Matthew Wilcox
1
-2
/
+3
2009-01-06
PM: Simplify the new suspend/hibernation framework for devices
Rafael J. Wysocki
1
-4
/
+4
2008-10-22
i2c: Constify i2c_get_clientdata's parameter
Jean Delvare
1
-1
/
+1
2008-10-16
Driver core: add bus_sort_breadthfirst() function
Greg Kroah-Hartman
1
-0
/
+3
2008-10-16
debug: Introduce a dev_WARN() function
Arjan van de Ven
1
-0
/
+8
2008-10-16
driver core: basic infrastructure for per-module dynamic debug messages
Jason Baron
1
-1
/
+5
2008-10-16
device create: remove device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+0
2008-10-09
driver-core: use klist for class device list and implement iterator
Tejun Heo
1
-1
/
+13
2008-08-21
driver core: add init_name to struct device
Greg Kroah-Hartman
1
-0
/
+1
2008-08-21
dev_printk(): constify the `dev' argument
Jean Delvare
1
-2
/
+2
[next]