]> git.ipfire.org Git - people/ms/u-boot.git/shortlog
people/ms/u-boot.git
2015-07-23  Tom RiniMerge git://git.denx.de/u-boot-marvell
2015-07-23  Stefan Roesearm: mvebu: db-88f6820: Add SPL support with DDR init...
2015-07-23  Stefan Roesearm: mvebu: a38x: Use correct PEX register access macros
2015-07-23  Stefan Roesearm: mvebu: Add Armada 38x DDR3 training code from...
2015-07-23  Stefan Roesearm: mvebu: drivers/ddr: Move Armada XP DDR init code...
2015-07-23  Stefan Roesearm: mvebu: Add Armada 38x SERDES / PHY init code from...
2015-07-23  Stefan Roesearm: mvebu: serdes: Move Armada XP SERDES / PHY init...
2015-07-23  Stefan RoeseMakefile: Fix mvebu build target to use SPL load and...
2015-07-23  Stefan Roesearm: mvebu: Disable MMU before changing register base...
2015-07-23  Stefan Roesearm: mvebu: spl.c: Add call to board_early_init_f()
2015-07-23  Stefan Roesearm: mvebu: Use default reg base address for SPL on...
2015-07-23  Stefan Roesearm: mvebu: Call timer_init early before PHY and DDR...
2015-07-23  Anton Schubertarm: mvebu: add Armada XP SATA support
2015-07-22  Masahiro Yamadalinux_compat: handle __GFP_ZERO in kmalloc()
2015-07-22  Masahiro Yamadalinux_compat: move vzalloc() to header file as an inlin...
2015-07-22  Masahiro Yamadalinux_compat: remove cpu_relax() define
2015-07-22  Masahiro Yamadax86: delete unneeded declarations of disable_irq()...
2015-07-21  Simon Glassnet: Allow drivers to return -ENOSYS with the write_hwa...
2015-07-21  Simon Glassdm: usb: eth: Add driver-model support to the asix...
2015-07-21  Simon Glassdm: usb: Add driver-model support to ehci-pci
2015-07-21  Simon Glassx86: minnowmax: Drop the cache line size hack
2015-07-21  Simon Glassdm: usb: Adjust the USB_DEVICE() macro naming
2015-07-21  Simon Glassdm: usb: eth: Support driver model with USB Ethernet
2015-07-21  Simon Glassdm: eth: Avoid blocking on packet reception
2015-07-21  Simon Glassdm: usb: Avoid using USB ethernet with CONFIG_DM_USB...
2015-07-21  Simon Glassdm: usb: Correct the struct usb_driver_entry comment
2015-07-21  Simon Glassdm: pci: Add a function to get the BDF for a device
2015-07-21  Simon Glassdm: eth: Add driver-model support to the rtl8169 driver
2015-07-21  Simon Glassdm: pci: Add support for PCI driver matching
2015-07-21  Simon Glassusb: Update some EHCI driver licenses to use SPDX
2015-07-21  Simon Glassusb: ehci: Correct a missing hypen in an error message
2015-07-21  Simon Glassdm: core: Add \n to two dm_warn() messages
2015-07-21  Hans de Goedemusb: Add device-model support to the musb-host u-boot...
2015-07-21  Hans de Goedemusb: Add musb_host_data struct to hold global data
2015-07-21  Hans de Goedemusb: Rename and wrap public functions
2015-07-21  Hans de Goedemusb: Update usb-compat to work with struct usb_device...
2015-07-21  Hans de Goedemusb: Allow musb_platform_enable to return an error...
2015-07-21  Hans de Goededm: usb: Do not assume that first child is always a hub
2015-07-21  Hans de Goededm: usb: Allow usb host drivers to implement usb_reset_...
2015-07-21  Hans de Goededm: usb: Rename usb_find_child to usb_find_emul_child
2015-07-21  Hans de Goededm: usb: Use device_unbind_children to clean up usb...
2015-07-21  Hans de Goededm: usb: Document that mixing DM_DEVICE_REMOVE and...
2015-07-21  Hans de Goededm: usb: Fix "usb tree" output
2015-07-21  Hans de Goededm: Export device_remove_children / device_unbind_children
2015-07-21  Hans de Goedeusb: Add an usb_device parameter to usb_reset_root_port
2015-07-21  Hans de Goedeusb: Pass device instead of portnr to usb_legacy_port_reset
2015-07-21  Hans de Goedeusb: usb_setup_device: Drop unneeded portnr function...
2015-07-21  Hans de Goedeusb: Drop device-model specific copy of usb_legacy_port...
2015-07-21  Masahiro Yamadadm: remove redundant CONFIG_DM from driver/core/Makefile
2015-07-21  Masahiro Yamadadm: do not set DM_FLAG_ACTIVATED twice
2015-07-21  Masahiro Yamadadm: change dm_warn() message into debug() in uclass_add()
2015-07-21  Simon Glasstest: Add a test for regmap
2015-07-21  Simon Glassdm: core: Add device checking to syscon_get_regmap()
2015-07-21  Simon Glasstest: Add a macro to check that a value is not an error...
2015-07-21  Simon Glassdm: test: Add a size to each reg property
2015-07-21  Simon Glassdm: test: Add a test for the system controller uclass
2015-07-21  Simon Glassdm: test: Add a test for the LED uclass
2015-07-21  Simon Glassled: Return -ENODEV if the LED device cannot be found
2015-07-21  Simon Glassdm: test: Add a test for the mmc uclass
2015-07-21  Simon Glassdm: test: Add a test for the ram uclass
2015-07-21  Simon Glassdm: test: Add a test for the reset uclass
2015-07-21  Simon Glasssandbox: Use the reset driver to handle reset
2015-07-21  Simon Glasssandbox: Add a warm and cold reset driver
2015-07-21  Simon Glassdm: reset: Allow reset_walk() to return
2015-07-21  Simon Glasssandbox: Support multiple reset types
2015-07-21  Simon Glassdm: test: Add tests for the clk uclass
2015-07-21  Simon Glassdm: test: Allow test names to leave out the dm_test_...
2015-07-21  Simon Glassdm: Add platform data advice and admonishment
2015-07-21  Simon Glasspower: pmic: Use trailing_strtol() instead of a local...
2015-07-21  Simon Glassdm: Add a clock uclass
2015-07-21  Simon Glasszynq: Rename struct clk_ops to zynq_clk_ops
2015-07-21  Simon Glassdm: Add a system reset uclass
2015-07-21  Simon Glassmkimage: Set up a file size parameter and keep it updated
2015-07-21  Simon Glassspl: Add a debug string before the jump to U-Boot
2015-07-21  Simon Glassdm: spl: Allow device tree/driver model in board_init_f()
2015-07-21  Simon Glassfdt: Provide debug info when a device tree cannot be...
2015-07-21  Simon Glasslib: Add function to extract a number from the end...
2015-07-21  Simon GlassAdd rivest cipher 4 (rc4) implementation
2015-07-21  Simon Glassns16550: Improve debug UART so it can work with 32...
2015-07-21  Simon Glassdm: spi: Make local functions static
2015-07-21  Simon Glassdm: Add support for RAM drivers
2015-07-21  Simon GlassDrop CONFIG_ERRNO_STR from SPL
2015-07-21  Simon Glassdm: power: Allow use of regulators in SPL
2015-07-21  Simon Glassdm: pmic: Add functions to adjust PMIC registers
2015-07-21  Simon Glassdm: power: Use debug() for errors in regulator uclass
2015-07-21  Simon Glassdm: power: Add a function to set up all regulators
2015-07-21  Simon Glassdm: pmic: Split output from function
2015-07-21  Simon Glassdm: power: Add regulator flags to centralise auto-set...
2015-07-21  Simon Glassdm: power: Avoid case-insensitve match for child names
2015-07-21  Simon Glassmmc: Add structure comments for dwmmc
2015-07-21  Simon Glassdm: mmc: Allow driver model to be used for MMC in SPL
2015-07-21  Simon Glassmmc: Add debug() output on read errors
2015-07-21  Simon Glassdm: mmc: Add an MMC uclass
2015-07-21  Simon Glassspl: Add debugging info for spl_mmc boot
2015-07-21  Simon Glassdm: led: Add a driver for GPIO-controlled LEDs
2015-07-21  Simon Glassdm: Add support for LEDs
2015-07-21  Simon Glassdm: Add support for generic system controllers (syscon)
2015-07-21  Simon Glassdm: Add support for register maps (regmap)
2015-07-21  Simon Glassdm: gpio: Add dm_gpio_request() to manually request...
2015-07-21  Simon Glassdm: gpio: Add dm_gpio_lookup_name() to look up a GPIO...
next