Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
b56ddd9827f11fe725d08b6329db6229ee1d1e9f
/
doc
/
driver-model
301c80c
dm: MIGRATION: Add migration plan for CONFIG_DM
by Heinrich Schuchardt
· 5 years ago
fd54ab2
doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples
by Lukasz Majewski
· 5 years ago
6022871
doc: driver-model: Update SPI migration status
by Jagan Teki
· 5 years ago
c78c379
network: set timeline for CONFIG_DM_ETH conversion
by Heinrich Schuchardt
· 5 years ago
8db0d92
doc: driver-model: Convert usb-info.txt to reST
by Bin Meng
· 5 years ago
839782b
doc: driver-model: Convert spi-howto.txt to reST
by Bin Meng
· 5 years ago
e1bed0a
doc: driver-model: Convert serial-howto.txt to reST
by Bin Meng
· 5 years ago
bcb8e22
doc: driver-model: Convert remoteproc-framework.txt to reST
by Bin Meng
· 5 years ago
d5f8cea
doc: driver-model: Convert pmic-framework.txt to reST
by Bin Meng
· 5 years ago
db9595a
doc: driver-model: Convert pci-info.txt to reST
by Bin Meng
· 5 years ago
ae25869
doc: driver-model: Convert of-plat.txt to reST
by Bin Meng
· 5 years ago
5a59347
doc: driver-model: Convert livetree.txt to reST
by Bin Meng
· 5 years ago
dfb789e
doc: driver-model: Convert i2c-howto.txt to reST
by Bin Meng
· 5 years ago
3d45f2d
doc: driver-model: Convert fs_firmware_loader.txt to reST
by Bin Meng
· 5 years ago
aa66be6
doc: driver-model: Convert fdt-fixup.txt to reST
by Bin Meng
· 5 years ago
c1bfac6
doc: driver-model: Convert MIGRATION.txt to reST
by Bin Meng
· 5 years ago
390068c
doc: driver-model: Convert README.txt to reST
by Bin Meng
· 5 years ago
be3beaa
doc: Add driver-model to Sphinx TOC tree
by Bin Meng
· 5 years ago
63e4d11
dm: doc: add documentation for pre-reloc properties in SPL and TPL
by Patrick Delaunay
· 6 years ago
3e104a5
dm: MIGRATION: Update migration status for SPI
by Jagan Teki
· 6 years ago
789aa9c
misc: fs_loader: Replace label with DT phandle
by Tien Fong Chee
· 6 years ago
f3603b8
spi: ti_qspi: Drop non DM code
by Vignesh Raghavendra
· 6 years ago
49ce8ca
of-platdata: improve documentation
by Simon Goldschmidt
· 6 years ago
e8b7970
misc: fs_loader: Switching private data allocation to DM auto allocation
by Tien Fong Chee
· 6 years ago
8ea538d
dm: video: lcd: MIGRATION: Add migration plan for video
by Simon Glass
· 6 years ago
90083b4
dm: pci: MIGRATION: Add migration plan for PCI
by Simon Glass
· 6 years ago
491beff
dm: MIGRATION: Update migration plan for SPI
by Jagan Teki
· 6 years ago
1794ae6
blk: Rework guard around part_init call
by Tom Rini
· 6 years ago
f275163
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
efacd9f
dm: MIGRATION: Update migration plan for BLK
by Tom Rini
· 6 years ago
a1fdb05
dm: MIGRATION: Add migration plan for CONFIG_SATA
by Tom Rini
· 6 years ago
64e6acb
dm: MIGRATION: Add migration plan for DM_USB
by Tom Rini
· 6 years ago
47c583c
dm: MIGRATION: Add migration plan for DM_MMC
by Tom Rini
· 6 years ago
f9391ec
spi: Remove used spi_init
by Jagan Teki
· 6 years ago
88dada7
dm: doc: Update description of pre-relocation support
by Bin Meng
· 6 years ago
7b756bf
pci: Update documentation to make 'compatible' string optional
by Marek Vasut
· 6 years ago
23f2284
fdt: Allow indicating a node is for U-Boot proper only
by Simon Glass
· 6 years ago
a31dc3d
doc: Update docs for device tree in SPL, TPL
by Simon Glass
· 6 years ago
188d08f
doc: Add new doc for file system firmware loader driver model
by Tien Fong Chee
· 6 years ago
33a0e13
dm: Update README.txt to clarify device tree usage
by Tom Rini
· 6 years ago
156bc6f
pci: sandbox: Support dynamically binding device driver
by Bin Meng
· 6 years ago
757868b
doc: driver-model: Fix typo
by Chris Packham
· 6 years ago
6f1d6ba
i2c: Drop CONFIG_SH_SH7734_I2C
by Tuomas Tynkkynen
· 7 years ago
efaa762
i2c: Drop CONFIG_TSI108_I2C
by Tuomas Tynkkynen
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
471ecf4
dm: MIGRATION: Add migration plan for DM_SPI & DM_SPI_FLASH
by Jagan Teki
· 7 years ago
e94414b
dtoc: Rename the phandle struct
by Simon Glass
· 7 years ago
a7e7e08
dm: core: Add livetree documentation
by Simon Glass
· 7 years ago
a4ddff4
dm: Add migration plan for CONFIG_BLK
by Simon Glass
· 7 years ago
934be0b
dtoc: Support multiple compatible strings in a node
by Simon Glass
· 7 years ago
7e9b9d6
dm: Add callback to modify the device tree
by mario.six@gdsys.cc
· 8 years ago
9a2cdca
dm: allow limiting pre-reloc markings to spl or tpl
by Heiko Stübner
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
64d493a
dm: Add timeline and guide for porting I2C drivers
by Simon Glass
· 8 years ago
855e837
serial: Drop the s3c24x0 serial driver
by Simon Glass
· 8 years ago
be5ef24
serial: Update docs to indicate mcfuart supports DM_SERIAL
by Simon Glass
· 8 years ago
946c723
dm: Update the of-platdata README for the new features
by Simon Glass
· 8 years ago
261ad28
dm: Add a README for of-platdata
by Simon Glass
· 8 years ago
8c93df1
dm: allow setting driver_data before/during bind
by Stephen Warren
· 9 years ago
10dd3ca
doc: driver-model: Update dm tests run using test.py
by Jagan Teki
· 9 years ago
3e6dc77
dm: Remove ARM dcc from the list
by Michal Simek
· 9 years ago
90f437f
dm: Update on current serial driver status
by Simon Glass
· 9 years ago
7e4372a
serial: uartlite: Move driver to DM
by Michal Simek
· 9 years ago
8a70d6d
serial: lpuart: Add driver model serial support
by Bin Meng
· 9 years ago
4bd82e4
serial-howto: remove altera_jtag_uart and altera_uart from the list
by Thomas Chou
· 9 years ago
75d48a6
stm32: Convert serial driver to DM
by Kamil Lulko
· 9 years ago
12c420c
dm: Add timeline and guide for porting serial drivers
by Simon Glass
· 9 years ago
de44acf
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
by Simon Glass
· 9 years ago
08b9dc2
drivers: Introduce a simplified remoteproc framework
by Nishanth Menon
· 9 years ago
651ea8b
dm: pci: Document binding of pci device drivers
by Bin Meng
· 9 years ago
8571ea5
doc: dm: Update pci-info.txt for pci support
by Bin Meng
· 9 years ago
8a42cbf
dm: Add platform data advice and admonishment
by Simon Glass
· 9 years ago
f6c3747
doc: driver-model: pmic-framework.txt - cleanup
by Przemyslaw Marczak
· 10 years ago
533daa9
doc: driver-model: pmic and regulator uclass documentation
by Przemyslaw Marczak
· 10 years ago
39f158e
dm: Update the README to reflect the current test output
by Simon Glass
· 10 years ago
0d81374
dm: usb: Add a README for driver model
by Simon Glass
· 10 years ago
b94dc89
dm: pci: Add a uclass for PCI
by Simon Glass
· 10 years ago
d8b771d
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
0623299
dm: Update documentation for new bus features
by Simon Glass
· 10 years ago
0ccb097
dm: core: Add a flag to control sequence numbering
by Simon Glass
· 10 years ago
cc7cf94
dm: core: Set device tree node for root device
by Simon Glass
· 10 years ago
2f4e1ea
dm: README: recommend u-boot.dtb to try driver-model on sandbox
by Masahiro Yamada
· 10 years ago
9fa901b
dm: Update documentation to include CONFIG_DM... options
by Simon Glass
· 10 years ago
b4463db
test: dm: Add additional GPIO tests
by Simon Glass
· 10 years ago
1b27d60
dm: gpio: Add gpio_requestf() helper for printf() strings
by Simon Glass
· 10 years ago
96f7d60
test: dm: Update GPIO tests for new gpio_request() method
by Simon Glass
· 10 years ago
bae15dd
dm: spi: Add documentation on how to convert over SPI drivers
by Simon Glass
· 10 years ago
47424ec
dm: core: Add a clarifying comment on struct udevice's seq member
by Simon Glass
· 10 years ago
44da735
dm: core: Add functions for iterating through device children
by Simon Glass
· 10 years ago
d45560d
dm: Add child_pre_probe() and child_post_remove() methods
by Simon Glass
· 10 years ago
60d971b
dm: Introduce per-child data for devices
by Simon Glass
· 10 years ago
48d4e29
dm: Add functions to access a device's children
by Simon Glass
· 10 years ago
4071742
dm: Provide a function to scan child FDT nodes
by Simon Glass
· 10 years ago
de70867
dm: Avoid accessing uclasses before they are ready
by Simon Glass
· 10 years ago
c1464ab
dm: Allow a device to be found by its FDT offset
by Simon Glass
· 10 years ago
db6f020
dm: Introduce device sequence numbering
by Simon Glass
· 10 years ago
fef72b7
dm: Allow drivers to be marked 'before relocation'
by Simon Glass
· 10 years ago
3b2a815
dm: Expand and improve the device lifecycle docs
by Simon Glass
· 10 years ago
767827a
dm: Rename struct device_id to udevice_id
by Simon Glass
· 10 years ago
f44e5b4
docs: driver-model: Fix spelling
by Chris Packham
· 10 years ago
Next »