]> git.kernelconcepts.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
2015-07-25 Hans de Goedesunxi: musb: Move vbus check to sunxi_musb_enable
2015-07-25 Hans de Goedesunxi: usb-phy: Add support for reading otg id pin...
2015-07-25 Hans de Goedesunxi: Enable CMD_USB and USB_STORAGE by default on...
2015-07-25 Tom Rinisunxi: Update selects in arch/arm/Kconfig for DM conver...
2015-07-25 Hans de Goedesunxi: Remove bogus uart entry from utoo-p66 dts file
2015-07-24 Daniel Kochmańskisunxi: spl: Remove redundant check from `board_mmc_init...
2015-07-24 Daniel Kochmańskisunxi: spl: Detect at runtime where SPL was read from
2015-07-24 Daniel Kochmańskisunxi: Create helper function veryfing valid boot signa...
2015-07-24 Daniel Kochmańskimmc: Protect `mmc_initialize` from initialising mmc...
2015-07-23 Tom RiniMerge git://git.denx.de/u-boot-uniphier
2015-07-23 Masahiro YamadaARM: UniPhier: document reference support card
2015-07-23 Masahiro YamadaARM: dts: UniPhier: add I2C ch4 device node for PH1...
2015-07-23 Masahiro YamadaARM: UniPhier: add PH1-sLD3 SoC support
2015-07-23 Masahiro YamadaARM: UniPhier: update CONFIG_BOOTARGS
2015-07-23 Masahiro YamadaARM: UniPhier: disable CONFIG_FIT
2015-07-23 Masahiro YamadaARM: UniPhier: add environment variable for TFTP boot
2015-07-23 Masahiro YamadaARM: UniPhier: add environment sets for non-FIT Linux...
2015-07-23 Masahiro YamadaARM: dts: UniPhier: add device-specific compatible...
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
next