tools: mkimage: Add Allwinner eGON support
[platform/kernel/u-boot.git] / test / dm /
2021-01-11 Tom RiniMerge branch 'next'
2021-01-06 Tom RiniMerge tag 'xilinx-for-v2021.04' of https://gitlab.denx...
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 Glassdm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
2021-01-05 Simon Glassdm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
2021-01-05 Simon Glassdm: core: Allow the uclass list to move
2021-01-05 Simon Glassdm: core: Use dev_has_ofnode() instead of dev_of_valid()
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 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: Use access methods for dev/uclass private data
2020-12-23 Tom RiniMerge tag 'dm-next-23dec20' of git://git.denx.de/u...
2020-12-23 Ovidiu Panaittest: dm: spi: Add testcase for spi_claim_bus()
2020-12-23 Ovidiu Panaitsandbox: test: Add a second SPI slave on sandbox_spi bus
2020-12-19 Simon Glassdm: core: Drop seq and req_seq
2020-12-19 Simon Glassdm: Drop the unused arg in uclass_find_device_by_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 Glassx86: Simplify acpi_device_infer_name()
2020-12-19 Simon Glassdm: test: Drop assumptions of no sequence numbers
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-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: 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: 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 a livetree function to check node status
2020-12-13 Simon Glassdm: core: Rename device_bind_ofnode() to device_bind()
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 Glassboard: Rename uclass to sysinfo
2020-11-06 Simon Glassacpi: Don't reset the tables with every new generation
2020-11-05 Heinrich Schuchardttest: adjust sysreset tests
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: Add a test for of-platdata parent information
2020-10-29 Simon Glassdm: Use an allocated array for run-time device info
2020-10-29 Simon Glassdm: test: Add a test for of-platdata phandles
2020-10-29 Simon Glassdm: test: Add a check that all devices have a dev value
2020-10-29 Simon Glassdm: Add a C test for of-platdata properties
2020-10-29 Simon Glassdm: test: Add a very simple of-platadata test
2020-10-29 Simon Glassdm: test: Add a way to run SPL tests
2020-10-29 Simon Glassdm: test: Update the test runner to support of-platdata
2020-10-29 Simon Glassdm: test: Disable some tests that should not run 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-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-10-28 Tom RiniMerge branch '2020-10-28-mux-driver-framework'
2020-10-28 Pratyush Yadavtest: mux-cmd: Add tests for the 'mux' command
2020-10-28 Jean-Jacques Hiblottest: Add tests for the multiplexer framework
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 Heinrich Schuchardtcommon: rename getc() to getchar()
2020-10-21 Tom RiniMerge tag 'efi-2021-01-rc1-2' of https://gitlab.denx...
2020-10-19 Tom RiniMerge tag 'u-boot-atmel-2021.01-b' of https://gitlab...
2020-10-19 Tom RiniMerge tag 'video-for-2021.01' of https://gitlab.denx...
2020-10-18 Dario Binacchivideo: backlight: fix pwm's duty cycle calculation
2020-10-15 Tom RiniMerge tag 'mmc-2020-10-14' of https://gitlab.denx.de...
2020-10-14 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-10-14 Tom RiniMerge branch '2020-10-14-assorted-changes'
2020-10-14 Heinrich Schuchardttest: sharpen button label unit test
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-08-misc-board-improvements'
2020-10-08 Sean Andersontest: dm: Test for default led naming
2020-10-08 Sean Andersontest: pinmux: Add test for pin muxing
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 Delaunaytest: dm: add test for phandle access functions
2020-10-06 Patrick Delaunaydm: update test on of_offset in ofnode_valid
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 Etienne Carrierefirmware: smci: sandbox test for SCMI reset controllers
2020-09-30 Etienne Carrierefirmware: scmi: sandbox test for SCMI clocks
2020-09-30 Etienne Carrierefirmware: add SCMI agent uclass
2020-09-30 Jean-Jacques Hiblottest: dm: Add tests for regmap managed API and regmap...
2020-09-30 Jean-Jacques Hiblottest: gpio: Add tests for the managed API
2020-09-30 Jean-Jacques Hiblottest: reset: Add tests for the managed API
2020-09-30 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2020-09-30 Sean Andersontimer: Add a test for timer_timebase_fallback
2020-09-25 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2020-09-25 Simon Glassacpi: Add more support for generating processor tables
next