efi_selftest: add test for memory allocation
[pandora-u-boot.git] / drivers / core /
2018-12-01 Tom RiniMerge tag 'for-master-20181130' of git://git.denx.de...
2018-11-30 Tom RiniMerge tag 'pull-30nov18' of git://git.denx.de/u-boot-dm
2018-11-29 Keerthycore: ofnode: Fix ofnode_get_addr_index function
2018-11-29 Simon Glassdm: core: Add a few more specific child-finding functions
2018-11-29 Simon Glassdm: core: Export uclass_find_device_by_phandle()
2018-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2018-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-11-23 Tom RiniMerge tag 'pull-tg18' of git://git.denx.de/u-boot-dm
2018-11-21 Liviu Dudaudm: core: Widen the dump tree to show more of the drive...
2018-11-17 Tom RiniMerge branch '2018-11-16-master-imports'
2018-11-16 Patrice Chotarddm: uclass: Add uclass_next_device_err() to return...
2018-11-16 Tom RiniMerge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm
2018-11-14 Liviu Dudauuclass: Use uclass_foreach_dev() macro instead of open...
2018-11-14 Bin Mengdm: core: Allow uclass to set up a device's child after...
2018-11-14 Mario Sixregmap: Add endianness support
2018-11-14 Mario Sixregmap: Support reading from specific range
2018-11-14 Mario Sixregmap: Add raw read/write functions
2018-11-14 Mario Sixregmap: Add error output
2018-11-14 Mario Sixregmap: Introduce init_range
2018-11-14 Mario Sixcore: ofnode: Fix mem leak in error path
2018-11-14 Mario Sixregmap: Improve error handling
2018-11-14 Mario Sixregmap: Add documentation
2018-11-14 Bin Mengdm: core: Mirror the chosen node parse logic in the...
2018-11-14 Bin Mengdm: core: Respect drivers with the DM_FLAG_PRE_RELOC...
2018-11-14 Bin Mengdm: util: Add a livetree equivalent API of dm_fdt_pre_r...
2018-10-25 Tom RiniMerge tag 'u-boot-imx-20181025' of git://git.denx.de...
2018-10-12 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-10-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-10-11 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2018-10-10 Tom RiniMerge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm
2018-10-09 Simon Glassfdt: Allow indicating a node is for U-Boot proper only
2018-10-09 Simon Glassdm: core: Update ofnode to read binman-style flash...
2018-10-09 Simon Glassdm: core: Add a function to find the first inactive...
2018-10-09 Simon Glassdm: core: Update some functions to use const
2018-10-09 Simon Glassdm: core: Alloc uclass-private data to be cache-aligned
2018-10-08 Marek Vasutofnode: Add missing address translation into ofnode_get...
2018-10-08 Marek Vasutofnode: Replace of_n_addr_cells with of_n_size_cells
2018-10-07 Jens Wiklanderdm: fdt: scan for devices under /firmware too
2018-10-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-09-30 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-09-29 Mario Sixcore: Add dev_{disable,enable}_by_path
2018-09-29 Mario Sixcore: Add functions to set properties in live-tree
2018-09-20 Tom RiniMerge git://git.denx.de/u-boot-imx
2018-09-20 Tom RiniMerge git://git.denx.de/u-boot-marvell
2018-09-19 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-09-18 Jens Wiklanderofnode: add ofnode_by_prop_value()
2018-09-18 Cédric Le Goaterdm: core: fix devfdt_remap_addr_index()
2018-09-18 Rajan Vajadm: core: Scan "/firmware" node by default
2018-09-18 Rajan Vajadm: core: Move "/clock" node scan into function
2018-08-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2018-08-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2018-08-21 Jean-Jacques Hiblotdevice: expose the functions used to remove and unbind...
2018-08-21 Jean-Jacques Hiblotdm: convert device_get_global_by_of_offset() to device_...
2018-08-21 Jean-Jacques Hiblotdm: print the index of the device when dumping the...
2018-08-21 Jean-Jacques Hiblotuclass: Add dev_get_uclass_index() to get the uclass...
2018-08-13 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-08-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2018-08-09 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-08-08 Bin Mengdm: core: Add ofnode function to read PCI vendor and...
2018-08-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2018-08-07 Tom RiniMerge tag 'xilinx-for-v2018.09-rc2' of git://git.denx...
2018-08-07 Tom RiniMerge git://git.denx.de/u-boot-marvell
2018-08-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2018-08-07 Tom RiniMerge branch 'agust@denx.de' of git://git.denx.de/u...
2018-08-06 Peng Fandm: core: device: enable power domain in probe
2018-07-10 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-07-09 Simon Glassdm: core: Add logging of some common errors
2018-07-09 Simon Glassdm: core: Add a function to decode a memory region
2018-07-09 Simon Glassdm: core: Update of_read_fmap_entry() for livetree
2018-07-09 Simon Glassdm: core: Add a way to bind a device by ofnode
2018-07-09 Simon Glassdm: core: Add a way to find an ofnode by compatible...
2018-07-09 Simon Glassdm: core: Add ofnode function to read a 64-bit int
2018-06-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2018-06-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-06-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2018-06-01 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2018-06-01 Álvaro Fernández... dm: core: add functions to get memory-mapped I/O addresses
2018-05-11 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-05-09 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-05-08 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-05-08 Tom RiniMerge git://git.denx.de/u-boot-uniphier
2018-05-08 Neil Armstrongregmap: add regmap_update_bits() helper
2018-05-07 Masahiro Yamadasyscon: add Linux-compatible syscon API
2018-05-07 Masahiro Yamadaregmap: change regmap_init_mem() to take ofnode instead...
2018-05-07 Masahiro Yamadadm: ofnode: add ofnode_device_is_compatible() helper
2018-05-07 Masahiro Yamadaregmap: clean up regmap allocation
2018-05-07 Tom RiniSPDX: Convert all of our single license tags to Linux...
2018-04-15 Tom RiniMerge git://git.denx.de/u-boot-imx
2018-04-04 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-04-03 Tom RiniMerge tag 'arc-for-2018.05' of git://git.denx.de/u...
2018-04-02 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-04-01 Mario Sixcore: ofnode: Fix translation for #size-cells == 0
2018-04-01 Andy Yandm: core: make fixed-clock dt scan live dt compatible
2018-03-31 Kever Yangcore: add uclass_get_device_by_phandle_id() api
2018-03-06 Tom RiniMerge git://git.denx.de/u-boot-sh
2018-03-05 Masahiro Yamadalibfdt: move headers to <linux/libfdt.h> and <linux...
2018-02-26 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-02-25 Tom RiniMerge git://git.denx.de/u-boot-imx
2018-02-24 Tom RiniMerge git://git.denx.de/u-boot-video
2018-02-23 Kever Yangcore: add ofnode_get_by_phandle() api
next