index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
of
/
platform.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
of: Move of_skipped_node_table within #ifdef CONFIG_OF_ADDRESS
Viresh Kumar
2023-08-22
1
-5
/
+5
*
Merge branch 'dt/linus' into dt/next
Rob Herring
2023-08-22
1
-3
/
+3
|
\
|
*
of/platform: increase refcount of fwnode
Peng Fan
2023-08-21
1
-2
/
+2
|
*
of: Preserve "of-display" device name for compatibility
Rob Herring
2023-07-12
1
-1
/
+1
*
|
of: Move of_device_{add,register,unregister} to platform.c
Rob Herring
2023-08-04
1
-0
/
+32
*
|
of: Move of_platform_register_reconfig_notifier() into DT core
Rob Herring
2023-08-04
1
-0
/
+2
|
/
*
of/platform: Propagate firmware node by calling device_set_node()
Andy Shevchenko
2023-06-15
1
-4
/
+3
*
Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-14
1
-0
/
+5
|
\
|
*
treewide: Fix probing of devices in DT overlays
Geert Uytterhoeven
2023-04-11
1
-0
/
+5
*
|
Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-24
1
-5
/
+2
|
\
\
|
|
/
|
/
|
|
*
of: Use preferred of_property_read_* functions
Rob Herring
2023-02-17
1
-4
/
+1
|
*
of: Use of_property_present() helper
Rob Herring
2023-02-17
1
-1
/
+1
*
|
of: Make OF framebuffer device names unique
Michal Suchanek
2023-02-03
1
-2
/
+10
|
/
*
of/platform: use of_address_count() helper
Yang Yingliang
2022-10-17
1
-3
/
+2
*
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-05-26
1
-19
/
+64
|
\
|
*
of: Create platform devices for OF framebuffers
Thomas Zimmermann
2022-04-20
1
-19
/
+64
*
|
Merge tag 'devicetree-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-05-25
1
-9
/
+5
|
\
\
|
*
|
of/platform: Drop static setup of IRQ resource from DT core
Lad Prabhakar
2022-04-05
1
-9
/
+5
|
|
/
*
/
mtd: phram: Allow probing via reserved-memory
Vincent Whitchurch
2022-04-25
1
-0
/
+1
|
/
*
misc: open-dice: Add driver to expose DICE data to userspace
David Brazdil
2022-02-04
1
-0
/
+1
*
of: Move simple-framebuffer device handling from simplefb to of
Hector Martin
2021-12-16
1
-0
/
+4
*
of: Support using 'mask' in making device bus id
Rob Herring
2021-11-12
1
-2
/
+8
*
Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2021-11-04
1
-0
/
+1
|
\
|
*
soc: qcom: smem: Support reserved-memory description
Bjorn Andersson
2021-10-15
1
-0
/
+1
*
|
ARM: 9119/1: amba: Properly handle device probe without IRQ domain
Wang Kefeng
2021-10-19
1
-5
/
+1
|
/
*
iommu: Drop unnecessary of_iommu.h includes
Rob Herring
2021-06-08
1
-1
/
+0
*
of: Add missing 'Return' section in kerneldoc comments
Rob Herring
2021-03-27
1
-5
/
+5
*
of: platform: Demote kernel-doc abuse
Lee Jones
2021-03-23
1
-1
/
+1
*
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-24
1
-0
/
+1
|
\
|
*
nvmem: Add driver to expose reserved memory as nvmem
Nicolas Saenz Julienne
2021-02-04
1
-0
/
+1
*
|
of: Remove of_dev_{get,put}()
Rob Herring
2021-02-13
1
-2
/
+2
|
/
*
Revert "of: platform: Batch fwnode parsing when adding all top level devices"
Saravana Kannan
2020-12-09
1
-2
/
+0
*
of: platform: Destroy child devices symmetrically
Thierry Reding
2020-08-18
1
-1
/
+1
*
Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-07
1
-0
/
+2
|
\
|
*
of: platform: Batch fwnode parsing when adding all top level devices
Saravana Kannan
2020-05-15
1
-0
/
+2
*
|
dt/platform: Fix comment in of_dev_lookup()
Qi Zheng
2020-05-28
1
-1
/
+1
|
/
*
of/platform: Unconditionally pause/resume sync state during kernel init
Saravana Kannan
2019-12-13
1
-3
/
+3
*
of/platform: Pause/resume sync state during init and of_platform_populate()
Saravana Kannan
2019-10-04
1
-0
/
+12
*
drivers: Introduce device lookup variants by of_node
Suzuki K Poulose
2019-07-30
1
-6
/
+1
*
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-12
1
-1
/
+1
|
\
|
*
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2019-06-24
1
-1
/
+1
*
|
of/platform: Drop superfluous cast in of_device_make_bus_id()
Geert Uytterhoeven
2019-07-08
1
-2
/
+1
|
/
*
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-26
1
-4
/
+4
|
\
|
*
of: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-09-07
1
-4
/
+4
*
|
of/platform: initialise AMBA default DMA masks
Linus Walleij
2018-09-02
1
-0
/
+4
|
/
*
of/platform: Initialise default DMA masks
Robin Murphy
2018-07-27
1
-0
/
+3
*
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-13
1
-1
/
+1
|
\
|
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
|
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
2018-06-12
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
drivers: qcom: add command DB driver
Mahesh Sivasubramanian
2018-05-25
1
-0
/
+1
[next]