index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm
Tom Rini
2019-11-01
3
-6
/
+9
|
\
|
*
fdt: Fix alignment issue when reading 64-bits properties from fdt
Jean-Jacques Hiblot
2019-10-27
1
-1
/
+1
|
*
dm: core: Update log method for uclass_find_device_by_seq
Kever Yang
2019-10-27
1
-4
/
+7
|
*
dm: regmap: Fix mask in regmap_update_bits()
Simon Glass
2019-10-27
1
-1
/
+1
*
|
drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
Jean-Jacques Hiblot
2019-10-22
1
-1
/
+1
|
/
*
dm: Tidy up dump output when there are many devices
Patrick Delaunay
2019-10-15
1
-2
/
+2
*
dm: core: device: switch off power domain after device removal
Anatolij Gustschin
2019-10-15
1
-0
/
+5
*
dm: core: Allow for not controlling the power-domain by DM framework
Lokesh Vutla
2019-10-15
1
-1
/
+2
*
core: device: use dev_power_domain_on
Peng Fan
2019-10-15
1
-3
/
+3
*
dm: device: Request next sequence number
Thomas Fitzsimmons
2019-10-15
2
-1
/
+8
*
dm: core: Add a function to count the children of a device
Lokesh Vutla
2019-10-11
1
-0
/
+11
*
dm: core: Drop fdtdec_get_pci_addr()
Simon Glass
2019-10-08
1
-8
/
+5
*
dm: pci: Add a function to read a PCI BAR
Simon Glass
2019-10-08
2
-0
/
+44
*
dm: core: Correct the return value for uclass_find_first_device()
Simon Glass
2019-10-08
1
-1
/
+1
*
dm: core: Call ofdata_to_platdata() with of-platdata
Simon Glass
2019-10-08
1
-1
/
+2
*
dm: core: Drop a few early returns
Simon Glass
2019-10-08
1
-4
/
+10
*
dm: core: Use U-Boot logging instead of pr_debug()
Simon Glass
2019-10-08
1
-8
/
+12
*
dm: core: Correct bad cast in ofnode_get_addr_size_index()
Simon Glass
2019-10-03
1
-2
/
+5
*
dm: core: Correct low cell in ofnode_read_pci_addr()
Simon Glass
2019-10-03
1
-1
/
+1
*
Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2019-09-08
2
-1
/
+11
|
\
|
*
dm: core: Add functions to read 64-bit dt properties
T Karthik Reddy
2019-09-06
2
-1
/
+11
*
|
dm: core: Decouple DM from DT
Marek Vasut
2019-09-02
3
-7
/
+7
|
/
*
Kconfig: Varios: Fix more SPL, TPL dependencies
Adam Ford
2019-08-26
1
-1
/
+1
*
core: ofnode: do not assert if node not valid in ofnode_get_name()
Kever Yang
2019-08-19
1
-1
/
+5
*
dm: core: add support for getting register address and size
Sekhar Nori
2019-08-12
2
-0
/
+37
*
dm: device: make power domain calls optional
Anatolij Gustschin
2019-07-24
1
-1
/
+2
*
dm: core: Set correct "status" value for a node
Bin Meng
2019-07-24
1
-1
/
+1
*
dm: core: Call clk_set_defaults() during probe() only for a valid ofnode
Bin Meng
2019-07-24
1
-4
/
+10
*
dm: core: Introduce xxx_translate_dma_address()
Fabien Dessenne
2019-07-22
3
-0
/
+17
*
regmap: Add API regmap_init_mem_index()
Faiz Abbas
2019-07-17
1
-0
/
+42
*
drivers: core: use strcmp when find device by name
Peng Fan
2019-07-12
1
-1
/
+1
*
fdt: Allow indicating a node is for U-Boot proper only
Patrick Delaunay
2019-07-10
1
-0
/
+2
*
dm: Add a No-op uclass
Jean-Jacques Hiblot
2019-07-05
1
-0
/
+5
*
dm: core: Fix dm_extended_scan_fdt()
Patrice Chotard
2019-05-21
1
-1
/
+1
*
core: ofnode: Have ofnode_read_u32_default return a u32
Trent Piepho
2019-05-21
1
-1
/
+1
*
core: ofnode: Add ofnode_get_addr_size_index
Keerthy
2019-05-21
1
-3
/
+10
*
dm: core: Fix translate condition in ofnode_get_addr_size()
Simon Glass
2019-05-08
1
-1
/
+1
*
dm: core: Change platform specific translation-offset handling
Stefan Roese
2019-04-23
3
-24
/
+15
*
simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver
Lukas Auer
2019-04-23
1
-0
/
+1
*
dm: remove unused function dm_fdt_pre_reloc
Patrick Delaunay
2019-04-11
1
-23
/
+0
*
core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address
Eugeniu Rosca
2019-04-11
1
-3
/
+2
*
syscon: update syscon_regmap_lookup_by_phandle
Patrick Delaunay
2019-04-11
1
-24
/
+59
*
dm: remove pre reloc properties in SPL and TPL device tree
Patrick Delaunay
2019-04-11
2
-24
/
+23
*
dm: syscon: Don't require a regmap for PCI devices
Simon Glass
2019-02-20
1
-0
/
+4
*
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2019-02-11
2
-0
/
+26
|
\
|
*
dm: core: Introduce dev_read_alias_highest_id()
Michal Simek
2019-02-08
1
-0
/
+8
|
*
dm: core: Add of_alias_get_highest_id()
Michal Simek
2019-02-08
1
-0
/
+18
*
|
dm: device: fail uclass_find_first_device() if list_empty
Marcel Ziswiler
2019-02-09
1
-1
/
+1
|
/
*
drivers: Kconfig: spelling fixes
Chris Packham
2019-01-18
1
-1
/
+1
*
dm: Tidy up 'dm tree' output when there are many devices
Simon Glass
2019-01-14
1
-2
/
+2
[next]