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
/
include
/
dm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
test: Use a simple variable to record removed device
Simon Glass
2021-01-05
1
-2
/
+0
*
dm: core: Rename the priv/plat members
Simon Glass
2021-01-05
2
-14
/
+19
*
dm: core: Add functions to set priv/plat
Simon Glass
2021-01-05
1
-0
/
+84
*
dm: core: Add function to access uclass priv
Simon Glass
2021-01-05
2
-0
/
+22
*
dm: core: Use 'uclass_driver' for the uclass linker_list
Simon Glass
2021-01-05
1
-1
/
+1
*
dm: core: Inline a few ofnode functions in SPL
Simon Glass
2020-12-22
1
-11
/
+45
*
dm: core: Drop seq and req_seq
Simon Glass
2020-12-18
1
-8
/
+1
*
dm: core: Update uclass_find_next_free_req_seq() for new scheme
Simon Glass
2020-12-18
1
-7
/
+10
*
dm: Drop the unused arg in uclass_find_device_by_seq()
Simon Glass
2020-12-18
2
-26
/
+10
*
dm: Drop uclass_resolve_seq()
Simon Glass
2020-12-18
1
-15
/
+0
*
dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ
Simon Glass
2020-12-18
1
-0
/
+1
*
dm: Switch over to use new sequence number for dev_seq()
Simon Glass
2020-12-18
1
-1
/
+1
*
dm: core: Allow manual sequence numbering
Simon Glass
2020-12-18
1
-0
/
+3
*
dm: core: Add a new sequence number for devices
Simon Glass
2020-12-18
1
-0
/
+8
*
dm: core: Update uclass_find_next_free_req_seq() args
Simon Glass
2020-12-18
1
-2
/
+2
*
dm: Avoid accessing seq directly
Simon Glass
2020-12-18
1
-0
/
+5
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
12
-17
/
+17
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
3
-11
/
+11
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: Rename 'platdata_size' to 'plat_size'
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
7
-45
/
+45
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
2
-19
/
+19
*
dm: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
2020-12-13
1
-3
/
+2
*
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2020-12-13
1
-2
/
+1
*
dm: core: Add an ofnode function to get the devicetree root
Simon Glass
2020-12-13
1
-0
/
+12
*
dm: core: Drop device_bind_offset()
Simon Glass
2020-12-13
1
-7
/
+3
*
dm: core: Drop dev_set_of_offset()
Simon Glass
2020-12-13
1
-5
/
+0
*
dm: Remove uses of device_bind_offset()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: core: Add a livetree function to check node status
Simon Glass
2020-12-13
1
-0
/
+11
*
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-12-13
1
-3
/
+3
*
dm: core: Rename device_bind() to device_bind_offset()
Simon Glass
2020-12-13
1
-4
/
+4
*
board: Rename uclass to sysinfo
Simon Glass
2020-11-06
1
-1
/
+1
*
acpi: Don't reset the tables with every new generation
Simon Glass
2020-11-06
1
-0
/
+9
*
Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-10-30
5
-15
/
+63
|
\
|
*
dm: Don't allow U_BOOT_DEVICE() when of-platdata is used
Simon Glass
2020-10-29
1
-0
/
+8
|
*
dm: Use driver_info index instead of pointer
Simon Glass
2020-10-29
1
-0
/
+14
|
*
dm: Support parent devices with of-platdata
Simon Glass
2020-10-29
1
-1
/
+9
|
*
dm: Use an allocated array for run-time device info
Simon Glass
2020-10-29
2
-3
/
+13
|
*
dm: core: fix typo in device.h
Dario Binacchi
2020-10-29
1
-1
/
+1
|
*
dm: core: Allow dm_warn() to be used in SPL
Simon Glass
2020-10-29
1
-1
/
+1
|
*
dm: Avoid using #ifdef for CONFIG_OF_LIVE
Simon Glass
2020-10-29
1
-8
/
+1
|
*
dm: core: Expand the comment for DM_GET_DEVICE()
Simon Glass
2020-10-29
1
-1
/
+16
*
|
Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2020-10-29
1
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
dm: core: Add support for getting node from aliases
Michal Simek
2020-10-27
1
-0
/
+22
*
|
drivers: Add a new framework for multiplexer devices
Jean-Jacques Hiblot
2020-10-28
1
-0
/
+1
|
/
*
dm: core: improve uclass_get_device_by_phandle_id() description
Dario Binacchi
2020-10-22
1
-1
/
+2
*
dm: Don't undefine dev_xxx macros
Sean Anderson
2020-10-16
1
-20
/
+0
*
pinctrl: Reformat documentation in dm/pinctrl.h
Sean Anderson
2020-10-08
1
-162
/
+339
*
pinctrl: Add pinmux property support to pinctrl-generic
Sean Anderson
2020-10-08
1
-8
/
+13
*
dm: add cells_count parameter in *_count_phandle_with_args
Patrick Delaunay
2020-10-06
3
-5
/
+10
[prev]
[next]