~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker2023-04-28
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-14
* test: dm: test-fdt: Add decode_panel_timing testNikhil M Jain2023-02-04
* test:dm:fix typoYuepeng Xing2023-01-05
* dm: core: Do not stop uclass iteration on errorMichal Suchanek2022-10-29
* dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek2022-10-17
* dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-14
* dm: core: Move ofnode-writing test to ofnodeSimon Glass2022-08-12
* sandbox: net: Add aliases for ethernet devicesSean Anderson2022-06-08
* dm: Fix OF_BAD_ADDR definitionPatrice Chotard2022-01-25
* net: use the same alias stem for ethernet as linuxMichael Walle2021-06-18
* test: add dm_test_read_resourcePatrick Delaunay2021-06-05
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-12
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-22
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* dm: core: add a function to decode display timingsDario Binacchi2021-01-12
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-12
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-05
* dm: core: Access device flags through functionsSimon Glass2021-01-05
* test: Move some test drivers into their own fileSimon Glass2021-01-05
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-05
* dm: core: Drop seq and req_seqSimon Glass2020-12-18
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-18
* dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass2020-12-18
* dm: Switch over to use new sequence number for dev_seq()Simon Glass2020-12-18
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-13
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-13
* test: dm: add test for phandle access functionsPatrick Delaunay2020-10-06
* test: gpio: Add tests for the managed APIJean-Jacques Hiblot2020-09-30
* test: dm: Add test case for devfdt_get_addr_ptrOvidiu Panait2020-08-22
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-07
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-03
* test/dm: check if devices existHeinrich Schuchardt2020-07-25
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-24
* test/dm: check if devices existHeinrich Schuchardt2020-07-20
* dm: uclass: don't assign aliased seq numbersMichael Walle2020-06-11
* common: Drop log.h from common headerSimon Glass2020-05-18
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-16
* dm: core: Read parent ofdata before childrenSimon Glass2020-04-16
* dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-16
* dm: test: add test case for dev_read_u64 functionDario Binacchi2020-04-16
* dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-16
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-11
|\
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-05
| * dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-05
| * dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-05