index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
driver-model
/
README.txt
Age
Commit message (
Expand
)
Author
2018-11-14
dm: doc: Update description of pre-relocation support
Bin Meng
2018-10-09
fdt: Allow indicating a node is for U-Boot proper only
Simon Glass
2018-10-09
doc: Update docs for device tree in SPL, TPL
Simon Glass
2018-09-25
dm: Update README.txt to clarify device tree usage
Tom Rini
2018-07-26
doc: driver-model: Fix typo
Chris Packham
2017-03-16
dm: allow limiting pre-reloc markings to spl or tpl
Heiko Stübner
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-05-26
dm: allow setting driver_data before/during bind
Stephen Warren
2016-04-14
doc: driver-model: Update dm tests run using test.py
Jagan Teki
2015-07-21
dm: Add platform data advice and admonishment
Simon Glass
2015-04-22
dm: Update the README to reflect the current test output
Simon Glass
2015-01-29
dm: Update documentation for new bus features
Simon Glass
2015-01-29
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
dm: core: Set device tree node for root device
Simon Glass
2015-01-05
dm: README: recommend u-boot.dtb to try driver-model on sandbox
Masahiro Yamada
2014-11-21
dm: Update documentation to include CONFIG_DM... options
Simon Glass
2014-10-23
test: dm: Add additional GPIO tests
Simon Glass
2014-10-23
dm: gpio: Add gpio_requestf() helper for printf() strings
Simon Glass
2014-10-23
test: dm: Update GPIO tests for new gpio_request() method
Simon Glass
2014-10-22
dm: core: Add a clarifying comment on struct udevice's seq member
Simon Glass
2014-10-22
dm: core: Add functions for iterating through device children
Simon Glass
2014-07-23
dm: Add child_pre_probe() and child_post_remove() methods
Simon Glass
2014-07-23
dm: Introduce per-child data for devices
Simon Glass
2014-07-23
dm: Add functions to access a device's children
Simon Glass
2014-07-23
dm: Provide a function to scan child FDT nodes
Simon Glass
2014-07-23
dm: Avoid accessing uclasses before they are ready
Simon Glass
2014-07-23
dm: Allow a device to be found by its FDT offset
Simon Glass
2014-07-23
dm: Introduce device sequence numbering
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-06-20
dm: Expand and improve the device lifecycle docs
Simon Glass
2014-06-20
dm: Rename struct device_id to udevice_id
Simon Glass
2014-06-11
docs: driver-model: Fix spelling
Chris Packham
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add README for driver model
Simon Glass