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: Inline a few ofnode functions in SPL
Simon Glass
2020-12-22
2
-0
/
+18
*
dm: core: Drop seq and req_seq
Simon Glass
2020-12-18
2
-16
/
+2
*
cmd: Drop use of old sequence numbers in commands
Simon Glass
2020-12-18
1
-2
/
+2
*
dm: core: Update uclass_find_next_free_req_seq() for new scheme
Simon Glass
2020-12-18
2
-12
/
+15
*
dm: Drop the unused arg in uclass_find_device_by_seq()
Simon Glass
2020-12-18
2
-26
/
+12
*
dm: Drop uclass_resolve_seq()
Simon Glass
2020-12-18
2
-47
/
+0
*
dm: Switch over to use new sequence number for dev_seq()
Simon Glass
2020-12-18
1
-4
/
+2
*
dm: core: Allow manual sequence numbering
Simon Glass
2020-12-18
1
-1
/
+1
*
dm: Fix return value in dev_read_alias_seq()
Simon Glass
2020-12-18
1
-1
/
+3
*
dm: core: Switch binding to use new sequence numbers
Simon Glass
2020-12-18
1
-4
/
+1
*
dm: core: Add a new sequence number for devices
Simon Glass
2020-12-18
2
-9
/
+21
*
dm: core: Update uclass_find_next_free_req_seq() args
Simon Glass
2020-12-18
2
-9
/
+3
*
dm: Avoid accessing seq directly
Simon Glass
2020-12-18
3
-6
/
+6
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
3
-7
/
+7
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
4
-11
/
+11
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
2
-2
/
+2
*
dm: Rename 'platdata_size' to 'plat_size'
Simon Glass
2020-12-13
1
-8
/
+7
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
5
-44
/
+43
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
6
-26
/
+22
*
dm: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
2020-12-13
1
-3
/
+3
*
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2020-12-13
1
-5
/
+4
*
dm: core: Combine the flattree and livetree binding code
Simon Glass
2020-12-13
1
-58
/
+16
*
dm: core: Add an ofnode function to get the devicetree root
Simon Glass
2020-12-13
1
-6
/
+2
*
dm: core: Drop device_bind_offset()
Simon Glass
2020-12-13
1
-8
/
+0
*
dm: core: Add a livetree function to check node status
Simon Glass
2020-12-13
1
-0
/
+10
*
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
-3
/
+3
*
acpi: Don't reset the tables with every new generation
Simon Glass
2020-11-06
1
-4
/
+6
*
Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-10-30
6
-45
/
+126
|
\
|
*
dm: Use driver_info index instead of pointer
Simon Glass
2020-10-29
1
-0
/
+11
|
*
dm: core: Convert #ifdef to if() in root.c
Simon Glass
2020-10-29
1
-11
/
+7
|
*
dm: Support parent devices with of-platdata
Simon Glass
2020-10-29
1
-2
/
+52
|
*
dm: Use an allocated array for run-time device info
Simon Glass
2020-10-29
3
-10
/
+28
|
*
dm: test: Add a check that all devices have a dev value
Simon Glass
2020-10-29
1
-0
/
+1
|
*
dm: core: Allow dm_warn() to be used in SPL
Simon Glass
2020-10-29
2
-3
/
+17
|
*
dm: Avoid using #ifdef for CONFIG_OF_LIVE
Simon Glass
2020-10-29
2
-19
/
+10
*
|
dm: core: Add support for getting node from aliases
Michal Simek
2020-10-27
1
-0
/
+22
|
/
*
syscon: Drop the logging in syscon_get_by_driver_data()
Simon Glass
2020-10-22
1
-1
/
+1
*
dm: syscon: Set LOG_CATEGORY
Sean Anderson
2020-10-15
1
-0
/
+2
*
Kconfig: Move BOUNCE_BUFFER under driver options
Simon Glass
2020-10-09
1
-0
/
+11
*
dm: add cells_count parameter in *_count_phandle_with_args
Patrick Delaunay
2020-10-06
3
-8
/
+10
*
Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2020-10-05
1
-0
/
+22
|
\
|
*
dm: core: add support for device re-parenting
Claudiu Beznea
2020-09-22
1
-0
/
+22
*
|
regmap: Add support for regmap fields
Jean-Jacques Hiblot
2020-09-30
1
-0
/
+83
*
|
regmap: Allow devices to specify regmap range start and size in config
Pratyush Yadav
2020-09-30
1
-1
/
+5
*
|
regmap: Add regmap_init_mem_range()
Pratyush Yadav
2020-09-30
1
-0
/
+27
*
|
regmap: Allow left shifting register offset before access
Pratyush Yadav
2020-09-30
1
-1
/
+5
*
|
regmap: Allow specifying read/write width
Pratyush Yadav
2020-09-30
1
-3
/
+12
*
|
regmap: zero out the regmap on allocation
Pratyush Yadav
2020-09-30
1
-1
/
+2
*
|
regmap: Add devm_regmap_init()
Jean-Jacques Hiblot
2020-09-30
1
-0
/
+29
[next]