dm: core: Access device ofnode through functions
[platform/kernel/u-boot.git] / include /
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: Rename device flags to indicate it is private
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: Move priv/plat structs for simple_bus to...
2021-01-05 Simon Glassspi: Tweak a few strange SPI NOR features for of-platdata
2021-01-05 Simon Glassspi: Tidy up get/set of device node
2021-01-05 Simon Glasstest: Move some test drivers into their own file
2021-01-05 Simon Glasstest: Use a simple variable to record removed device
2021-01-05 Simon Glassdm: core: Rename the priv/plat members
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: Use 'uclass_driver' for the uclass linker_list
2021-01-05 Simon Glassspl: Drop bd_info in the data section
2021-01-05 Simon Glassserial: Rename ns16550 functions to lower case
2021-01-05 Simon Glassserial: Update NS16550_t and struct NS16550
2021-01-01 Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-31 Sughosh Ganuefi: capsule: Add support for uefi capsule authentication
2020-12-31 Sughosh Ganuefi_loader: Re-factor code to build the signature store...
2020-12-31 Sughosh Ganuefi_loader: Make the pkcs7 header parsing function...
2020-12-31 Sughosh Ganufsp: Move and rename fsp_types.h file
2020-12-31 Ilias Apalodimasefi_loader: Add size checks to efi_create_indexed_name()
2020-12-31 Heinrich Schuchardtefi_loader: use after free in efi_exit()
2020-12-31 Heinrich Schuchardtefi_loader: describe struct efi_loaded_image_obj
2020-12-31 Heinrich Schuchardtfs/fat: implement fsuuid command
2020-12-31 Heinrich Schuchardtfs: fat: eliminate DIRENTSPERBLOCK() macro
2020-12-31 Heinrich Schuchardtefi_loader: make variable store size customizable
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-23 Ovidiu Panaitspi: spi-uclass: Fix spi_claim_bus() speed/mode setup...
2020-12-19 Simon Glassdm: core: Drop seq and req_seq
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: test: Add a test for DM_UC_FLAG_NO_AUTO_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: 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-19 Simon Glasslinker_lists: Fix alignment issue
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: Add an ofnode function to get the devicetree...
2020-12-13 Simon Glassdm: core: Drop device_bind_offset()
2020-12-13 Simon Glassdm: core: Drop dev_set_of_offset()
2020-12-13 Simon Glassdm: Remove uses of 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-13 Heinrich Schuchardtsandbox: add handler for exceptions
2020-12-10 Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-10 Heinrich Schuchardtefi_loader: make efi_protocol_open() non-static
2020-12-10 Heinrich Schuchardtefi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
2020-12-10 Heinrich Schuchardtfs: fat: export fat_next_cluster()
2020-12-07 Tom RiniMerge branch '2020-12-07-bootm-and-spl-atf-improvements...
2020-12-05 Simon Glassbootm: Support string substitution in bootargs
2020-12-04 Simon Glasscli: Support macro processing with a fixed-size buffer
2020-12-04 Simon Glassbootm: Allow updating the bootargs in a buffer
2020-12-04 Simon Glassbootm: Update bootm_process_cmdline_env() to use flags
2020-12-04 Simon Glassbootm: Add a bool parameter to bootm_process_cmdline_env()
2020-12-04 Simon Glassbootm: Rename fixup_silent_linux()
2020-12-04 Simon Glassbootm: Update fixup_silent_linux() to return an error
2020-12-04 Simon Glassbootm: Add tests for fixup_silent_linux()
2020-12-04 Simon Glassenv: Allow returning errors from hdelete_r()
2020-12-04 Michael Wallespl: atf: add support for LOAD_IMAGE_V2
2020-12-04 Michael Wallespl: atf: remove helper structure from common header
2020-12-04 Michael Wallespl: atf: provide a bl2_plat_get_bl31_params_default()
2020-12-03 Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-03 AKASHI Takahiroefi_loader: add firmware management protocol for raw...
2020-12-03 AKASHI Takahiroefi_loader: add firmware management protocol for FIT...
2020-12-03 AKASHI Takahiroefi_loader: capsule: support firmware update
2020-12-03 AKASHI Takahiroefi_loader: capsule: add memory range capsule definitions
2020-12-03 AKASHI Takahiroefi_loader: capsule: add capsule_on_disk support
2020-12-03 AKASHI Takahiroefi_loader: define UpdateCapsule api
2020-12-03 Ilias Apalodimasefi_loader: Introduce eventlog support for TCG2_PROTOCOL
2020-12-03 Ilias Apalodimastpm: Add tpm2 headers for TCG2 eventlog support
2020-12-03 Ilias Apalodimastpm: use more than sha256 on pcr_extend
2020-12-02 Tom RiniMerge branch '2020-12-01-next-imports' into next
2020-12-01 Holger Brunckkm/arm: coding style clean up
2020-12-01 Patrick Delaunayhush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting...
2020-12-01 Simon Glasssetexpr: Add some tests for buffer overflow and backref
2020-12-01 Simon Glasscommand: Add constants for cmd_get_data_size string...
2020-12-01 Simon Glasstest: Add some tests for setexpr
2020-11-29 Tom RiniMerge tag 'mmc-2020-11-29' of https://gitlab.denx.de...
2020-11-29 Tom RiniMerge tag 'efi-2021-01-rc3-3' of https://gitlab.denx...
2020-11-29 Etienne Carrierelib/efi_loader: fix ABI in efi_mm_communicate_header
2020-11-28 Yangbo Lummc: fsl_esdhc: make sure delay chain locked for HS400
2020-11-25 Tom RiniMerge tag 'u-boot-stm32-20201125' of https://gitlab...
2020-11-25 Patrick Delaunayreset: stm32: Add support of MCU HOLD BOOT
2020-11-22 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
next