dm: core: Add a new sequence number for devices
[platform/kernel/u-boot.git] / drivers / core / device.c
2020-12-19 Simon Glassdm: core: Add a new sequence number for devices
2020-12-19 Simon Glassdm: core: Update uclass_find_next_free_req_seq() args
2020-12-19 Simon Glassdm: Avoid accessing seq directly
2020-12-14 Tom RiniMerge tag 'dm-pull-14dec20' of git://git.denx.de/u...
2020-12-13 Simon Glassdm: treewide: Rename ofdata_to_platdata() to of_to_plat()
2020-12-13 Simon Glassdm: treewide: Rename dev_get_platdata() to dev_get_plat()
2020-12-13 Simon Glassdm: Rename 'platdata_size' to 'plat_size'
2020-12-13 Simon Glassdm: treewide: Rename 'platdata' variables to just ...
2020-12-13 Simon Glassdm: treewide: Rename auto_alloc_size members to be...
2020-12-13 Simon Glassdm: core: Drop device_bind_offset()
2020-12-13 Simon Glassdm: core: Rename device_bind_ofnode() to device_bind()
2020-12-13 Simon Glassdm: core: Rename device_bind() to device_bind_offset()
2020-11-06 Tom RiniMerge tag 'u-boot-amlogic-20201105' of https://gitlab...
2020-11-02 Tom RiniMerge tag 'u-boot-atmel-fixes-2021.01-a' of https:...
2020-11-01 Tom RiniMerge tag 'efi-2020-01-rc2-2' of https://gitlab.denx...
2020-10-31 Tom RiniMerge tag 'u-boot-rockchip-20201031' of https://gitlab...
2020-10-30 Tom RiniMerge tag 'dm-pull-30oct20' of https://gitlab.denx...
2020-10-29 Simon Glassdm: Use driver_info index instead of pointer
2020-10-29 Simon Glassdm: Use an allocated array for run-time device info
2020-10-29 Simon Glassdm: test: Add a check that all devices have a dev value
2020-10-12 Tom RiniMerge tag 'ti-v2021.01-rc1' of https://gitlab.denx...
2020-10-06 Tom RiniMerge tag 'u-boot-amlogic-20201005' of https://gitlab...
2020-10-05 Tom RiniMerge branch 'next'
2020-10-05 Tom RiniMerge tag 'u-boot-atmel-2021.01-a' of https://gitlab...
2020-09-22 Claudiu Bezneadm: core: add support for device re-parenting
2020-08-04 Tom RiniMerge tag 'u-boot-imx-20200804' of https://gitlab.denx...
2020-07-28 Tom RiniMerge tag 'u-boot-amlogic-20200727' of https://gitlab...
2020-07-27 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-07-27 Tom RiniMerge tag 'dm-pull-20jul20-take2a' of https://gitlab...
2020-07-25 Simon Glassdm: core Fix long line in device_bind_common()
2020-07-24 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-07-24 Tom RiniRevert "Merge tag 'dm-pull-20jul20' of git://git.denx...
2020-07-23 Tom RiniMerge tag 'dm-pull-20jul20' of git://git.denx.de/u...
2020-07-20 Simon Glassdm: core Fix long line in device_bind_common()
2020-07-11 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-07-11 Tom RiniMerge tag 'uniphier-v2020.10' of https://gitlab.denx...
2020-07-10 Tom RiniMerge tag 'dm-pull-10jul20' of https://gitlab.denx...
2020-07-10 Walter Lozanocore: extend struct driver_info to point to device
2020-07-10 Walter Lozanocore: drop const for struct driver_info
2020-06-04 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.07-a' of https:...
2020-05-25 Tom RiniMerge tag 'ti-v2020.07-rc3' of https://gitlab.denx...
2020-05-20 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-05-19 Tom RiniMerge branch '2020-05-18-reduce-size-of-common.h'
2020-05-19 Simon Glasscommon: Drop log.h from common header
2020-05-18 Simon Glasscommon: Drop net.h from common header
2020-04-20 Tom RiniMerge tag 'u-boot-amlogic-20200420' of https://gitlab...
2020-04-20 Tom RiniMerge tag 'ti-v2020.07-rc1' of https://gitlab.denx...
2020-04-16 Tom RiniMerge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab...
2020-04-16 Tom RiniMerge tag 'efi-2020-07-rc1' of https://gitlab.denx...
2020-04-16 Tom RiniMerge tag 'dm-pull-10apr20-take2' of git://git.denx...
2020-04-16 Simon Glassdm: core: Read parent ofdata before children
2020-04-16 Heinrich Schuchardtdm: core: remove redundant if statement
2020-02-11 Tom RiniMerge tag 'dm-pull-6feb20' of https://gitlab.denx.de...
2020-02-06 Simon Glassdm: core: Add a way to iterate through children, probin...
2020-02-06 Simon Glassdm: core: Add a way to read platdata for all child...
2020-02-06 Simon Glassdm: core: Use const where possible in device.h
2020-01-09 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2020-01-09 Tom RiniMerge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
2020-01-07 Simon Glassdm: core: Add a new flag to track platform data
2020-01-07 Simon Glassdm: core: Export a new function to read platdata
2020-01-07 Simon Glassdm: core: Allocate parent data separate from probing...
2020-01-07 Simon Glassdm: core: Move ofdata_to_platdata() call earlier
2020-01-07 Simon Glassdm: core: Don't clear active flag twice when probe...
2019-12-03 Tom RiniMerge tag 'dm-pull-3dec19' of https://gitlab.denx.de...
2019-12-03 Tom RiniMerge branch '2019-12-02-master-imports'
2019-12-02 Simon Glasscommon: Move ARM cache operations out of common.h
2019-11-01 Tom RiniMerge tag 'efi-2020-01-rc2' of https://gitlab.denx...
2019-11-01 Tom RiniMerge tag 'dm-pull-29oct19' of git://git.denx.de/u...
2019-10-30 Tom RiniMerge tag 'u-boot-clk-23Oct2019' of https://gitlab...
2019-10-22 Jean-Jacques Hiblotdrivers: clk: Fix using assigned-clocks in the node...
2019-10-17 Tom RiniMerge tag 'for-v2020.01' of https://gitlab.denx.de...
2019-10-16 Tom RiniMerge tag 'dm-pull-15oct19' of https://gitlab.denx...
2019-10-15 Lokesh Vutladm: core: Allow for not controlling the power-domain...
2019-10-15 Peng Fancore: device: use dev_power_domain_on
2019-10-15 Thomas Fitzsimmonsdm: device: Request next sequence number
2019-10-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2019-10-14 Tom RiniMerge tag 'mmc-10-10-2019' of https://gitlab.denx.de...
2019-10-12 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-12 Tom RiniMerge branch '2019-10-11-master-imports'
2019-10-12 Tom RiniMerge branch '2019-10-11-ti-imports'
2019-10-11 Lokesh Vutladm: core: Add a function to count the children of a...
2019-10-09 Tom RiniMerge tag 'xilinx-for-v2020.01' of https://gitlab.denx...
2019-10-09 Tom RiniMerge tag 'u-boot-imx-20191009' of https://gitlab.denx...
2019-10-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-10-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-08 Simon Glassdm: core: Call ofdata_to_platdata() with of-platdata
2019-09-09 Tom RiniMerge tag 'mmc-9-6-2019' of https://gitlab.denx.de...
2019-09-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-09-02 Marek Vasutdm: core: Decouple DM from DT
2019-07-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-07-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-07-27 Tom RiniMerge tag 'u-boot-imx-20190719' of https://gitlab.denx...
2019-07-27 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2019-07-25 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-net
2019-07-24 Tom RiniMerge tag 'dm-pull-24jul19-take3' of https://gitlab...
2019-07-24 Anatolij Gustschindm: device: make power domain calls optional
2019-07-24 Bin Mengdm: core: Call clk_set_defaults() during probe() only...
2018-12-10 Tom RiniMerge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git...
2018-12-10 Tom RiniMerge tag 'mips-fixes-for-2019.01' of git://git.denx...
2018-12-10 Tom RiniMerge tag 'for-master-20181210' of git://git.denx.de...
next