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
2020-01-08
dm: Add a debug message when devices are skipped pre-reloc
Sean Anderson
1
-1
/
+3
2020-01-08
dm: devres: Add a new OFDATA phase
Simon Glass
1
-5
/
+13
2020-01-08
dm: devres: Use an enum for the allocation phase
Simon Glass
1
-6
/
+16
2020-01-08
dm: devres: Add tests
Simon Glass
1
-0
/
+13
2020-01-08
dm: devres: Convert to use logging
Simon Glass
1
-2
/
+4
2020-01-08
dm: core: Add a new flag to track platform data
Simon Glass
2
-1
/
+4
2020-01-08
dm: core: Export a new function to read platdata
Simon Glass
1
-2
/
+27
2020-01-08
dm: core: Allocate parent data separate from probing parent
Simon Glass
1
-8
/
+11
2020-01-08
dm: core: Move ofdata_to_platdata() call earlier
Simon Glass
1
-7
/
+7
2020-01-08
dm: core: Don't clear active flag twice when probe() fails
Simon Glass
1
-3
/
+1
2020-01-08
dm: core: Use assert_noisy() in devres
Simon Glass
1
-3
/
+3
2019-12-15
dm: pci: Move pci_get_devfn() into a common file
Simon Glass
1
-0
/
+20
2019-12-03
regmap: Fix potential memory leaks
Faiz Abbas
1
-4
/
+12
2019-12-03
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-11-01
Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm
Tom Rini
3
-6
/
+9
2019-10-27
fdt: Fix alignment issue when reading 64-bits properties from fdt
Jean-Jacques Hiblot
1
-1
/
+1
2019-10-27
dm: core: Update log method for uclass_find_device_by_seq
Kever Yang
1
-4
/
+7
2019-10-27
dm: regmap: Fix mask in regmap_update_bits()
Simon Glass
1
-1
/
+1
2019-10-22
drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
Jean-Jacques Hiblot
1
-1
/
+1
2019-10-15
dm: Tidy up dump output when there are many devices
Patrick Delaunay
1
-2
/
+2
2019-10-15
dm: core: device: switch off power domain after device removal
Anatolij Gustschin
1
-0
/
+5
2019-10-15
dm: core: Allow for not controlling the power-domain by DM framework
Lokesh Vutla
1
-1
/
+2
2019-10-15
core: device: use dev_power_domain_on
Peng Fan
1
-3
/
+3
2019-10-15
dm: device: Request next sequence number
Thomas Fitzsimmons
2
-1
/
+8
2019-10-11
dm: core: Add a function to count the children of a device
Lokesh Vutla
1
-0
/
+11
2019-10-08
dm: core: Drop fdtdec_get_pci_addr()
Simon Glass
1
-8
/
+5
2019-10-08
dm: pci: Add a function to read a PCI BAR
Simon Glass
2
-0
/
+44
2019-10-08
dm: core: Correct the return value for uclass_find_first_device()
Simon Glass
1
-1
/
+1
2019-10-08
dm: core: Call ofdata_to_platdata() with of-platdata
Simon Glass
1
-1
/
+2
2019-10-08
dm: core: Drop a few early returns
Simon Glass
1
-4
/
+10
2019-10-08
dm: core: Use U-Boot logging instead of pr_debug()
Simon Glass
1
-8
/
+12
2019-10-03
dm: core: Correct bad cast in ofnode_get_addr_size_index()
Simon Glass
1
-2
/
+5
2019-10-03
dm: core: Correct low cell in ofnode_read_pci_addr()
Simon Glass
1
-1
/
+1
2019-09-09
Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2
-1
/
+11
2019-09-06
dm: core: Add functions to read 64-bit dt properties
T Karthik Reddy
2
-1
/
+11
2019-09-02
dm: core: Decouple DM from DT
Marek Vasut
3
-7
/
+7
2019-08-26
Kconfig: Varios: Fix more SPL, TPL dependencies
Adam Ford
1
-1
/
+1
2019-08-19
core: ofnode: do not assert if node not valid in ofnode_get_name()
Kever Yang
1
-1
/
+5
2019-08-12
dm: core: add support for getting register address and size
Sekhar Nori
2
-0
/
+37
2019-07-24
dm: device: make power domain calls optional
Anatolij Gustschin
1
-1
/
+2
2019-07-24
dm: core: Set correct "status" value for a node
Bin Meng
1
-1
/
+1
2019-07-24
dm: core: Call clk_set_defaults() during probe() only for a valid ofnode
Bin Meng
1
-4
/
+10
2019-07-22
dm: core: Introduce xxx_translate_dma_address()
Fabien Dessenne
3
-0
/
+17
2019-07-17
regmap: Add API regmap_init_mem_index()
Faiz Abbas
1
-0
/
+42
2019-07-13
drivers: core: use strcmp when find device by name
Peng Fan
1
-1
/
+1
2019-07-11
fdt: Allow indicating a node is for U-Boot proper only
Patrick Delaunay
1
-0
/
+2
2019-07-05
dm: Add a No-op uclass
Jean-Jacques Hiblot
1
-0
/
+5
2019-05-22
dm: core: Fix dm_extended_scan_fdt()
Patrice Chotard
1
-1
/
+1
2019-05-22
core: ofnode: Have ofnode_read_u32_default return a u32
Trent Piepho
1
-1
/
+1
2019-05-22
core: ofnode: Add ofnode_get_addr_size_index
Keerthy
1
-3
/
+10
[next]