Age | Commit message (Expand) | Author |
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 |
2018-06-01 | dm: core: add functions to get memory-mapped I/O addresses | Álvaro Fernández Rojas |
2018-05-08 | regmap: add regmap_update_bits() helper | Neil Armstrong |
2018-05-07 | syscon: add Linux-compatible syscon API | Masahiro Yamada |
2018-05-07 | regmap: change regmap_init_mem() to take ofnode instead udevice | Masahiro Yamada |
2018-05-07 | dm: ofnode: add ofnode_device_is_compatible() helper | Masahiro Yamada |
2018-05-07 | regmap: clean up regmap allocation | Masahiro Yamada |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-01 | core: ofnode: Fix translation for #size-cells == 0 | Mario Six |
2018-04-01 | dm: core: make fixed-clock dt scan live dt compatible | Andy Yan |
2018-03-31 | core: add uclass_get_device_by_phandle_id() api | Kever Yang |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada |
2018-02-23 | core: add ofnode_get_by_phandle() api | Kever Yang |
2018-02-23 | core: ofnode: add ofnode_get_parent function | Philipp Tomsich |
2018-02-03 | dm: core: Add a function to look up a uclass by name | Simon Glass |
2018-01-28 | clk: implement clk_set_defaults() | Philipp Tomsich |
2018-01-24 | Merge git://git.denx.de/u-boot-mmc | Tom Rini |
2018-01-22 | dm: add dev_read_u32() | Masahiro Yamada |
2018-01-21 | core: Make device_is_compatible live-tree compatible | Mario Six |
2018-01-21 | core: Add {ofnode, dev}_translate_address functions | Mario Six |
2018-01-21 | core: read: Fix style violations | Mario Six |
2018-01-21 | core: ofnode: Fix style violations | Mario Six |
2018-01-21 | drivers: core: Add translation in live tree case | Mario Six |
2018-01-15 | Merge git://git.denx.de/u-boot-net | Tom Rini |
2018-01-15 | dm: core: add missing dev_count_phandle_with_args() | Patrice Chotard |