| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Add eth phy generic driver for shared MDIO | Ye Li | 2020-05-10 | 1 | -0/+1 |
* | dm: core: Add function to get child count of ofnode or device | Chunfeng Yun | 2020-05-02 | 2 | -0/+21 |
* | acpi: Move the xsdt pointer to acpi_ctx | Simon Glass | 2020-04-30 | 1 | -0/+2 |
* | acpi: Move acpi_add_table() to generic code | Simon Glass | 2020-04-30 | 1 | -0/+5 |
* | acpi: Add a method to write tables for a device | Simon Glass | 2020-04-30 | 1 | -0/+30 |
* | dm: core: add ofnode and dev function to iterate on node property | Patrick Delaunay | 2020-04-16 | 3 | -1/+169 |
* | Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm | Tom Rini | 2020-04-16 | 5 | -31/+91 |
|\ |
|
| * | dm: core: remove the duplicated function dm_ofnode_pre_reloc | Patrick Delaunay | 2020-04-16 | 1 | -27/+0 |
| * | dm: core: support reading a single indexed u32 value | Dario Binacchi | 2020-04-16 | 3 | -0/+84 |
| * | dm: core: Add a way to skip powering down power domains | Simon Glass | 2020-04-16 | 1 | -4/+7 |
* | | acpi: Add an __ACPI__ preprocessor symbol | Simon Glass | 2020-04-16 | 1 | -0/+4 |
* | | acpi: Add a simple sandbox test | Simon Glass | 2020-04-16 | 1 | -0/+1 |
* | | dm: core: Add basic ACPI support | Simon Glass | 2020-04-16 | 2 | -0/+78 |
|/ |
|
* | dm: core: Add a flag for power domain control on device removal | Anatolij Gustschin | 2020-03-02 | 1 | -0/+6 |
* | Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm | Tom Rini | 2020-02-11 | 7 | -207/+348 |
|\ |
|
| * | dm: core: Drop the inclusion of linux/compat.h in dm.h | Simon Glass | 2020-02-05 | 1 | -1/+0 |
| * | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 2 | -71/+86 |
| * | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 2 | -2/+4 |
| * | cmd: Add command to dump drivers and compatible strings | Sean Anderson | 2020-02-05 | 1 | -0/+3 |
| * | dm: core: Add a way to iterate through children, probing each | Simon Glass | 2020-02-05 | 1 | -0/+39 |
| * | dm: core: Add a way to read platdata for all child devices | Simon Glass | 2020-02-05 | 2 | -1/+44 |
| * | dm: core: Add ofnode_get_chosen_prop() | Simon Glass | 2020-02-05 | 1 | -0/+12 |
| * | dm: core: Add ofnode_read_prop() | Simon Glass | 2020-02-05 | 1 | -1/+12 |
| * | dm: core: Rename ofnode_get_chosen_prop() | Simon Glass | 2020-02-05 | 1 | -4/+5 |
| * | dm: core: Update comment for ofnode_get_chosen_node() | Simon Glass | 2020-02-05 | 1 | -3/+6 |
| * | dm: core: Use const device for the dev_read_...() interface | Simon Glass | 2020-02-05 | 1 | -97/+108 |
| * | dm: core: Use const device for the devfdt...() interface | Simon Glass | 2020-02-05 | 1 | -13/+13 |
| * | dm: core: Use const where possible in device.h | Simon Glass | 2020-02-05 | 2 | -16/+18 |
* | | dm: core: Add a function to find a device by drvdata | Simon Glass | 2020-02-07 | 2 | -0/+16 |
* | | dm: core: Allow iterating devices without uclass_get() | Simon Glass | 2020-02-07 | 1 | -0/+17 |
|/ |
|
* | Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmWIP/09Jan2020 | Tom Rini | 2020-01-09 | 4 | -254/+311 |
|\ |
|
| * | dm: devres: Add tests | Simon Glass | 2020-01-07 | 1 | -0/+20 |
| * | dm: test: Add a test driver for devres | Simon Glass | 2020-01-07 | 1 | -0/+1 |
| * | dm: devres: Create a new devres header file | Simon Glass | 2020-01-07 | 2 | -254/+270 |
| * | dm: core: Add a new flag to track platform data | Simon Glass | 2020-01-07 | 1 | -0/+3 |
| * | dm: core: Export a new function to read platdata | Simon Glass | 2020-01-07 | 1 | -0/+16 |
| * | dm: core: Add a comment for DM_FLAG_OF_PLATDATA | Simon Glass | 2020-01-07 | 1 | -0/+1 |
* | | dm: rng: Add random number generator(rng) uclass | Sughosh Ganu | 2020-01-07 | 1 | -0/+1 |
|/ |
|
* | pci: Add support for p2sb uclass | Simon Glass | 2019-12-15 | 1 | -0/+1 |
* | x86: power: Add an ACPI PMC uclass | Simon Glass | 2019-12-15 | 1 | -0/+1 |
* | dm: pci: Move pci_get_devfn() into a common file | Simon Glass | 2019-12-15 | 1 | -0/+43 |
* | dm: core: Fix offset_to_ofnode() with invalid offset | Simon Glass | 2019-12-15 | 1 | -1/+1 |
* | pinctrol: dm: remove the function pinctrl_decode_pin_config | Patrick Delaunay | 2019-11-14 | 1 | -13/+0 |
* | ufs: Add Initial Support for UFS subsystem | Faiz Abbas | 2019-10-23 | 1 | -0/+1 |
* | dm: core: Allow for not controlling the power-domain by DM framework | Lokesh Vutla | 2019-10-15 | 1 | -0/+3 |
* | dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array() | Jean-Jacques Hiblot | 2019-10-15 | 1 | -2/+2 |
* | dm: Fix default address cells return value | Matthias Brugger | 2019-10-15 | 1 | -1/+1 |
* | dm: Add a dsi host uclass | Yannick Fertré | 2019-10-13 | 1 | -0/+1 |
* | dm: core: Add a function to count the children of a device | Lokesh Vutla | 2019-10-11 | 1 | -0/+9 |
* | dm: pci: Add a function to read a PCI BAR | Simon Glass | 2019-10-08 | 2 | -0/+33 |