index
:
bootloaders/u-boot-midas
deblob-midas-2018.07
recovery-2018.07
wip/as-boot-img
wip/bl1
wip/forkbomb-midas-2020.01-as-boot-img
wip/s-boot-4.0
Part of research to make the bootloader fully free on midas devices
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
dm
Commit message (
Expand
)
Author
Age
Files
Lines
*
ofnode: add {ofnode, dev}_read_resource_byname()
Masahiro Yamada
2017-08-29
2
-1
/
+21
*
dm: core: Add a comment about the device_remove() flags
Simon Glass
2017-08-17
1
-1
/
+1
*
dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
Zhikang Zhang
2017-08-13
1
-0
/
+1
*
Merge git://git.denx.de/u-boot-usb
Tom Rini
2017-07-29
3
-0
/
+60
|
\
|
*
dm: core: add ofnode_count_phandle_with_args()
Patrice Chotard
2017-07-28
3
-0
/
+60
*
|
dm: core: Add ofnode_read_resource()
Simon Glass
2017-07-28
2
-10
/
+20
*
|
dm: ofnode: change return type of dev_read_prop() to opaque pointer
Masahiro Yamada
2017-07-28
1
-3
/
+3
|
/
*
serial: stm32x7: migrate serial struct to driver
Patrice Chotard
2017-07-26
1
-17
/
+0
*
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
Masahiro Yamada
2017-07-11
2
-3
/
+3
*
dm: core: Add functions to obtain node's address/size cells
Simon Glass
2017-07-11
3
-0
/
+72
*
dm: core: Add dev_read_enabled() to check if a device is enabled
Simon Glass
2017-07-11
1
-0
/
+18
*
dm: core: Add dev_read_resource() to read device resources
Simon Glass
2017-07-11
1
-0
/
+12
*
dm: core: Add ofnode_read_string_count()
Simon Glass
2017-07-11
2
-1
/
+29
*
dm: core: Add uclass_first/next_device_check()
Simon Glass
2017-07-11
1
-0
/
+31
*
dm: core: Test uclass_first/next_device() on probe failure
Simon Glass
2017-07-11
1
-0
/
+1
*
dm: core: Clarify uclass_first/next_device() comments
Simon Glass
2017-07-11
1
-2
/
+11
*
dm: Add more livetree helpers and definitions
Simon Glass
2017-06-01
1
-0
/
+36
*
dm: core: Run tests with both livetree and flat tree
Simon Glass
2017-06-01
1
-0
/
+2
*
dm: core: Add a way to find a device by ofnode
Simon Glass
2017-06-01
2
-0
/
+35
*
dm: core: Scan the live tree when setting up driver model
Simon Glass
2017-06-01
1
-1
/
+2
*
dm: core: Update device_bind_driver_to_node() to use ofnode
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-06-01
1
-4
/
+3
*
dm: core: Allow binding a device from a live tree
Simon Glass
2017-06-01
1
-4
/
+6
*
dm: core: Implement live tree 'read' functions
Simon Glass
2017-06-01
1
-92
/
+148
*
dm: core: Add device-based 'read' functions to access DT
Simon Glass
2017-06-01
1
-0
/
+383
*
dm: core: Add a place to put extra device-tree reading functions
Simon Glass
2017-06-01
1
-0
/
+46
*
dm: core: Add address operations on device tree references
Simon Glass
2017-06-01
1
-1
/
+22
*
dm: core: Add livetree address functions
Simon Glass
2017-06-01
2
-2
/
+66
*
dm: core: Add operations on device tree references
Simon Glass
2017-06-01
1
-3
/
+464
*
dm: core: Rename of_device_is_compatible()
Simon Glass
2017-06-01
1
-2
/
+2
*
dm: core: Add livetree access functions
Simon Glass
2017-06-01
1
-0
/
+347
*
dm: core: Add livetree definitions
Simon Glass
2017-06-01
1
-0
/
+106
*
dm: core: Add ofnode to represent device tree nodes
Simon Glass
2017-06-01
2
-4
/
+106
*
dm: core: Dont export dm_scan_fdt_node()
Simon Glass
2017-06-01
1
-16
/
+0
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-13
/
+13
*
dm: core: Move dev_get_addr() etc. into a separate file
Simon Glass
2017-06-01
2
-92
/
+110
*
dm: core: Add DM_FLAG_OS_PREPARE flag
Stefan Roese
2017-05-17
1
-1
/
+10
*
drivers: phy: add generic PHY framework
Jean-Jacques Hiblot
2017-05-09
1
-0
/
+1
*
dm: Simple Watchdog uclass
maxims@google.com
2017-05-08
1
-0
/
+1
*
sysreset: psci: support system reset in a generic way with PSCI
Masahiro Yamada
2017-04-18
1
-0
/
+1
*
dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
Stefan Roese
2017-04-04
1
-0
/
+16
*
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-04-04
2
-2
/
+29
*
dm: Return actual bools in dm_fdt_pre_reloc
Heiko Stübner
2017-03-16
1
-1
/
+1
*
dm: allow limiting pre-reloc markings to spl or tpl
Heiko Stübner
2017-03-16
1
-0
/
+26
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-0
/
+10
*
dm: Add support for scsi/sata based devices
Michal Simek
2016-12-20
1
-0
/
+1
*
Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"
Tom Rini
2016-12-09
1
-1
/
+0
*
dm: Add support for scsi/sata based devices
Michal Simek
2016-12-08
1
-0
/
+1
*
dm: core: Add dev_get_addr_size_index() to retrieve addr and size
Stefan Roese
2016-12-02
1
-0
/
+16
*
dm: core: Handle global_data moving in SPL
Simon Glass
2016-12-02
1
-0
/
+10
[next]