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
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
2019-09-18
Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+7
2019-09-03
Merge generic_lookup_helpers into usb-next
Greg Kroah-Hartman
1
-3
/
+234
2019-09-03
device connection: Add fwnode_connection_find_match()
Heikki Krogerus
1
-3
/
+7
2019-08-27
Revert "driver core: Add support for linking devices during device addition"
Greg Kroah-Hartman
1
-14
/
+0
2019-08-27
Revert "driver core: Add edit_links() callback for drivers"
Greg Kroah-Hartman
1
-20
/
+0
2019-08-27
Revert "driver core: Add sync_state driver/bus callback"
Greg Kroah-Hartman
1
-26
/
+0
2019-08-12
Merge 5.3-rc4 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+6
2019-08-09
device.h: Fix warnings for mismatched parameter names in comments
Suzuki K Poulose
1
-4
/
+4
2019-08-06
Merge tag 'dev_groups_all_drivers' of git://git.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
1
-0
/
+3
2019-08-02
Merge tag 'dev_groups_all_drivers' into driver-core-next
Greg Kroah-Hartman
1
-0
/
+3
2019-08-02
driver core: add dev_groups to all drivers
Dmitry Torokhov
1
-0
/
+3
2019-08-01
driver core: Add sync_state driver/bus callback
Saravana Kannan
1
-0
/
+26
2019-08-01
driver core: Add edit_links() callback for drivers
Saravana Kannan
1
-0
/
+20
2019-08-01
driver core: Add support for linking devices during device addition
Saravana Kannan
1
-0
/
+14
2019-08-01
drivers: Fix htmldocs warnings with bus_find_next_device()
Suzuki K Poulose
1
-0
/
+2
2019-08-01
drivers: Fix typo in parameter description for driver_find_device_by_acpi_dev
Suzuki K Poulose
1
-1
/
+1
2019-07-30
Merge branch 'generic_lookup_helpers' into driver-core-next
Greg Kroah-Hartman
1
-3
/
+234
2019-07-30
drivers: Add generic helper to match any device
Suzuki K Poulose
1
-0
/
+17
2019-07-30
drivers: Introduce device lookup variants by ACPI_COMPANION device
Suzuki K Poulose
1
-0
/
+65
2019-07-30
drivers: Introduce device lookup variants by device type
Suzuki K Poulose
1
-0
/
+37
2019-07-30
drivers: Introduce device lookup variants by fwnode
Suzuki K Poulose
1
-0
/
+39
2019-07-30
drivers: Introduce device lookup variants by of_node
Suzuki K Poulose
1
-0
/
+37
2019-07-30
drivers: Introduce device lookup variants by name
Suzuki K Poulose
1
-3
/
+39
2019-07-27
Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+6
2019-07-25
driver core: Remove device link creation limitation
Rafael J. Wysocki
1
-1
/
+3
2019-07-19
driver-core, libnvdimm: Let device subsystems add local lockdep coverage
Dan Williams
1
-0
/
+5
2019-07-19
drivers/base: Introduce kill_device()
Dan Williams
1
-0
/
+1
2019-07-15
docs: driver-model: move it to the driver-api book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+7
2019-07-09
Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2019-07-09
Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2019-07-05
devres: allow const resource arguments
Arnd Bergmann
1
-1
/
+2
2019-07-04
Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...
Joerg Roedel
1
-0
/
+4
2019-07-03
driver: core: Allow subsystems to continue deferring probe
Thierry Reding
1
-0
/
+1
2019-06-24
drivers: Add generic helper to match by of_node
Suzuki K Poulose
1
-0
/
+2
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
1
-2
/
+2
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-2
/
+2
2019-06-14
drivers/base/devres: introduce devm_release_action()
Dan Williams
1
-0
/
+1
2019-06-12
driver core: Add per device iommu param
Jacob Pan
1
-0
/
+3
2019-06-03
driver core: Add helper device_find_child_by_name()
Heikki Krogerus
1
-0
/
+2
2019-05-10
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-1
/
+1
2019-05-07
Merge branch 'clk-parent-rewrite-1' into clk-next
Stephen Boyd
1
-1
/
+1
2019-04-20
driver core: Let dev_of_node() accept a NULL dev
Stephen Boyd
1
-1
/
+1
2019-04-01
device.h: reorganize struct device
Greg Kroah-Hartman
1
-8
/
+8
2019-03-18
driver core: remove BUS_ATTR()
Greg Kroah-Hartman
1
-2
/
+0
2019-03-10
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+2
2019-03-08
linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimited
Rasmus Villemoes
1
-1
/
+1
2019-03-07
Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+6
2019-03-07
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+17
2019-03-06
Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+10
[next]