index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
device.c
Age
Commit message (
Expand
)
Author
2016-12-03
dm: core: Add dev_get_addr_size_index() to retrieve addr and size
Stefan Roese
2016-10-24
Fix codying style broken by recent libfdt sync
Masahiro Yamada
2016-10-13
libfdt: Bring in upstream stringlist functions
Simon Glass
2016-08-12
fdt: allow fdtdec_get_addr_size_*() to translate addresses
Stephen Warren
2016-07-15
dm: core: Expand platdata for of-platdata devices
Simon Glass
2016-07-15
dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED
Simon Glass
2016-07-15
dm: core: Don't use device tree with of-platdata
Simon Glass
2016-07-09
dm: core: implement dev_map_physmem()
Vignesh R
2016-05-27
dm: allow setting driver_data before/during bind
Stephen Warren
2016-05-24
drivers: core: device: add support to check dt compatible for a device/machine
Mugunthan V N
2016-05-17
dm: core: Allow device names to be freed automatically
Simon Glass
2016-05-17
fdt: fix dev_get_addr_name node offset
Stephen Warren
2016-04-25
dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address
Stefan Roese
2016-04-15
fdt: implement dev_get_addr_name()
Stephen Warren
2016-04-14
dm: device.c: Minor coding-style fix
Stefan Roese
2016-04-14
dm: core: device: set pinctrl state for pinctrl device
Peng Fan
2016-01-29
dm: Remove device_probe_child()
Simon Glass
2016-01-22
dm: core: Don't set pinctrl for pinctrl devices
Simon Glass
2016-01-21
dm: core: Call uclass post_bind() after the driver's bind() method
Simon Glass
2016-01-14
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
2016-01-13
dm: core: Add a new api to get indexed device address
Mugunthan V N
2016-01-13
spl: dm: Add SPL_DM_SEQ_ALIAS config option
Nathan Rossi
2016-01-12
dm: core: Add option to configure an offset for the address translation
Stefan Roese
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-03
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
[next]