Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
004eee86f1181f712345370163baa0d158716196
/
doc
/
driver-model
282ed24
dm: MIGRATION: Add migration plan for CONFIG_DM
by Heinrich Schuchardt
· 5 years ago
5f8f46e
doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples
by Lukasz Majewski
· 5 years ago
ce704ea
doc: driver-model: Update SPI migration status
by Jagan Teki
· 5 years ago
2e0f324
network: set timeline for CONFIG_DM_ETH conversion
by Heinrich Schuchardt
· 5 years ago
a077bae
doc: driver-model: Convert usb-info.txt to reST
by Bin Meng
· 5 years ago
7ee49d0
doc: driver-model: Convert spi-howto.txt to reST
by Bin Meng
· 5 years ago
c1b4390
doc: driver-model: Convert serial-howto.txt to reST
by Bin Meng
· 5 years ago
175ba0f
doc: driver-model: Convert remoteproc-framework.txt to reST
by Bin Meng
· 5 years ago
cf4747d
doc: driver-model: Convert pmic-framework.txt to reST
by Bin Meng
· 5 years ago
b598648
doc: driver-model: Convert pci-info.txt to reST
by Bin Meng
· 5 years ago
45dbb4d
doc: driver-model: Convert of-plat.txt to reST
by Bin Meng
· 5 years ago
6c49c22
doc: driver-model: Convert livetree.txt to reST
by Bin Meng
· 5 years ago
61c3e77
doc: driver-model: Convert i2c-howto.txt to reST
by Bin Meng
· 5 years ago
1be040a
doc: driver-model: Convert fs_firmware_loader.txt to reST
by Bin Meng
· 5 years ago
f156aae
doc: driver-model: Convert fdt-fixup.txt to reST
by Bin Meng
· 5 years ago
e1910d9
doc: driver-model: Convert MIGRATION.txt to reST
by Bin Meng
· 5 years ago
ed205e6
doc: driver-model: Convert README.txt to reST
by Bin Meng
· 5 years ago
d9756c4
doc: Add driver-model to Sphinx TOC tree
by Bin Meng
· 5 years ago
54e1223
dm: doc: add documentation for pre-reloc properties in SPL and TPL
by Patrick Delaunay
· 5 years ago
d1505ad
dm: MIGRATION: Update migration status for SPI
by Jagan Teki
· 6 years ago
c1ef736
misc: fs_loader: Replace label with DT phandle
by Tien Fong Chee
· 6 years ago
61ae978
spi: ti_qspi: Drop non DM code
by Vignesh Raghavendra
· 6 years ago
3600b46
of-platdata: improve documentation
by Simon Goldschmidt
· 6 years ago
31a2cf1
misc: fs_loader: Switching private data allocation to DM auto allocation
by Tien Fong Chee
· 6 years ago
3e87ffc
dm: video: lcd: MIGRATION: Add migration plan for video
by Simon Glass
· 6 years ago
1ce689d
dm: pci: MIGRATION: Add migration plan for PCI
by Simon Glass
· 6 years ago
99a17dd
dm: MIGRATION: Update migration plan for SPI
by Jagan Teki
· 6 years ago
91ff686
blk: Rework guard around part_init call
by Tom Rini
· 6 years ago
9450ab2
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
7cfc1a3
dm: MIGRATION: Update migration plan for BLK
by Tom Rini
· 6 years ago
ea9d7c1
dm: MIGRATION: Add migration plan for CONFIG_SATA
by Tom Rini
· 6 years ago
109d8bf
dm: MIGRATION: Add migration plan for DM_USB
by Tom Rini
· 6 years ago
1cb5d5d
dm: MIGRATION: Add migration plan for DM_MMC
by Tom Rini
· 6 years ago
fe82ca8
spi: Remove used spi_init
by Jagan Teki
· 6 years ago
1a6bd47
dm: doc: Update description of pre-relocation support
by Bin Meng
· 6 years ago
92ed986
pci: Update documentation to make 'compatible' string optional
by Marek Vasut
· 6 years ago
06f9446
fdt: Allow indicating a node is for U-Boot proper only
by Simon Glass
· 6 years ago
a15a7aa
doc: Update docs for device tree in SPL, TPL
by Simon Glass
· 6 years ago
4502975
doc: Add new doc for file system firmware loader driver model
by Tien Fong Chee
· 6 years ago
15416c8
dm: Update README.txt to clarify device tree usage
by Tom Rini
· 6 years ago
4345998
pci: sandbox: Support dynamically binding device driver
by Bin Meng
· 6 years ago
09b8d67
doc: driver-model: Fix typo
by Chris Packham
· 6 years ago
2239690
i2c: Drop CONFIG_SH_SH7734_I2C
by Tuomas Tynkkynen
· 7 years ago
d70c79f
i2c: Drop CONFIG_TSI108_I2C
by Tuomas Tynkkynen
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
c4e68d3
dm: MIGRATION: Add migration plan for DM_SPI & DM_SPI_FLASH
by Jagan Teki
· 7 years ago
0d15463
dtoc: Rename the phandle struct
by Simon Glass
· 7 years ago
d944bf6
dm: core: Add livetree documentation
by Simon Glass
· 7 years ago
302466d
dm: Add migration plan for CONFIG_BLK
by Simon Glass
· 7 years ago
2cce586
dtoc: Support multiple compatible strings in a node
by Simon Glass
· 7 years ago
2a79275
dm: Add callback to modify the device tree
by mario.six@gdsys.cc
· 8 years ago
27326c7
dm: allow limiting pre-reloc markings to spl or tpl
by Heiko Stübner
· 8 years ago
e160f7d
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
6ccb410
dm: Add timeline and guide for porting I2C drivers
by Simon Glass
· 8 years ago
ebb2c53
serial: Drop the s3c24x0 serial driver
by Simon Glass
· 8 years ago
8ff89f8
serial: Update docs to indicate mcfuart supports DM_SERIAL
by Simon Glass
· 8 years ago
1269625
dm: Update the of-platdata README for the new features
by Simon Glass
· 8 years ago
39782af
dm: Add a README for of-platdata
by Simon Glass
· 8 years ago
daac3bf
dm: allow setting driver_data before/during bind
by Stephen Warren
· 8 years ago
e57f9c8
doc: driver-model: Update dm tests run using test.py
by Jagan Teki
· 9 years ago
508770a
dm: Remove ARM dcc from the list
by Michal Simek
· 9 years ago
92d05e5
dm: Update on current serial driver status
by Simon Glass
· 9 years ago
9376839
serial: uartlite: Move driver to DM
by Michal Simek
· 9 years ago
fdbae09
serial: lpuart: Add driver model serial support
by Bin Meng
· 9 years ago
11b35d5
serial-howto: remove altera_jtag_uart and altera_uart from the list
by Thomas Chou
· 9 years ago
6656241
stm32: Convert serial driver to DM
by Kamil Lulko
· 9 years ago
1d149ed
dm: Add timeline and guide for porting serial drivers
by Simon Glass
· 9 years ago
bcbe3d1
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
by Simon Glass
· 9 years ago
ddf56bc
drivers: Introduce a simplified remoteproc framework
by Nishanth Menon
· 9 years ago
f4b5db7
dm: pci: Document binding of pci device drivers
by Bin Meng
· 9 years ago
947eb43
doc: dm: Update pci-info.txt for pci support
by Bin Meng
· 9 years ago
97f3ee3
dm: Add platform data advice and admonishment
by Simon Glass
· 9 years ago
769c948
doc: driver-model: pmic-framework.txt - cleanup
by Przemyslaw Marczak
· 9 years ago
fdea8bb
doc: driver-model: pmic and regulator uclass documentation
by Przemyslaw Marczak
· 10 years ago
98a1605
dm: Update the README to reflect the current test output
by Simon Glass
· 10 years ago
5fd2733
dm: usb: Add a README for driver model
by Simon Glass
· 10 years ago
ff3e077
dm: pci: Add a uclass for PCI
by Simon Glass
· 10 years ago
f94a1be
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
2017aae
dm: Update documentation for new bus features
by Simon Glass
· 10 years ago
9cc36a2
dm: core: Add a flag to control sequence numbering
by Simon Glass
· 10 years ago
2f3b95d
dm: core: Set device tree node for root device
by Simon Glass
· 10 years ago
33fcd1b
dm: README: recommend u-boot.dtb to try driver-model on sandbox
by Masahiro Yamada
· 10 years ago
38687ae
dm: Update documentation to include CONFIG_DM... options
by Simon Glass
· 10 years ago
4324174
test: dm: Add additional GPIO tests
by Simon Glass
· 10 years ago
d44f597
dm: gpio: Add gpio_requestf() helper for printf() strings
by Simon Glass
· 10 years ago
4b8f11c
test: dm: Update GPIO tests for new gpio_request() method
by Simon Glass
· 10 years ago
6126c8e
dm: spi: Add documentation on how to convert over SPI drivers
by Simon Glass
· 10 years ago
547cea1
dm: core: Add a clarifying comment on struct udevice's seq member
by Simon Glass
· 10 years ago
a8981d4
dm: core: Add functions for iterating through device children
by Simon Glass
· 10 years ago
a327dee
dm: Add child_pre_probe() and child_post_remove() methods
by Simon Glass
· 10 years ago
e59f458
dm: Introduce per-child data for devices
by Simon Glass
· 10 years ago
997c87b
dm: Add functions to access a device's children
by Simon Glass
· 10 years ago
1ca7e20
dm: Provide a function to scan child FDT nodes
by Simon Glass
· 10 years ago
c910e2e
dm: Avoid accessing uclasses before they are ready
by Simon Glass
· 10 years ago
f4cdead
dm: Allow a device to be found by its FDT offset
by Simon Glass
· 10 years ago
5a66a8f
dm: Introduce device sequence numbering
by Simon Glass
· 10 years ago
00606d7
dm: Allow drivers to be marked 'before relocation'
by Simon Glass
· 10 years ago
22ec136
dm: Expand and improve the device lifecycle docs
by Simon Glass
· 10 years ago
ae7f451
dm: Rename struct device_id to udevice_id
by Simon Glass
· 10 years ago
34e4a2e
docs: driver-model: Fix spelling
by Chris Packham
· 10 years ago
Next »