Commit Graph

43802 Commits (a7d0021063661a65bfa47d4ec912da4e2cfa8f9a)
 

Author SHA1 Message Date
Simon Glass a7d0021063 string: Add strcspn() 7 years ago
Simon Glass 6b45ba45fb string: Add strchrnul() 7 years ago
Simon Glass a4b8e372d5 dm: Add more livetree helpers and definitions 7 years ago
Simon Glass eed36609b5 fdt: Rename a few functions in fdt_support 7 years ago
Simon Glass 029ab15a69 test: Update 'make test' to run more tests 7 years ago
Simon Glass 554c983e45 sandbox: Add a new sandbox_flattree board 7 years ago
Simon Glass 2ec9d171bc cros_ec: Convert to support live tree 7 years ago
Simon Glass e907bf2dfb cros_ec: Fix debug() statement in ec_command_inptr() 7 years ago
Simon Glass 150c5afe5b dm: gpio: Add live tree support 7 years ago
Simon Glass 95795ad6ce dm: gpio: sandbox: Use dev_read...() functions to access DT 7 years ago
Simon Glass 6f39b94a5d dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment 7 years ago
Simon Glass 3a57123e59 dm: gpio: Refactor to prepare for live tree support 7 years ago
Simon Glass 6fb2f57916 dm: core: Run tests with both livetree and flat tree 7 years ago
Simon Glass c166c47ba3 dm: test: Add support for running tests with livetree 7 years ago
Simon Glass 801587bd77 dm: test: Show the test filename when running 7 years ago
Simon Glass f86db10cc5 dm: test: Move test running code into a separate function 7 years ago
Simon Glass 34b744beb8 sandbox: Add a way to reset sandbox state for tests 7 years ago
Simon Glass a40cc8e123 dm: core: Update uclass_find_device_by_phandle() for livetree 7 years ago
Simon Glass 7a993bbcf2 dm: simple-bus: Add support for livetree 7 years ago
Simon Glass 23d6326791 dm: regmap: Add support for livetree 7 years ago
Simon Glass 40bb637dae dm: core: Add a way to find a device by ofnode 7 years ago
Simon Glass 19c8205e68 dm: core: Scan the live tree when setting up driver model 7 years ago
Simon Glass 45a26867e8 dm: core: Update device_bind_driver_to_node() to use ofnode 7 years ago
Simon Glass f5b5719cdf dm: core: Update lists_bind_fdt() to use ofnode 7 years ago
Simon Glass 396e343b3d dm: core: Allow binding a device from a live tree 7 years ago
Simon Glass 47a0fd3bad dm: core: Implement live tree 'read' functions 7 years ago
Simon Glass f11c7ab94d dm: core: Add device-based 'read' functions to access DT 7 years ago
Simon Glass b7e0d73bad dm: core: Add a place to put extra device-tree reading functions 7 years ago
Simon Glass bed774969c dm: core: Add address operations on device tree references 7 years ago
Simon Glass ec002119cf fdt: Update fdt_get_base_address() to use const 7 years ago
Simon Glass 38d21b418d dm: core: Add livetree address functions 7 years ago
Simon Glass 9e51204527 dm: core: Add operations on device tree references 7 years ago
Simon Glass 911f3aef35 dm: core: Rename of_device_is_compatible() 7 years ago
Simon Glass 3af86a4e23 dm: Build a live tree after relocation 7 years ago
Simon Glass 8b50d526ea dm: Add a function to create a 'live' device tree 7 years ago
Simon Glass 644ec0a933 dm: core: Add livetree access functions 7 years ago
Simon Glass 5e060d8bcc dm: core: Add livetree definitions 7 years ago
Simon Glass fd7029029f Update WARN_ON() to return a value 7 years ago
Simon Glass 01b120b639 dm: core: Set return value first in lists_bind_fdt() 7 years ago
Simon Glass 0e513e788f tegra: Convert MMC to use driver model for operations 7 years ago
Simon Glass 854f9a71f5 dm: mmc: Rewrite mmc_blk_probe() 7 years ago
Simon Glass 66656020ff dm: mmc: Check that drivers have operations 7 years ago
Simon Glass e48eeb9ea3 dm: blk: Improve block device claiming 7 years ago
Simon Glass e8abbb531f dm: blk: Add a function to find the next block device number 7 years ago
Simon Glass 6139281a64 dm: blk: Allow finding block devices without probing 7 years ago
Simon Glass e7017a3c7d dm: mmc: Don't re-init when accessing environment 7 years ago
Simon Glass 05cbeb7c36 dm: mmc: Don't call board_mmc_power_init() with driver model 7 years ago
Simon Glass 7a61b0b58f dm: core: Adjust device_bind_common() to take an ofnode 7 years ago
Simon Glass 4984de2baa dm: core: Add ofnode to represent device tree nodes 7 years ago
Simon Glass da409ccc4a dm: core: Replace of_offset with accessor (part 2) 7 years ago