]> git.kernelconcepts.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
2015-09-09 Hans de Goededm: usb: Allow usb host drivers to implement usb_reset_...
2015-09-09 Hans de Goededm: usb: Rename usb_find_child to usb_find_emul_child
2015-09-09 Hans de Goededm: usb: Use device_unbind_children to clean up usb...
2015-09-09 Hans de Goededm: usb: Document that mixing DM_DEVICE_REMOVE and...
2015-09-09 Hans de Goededm: usb: Fix "usb tree" output
2015-09-09 Hans de Goededm: Export device_remove_children / device_unbind_children
2015-09-09 Hans de Goedeusb: Add an usb_device parameter to usb_reset_root_port
2015-09-09 Hans de Goedeusb: Pass device instead of portnr to usb_legacy_port_reset
2015-09-09 Hans de Goedeusb: usb_setup_device: Drop unneeded portnr function...
2015-09-09 Hans de Goedeusb: Drop device-model specific copy of usb_legacy_port...
2015-09-09 Masahiro Yamadadm: remove redundant CONFIG_DM from driver/core/Makefile
2015-09-09 Masahiro Yamadadm: do not set DM_FLAG_ACTIVATED twice
2015-09-09 Masahiro Yamadadm: change dm_warn() message into debug() in uclass_add()
2015-09-09 Simon Glasstest: Add a test for regmap
2015-09-09 Simon Glassdm: core: Add device checking to syscon_get_regmap()
2015-09-09 Simon Glasstest: Add a macro to check that a value is not an error...
2015-09-09 Simon Glassdm: test: Add a size to each reg property
2015-09-09 Simon Glassdm: test: Add a test for the system controller uclass
2015-09-09 Simon Glassdm: test: Add a test for the LED uclass
2015-09-09 Simon Glassled: Return -ENODEV if the LED device cannot be found
2015-09-09 Simon Glassdm: test: Add a test for the mmc uclass
2015-09-09 Simon Glassdm: test: Add a test for the ram uclass
2015-09-09 Simon Glassdm: test: Add a test for the reset uclass
2015-09-09 Simon Glasssandbox: Use the reset driver to handle reset
2015-09-09 Simon Glasssandbox: Add a warm and cold reset driver
2015-09-09 Simon Glassdm: reset: Allow reset_walk() to return
2015-09-09 Simon Glasssandbox: Support multiple reset types
2015-09-09 Simon Glassdm: test: Add tests for the clk uclass
2015-09-09 Simon Glassdm: test: Allow test names to leave out the dm_test_...
2015-09-09 Simon Glassdm: Add platform data advice and admonishment
2015-09-09 Simon Glasspower: pmic: Use trailing_strtol() instead of a local...
2015-09-09 Simon Glassdm: Add a clock uclass
2015-09-09 Simon Glasszynq: Rename struct clk_ops to zynq_clk_ops
2015-09-09 Simon Glassdm: Add a system reset uclass
2015-09-09 Simon Glassmkimage: Set up a file size parameter and keep it updated
2015-09-09 Simon Glassspl: Add a debug string before the jump to U-Boot
2015-09-09 Simon Glassdm: spl: Allow device tree/driver model in board_init_f()
2015-09-09 Simon Glassfdt: Provide debug info when a device tree cannot be...
2015-09-09 Simon Glasslib: Add function to extract a number from the end...
2015-09-09 Simon GlassAdd rivest cipher 4 (rc4) implementation
2015-09-09 Simon Glassns16550: Improve debug UART so it can work with 32...
2015-09-09 Simon Glassdm: spi: Make local functions static
2015-09-09 Simon Glassdm: Add support for RAM drivers
2015-09-09 Simon GlassDrop CONFIG_ERRNO_STR from SPL
2015-09-09 Simon Glassdm: power: Allow use of regulators in SPL
2015-09-09 Simon Glassdm: pmic: Add functions to adjust PMIC registers
2015-09-09 Simon Glassdm: power: Use debug() for errors in regulator uclass
2015-09-09 Simon Glassdm: power: Add a function to set up all regulators
2015-09-09 Simon Glassdm: pmic: Split output from function
2015-09-09 Simon Glassdm: power: Add regulator flags to centralise auto-set...
2015-09-09 Simon Glassdm: power: Avoid case-insensitve match for child names
2015-09-09 Simon Glassmmc: Add structure comments for dwmmc
2015-09-09 Simon Glassdm: mmc: Allow driver model to be used for MMC in SPL
2015-09-09 Simon Glassmmc: Add debug() output on read errors
2015-09-09 Simon Glassdm: mmc: Add an MMC uclass
2015-09-09 Simon Glassspl: Add debugging info for spl_mmc boot
2015-09-09 Simon Glassdm: led: Add a driver for GPIO-controlled LEDs
2015-09-09 Simon Glassdm: Add support for LEDs
2015-09-09 Simon Glassdm: Add support for generic system controllers (syscon)
2015-09-09 Simon Glassdm: Add support for register maps (regmap)
2015-09-09 Simon Glassdm: gpio: Add dm_gpio_request() to manually request...
2015-09-09 Simon Glassdm: gpio: Add dm_gpio_lookup_name() to look up a GPIO...
2015-09-09 Simon Glassdm: gpio: Allow GPIO uclass to be used in SPL
2015-09-09 Simon Glassdm: core: Correct device_get_child_by_of_offset() parameter
2015-09-09 Simon Glassdm: core: Add a function to find any device from device...
2015-09-09 Simon Glassdm: core: Use debug() instead of printf() for failures
2015-09-09 Simon Glassdm: Move the tree/uclass dump code into its own file
2015-09-09 Simon Glasssandbox: Drop special-case sandbox console code
2015-09-09 Simon Glassdm: Allow debug UART to support an early console
2015-09-09 Simon Glassdebug_uart: Remove use of asmlinkage
2015-09-09 Simon GlassAdd a way of checking the position of a structure member
2015-09-09 Simon Glassdm: arm: Put driver model I2C drivers before legacy...
2015-09-09 Simon Glassdm: Reduce SPL device tree size
2015-09-09 Simon Glassfdt: Add fdtgrep tool
2015-09-09 Simon Glassfdt: Add fdt_first/next_region() functions
2015-09-09 Simon Glassfdt: Add a function to remove unused strings from a...
2015-09-09 Simon Glassmkimage: Display a better list of available image types
2015-09-09 Simon Glasssandbox: Enable dhry command
2015-09-09 Simon GlassAdd a dhrystone benchmark command
2015-09-09 Zhichun Huaarmv8/fsl-lsch3: Fix TCR_EL3 for the final MMU setup.
2015-09-09 Zhichun Huaarmv8: Fix TCR macros for shareability attribute
2015-09-09 Haikun.Wang... armv8/ls2085a/defconfig: Enable FSL_DSPI, OF_CONTROL...
2015-09-09 Haikun Wangarmv8/ls2085ardb: Enable DSPI flash support for LS2085ARDB
2015-09-09 Haikun Wangarmv8/ls2085aqds: Enable DSPI flash support for LS2085AQDS
2015-09-09 Haikun.Wang... armv8/ls2085ardb: DSPI pin muxing configure through...
2015-09-09 Haikun Wangarmv8/ls2085aqds: DSPI pin muxing configure through...
2015-09-09 Haikun Wangarmv8/ls2085a: Enable DSPI get input clk form 'mxc_get_...
2015-09-09 Haikun Wangarm/dts/ls2085a: Add dts files for LS2085AQDS and LS208...
2015-09-09 Haikun Wangarm/dts/ls2085a: Add DSPI dts node
2015-09-09 Haikun Wangarm/dts/ls2085a: Bring in ls2085a dts files from linux...
2015-09-09 Alison Wangarm/ls102xa: Add little-endian mode support for audio IPs
2015-09-09 Wang Dongshengarm/ls102xa: Add PSCI support for ls102xa
2015-09-09 Wang DongshengARMv7: Factor out reusable timer_wait from sunxi/psci_s...
2015-09-09 Alison Wangarm: ls1021a: Remove the inappropriate use of the funct...
2015-09-09 Prabhakar Kushwahaboard/ls2085a: Increase kernel_size value in env variable
2015-09-09 Prabhakar Kushwahaboard/ls2085rdb: Export functions for standalone AQ...
2015-09-09 Prabhakar Kushwahadriver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rx
2015-09-09 Prabhakar Kushwahadriver/ldpaa_eth: Avoid TX conf frames
2015-09-09 Prabhakar Kushwahadriver/ldpaa_eth: Add timeout handling DQRR entry read
2015-09-09 Prabhakar Kushwahadriver/ldpaa_eth: Retry enqueue if portal was busy
next