index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
device.c
Age
Commit message (
Expand
)
Author
2018-08-21
dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()
Jean-Jacques Hiblot
2018-08-06
dm: core: device: enable power domain in probe
Peng Fan
2018-07-09
dm: core: Add a way to bind a device by ofnode
Simon Glass
2018-05-07
dm: ofnode: add ofnode_device_is_compatible() helper
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-28
clk: implement clk_set_defaults()
Philipp Tomsich
2018-01-21
core: Make device_is_compatible live-tree compatible
Mario Six
2017-10-08
dm: core: Round up size when allocating so that it is cache line aligned
Faiz Abbas
2017-10-04
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
2017-06-01
dm: core: Allow binding a device from a live tree
Simon Glass
2017-06-01
dm: core: Rename of_device_is_compatible()
Simon Glass
2017-06-01
dm: core: Adjust device_bind_common() to take an ofnode
Simon Glass
2017-06-01
dm: core: Add ofnode to represent device tree nodes
Simon Glass
2017-06-01
dm: core: Move dev_get_addr() etc. into a separate file
Simon Glass
2017-04-13
dm: core: Ensure DMA regions start up with the cache clean
Simon Glass
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-12-02
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-14
dm: core: Expand platdata for of-platdata devices
Simon Glass
2016-07-14
dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED
Simon Glass
2016-07-14
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-26
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-28
dm: Remove device_probe_child()
Simon Glass
2016-01-21
dm: core: Don't set pinctrl for pinctrl devices
Simon Glass
2016-01-20
dm: core: Call uclass post_bind() after the driver's bind() method
Simon Glass
2016-01-13
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-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
[next]