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
/
drivers
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-05
of: addr: Remove call to dev_count_cells() in of_get_address()
Bin Meng
1
-6
/
+0
2021-06-05
of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'
Bin Meng
1
-1
/
+5
2021-05-24
regmap: fix a serious pointer casting bug
Marek BehĂșn
1
-2
/
+57
2021-05-12
Revert "fdt: translate address if #size-cells = <0>"
Dario Binacchi
5
-24
/
+13
2021-04-29
dm: core: Add size operations on device tree references
Chen Guanqiao
1
-0
/
+11
2021-04-29
dm: core: Fix uninitialized return value from dm_scan_fdt_node
Sean Anderson
1
-1
/
+1
2021-04-15
test: dm: Add a test case for simple-bus <ranges>
Bin Meng
1
-0
/
+1
2021-04-15
dm: core: Correctly read <ranges> of simple-bus
Bin Meng
2
-7
/
+38
2021-04-15
of: extra: Introduce ofnode_phy_is_fixed_link() API
Bin Meng
1
-0
/
+23
2021-04-06
simple-pm-bus: Use -ENOSYS for checking missing system call
Simon Glass
1
-2
/
+2
2021-04-06
dm: core: Use -ENOSPC in acpi_get_path()
Simon Glass
1
-1
/
+1
2021-03-26
dm: core: Use separate priv/plat data region
Simon Glass
2
-6
/
+15
2021-03-26
dm: core: Allow storing priv/plat data separately
Simon Glass
1
-0
/
+12
2021-03-26
dm: core: Move flags to device-runtime info
Simon Glass
1
-0
/
+33
2021-03-26
dm: core: Create a struct for device runtime info
Simon Glass
1
-1
/
+13
2021-03-26
dm: Rename device_get_by_driver_info_idx()
Simon Glass
1
-3
/
+10
2021-03-26
dm: core: Drop uclass_find_device_by_phandle() with of-platdata
Simon Glass
1
-1
/
+1
2021-03-26
dm: core: Drop device_get_by_driver_info()
Simon Glass
1
-15
/
+0
2021-03-22
dm: core: Skip adding uclasses with OF_PLATDATA_INST
Simon Glass
1
-1
/
+4
2021-03-22
dm: core: Set up driver model for OF_PLATDATA_INST
Simon Glass
1
-12
/
+30
2021-03-22
dm: core: Adjust uclass setup with of-platdata
Simon Glass
1
-2
/
+6
2021-03-22
dm: core: Allow dropping run-time binding of devices
Simon Glass
1
-17
/
+25
2021-03-22
dm: error handling dev_get_dma_range()
Heinrich Schuchardt
1
-2
/
+2
2021-03-09
x86: Move INTEL_ACPIGEN to arch/x86
Simon Glass
1
-9
/
+0
2021-03-03
dm: core: Add DM_DEVICE_REMOVE condition to all exit paths
Simon Glass
1
-8
/
+11
2021-03-03
dm: core: Fix allocation of empty of-platdata
Simon Glass
1
-4
/
+13
2021-02-18
dm: Introduce DMA constraints into the core device model
Nicolas Saenz Julienne
2
-0
/
+51
2021-02-18
dm: Introduce xxx_get_dma_range()
Nicolas Saenz Julienne
3
-0
/
+93
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
9
-0
/
+9
2021-02-03
dm: core: Add late driver remove option
Marek Vasut
2
-8
/
+33
2021-02-03
dm: core: Avoid partially removing devices
Simon Glass
1
-19
/
+40
2021-02-03
dm: core: Remove children before advising uclass
Simon Glass
1
-9
/
+3
2021-02-03
dm: Rename DM_FLAG_REMOVE_WITH_PD_ON
Simon Glass
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
9
-0
/
+9
2021-01-30
dm: core: Update ofnode_read_fmap_entry() to read hashes
Simon Glass
1
-9
/
+12
2021-01-30
dm: core: Add a comment about pinctrl_select_state()
Simon Glass
1
-0
/
+9
2021-01-16
dm: core: add function uclass_probe_all() to probe all devices
Vabhav Sharma
1
-0
/
+19
2021-01-12
dm: core: add a function to decode display timings
Dario Binacchi
1
-0
/
+6
2021-01-12
fdt: translate address if #size-cells = <0>
Dario Binacchi
5
-13
/
+24
2021-01-05
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
8
-150
/
+231
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
1
-1
/
+1
2021-01-05
dtoc: Drop dm_populate_phandle_data()
Simon Glass
1
-3
/
+0
2021-01-05
dm: core: Add logging when lists_bind_fdt() fails
Simon Glass
1
-1
/
+1
2021-01-05
dm: core: Allow the uclass list to move
Simon Glass
3
-7
/
+8
2021-01-05
dm: core: Split out scanning code to dm_scan()
Simon Glass
1
-14
/
+35
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
2
-2
/
+2
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
1
-1
/
+1
2021-01-05
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
Simon Glass
1
-1
/
+1
2021-01-05
dm: core: Access device flags through functions
Simon Glass
4
-29
/
+29
2021-01-05
dm: core: Rename sqq to seq_
Simon Glass
3
-9
/
+9
[next]