index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-09
dm: core: Add logging of some common errors
Simon Glass
1
-2
/
+12
2018-07-09
dm: core: Add a function to decode a memory region
Simon Glass
1
-0
/
+81
2018-07-09
dm: core: Update of_read_fmap_entry() for livetree
Simon Glass
1
-4
/
+4
2018-07-09
dm: core: Add a way to bind a device by ofnode
Simon Glass
1
-0
/
+8
2018-07-09
dm: core: Add a way to find an ofnode by compatible string
Simon Glass
1
-0
/
+12
2018-07-09
dm: core: Add ofnode function to read a 64-bit int
Simon Glass
2
-0
/
+52
2018-06-01
dm: core: add functions to get memory-mapped I/O addresses
Álvaro Fernández Rojas
2
-0
/
+32
2018-05-08
regmap: add regmap_update_bits() helper
Neil Armstrong
1
-0
/
+14
2018-05-07
syscon: add Linux-compatible syscon API
Masahiro Yamada
1
-0
/
+64
2018-05-07
regmap: change regmap_init_mem() to take ofnode instead udevice
Masahiro Yamada
2
-7
/
+6
2018-05-07
dm: ofnode: add ofnode_device_is_compatible() helper
Masahiro Yamada
2
-7
/
+12
2018-05-07
regmap: clean up regmap allocation
Masahiro Yamada
1
-22
/
+9
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
19
-39
/
+19
2018-04-01
core: ofnode: Fix translation for #size-cells == 0
Mario Six
2
-7
/
+15
2018-04-01
dm: core: make fixed-clock dt scan live dt compatible
Andy Yan
1
-5
/
+11
2018-03-31
core: add uclass_get_device_by_phandle_id() api
Kever Yang
1
-0
/
+26
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
7
-7
/
+7
2018-02-23
core: add ofnode_get_by_phandle() api
Kever Yang
1
-0
/
+13
2018-02-23
core: ofnode: add ofnode_get_parent function
Philipp Tomsich
1
-0
/
+14
2018-02-03
dm: core: Add a function to look up a uclass by name
Simon Glass
1
-0
/
+14
2018-01-28
clk: implement clk_set_defaults()
Philipp Tomsich
1
-0
/
+6
2018-01-24
Merge git://git.denx.de/u-boot-mmc
Tom Rini
1
-0
/
+5
2018-01-22
dm: add dev_read_u32()
Masahiro Yamada
1
-0
/
+5
2018-01-21
core: Make device_is_compatible live-tree compatible
Mario Six
1
-1
/
+6
2018-01-21
core: Add {ofnode, dev}_translate_address functions
Mario Six
2
-0
/
+13
2018-01-21
core: read: Fix style violations
Mario Six
1
-5
/
+4
2018-01-21
core: ofnode: Fix style violations
Mario Six
1
-8
/
+10
2018-01-21
drivers: core: Add translation in live tree case
Mario Six
1
-2
/
+7
2018-01-16
Merge git://git.denx.de/u-boot-net
Tom Rini
1
-0
/
+7
2018-01-15
dm: core: add missing dev_count_phandle_with_args()
Patrice Chotard
1
-0
/
+7
2018-01-15
dm: core: parse chosen node
Rob Clark
1
-0
/
+11
2017-11-17
dm: core: Correct address cast in dev_read_addr_ptr()
Simon Glass
1
-1
/
+2
2017-10-24
simple-bus: remove DECLARE_GLOBAL_DATA_PTR
Masahiro Yamada
1
-2
/
+0
2017-10-09
dm: ofnode: query correct property in livetree ofnode_get_addr_size
Klaus Goger
1
-1
/
+3
2017-10-09
dm: core: Round up size when allocating so that it is cache line aligned
Faiz Abbas
1
-0
/
+1
2017-10-04
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
6
-21
/
+19
2017-09-22
dm: core: Add functions to get strings and the string count from a stringlist
Jean-Jacques Hiblot
1
-0
/
+11
2017-09-18
dm: core: add dev_read_addr_ptr()
Philipp Tomsich
1
-0
/
+7
2017-09-15
dtoc: Add support for 32 or 64-bit addresses
Simon Glass
1
-1
/
+1
2017-09-12
dm: core: add clocks node scan
Patrice Chotard
1
-2
/
+32
2017-09-12
dm: core: Add ofnode_for_each_subnode()
Simon Glass
1
-4
/
+5
2017-09-12
dm: core: Show driver name with 'dm tree'
Simon Glass
1
-3
/
+3
2017-09-12
dm: core: Drop use of strlcpy()
Simon Glass
1
-4
/
+2
2017-08-29
ofnode: add {ofnode, dev}_read_resource_byname()
Masahiro Yamada
2
-0
/
+18
2017-08-17
dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata
Simon Glass
1
-0
/
+3
2017-08-13
spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL
Philipp Tomsich
2
-2
/
+21
2017-08-13
spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON
Philipp Tomsich
1
-2
/
+2
2017-07-29
Merge git://git.denx.de/u-boot-usb
Tom Rini
2
-0
/
+19
2017-07-29
dm: core: add ofnode_count_phandle_with_args()
Patrice Chotard
2
-0
/
+19
2017-07-28
dm: core: Fix up ofnode_get_addr_index() for 64-bit values
Simon Glass
1
-4
/
+5
[next]