index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
Age
Commit message (
Expand
)
Author
2015-09-02
pinctrl: Add the concept of peripheral IDs
Simon Glass
2015-08-31
pinctrl: add pin control uclass support
Masahiro Yamada
2015-08-31
dm: core: allow device_bind() to not return a device pointer
Masahiro Yamada
2015-08-31
dm: tpm: Add a uclass for Trusted Platform Modules
Simon Glass
2015-08-31
dm: simplify uclass_foreach_dev() implementation
Masahiro Yamada
2015-08-31
serial: uniphier: drop platform data support
Masahiro Yamada
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
2015-08-06
dm: core: Fix a typo in the uclass_get_device_by_name() comment
Simon Glass
2015-08-06
dm: core: Add a way to set a device name
Simon Glass
2015-08-06
devres: add debug command to dump device resources
Masahiro Yamada
2015-08-06
devres: make Devres optional with CONFIG_DEVRES
Masahiro Yamada
2015-08-06
devres: add devm_kmalloc() and friends (managed memory allocators)
Masahiro Yamada
2015-08-06
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada
2015-08-06
dm: add DM_FLAG_BOUND flag
Masahiro Yamada
2015-08-06
dm: Support address translation for simple-bus
Simon Glass
2015-08-05
dm: video: Add support for video bridges
Simon Glass
2015-08-05
dm: i2c: Add support for multiplexed I2C buses
Simon Glass
2015-08-05
dm: core: Support finding a device by phandle
Simon Glass
2015-08-05
dm: Add a return value comment to device_get_child()
Simon Glass
2015-07-21
dm: Export device_remove_children / device_unbind_children
Hans de Goede
2015-07-21
dm: Add platform data advice and admonishment
Simon Glass
2015-07-21
dm: Add a clock uclass
Simon Glass
2015-07-21
dm: Add a system reset uclass
Simon Glass
2015-07-21
dm: Add support for RAM drivers
Simon Glass
2015-07-21
dm: mmc: Add an MMC uclass
Simon Glass
2015-07-21
dm: Add support for LEDs
Simon Glass
2015-07-21
dm: Add support for generic system controllers (syscon)
Simon Glass
2015-07-21
dm: core: Correct device_get_child_by_of_offset() parameter
Simon Glass
2015-07-21
dm: core: Add a function to find any device from device tree
Simon Glass
2015-07-21
dm: Move the tree/uclass dump code into its own file
Simon Glass
2015-06-04
dm: Sort the uclass IDs after the tegra/PMIC addition
Simon Glass
2015-05-21
test: dm: Move the dm tests over to the ut command
Joe Hershberger
2015-05-21
test: Generalize the unit test framework
Joe Hershberger
2015-05-14
dm: regulator: add implementation of driver model regulator uclass
Przemyslaw Marczak
2015-05-14
dm: pmic: add implementation of driver model pmic uclass
Przemyslaw Marczak
2015-05-13
dm: video: Add a uclass for display port
Simon Glass
2015-05-13
dm: core: Sort the uclasses
Simon Glass
2015-05-05
dm: rtc: Add a uclass for real-time clocks
Simon Glass
2015-04-29
dm: Implement a CPU uclass
Simon Glass
2015-04-29
dm: core: Add a function to bind a driver for a device tree node
Simon Glass
2015-04-23
dm: core: Remove unbind operations when not required
Simon Glass
2015-04-22
dm: core: precise comments for get/find device by name
Przemyslaw Marczak
2015-04-22
dm: core: remove type 'static' of function uclass_get_device_tail()
Przemyslaw Marczak
2015-04-22
dm: core: device: add function: dev_get_uclass_name()
Przemyslaw Marczak
2015-04-22
dm: core: device: add function: dev_get_driver_ops()
Przemyslaw Marczak
2015-04-22
dm: core: uclass: add function: uclass_get_device_by_name()
Przemyslaw Marczak
2015-04-22
dm: core: uclass: add function: uclass_find_device_by_name()
Przemyslaw Marczak
2015-04-22
dm: test: Add tests for device's uclass platform data
Przemyslaw Marczak
2015-04-22
dm: core: Extend struct udevice by '.uclass_platdata' field.
Przemyslaw Marczak
[next]