Age | Commit message (Expand) | Author |
2018-12-10 | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini |
2018-12-10 | drivers: core: nullify gd->dm_root after dm_uninit() | Jean-Jacques Hiblot |
2018-12-10 | drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig | Jean-Jacques Hiblot |
2018-12-10 | dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL | Jean-Jacques Hiblot |
2018-12-07 | syscon: dm: Add a new method to get a regmap from DTS | Jean-Jacques Hiblot |
2018-12-05 | dm: core: add functions to get/remap I/O addresses by name | Álvaro Fernández Rojas |
2018-11-29 | core: ofnode: Fix ofnode_get_addr_index function | Keerthy |
2018-11-29 | dm: core: Add a few more specific child-finding functions | Simon Glass |
2018-11-29 | dm: core: Export uclass_find_device_by_phandle() | Simon Glass |
2018-11-20 | dm: core: Widen the dump tree to show more of the driver's name. | Liviu Dudau |
2018-11-16 | dm: uclass: Add uclass_next_device_err() to return a valid device | Patrice Chotard |
2018-11-14 | uclass: Use uclass_foreach_dev() macro instead of open coding | Liviu Dudau |
2018-11-14 | dm: core: Allow uclass to set up a device's child after it is probed | Bin Meng |
2018-11-14 | regmap: Add endianness support | Mario Six |
2018-11-14 | regmap: Support reading from specific range | Mario Six |
2018-11-14 | regmap: Add raw read/write functions | Mario Six |
2018-11-14 | regmap: Add error output | Mario Six |
2018-11-14 | regmap: Introduce init_range | Mario Six |
2018-11-14 | core: ofnode: Fix mem leak in error path | Mario Six |
2018-11-14 | regmap: Improve error handling | Mario Six |
2018-11-14 | regmap: Add documentation | Mario Six |
2018-11-14 | dm: core: Mirror the chosen node parse logic in the livetree scanning | Bin Meng |
2018-11-14 | dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() | Bin Meng |
2018-11-14 | dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() | Bin Meng |
2018-10-09 | fdt: Allow indicating a node is for U-Boot proper only | Simon Glass |
2018-10-09 | dm: core: Update ofnode to read binman-style flash entry | Simon Glass |
2018-10-09 | dm: core: Add a function to find the first inactive child | Simon Glass |
2018-10-09 | dm: core: Update some functions to use const | Simon Glass |
2018-10-09 | dm: core: Alloc uclass-private data to be cache-aligned | Simon Glass |
2018-10-08 | ofnode: Add missing address translation into ofnode_get_addr_size() | Marek Vasut |
2018-10-08 | ofnode: Replace of_n_addr_cells with of_n_size_cells | Marek Vasut |
2018-10-07 | dm: fdt: scan for devices under /firmware too | Jens Wiklander |
2018-09-29 | core: Add dev_{disable,enable}_by_path | Mario Six |
2018-09-29 | core: Add functions to set properties in live-tree | Mario Six |
2018-09-18 | ofnode: add ofnode_by_prop_value() | Jens Wiklander |
2018-09-18 | dm: core: fix devfdt_remap_addr_index() | Cédric Le Goater |
2018-09-18 | dm: core: Scan "/firmware" node by default | Rajan Vaja |
2018-09-18 | dm: core: Move "/clock" node scan into function | Rajan Vaja |
2018-08-21 | device: expose the functions used to remove and unbind children of a device | Jean-Jacques Hiblot |
2018-08-21 | dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() | Jean-Jacques Hiblot |
2018-08-21 | dm: print the index of the device when dumping the dm tree | Jean-Jacques Hiblot |
2018-08-21 | uclass: Add dev_get_uclass_index() to get the uclass/index of a device | Jean-Jacques Hiblot |
2018-08-08 | dm: core: Add ofnode function to read PCI vendor and device id | Bin Meng |
2018-08-06 | dm: core: device: enable power domain in probe | Peng Fan |
2018-07-09 | dm: core: Add logging of some common errors | Simon Glass |
2018-07-09 | dm: core: Add a function to decode a memory region | Simon Glass |
2018-07-09 | dm: core: Update of_read_fmap_entry() for livetree | Simon Glass |
2018-07-09 | dm: core: Add a way to bind a device by ofnode | Simon Glass |
2018-07-09 | dm: core: Add a way to find an ofnode by compatible string | Simon Glass |
2018-07-09 | dm: core: Add ofnode function to read a 64-bit int | Simon Glass |