colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / include / dm /
2020-06-04 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.07-a' of https:...
2020-05-12 Tom RiniMerge tag 'u-boot-amlogic-20200511' of https://gitlab...
2020-05-11 Tom RiniMerge tag 'efi-2020-07-rc2-4' of https://gitlab.denx...
2020-05-11 Tom RiniMerge tag 'ti-v2020.07-rc2' of https://gitlab.denx...
2020-05-11 Tom RiniMerge tag 'u-boot-imx-20200511' of https://gitlab.denx...
2020-05-10 Ye Linet: Add eth phy generic driver for shared MDIO
2020-05-10 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2020-05-05 Tom RiniMerge git://git.denx.de/u-boot-usb
2020-05-04 Tom RiniMerge tag 'u-boot-rockchip-20200501' of https://gitlab...
2020-05-02 Chunfeng Yundm: core: Add function to get child count of ofnode...
2020-04-30 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
2020-04-30 Tom RiniMerge tag 'efi-2020-07-rc2' of https://gitlab.denx...
2020-04-30 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-04-30 Simon Glassacpi: Move the xsdt pointer to acpi_ctx
2020-04-30 Simon Glassacpi: Move acpi_add_table() to generic code
2020-04-30 Simon Glassacpi: Add a method to write tables for a device
2020-04-21 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
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-20 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-04-17 Tom RiniMerge branch '2020-04-16-master-imports'
2020-04-17 Patrick Delaunaydm: core: add ofnode and dev function to iterate on...
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 Patrick Delaunaydm: core: remove the duplicated function dm_ofnode_pre_...
2020-04-16 Dario Binacchidm: core: support reading a single indexed u32 value
2020-04-16 Simon Glassdm: core: Add a way to skip powering down power domains
2020-04-16 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-04-16 Simon Glassacpi: Add an __ACPI__ preprocessor symbol
2020-04-16 Simon Glassacpi: Add a simple sandbox test
2020-04-16 Simon Glassdm: core: Add basic ACPI support
2020-03-17 Tom RiniMerge tag 'ti-v2020.07-next' of https://gitlab.denx...
2020-03-10 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.04-a' of https:...
2020-03-05 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2020-03-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2020-03-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2020-03-04 Tom RiniMerge tag 'dm-pull-3mar20' of git://git.denx.de/u-boot-dm
2020-03-03 Anatolij Gustschindm: core: Add a flag for power domain control on device...
2020-02-11 Tom RiniMerge tag 'dm-pull-6feb20' of https://gitlab.denx.de...
2020-02-10 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-02-07 Simon Glassdm: core: Add a function to find a device by drvdata
2020-02-07 Simon Glassdm: core: Allow iterating devices without uclass_get()
2020-02-06 Simon Glassdm: core: Drop the inclusion of linux/compat.h in dm.h
2020-02-06 Simon Glassdm: core: Create a new header file for 'compat' features
2020-02-06 Simon Glassdm: core: Require users of devres to include the header
2020-02-06 Sean Andersoncmd: Add command to dump drivers and compatible strings
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: Add ofnode_get_chosen_prop()
2020-02-06 Simon Glassdm: core: Add ofnode_read_prop()
2020-02-06 Simon Glassdm: core: Rename ofnode_get_chosen_prop()
2020-02-06 Simon Glassdm: core: Update comment for ofnode_get_chosen_node()
2020-02-06 Simon Glassdm: core: Use const device for the dev_read_...() interface
2020-02-06 Simon Glassdm: core: Use const device for the devfdt...() interface
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-09 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2020-01-08 Tom RiniMerge tag 'efi-2020-04-rc1' of https://gitlab.denx...
2020-01-08 Tom RiniMerge tag 'u-boot-imx-20200108' of https://gitlab.denx...
2020-01-08 Tom RiniMerge tag 'u-boot-amlogic-20200108' of https://gitlab...
2020-01-07 Simon Glassdm: devres: Add tests
2020-01-07 Simon Glassdm: test: Add a test driver for devres
2020-01-07 Simon Glassdm: devres: Create a new devres header file
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: Add a comment for DM_FLAG_OF_PLATDATA
2020-01-07 Sughosh Ganudm: rng: Add random number generator(rng) uclass
2020-01-07 Tom RiniMerge tag 'u-boot-imx-20200107' of https://gitlab.denx...
2020-01-07 Tom RiniMerge tag 'u-boot-atmel-2020.04-a' of https://gitlab...
2020-01-06 Tom RiniMerge branch 'next'
2019-12-18 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2019-12-15 Simon Glasspci: Add support for p2sb uclass
2019-12-15 Simon Glassx86: power: Add an ACPI PMC uclass
2019-12-15 Simon Glassdm: pci: Move pci_get_devfn() into a common file
2019-12-15 Simon Glassdm: core: Fix offset_to_ofnode() with invalid offset
2019-11-22 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-11-18 Tom RiniMerge tag 'video-for-v2020.01-rc2' of https://gitlab...
2019-11-18 Tom RiniMerge tag 'u-boot-rockchip-20191118' of https://gitlab...
2019-11-18 Tom RiniMerge tag 'dm-pull-14nov19' of git://git.denx.de/u...
2019-11-14 Patrick Delaunaypinctrol: dm: remove the function pinctrl_decode_pin_config
2019-10-30 Tom RiniMerge tag 'u-boot-clk-23Oct2019' of https://gitlab...
2019-10-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2019-10-25 Tom RiniMerge tag 'u-boot-atmel-2020.01-b' of https://gitlab...
2019-10-25 Tom RiniMerge tag 'xilinx-for-v2020.01-part2' of https://gitlab...
2019-10-24 Tom RiniMerge branch '2019-10-24-UFS-support'
2019-10-24 Faiz Abbasufs: Add Initial Support for UFS subsystem
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 Jean-Jacques Hiblotdm: device: Fix typo in the non-DEVRES version of devm_...
2019-10-15 Matthias Bruggerdm: Fix default address cells return value
2019-10-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2019-10-14 Tom RiniMerge tag 'u-boot-imx-20191014' of https://gitlab.denx...
2019-10-14 Tom RiniMerge tag 'video-for-2020.01' of https://gitlab.denx...
2019-10-14 Tom RiniMerge tag 'mmc-10-10-2019' of https://gitlab.denx.de...
2019-10-13 Yannick Fertrédm: Add a dsi host uclass
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'
next