]> git.karo-electronics.de Git - karo-tx-uboot.git/history - drivers
sunxi: usb-phy: Add support for reading otg id pin value
[karo-tx-uboot.git] / drivers /
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 Tom RiniMerge git://git.denx.de/u-boot-marvell
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 Anton Schubertarm: mvebu: add Armada XP SATA support
2015-07-22 Masahiro Yamadalinux_compat: remove cpu_relax() define
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 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: 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: 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: 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 Glassdm: core: Add device checking to syscon_get_regmap()
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 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 Glassdm: test: Add tests for the clk uclass
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 Glassdm: Add a system reset uclass
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 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 debug() output on read errors
2015-07-21 Simon Glassdm: mmc: Add an MMC uclass
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...
2015-07-21 Simon Glassdm: gpio: Allow GPIO uclass to be used in SPL
2015-07-21 Simon Glassdm: core: Correct device_get_child_by_of_offset() parameter
2015-07-21 Simon Glassdm: core: Add a function to find any device from device...
2015-07-21 Simon Glassdm: core: Use debug() instead of printf() for failures
2015-07-21 Simon Glassdm: Move the tree/uclass dump code into its own file
2015-07-20 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2015-07-20 Prabhakar Kushwahadriver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rx
2015-07-20 Prabhakar Kushwahadriver/ldpaa_eth: Avoid TX conf frames
2015-07-20 Prabhakar Kushwahadriver/ldpaa_eth: Add timeout handling DQRR entry read
2015-07-20 Prabhakar Kushwahadriver/ldpaa_eth: Retry enqueue if portal was busy
2015-07-20 Stuart Yoderarmv8/fsl-lsch3: device tree fixups for PCI stream IDs
2015-07-20 Stuart Yoderdrivers/fsl-mc: dynamically create ICID pool in DPC
2015-07-20 Stuart Yoderarmv8/fsl-lsch3: partition stream IDs
2015-07-20 Prabhakar Kushwahadrivers: fsl-mc: Return error for major version mismatch
2015-07-20 Prabhakar Kushwahadrivers: fsl-mc: Update qbman driver
2015-07-20 Prabhakar Kushwahadrivers: fsl-mc: Update flibs to mc-0.6.0.1
2015-07-20 J. German Riveradrivers/fsl-mc: Autoload AOIP image from NOR flash
2015-07-20 Prabhakar Kushwahadriver/ldpaa_eth:Flush buffer before seeding BMAN after...
2015-07-20 J. German Riveradrivers/fsl-mc: Make MC boot error messages more readable
2015-07-20 Bhupesh Sharmadriver/fsl_debug_server: Fix the DDR hide logic for...
2015-07-20 York Sundriver/ddr/fsl: Add a hook to update SPD address
2015-07-20 Haikun Wangfdt: armv8: Fix build warnings on armv8
2015-07-15 Tom RiniMerge git://git.denx.de/u-boot-x86
2015-07-15 Bin Mengpci: Disable expansion ROM address decoding when signat...
2015-07-15 Bin Mengpci: Configure expansion ROM during auto config process
2015-07-15 Bin Mengdrivers: block: Remove the ata_piix driver
2015-07-15 Simon Glassdm: x86: baytrail: Correct PCI region 3 when driver...
2015-07-15 Simon Glassx86: pci: Tidy up the generic x86 PCI driver
2015-07-15 Simon Glassdm: spi: Correct BIOS protection logic for ICH9
2015-07-15 Simon Glassdm: spi: Correct status register access width
2015-07-15 Bin Mengx86: Configure VESA parameters before loading Linux...
2015-07-15 Bin Mengx86: Move VGA option rom macros to Kconfig
2015-07-15 Jian Luovideo: Add 32-bit color depth support for VBE
next