efi_loader: variable: add VendorKeys variable
[oweals/u-boot.git] / drivers / core /
2020-04-13 Tom RiniMerge branch 'next'
2020-04-12 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-04-10 Tom RiniMerge tag 'dm-pull9apr20' of git://git.denx.de/u-boot-dm
2020-04-09 Tom RiniMerge tag 'mips-fixes-for-2020.04' of git://git.denx...
2020-04-09 Ovidiu Panaitdm: dump.c: Refactor dm_dump_drivers prints
2020-04-09 Ovidiu Panaitdm: dump.c: Fix segfault when entry->of_match is NULL
2020-04-09 Sean Andersoncmd: Add test and fix bugs for dm drivers
2020-03-17 Tom RiniMerge tag 'ti-v2020.07-next' of https://gitlab.denx...
2020-03-10 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.04-a' of https:...
2020-03-05 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2020-03-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2020-03-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2020-03-04 Tom RiniMerge tag 'dm-pull-3mar20' of git://git.denx.de/u-boot-dm
2020-03-03 Anatolij Gustschindm: core: Add a flag for power domain control on device...
2020-02-11 Tom RiniMerge tag 'dm-pull-6feb20' of https://gitlab.denx.de...
2020-02-10 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-02-07 Simon Glassdm: core: Change syscon to use helper function
2020-02-07 Simon Glassdm: core: Add a function to find a device by drvdata
2020-02-06 Simon Glassdm: core: Create a new header file for 'compat' features
2020-02-06 Simon Glassdm: core: Require users of devres to include the header
2020-02-06 Sean Andersoncmd: Add command to dump drivers and compatible strings
2020-02-06 Simon Glassdm: core: Drop uclass_find_next_free_req_seq() conditions
2020-02-06 Simon Glassdm: core: Add a way to iterate through children, probin...
2020-02-06 Simon Glassdm: core: Add a way to read platdata for all child...
2020-02-06 Simon Glassdm: core: Add ofnode_get_chosen_prop()
2020-02-06 Simon Glassdm: core: Reimplement ofnode_read_size()
2020-02-06 Simon Glassdm: core: Add ofnode_read_prop()
2020-02-06 Simon Glassdm: core: Rename ofnode_get_chosen_prop()
2020-02-06 Simon Glassdm: core: Use const device for the dev_read_...() interface
2020-02-06 Simon Glassdm: core: Use const device for the devfdt...() interface
2020-02-06 Simon Glassdm: core: Use const where possible in device.h
2020-01-09 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2020-01-09 Tom RiniMerge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
2020-01-08 Tom RiniMerge tag 'u-boot-imx-20200108' of https://gitlab.denx...
2020-01-08 Tom RiniMerge tag 'u-boot-amlogic-20200108' of https://gitlab...
2020-01-07 Sean Andersondm: Add a debug message when devices are skipped pre...
2020-01-07 Simon Glassdm: devres: Add a new OFDATA phase
2020-01-07 Simon Glassdm: devres: Use an enum for the allocation phase
2020-01-07 Simon Glassdm: devres: Add tests
2020-01-07 Simon Glassdm: devres: Convert to use logging
2020-01-07 Simon Glassdm: core: Add a new flag to track platform data
2020-01-07 Simon Glassdm: core: Export a new function to read platdata
2020-01-07 Simon Glassdm: core: Allocate parent data separate from probing...
2020-01-07 Simon Glassdm: core: Move ofdata_to_platdata() call earlier
2020-01-07 Simon Glassdm: core: Don't clear active flag twice when probe...
2020-01-07 Simon Glassdm: core: Use assert_noisy() in devres
2020-01-07 Tom RiniMerge tag 'u-boot-imx-20200107' of https://gitlab.denx...
2020-01-07 Tom RiniMerge tag 'u-boot-atmel-2020.04-a' of https://gitlab...
2020-01-06 Tom RiniMerge branch 'next'
2019-12-18 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2019-12-15 Simon Glassdm: pci: Move pci_get_devfn() into a common file
2019-12-11 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.01-a' of https:...
2019-12-09 Tom RiniMerge tag 'u-boot-imx-20191209' of https://gitlab.denx...
2019-12-03 Tom RiniMerge tag 'efi-2020-01-rc5' of https://gitlab.denx...
2019-12-03 Tom RiniMerge tag 'dm-pull-3dec19' of https://gitlab.denx.de...
2019-12-03 Tom RiniMerge branch '2019-12-03-master-imports'
2019-12-03 Faiz Abbasregmap: Fix potential memory leaks
2019-12-03 Tom RiniMerge branch '2019-12-02-master-imports'
2019-12-02 Simon Glasscommon: Move ARM cache operations out of common.h
2019-11-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2019-11-01 Tom RiniMerge tag 'arc-fixes-for-2020.01-rc2' of https://gitlab...
2019-11-01 Tom RiniMerge tag 'efi-2020-01-rc2' of https://gitlab.denx...
2019-11-01 Tom RiniMerge tag 'video-for-2020.01-rc1' of https://gitlab...
2019-11-01 Tom RiniMerge tag 'dm-pull-29oct19' of git://git.denx.de/u...
2019-10-30 Tom RiniMerge tag 'u-boot-clk-23Oct2019' of https://gitlab...
2019-10-27 Jean-Jacques Hiblotfdt: Fix alignment issue when reading 64-bits propertie...
2019-10-27 Kever Yangdm: core: Update log method for uclass_find_device_by_seq
2019-10-27 Simon Glassdm: regmap: Fix mask in regmap_update_bits()
2019-10-22 Jean-Jacques Hiblotdrivers: clk: Fix using assigned-clocks in the node...
2019-10-17 Tom RiniMerge tag 'for-v2020.01' of https://gitlab.denx.de...
2019-10-16 Tom RiniMerge tag 'dm-pull-15oct19' of https://gitlab.denx...
2019-10-15 Patrick Delaunaydm: Tidy up dump output when there are many devices
2019-10-15 Anatolij Gustschindm: core: device: switch off power domain after device...
2019-10-15 Lokesh Vutladm: core: Allow for not controlling the power-domain...
2019-10-15 Peng Fancore: device: use dev_power_domain_on
2019-10-15 Thomas Fitzsimmonsdm: device: Request next sequence number
2019-10-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2019-10-14 Tom RiniMerge tag 'mmc-10-10-2019' of https://gitlab.denx.de...
2019-10-12 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-12 Tom RiniMerge branch '2019-10-11-master-imports'
2019-10-12 Tom RiniMerge branch '2019-10-11-ti-imports'
2019-10-11 Lokesh Vutladm: core: Add a function to count the children of a...
2019-10-09 Tom RiniMerge tag 'xilinx-for-v2020.01' of https://gitlab.denx...
2019-10-09 Tom RiniMerge tag 'u-boot-imx-20191009' of https://gitlab.denx...
2019-10-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-10-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-08 Simon Glassdm: core: Drop fdtdec_get_pci_addr()
2019-10-08 Simon Glassdm: pci: Add a function to read a PCI BAR
2019-10-08 Simon Glassdm: core: Correct the return value for uclass_find_firs...
2019-10-08 Simon Glassdm: core: Call ofdata_to_platdata() with of-platdata
2019-10-08 Simon Glassdm: core: Drop a few early returns
2019-10-08 Simon Glassdm: core: Use U-Boot logging instead of pr_debug()
2019-10-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-10-04 Tom RiniMerge branch '2019-10-04-master-imports'
2019-10-04 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-03 Simon Glassdm: core: Correct bad cast in ofnode_get_addr_size_index()
2019-10-03 Simon Glassdm: core: Correct low cell in ofnode_read_pci_addr()
2019-09-12 Tom RiniMerge tag 'efi-2019-10-rc4-4' of https://gitlab.denx...
2019-09-09 Tom RiniMerge tag 'mmc-9-6-2019' of https://gitlab.denx.de...
2019-09-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
next