Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
[platform/kernel/u-boot.git] / drivers / core /
2021-01-06 Tom RiniMerge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot...
2021-01-05 Tom RiniMerge tag 'v2021.01-rc5' into next
2021-01-05 Simon Glassdtoc: Drop dm_populate_phandle_data()
2021-01-05 Simon Glassdm: core: Add logging when lists_bind_fdt() fails
2021-01-05 Simon Glassdm: core: Allow the uclass list to move
2021-01-05 Simon Glassdm: core: Split out scanning code to dm_scan()
2021-01-05 Simon Glassdm: core: Access device ofnode through functions
2021-01-05 Simon Glassdm: core: Use dev_has_ofnode() instead of dev_of_valid()
2021-01-05 Simon Glassdm: core: Rename dev_has_of_node() to dev_has_ofnode()
2021-01-05 Simon Glassdm: core: Access device flags through functions
2021-01-05 Simon Glassdm: core: Rename sqq to seq_
2021-01-05 Simon Glassdm: core: Split out alloc code into a new function
2021-01-05 Simon Glassdm: core: Move priv/plat structs for simple_bus to...
2021-01-05 Simon Glassdm: core: Rename the priv/plat members
2021-01-05 Simon Glassdm: core: Use access methods for dev/uclass private...
2021-01-05 Simon Glassdm: Use access methods for dev/uclass private data
2021-01-05 Simon Glassdm: core: Add functions to set priv/plat
2021-01-05 Simon Glassdm: core: Add function to access uclass priv
2021-01-05 Simon Glassdm: core: Only include simple-bus devicetree id when...
2021-01-05 Simon Glassdm: core: Use 'uclass_driver' for the uclass linker_list
2021-01-05 Simon Glassdm: core: Support dm_dump_all() in SPL
2020-12-23 Tom RiniMerge tag 'dm-next-23dec20' of git://git.denx.de/u...
2020-12-23 Simon Glassdm: core: Inline a few ofnode functions in SPL
2020-12-19 Simon Glassdm: core: Drop seq and req_seq
2020-12-19 Simon Glasscmd: Drop use of old sequence numbers in commands
2020-12-19 Simon Glassdm: core: Update uclass_find_next_free_req_seq() for...
2020-12-19 Simon Glassdm: Drop the unused arg in uclass_find_device_by_seq()
2020-12-19 Simon Glassdm: Drop uclass_resolve_seq()
2020-12-19 Simon Glassdm: Switch over to use new sequence number for dev_seq()
2020-12-19 Simon Glassdm: core: Allow manual sequence numbering
2020-12-19 Simon Glassdm: Fix return value in dev_read_alias_seq()
2020-12-19 Simon Glassdm: core: Switch binding to use new sequence numbers
2020-12-19 Simon Glassdm: core: Add a new sequence number for devices
2020-12-19 Simon Glassdm: core: Update uclass_find_next_free_req_seq() args
2020-12-19 Simon Glassdm: Avoid accessing seq directly
2020-12-14 Tom RiniMerge tag 'dm-pull-14dec20' of git://git.denx.de/u...
2020-12-13 Simon Glassdm: treewide: Rename ..._platdata variables to just...
2020-12-13 Simon Glassdm: treewide: Rename ofdata_to_platdata() to of_to_plat()
2020-12-13 Simon Glassdm: treewide: Rename dev_get_platdata() to dev_get_plat()
2020-12-13 Simon Glassdm: Rename 'platdata_size' to 'plat_size'
2020-12-13 Simon Glassdm: treewide: Rename 'platdata' variables to just ...
2020-12-13 Simon Glassdm: treewide: Rename auto_alloc_size members to be...
2020-12-13 Simon Glassdm: core: Drop unused parameter from dm_extended_scan_fdt()
2020-12-13 Simon Glassdm: core: Drop unused parameter from dm_scan_fdt()
2020-12-13 Simon Glassdm: core: Combine the flattree and livetree binding...
2020-12-13 Simon Glassdm: core: Add an ofnode function to get the devicetree...
2020-12-13 Simon Glassdm: core: Drop device_bind_offset()
2020-12-13 Simon Glassdm: core: Add a livetree function to check node status
2020-12-13 Simon Glassdm: core: Rename device_bind_ofnode() to device_bind()
2020-12-13 Simon Glassdm: core: Rename device_bind() to device_bind_offset()
2020-12-11 Tom RiniMerge tag 'u-boot-atmel-fixes-2021.01-b' of https:...
2020-12-02 Tom RiniMerge tag 'dm-pull-30nov20' of git://git.denx.de/u...
2020-11-30 Marek Vasutdm: core: Fix incorrect flag check
2020-11-06 Tom RiniMerge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
2020-11-06 Tom RiniMerge tag 'u-boot-amlogic-20201105' of https://gitlab...
2020-11-06 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-11-06 Simon Glassacpi: Don't reset the tables with every new generation
2020-11-02 Tom RiniMerge tag 'u-boot-atmel-fixes-2021.01-a' of https:...
2020-11-01 Tom RiniMerge tag 'efi-2020-01-rc2-2' of https://gitlab.denx...
2020-10-31 Tom RiniMerge tag 'u-boot-rockchip-20201031' of https://gitlab...
2020-10-30 Tom RiniMerge tag 'dm-pull-30oct20' of https://gitlab.denx...
2020-10-29 Simon Glassdm: Use driver_info index instead of pointer
2020-10-29 Simon Glassdm: core: Convert #ifdef to if() in root.c
2020-10-29 Simon Glassdm: Support parent devices with of-platdata
2020-10-29 Simon Glassdm: Use an allocated array for run-time device info
2020-10-29 Simon Glassdm: test: Add a check that all devices have a dev value
2020-10-29 Simon Glassdm: core: Allow dm_warn() to be used in SPL
2020-10-29 Simon Glassdm: Avoid using #ifdef for CONFIG_OF_LIVE
2020-10-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-10-29 Tom RiniMerge tag 'xilinx-for-v2021.01-v2' of https://gitlab...
2020-10-27 Michal Simekdm: core: Add support for getting node from aliases
2020-10-23 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-10-23 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-10-22 Tom RiniMerge branch '2020-10-22-misc-changes'
2020-10-22 Simon Glasssyscon: Drop the logging in syscon_get_by_driver_data()
2020-10-16 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-10-16 Tom RiniMerge branch '2020-10-15-further-cleanup_dev_xxx'
2020-10-15 Sean Andersondm: syscon: Set LOG_CATEGORY
2020-10-12 Tom RiniMerge branch 'for-next' of https://github.com/lftan...
2020-10-12 Tom RiniMerge tag 'ti-v2021.01-rc1' of https://gitlab.denx...
2020-10-09 Tom RiniMerge branch '2020-10-09-kconfig-reorg'
2020-10-09 Simon GlassKconfig: Move BOUNCE_BUFFER under driver options
2020-10-07 Tom RiniMerge tag 'mips-pull-2020-10-07' of https://gitlab...
2020-10-06 Tom RiniMerge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm
2020-10-06 Patrick Delaunaydm: add cells_count parameter in *_count_phandle_with_args
2020-10-06 Tom RiniMerge tag 'u-boot-amlogic-20201005' of https://gitlab...
2020-10-05 Tom RiniMerge branch 'next'
2020-10-05 Tom RiniMerge tag 'u-boot-atmel-2021.01-a' of https://gitlab...
2020-10-01 Tom RiniMerge branch 'next' of git://git.denx.de/u-boot-sh...
2020-10-01 Tom RiniMerge branch '2020-09-30-assorted-network-improvements...
2020-09-30 Tom RiniMerge branch '2020-09-30-add-new-apis' into next
2020-09-30 Jean-Jacques Hiblotregmap: Add support for regmap fields
2020-09-30 Pratyush Yadavregmap: Allow devices to specify regmap range start...
2020-09-30 Pratyush Yadavregmap: Add regmap_init_mem_range()
2020-09-30 Pratyush Yadavregmap: Allow left shifting register offset before...
2020-09-30 Pratyush Yadavregmap: Allow specifying read/write width
2020-09-30 Pratyush Yadavregmap: zero out the regmap on allocation
2020-09-30 Jean-Jacques Hiblotregmap: Add devm_regmap_init()
2020-09-30 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2020-09-30 Tom RiniMerge branch '2020-09-29-dev_xxx-print-improvement...
next