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
*
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
*
syscon: update syscon_node_to_regmap to use the DM functions
Patrick Delaunay
2018-12-15
1
-38
/
+17
*
dm: core: Add a function to read into a unsigned int
Simon Glass
2018-12-13
1
-0
/
+23
*
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2018-12-10
4
-6
/
+41
|
\
|
*
drivers: core: nullify gd->dm_root after dm_uninit()
Jean-Jacques Hiblot
2018-12-10
1
-0
/
+1
|
*
drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig
Jean-Jacques Hiblot
2018-12-10
1
-2
/
+10
|
*
dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL
Jean-Jacques Hiblot
2018-12-10
2
-4
/
+30
*
|
syscon: dm: Add a new method to get a regmap from DTS
Jean-Jacques Hiblot
2018-12-07
1
-0
/
+23
|
/
*
dm: core: add functions to get/remap I/O addresses by name
Álvaro Fernández Rojas
2018-12-05
2
-0
/
+30
*
core: ofnode: Fix ofnode_get_addr_index function
Keerthy
2018-11-29
1
-7
/
+10
*
dm: core: Add a few more specific child-finding functions
Simon Glass
2018-11-29
1
-0
/
+34
*
dm: core: Export uclass_find_device_by_phandle()
Simon Glass
2018-11-29
1
-4
/
+2
*
dm: core: Widen the dump tree to show more of the driver's name.
Liviu Dudau
2018-11-20
1
-4
/
+4
*
dm: uclass: Add uclass_next_device_err() to return a valid device
Patrice Chotard
2018-11-16
1
-0
/
+13
*
uclass: Use uclass_foreach_dev() macro instead of open coding
Liviu Dudau
2018-11-14
2
-10
/
+10
*
dm: core: Allow uclass to set up a device's child after it is probed
Bin Meng
2018-11-14
1
-1
/
+12
*
regmap: Add endianness support
Mario Six
2018-11-14
1
-10
/
+124
*
regmap: Support reading from specific range
Mario Six
2018-11-14
1
-5
/
+44
*
regmap: Add raw read/write functions
Mario Six
2018-11-14
1
-7
/
+57
*
regmap: Add error output
Mario Six
2018-11-14
1
-2
/
+8
*
regmap: Introduce init_range
Mario Six
2018-11-14
1
-12
/
+56
*
core: ofnode: Fix mem leak in error path
Mario Six
2018-11-14
1
-1
/
+3
*
regmap: Improve error handling
Mario Six
2018-11-14
1
-0
/
+17
*
regmap: Add documentation
Mario Six
2018-11-14
1
-0
/
+6
*
dm: core: Mirror the chosen node parse logic in the livetree scanning
Bin Meng
2018-11-14
1
-0
/
+10
*
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-11-14
3
-10
/
+13
*
dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()
Bin Meng
2018-11-14
1
-0
/
+25
*
fdt: Allow indicating a node is for U-Boot proper only
Simon Glass
2018-10-09
1
-0
/
+2
*
dm: core: Update ofnode to read binman-style flash entry
Simon Glass
2018-10-09
1
-8
/
+19
*
dm: core: Add a function to find the first inactive child
Simon Glass
2018-10-09
1
-0
/
+18
*
dm: core: Update some functions to use const
Simon Glass
2018-10-09
1
-12
/
+12
*
dm: core: Alloc uclass-private data to be cache-aligned
Simon Glass
2018-10-09
1
-1
/
+2
*
ofnode: Add missing address translation into ofnode_get_addr_size()
Marek Vasut
2018-10-08
1
-1
/
+5
*
ofnode: Replace of_n_addr_cells with of_n_size_cells
Marek Vasut
2018-10-08
1
-1
/
+1
*
dm: fdt: scan for devices under /firmware too
Jens Wiklander
2018-10-07
1
-5
/
+10
*
core: Add dev_{disable,enable}_by_path
Mario Six
2018-09-29
1
-0
/
+78
*
core: Add functions to set properties in live-tree
Mario Six
2018-09-29
1
-0
/
+70
[next]