]> git.sur5r.net Git - u-boot/shortlog
u-boot
2017-06-02 Simon Glassfdt: Drop fdt_select.py
2017-06-02 Simon Glassbinman: Rename fdt variable to dtb
2017-06-02 Simon Glassfdt: Merge fdt_normal with its base class
2017-06-02 Simon Glassbinman: Drop a special case related to fdt_fallback
2017-06-02 Simon Glassfdt: Drop fdt_fallback library
2017-06-02 Simon Glassfdt: Drop use of the legacy libfdt python module
2017-06-02 Simon Glassfdt: Stop building the old python libfdt module
2017-06-02 Simon Glassfdt: Makefile: Build python libfdt library if needed
2017-06-02 Simon Glassfdt: Support use of the new python libfdt library
2017-06-02 Simon Glassfdt: dtoc: Add a full set of property tests
2017-06-02 Simon Glassfdt: Update fdt_test to use 'dt' instead of 'fdt'
2017-06-02 Simon Glassfdt: Build the new python libfdt module
2017-06-02 Simon Glassfdt: Rename existing python libfdt module
2017-06-02 Simon Glassfdt: Add all source files to the libfdt build
2017-06-02 Simon Glassfdt: Allow swig options to be provided by Makefile
2017-06-02 Simon Glassfdt: Move header files into lib/libfdt
2017-06-02 Simon Glassfdt: Use SPDX format for licenses in the libfdt headers
2017-06-02 Simon Glassfdt: Correct cast for sandbox in fdtdec_setup_memory_size()
2017-06-02 Simon Glasspci: Correct cast for sandbox
2017-06-02 Simon Glassfdt: Add Python bindings
2017-06-01 Simon Glasssandbox: Move to use live tree
2017-06-01 Simon Glassdm: gpio: power: Convert pm8916 drivers to livetree
2017-06-01 Simon Glassdm: test: Fix nit with position of backslash
2017-06-01 Simon Glassdm: sandbox: sysreset: Convert driver to livetree
2017-06-01 Simon Glassdm: sandbox: spi: Convert driver to support livetree
2017-06-01 Simon Glassdm: spi-flash: Convert uclass to livetree
2017-06-01 Simon Glassdm: sandbox: i2c_rtc: Drop fdtdec.h header
2017-06-01 Simon Glassdm: sandbox: i2c: Drop fdtdec.h header
2017-06-01 Simon Glassdm: spi: Convert uclass to livetree
2017-06-01 Simon Glasscros_ec: Update the cros_ec keyboard driver to livetree
2017-06-01 Simon Glassdm: Update the I2C eeprom driver for livetree
2017-06-01 Simon Glassdm: pci: Update uclass to support livetree
2017-06-01 Simon Glassdm: reset: Update uclass to support livetree
2017-06-01 Simon Glassdm: power-domain: Update uclass to support livetree
2017-06-01 Simon Glasssandbox: phy: Update driver for livetree
2017-06-01 Simon Glassdm: phy: Update uclass to support livetree
2017-06-01 Simon Glassdm: mailbox: Update uclass to support livetree
2017-06-01 Simon Glassdm: phy: Update tests to use ut_asserteq()
2017-06-01 Simon Glassdm: test: Disable the fdt_offset test with livetree
2017-06-01 Simon Glassdm: test: Separate out the bus DT offset test
2017-06-01 Simon Glassdm: clk: fixed: Update to support livetree
2017-06-01 Simon Glassdm: clk: Update uclass to support livetree
2017-06-01 Simon Glassclk: Modify xlate() method for livetree
2017-06-01 Simon Glasssandbox: usb: Convert emulators to livetree
2017-06-01 Simon Glassdm: usb: Convert uclass to livetree
2017-06-01 Simon Glassdm: adc: Convert uclass to livetree
2017-06-01 Simon Glassdm: mmc: Convert uclass to livetree
2017-06-01 Simon Glassdm: regulator: Update fixed regulator to support livetree.
2017-06-01 Simon Glassdm: regulator: Convert regulator uclass to support...
2017-06-01 Simon Glasssandbox: pmic: Convert pmic emulator to support livetree
2017-06-01 Simon Glassdm: pmic: Convert uclass to livetree
2017-06-01 Simon Glasssamsung: Move pmic header out of config file
2017-06-01 Simon Glassdm: i2c: Convert uclass to livetree
2017-06-01 Simon Glassstring: Add strcspn()
2017-06-01 Simon Glassstring: Add strchrnul()
2017-06-01 Simon Glassdm: Add more livetree helpers and definitions
2017-06-01 Simon Glassfdt: Rename a few functions in fdt_support
2017-06-01 Simon Glasstest: Update 'make test' to run more tests
2017-06-01 Simon Glasssandbox: Add a new sandbox_flattree board
2017-06-01 Simon Glasscros_ec: Convert to support live tree
2017-06-01 Simon Glasscros_ec: Fix debug() statement in ec_command_inptr()
2017-06-01 Simon Glassdm: gpio: Add live tree support
2017-06-01 Simon Glassdm: gpio: sandbox: Use dev_read...() functions to access DT
2017-06-01 Simon Glassdm: gpio: Drop blank line in gpio_xlate_offs_flags...
2017-06-01 Simon Glassdm: gpio: Refactor to prepare for live tree support
2017-06-01 Simon Glassdm: core: Run tests with both livetree and flat tree
2017-06-01 Simon Glassdm: test: Add support for running tests with livetree
2017-06-01 Simon Glassdm: test: Show the test filename when running
2017-06-01 Simon Glassdm: test: Move test running code into a separate function
2017-06-01 Simon Glasssandbox: Add a way to reset sandbox state for tests
2017-06-01 Simon Glassdm: core: Update uclass_find_device_by_phandle() for...
2017-06-01 Simon Glassdm: simple-bus: Add support for livetree
2017-06-01 Simon Glassdm: regmap: Add support for livetree
2017-06-01 Simon Glassdm: core: Add a way to find a device by ofnode
2017-06-01 Simon Glassdm: core: Scan the live tree when setting up driver...
2017-06-01 Simon Glassdm: core: Update device_bind_driver_to_node() to use...
2017-06-01 Simon Glassdm: core: Update lists_bind_fdt() to use ofnode
2017-06-01 Simon Glassdm: core: Allow binding a device from a live tree
2017-06-01 Simon Glassdm: core: Implement live tree 'read' functions
2017-06-01 Simon Glassdm: core: Add device-based 'read' functions to access DT
2017-06-01 Simon Glassdm: core: Add a place to put extra device-tree reading...
2017-06-01 Simon Glassdm: core: Add address operations on device tree references
2017-06-01 Simon Glassfdt: Update fdt_get_base_address() to use const
2017-06-01 Simon Glassdm: core: Add livetree address functions
2017-06-01 Simon Glassdm: core: Add operations on device tree references
2017-06-01 Simon Glassdm: core: Rename of_device_is_compatible()
2017-06-01 Simon Glassdm: Build a live tree after relocation
2017-06-01 Simon Glassdm: Add a function to create a 'live' device tree
2017-06-01 Simon Glassdm: core: Add livetree access functions
2017-06-01 Simon Glassdm: core: Add livetree definitions
2017-06-01 Simon GlassUpdate WARN_ON() to return a value
2017-06-01 Simon Glassdm: core: Set return value first in lists_bind_fdt()
2017-06-01 Simon Glasstegra: Convert MMC to use driver model for operations
2017-06-01 Simon Glassdm: mmc: Rewrite mmc_blk_probe()
2017-06-01 Simon Glassdm: mmc: Check that drivers have operations
2017-06-01 Simon Glassdm: blk: Improve block device claiming
2017-06-01 Simon Glassdm: blk: Add a function to find the next block device...
2017-06-01 Simon Glassdm: blk: Allow finding block devices without probing
2017-06-01 Simon Glassdm: mmc: Don't re-init when accessing environment
2017-06-01 Simon Glassdm: mmc: Don't call board_mmc_power_init() with driver...
next