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
old/tizen_20241126
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
/
drivers
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-29
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
1
-7
/
+0
2015-10-29
dm: core: Remove unnecessary codes in uclass_pre_remove_device()
Bin Meng
1
-7
/
+0
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
1
-1
/
+1
2015-10-21
dm: core: Enable optional use of fdt_translate_address()
Stefan Roese
2
-0
/
+50
2015-10-05
dm: core: Don't use pinctrl for the root device
Simon Glass
1
-2
/
+6
2015-09-15
fdt: add new fdt address parsing functions
Stephen Warren
1
-1
/
+4
2015-09-02
dm: Provide better debugging when a device fails to bind
Simon Glass
1
-1
/
+4
2015-09-02
dm: Improve handling of a missing uclass
Simon Glass
2
-2
/
+9
2015-08-31
pinctrl: add pin control uclass support
Masahiro Yamada
1
-0
/
+4
2015-08-31
dm: core: allow device_bind() to not return a device pointer
Masahiro Yamada
1
-2
/
+4
2015-08-31
dm: core: Add Kconfig for simple bus driver
Marek Vasut
3
-6
/
+17
2015-08-31
dm: Use dev_get_addr() where possible
Simon Glass
1
-0
/
+2
2015-08-26
dm: core: Fix code reentrancy issue in device_probe_child()
Bin Meng
1
-5
/
+14
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
4
-7
/
+7
2015-08-18
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
3
-6
/
+6
2015-08-12
drivers: hierarchize drivers Kconfig menu
Masahiro Yamada
1
-0
/
+4
2015-08-06
dm: core: Add a way to set a device name
Simon Glass
1
-0
/
+10
2015-08-06
devres: add debug command to dump device resources
Masahiro Yamada
2
-1
/
+31
2015-08-06
devres: make Devres optional with CONFIG_DEVRES
Masahiro Yamada
3
-2
/
+18
2015-08-06
devres: add devm_kmalloc() and friends (managed memory allocators)
Masahiro Yamada
1
-0
/
+34
2015-08-06
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada
5
-1
/
+215
2015-08-06
dm: add DM_FLAG_BOUND flag
Masahiro Yamada
2
-0
/
+5
2015-08-06
dm: Support address translation for simple-bus
Simon Glass
2
-6
/
+41
2015-08-06
dm: Make regmap and syscon optional
Simon Glass
2
-2
/
+21
2015-08-05
dm: core: Support finding a device by phandle
Simon Glass
1
-0
/
+42
2015-08-05
dm: core: Check for empty list in uclass_find_device()
Simon Glass
1
-0
/
+2
2015-07-21
dm: core: Add \n to two dm_warn() messages
Simon Glass
1
-2
/
+2
2015-07-21
dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea
Hans de Goede
1
-0
/
+4
2015-07-21
dm: Export device_remove_children / device_unbind_children
Hans de Goede
1
-18
/
+4
2015-07-21
dm: remove redundant CONFIG_DM from driver/core/Makefile
Masahiro Yamada
1
-1
/
+1
2015-07-21
dm: do not set DM_FLAG_ACTIVATED twice
Masahiro Yamada
1
-1
/
+0
2015-07-21
dm: change dm_warn() message into debug() in uclass_add()
Masahiro Yamada
1
-2
/
+2
2015-07-21
dm: core: Add device checking to syscon_get_regmap()
Simon Glass
1
-2
/
+5
2015-07-21
dm: Add support for generic system controllers (syscon)
Simon Glass
2
-0
/
+74
2015-07-21
dm: Add support for register maps (regmap)
Simon Glass
2
-0
/
+87
2015-07-21
dm: core: Correct device_get_child_by_of_offset() parameter
Simon Glass
1
-2
/
+2
2015-07-21
dm: core: Add a function to find any device from device tree
Simon Glass
1
-0
/
+25
2015-07-21
dm: core: Use debug() instead of printf() for failures
Simon Glass
1
-3
/
+3
2015-07-21
dm: Move the tree/uclass dump code into its own file
Simon Glass
2
-0
/
+97
2015-06-10
Remove SPL undefine of CONFIG_OF_CONTROL
Simon Glass
1
-0
/
+2
2015-04-29
dm: core: Add a function to bind a driver for a device tree node
Simon Glass
1
-1
/
+8
2015-04-28
dm: core: Correct bug introduced in uclass_first/next_device()
Simon Glass
1
-0
/
+5
2015-04-28
dm: core: drop device removal error path correctly
Masahiro Yamada
1
-3
/
+3
2015-04-23
dm: core: Select device tree control correctly for SPL
Simon Glass
1
-6
/
+8
2015-04-23
dm: core: Drop device removal error path when not supported
Simon Glass
1
-10
/
+16
2015-04-23
dm: core: Remove unbind operations when not required
Simon Glass
1
-0
/
+4
2015-04-23
dm: core: Allow sequence alias support to be removed for SPL
Simon Glass
2
-13
/
+24
2015-04-22
dm: core: Handle recursive unbinding of uclass devices
Simon Glass
1
-2
/
+10
2015-04-22
dm: core: remove type 'static' of function uclass_get_device_tail()
Przemyslaw Marczak
1
-11
/
+1
2015-04-22
dm: core: device: add function: dev_get_uclass_name()
Przemyslaw Marczak
1
-0
/
+8
[next]