index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-02
dm: core: Add function to get child count of ofnode or device
Chunfeng Yun
2
-0
/
+21
2020-04-30
acpi: Move the xsdt pointer to acpi_ctx
Simon Glass
1
-0
/
+2
2020-04-30
acpi: Move acpi_add_table() to generic code
Simon Glass
1
-0
/
+5
2020-04-30
acpi: Add a method to write tables for a device
Simon Glass
1
-0
/
+30
2020-04-16
dm: core: add ofnode and dev function to iterate on node property
Patrick Delaunay
3
-1
/
+169
2020-04-16
Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm
Tom Rini
5
-31
/
+91
2020-04-16
dm: core: remove the duplicated function dm_ofnode_pre_reloc
Patrick Delaunay
1
-27
/
+0
2020-04-16
dm: core: support reading a single indexed u32 value
Dario Binacchi
3
-0
/
+84
2020-04-16
dm: core: Add a way to skip powering down power domains
Simon Glass
1
-4
/
+7
2020-04-16
acpi: Add an __ACPI__ preprocessor symbol
Simon Glass
1
-0
/
+4
2020-04-16
acpi: Add a simple sandbox test
Simon Glass
1
-0
/
+1
2020-04-16
dm: core: Add basic ACPI support
Simon Glass
2
-0
/
+78
2020-03-02
dm: core: Add a flag for power domain control on device removal
Anatolij Gustschin
1
-0
/
+6
2020-02-11
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
7
-207
/
+348
2020-02-07
dm: core: Add a function to find a device by drvdata
Simon Glass
2
-0
/
+16
2020-02-07
dm: core: Allow iterating devices without uclass_get()
Simon Glass
1
-0
/
+17
2020-02-05
dm: core: Drop the inclusion of linux/compat.h in dm.h
Simon Glass
1
-1
/
+0
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2
-71
/
+86
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2
-2
/
+4
2020-02-05
cmd: Add command to dump drivers and compatible strings
Sean Anderson
1
-0
/
+3
2020-02-05
dm: core: Add a way to iterate through children, probing each
Simon Glass
1
-0
/
+39
2020-02-05
dm: core: Add a way to read platdata for all child devices
Simon Glass
2
-1
/
+44
2020-02-05
dm: core: Add ofnode_get_chosen_prop()
Simon Glass
1
-0
/
+12
2020-02-05
dm: core: Add ofnode_read_prop()
Simon Glass
1
-1
/
+12
2020-02-05
dm: core: Rename ofnode_get_chosen_prop()
Simon Glass
1
-4
/
+5
2020-02-05
dm: core: Update comment for ofnode_get_chosen_node()
Simon Glass
1
-3
/
+6
2020-02-05
dm: core: Use const device for the dev_read_...() interface
Simon Glass
1
-97
/
+108
2020-02-05
dm: core: Use const device for the devfdt...() interface
Simon Glass
1
-13
/
+13
2020-02-05
dm: core: Use const where possible in device.h
Simon Glass
2
-16
/
+18
2020-01-09
Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
Tom Rini
4
-254
/
+311
2020-01-07
dm: devres: Add tests
Simon Glass
1
-0
/
+20
2020-01-07
dm: test: Add a test driver for devres
Simon Glass
1
-0
/
+1
2020-01-07
dm: devres: Create a new devres header file
Simon Glass
2
-254
/
+270
2020-01-07
dm: core: Add a new flag to track platform data
Simon Glass
1
-0
/
+3
2020-01-07
dm: core: Export a new function to read platdata
Simon Glass
1
-0
/
+16
2020-01-07
dm: core: Add a comment for DM_FLAG_OF_PLATDATA
Simon Glass
1
-0
/
+1
2020-01-07
dm: rng: Add random number generator(rng) uclass
Sughosh Ganu
1
-0
/
+1
2019-12-15
pci: Add support for p2sb uclass
Simon Glass
1
-0
/
+1
2019-12-15
x86: power: Add an ACPI PMC uclass
Simon Glass
1
-0
/
+1
2019-12-15
dm: pci: Move pci_get_devfn() into a common file
Simon Glass
1
-0
/
+43
2019-12-15
dm: core: Fix offset_to_ofnode() with invalid offset
Simon Glass
1
-1
/
+1
2019-11-14
pinctrol: dm: remove the function pinctrl_decode_pin_config
Patrick Delaunay
1
-13
/
+0
2019-10-23
ufs: Add Initial Support for UFS subsystem
Faiz Abbas
1
-0
/
+1
2019-10-15
dm: core: Allow for not controlling the power-domain by DM framework
Lokesh Vutla
1
-0
/
+3
2019-10-15
dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()
Jean-Jacques Hiblot
1
-2
/
+2
2019-10-15
dm: Fix default address cells return value
Matthias Brugger
1
-1
/
+1
2019-10-13
dm: Add a dsi host uclass
Yannick Fertré
1
-0
/
+1
2019-10-11
dm: core: Add a function to count the children of a device
Lokesh Vutla
1
-0
/
+9
2019-10-08
dm: pci: Add a function to read a PCI BAR
Simon Glass
2
-0
/
+33
2019-10-08
pci: sandbox: Move the emulators into their own node
Simon Glass
1
-0
/
+1
[next]