platform/kernel/u-boot.git
2020-12-23 Ovidiu Panaittest: dm: spi: Add testcase for spi_claim_bus()
2020-12-23 Ovidiu Panaitspi: spi-uclass: Fix spi_claim_bus() speed/mode setup...
2020-12-23 Ovidiu Panaittest: spi: Add sandbox_spi_get_{speed, mode} interface
2020-12-23 Ovidiu Panaitspi: sandbox_spi: Implement speed/mode setup
2020-12-23 Ovidiu Panaitsandbox: test: Add a second SPI slave on sandbox_spi bus
2020-12-23 Ovidiu Panaitsandbox: spi: Drop unused sandbox_spi_parse_spec function
2020-12-23 Heinrich Schuchardtsandbox: implement invalidate_icache_all()
2020-12-23 Aswath Govindrajufdt: Use phandle to distinguish DT nodes with same...
2020-12-23 Hongwei ZhangCommon:fdt: Check for error return value
2020-12-23 Heinrich Schuchardtsandbox: implement runtime system reset
2020-12-23 Patrick Delaunayconfigs: sandbox: activate DEBUG_UART
2020-12-23 Philipp Tomsichpatman: Add project-default for 'gcc'
2020-12-23 Philipp Tomsichpatman: Add --no-signoff to suppress adding signoffs
2020-12-19 Simon Glassdm: Update documentation for new sequence numbers
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: 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 Glasspinctrl: Update for new sequence numbers
2020-12-19 Simon Glassgpio: Update for new sequence numbers
2020-12-19 Simon Glassx86: Simplify acpi_device_infer_name()
2020-12-19 Simon Glassx86: Drop unnecessary mp_init logic
2020-12-19 Simon Glassusb: Update for new sequence numbers
2020-12-19 Simon Glassusb: ehci-mx6: Drop assignment of sequence number
2020-12-19 Simon Glassspi: Update for new sequence numbers
2020-12-19 Simon Glasspci: Update to use new sequence numbers
2020-12-19 Simon Glassdm: core: Allow manual sequence numbering
2020-12-19 Simon Glassnet: Update to use new sequence numbers
2020-12-19 Simon Glassi2c: Update for new sequence numbers
2020-12-19 Simon Glassocteon: Don't attempt to set the sequence number
2020-12-19 Simon Glassdm: test: Drop assumptions of no sequence numbers
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: test: Check all devices have a 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-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 Glasscheckpatch: Add warnings for unexpected struct names
2020-12-13 Simon Glassdm: treewide: Rename ..._platdata variables to just...
2020-12-13 Simon Glassdm: treewide: Update 'auto' declarations to be on one...
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 Glassdtoc: Tidy up more Python style in dtb_platdata
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: Drop dev_set_of_offset()
2020-12-13 Simon Glassdm: Drop uses of 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 Schuchardttest: unit test for exception command
2020-12-13 Heinrich Schuchardtefi_selftest: implement exception test for sandbox
2020-12-13 Heinrich Schuchardtcmd: sandbox: implement exception command
2020-12-13 Heinrich Schuchardtsandbox: add handler for exceptions
2020-12-13 Simon Glasssandbox: serial: Update to use membuff
2020-12-13 Simon Glasssandbox: serial: Convert to livetree
2020-12-13 Simon Glassserial: sandbox: Drop unnecessary #ifdefs
2020-12-13 Simon Glassdtoc: Tidy up Python style in dtb_platdata
2020-12-13 Simon Glasspatman: Drop tools.ToChar() and ToChars()
2020-12-13 Simon Glasspatman: Drop tools.ToByte()
2020-12-13 Simon Glasspatman: Drop unicode helper functions
2020-12-13 Simon Glassfdt: Use an Enum for the data type
2020-12-10 Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-10 Heinrich Schuchardtefi_loader: link partition to block device
2020-12-10 Heinrich Schuchardtefi_loader: make efi_protocol_open() non-static
2020-12-10 Heinrich Schuchardtefi_selftest: test EFI_LOAD_FILE_PROTOCOL
2020-12-10 Heinrich Schuchardtefi_selftest: clean up Makefile
2020-12-10 Heinrich Schuchardtefi_loader: support EFI_LOAD_FILE_PROTOCOL
2020-12-10 Heinrich Schuchardtefi_loader: carve out efi_load_image_from_file()
2020-12-10 Heinrich Schuchardtefi_loader: pass boot_policy to efi_load_image_from_path
2020-12-10 Heinrich Schuchardtefi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
2020-12-10 Heinrich Schuchardtefi_loader: resequence functions in efi_boottime.c
2020-12-10 Heinrich Schuchardtefi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL
2020-12-10 Heinrich Schuchardtefi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE
2020-12-10 Heinrich Schuchardtfs: fat: deletion of long file names
2020-12-10 Heinrich Schuchardtfs: fat: first dentry of long name in FAT iterator
2020-12-10 Heinrich Schuchardtfs: fat: use constant DELETED_FLAG
2020-12-10 Heinrich Schuchardtfs: fat: search file should not allocate cluster
2020-12-10 Heinrich Schuchardtfs: fat: reuse deleted directory entries
2020-12-10 Heinrich Schuchardtfs: fat: fat_find_empty_dentries()
2020-12-10 Heinrich Schuchardtfs: fat: flush new directory cluster
2020-12-10 Heinrich Schuchardtfs: fat: set start cluster for root directory
2020-12-10 Heinrich Schuchardtfs: fat: dentry iterator for fill_dir_slot()
2020-12-10 Heinrich Schuchardtfs: fat: generate unique short names
2020-12-10 Heinrich Schuchardtfs: fat: call set_name() only once
2020-12-10 Heinrich Schuchardtfs: fat: pass shortname to fill_dir_slot
2020-12-10 Heinrich Schuchardtfs: fat: create correct short names
2020-12-10 Heinrich Schuchardtfs: fat: export fat_next_cluster()
next