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
/
drivers
/
core
/
device.c
Age
Commit message (
Expand
)
Author
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-10-21
dm: core: Enable optional use of fdt_translate_address()
Stefan Roese
2015-10-05
dm: core: Don't use pinctrl for the root device
Simon Glass
2015-09-15
fdt: add new fdt address parsing functions
Stephen Warren
2015-09-02
dm: Improve handling of a missing uclass
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: core: Add Kconfig for simple bus driver
Marek Vasut
2015-08-31
dm: Use dev_get_addr() where possible
Simon Glass
2015-08-26
dm: core: Fix code reentrancy issue in device_probe_child()
Bin Meng
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: Add a way to set a device name
Simon Glass
2015-08-06
devres: make Devres optional with CONFIG_DEVRES
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-07-21
dm: core: Add \n to two dm_warn() messages
Simon Glass
2015-07-21
dm: do not set DM_FLAG_ACTIVATED twice
Masahiro Yamada
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-04-28
dm: core: drop device removal error path correctly
Masahiro Yamada
2015-04-23
dm: core: Drop device removal error path when not supported
Simon Glass
2015-04-23
dm: core: Allow sequence alias support to be removed for SPL
Simon Glass
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: Extend struct udevice by '.uclass_platdata' field.
Przemyslaw Marczak
2015-04-18
dm: core: Add device children and sibling functions
Simon Glass
2015-04-18
dm: core: Mark device as active before calling uclass probe() methods
Simon Glass
2015-04-18
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
dm: core: Support allocating driver-private data for DMA
Simon Glass
2015-04-16
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
dm: core: Mark device as active before calling its probe() method
Simon Glass
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-02-12
dm: introduce dev_get_addr interface
Peng Fan
2015-01-29
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
dm: core: Allow uclasses to specify private data for a device's children
Simon Glass
2015-01-29
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
dm: core: Add a function to get a device's uclass ID
Simon Glass
2015-01-29
dm: core: Add a post_bind method for parents
Simon Glass
2015-01-29
dm: core: Allow uclasses to specify platdata for a device's children
Simon Glass
2015-01-29
dm: core: Allow parents to have platform data for their children
Simon Glass
2015-01-29
dm: core: Allocate platform data when binding a device
Simon Glass
2015-01-29
dm: core: Tidy up error handling in device_bind()
Simon Glass
2014-12-11
dm: device: Add newline to debug() messages
Simon Glass
2014-11-22
dm: core: Add functions to find parent and OF data
Simon Glass
2014-11-22
dm: core: Allow access to the device's driver_id data
Simon Glass
2014-11-21
dm: Allow device removal features to be dropped
Simon Glass
2014-10-22
dm: core: Allow parents to pass data to children during probe
Simon Glass
[next]