fdt: Rename setup_fdt() and make it prepare also
[oweals/u-boot.git] / drivers /
2015-04-23 Simon Glassdm: core: Drop device removal error path when not supported
2015-04-23 Simon Glassdm: Add a panic_str() function to reduce code size
2015-04-23 Simon Glassdm: core: Remove unbind operations when not required
2015-04-23 Simon Glassdm: core: Allow sequence alias support to be removed...
2015-04-23 Simon Glassserial: ns16550: Remove unnecessary init on UART setup
2015-04-23 Simon Glassdm: ns16550: Support non-byte register spacing with...
2015-04-23 Simon Glassserial: ns16550: Add an option to specify the debug...
2015-04-22 Simon Glassdm: usb: Add a terminator to the string destructor...
2015-04-22 Simon Glassdm: core: Handle recursive unbinding of uclass devices
2015-04-22 Przemyslaw Marczakdm: core: remove type 'static' of function uclass_get_d...
2015-04-22 Przemyslaw Marczakdm: core: device: add function: dev_get_uclass_name()
2015-04-22 Przemyslaw Marczakdm: core: device: add function: dev_get_driver_ops()
2015-04-22 Przemyslaw Marczakdm: core: uclass: add function: uclass_get_device_by_name()
2015-04-22 Przemyslaw Marczakdm: core: uclass: add function: uclass_find_device_by_n...
2015-04-22 Przemyslaw Marczakdm: core: Extend struct udevice by '.uclass_platdata...
2015-04-22 Przemyslaw Marczakdm: core: add internal functions for getting the device...
2015-04-21 Linus Walleijserial: pl01x: fix PL010 regression
2015-04-21 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2015-04-20 Bin Mengnet: pch_gbe: Fix pch_gbe device name
2015-04-20 Michal Simeknet: gem: Use correct type for casting
2015-04-20 Shengzhou Liunet/phy: fixup for get_phy_id
2015-04-20 Luca Elleronet: phy: micrel: add support for KSZ8081MNX
2015-04-20 Thierry Redingnet: rtl8169: Build warning fixes for 64-bit
2015-04-20 Codrin Ciubotariunet: phy: realtek: Disable interrupt on Realtek Etherne...
2015-04-20 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2015-04-20 Curt BruneMPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT...
2015-04-20 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2015-04-20 Heiko Schochervideo, lg4573: add support for the lg4573 display
2015-04-20 Heiko Schochervideo, ipu: make ldb clock frequency overwritable throu...
2015-04-20 Heiko Schochervideo, ipu: make ldb_clock configurable
2015-04-18 Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-04-18 Scott Woodahci: mmio_base is a virtual address
2015-04-18 Simon Glasssandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig
2015-04-18 Simon Glasssandbox: exynos: Move CONFIG_SOUND_WM8994 to Kconfig
2015-04-18 Simon Glasssandbox: exynos: Move CONFIG_SOUND_MAX98095 to Kconfig
2015-04-18 Simon Glasssandbox: exynos: Move CONFIG_I2S_SAMSUNG to Kconfig
2015-04-18 Simon Glasssandbox: exynos: Move CONFIG_I2S to Kconfig
2015-04-18 Simon Glasssandbox: exynos: Move CONFIG_SOUND to Kconfig
2015-04-18 Simon Glasssandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig
2015-04-18 Simon Glasssandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig
2015-04-18 Simon Glasssandbox: Move CONFIG_SANDBOX_SPI to Kconfig
2015-04-18 Simon Glasssandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
2015-04-18 Simon Glasssandbox: Move GPIO CONFIGs to Kconfig
2015-04-18 Simon Glassdm: net: Adjust designware driver to support driver...
2015-04-18 Simon Glassdm: net: Tidy up designware driver ready for driver...
2015-04-18 Simon Glassdm: net: Adjust PHY interface to work with CONFIG_DM_ETH
2015-04-18 Simon GlassKconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
2015-04-18 Joe Hershbergernet: cosmetic: Fix checkpatch.pl failures in net.c
2015-04-18 Joe Hershbergernet: cosmetic: Clean up netconsole variables and functions
2015-04-18 Joe Hershbergernet: cosmetic: Fix var naming net <-> eth drivers
2015-04-18 Joe Hershbergernet: cosmetic: Cleanup internal packet buffer names
2015-04-18 Joe Hershbergernet: cosmetic: Name ethaddr variables consistently
2015-04-18 Joe Hershbergernet: cosmetic: Change IPaddr_t to struct in_addr
2015-04-18 Masahiro Yamadadm: spi_flash: fix wrong dependency
2015-04-18 Simon Glassdm: usb: exynos: Adjust XHCI driver to support driver...
2015-04-18 Simon Glassdm: usb: Rename the XHCI HCD to U-Boot
2015-04-18 Simon Glassdm: usb: Support driver model in XHCI
2015-04-18 Simon Glassdm: usb: xhci: Factor out common init/uninit
2015-04-18 Simon Glassdm: usb: xhci: Use explicit parameters for xhci_setup_a...
2015-04-18 Simon Glassdm: usb: xhci: Use explicit parameters for xhci_alloc_v...
2015-04-18 Simon Glassdm: usb: xhci: Use a function to get xhci_ctrl
2015-04-18 Simon Glassdm: usb: tegra: Add driver model support to tegra EHCI
2015-04-18 Simon Glassdm: usb: tegra: Move most of init/uninit into a function
2015-04-18 Simon Glassdm: usb: tegra: Tidy up error handling and a static...
2015-04-18 Simon Glassdm: usb: tegra: Remove the port_addr_clear_csc variable
2015-04-18 Simon Glassdm: usb: exynos: Add driver model support to exynos...
2015-04-18 Simon Glassdm: usb: Add support for USB ethernet devices with...
2015-04-18 Simon Glassdm: usb: sandbox: Add a driver for sandbox
2015-04-18 Simon Glassdm: usb: sandbox: Add an emulator for USB hub emulation
2015-04-18 Simon Glassdm: usb: sandbox: Add an emulator for USB flash devices
2015-04-18 Simon Glassdm: usb: sandbox: Reset emulation devices in usb stop()
2015-04-18 Simon Glassdm: usb: sandbox: Add a uclass for USB device emulation
2015-04-18 Simon Glassdm: usb: Allow setting up a USB controller as a device...
2015-04-18 Simon Glassdm: usb: Bind generic USB devices when there is no...
2015-04-18 Simon Glassdm: usb: Allow USB drivers to be declared and auto...
2015-04-18 Simon Glassdm: usb: Add driver model support to EHCI
2015-04-18 Simon Glassdm: usb: Change ehci_reset() to use a pointer
2015-04-18 Simon Glassdm: usb: Drop the EHCI weak functions
2015-04-18 Simon Glassdm: usb: Refactor EHCI init
2015-04-18 Simon Glassdm: usb: ehci: Use a function to find the controller...
2015-04-18 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_get_ports...
2015-04-18 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
2015-04-18 Simon Glassdm: usb: tegra: Drop use of global controller variable
2015-04-18 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_powerup_f...
2015-04-18 Simon Glassdm: usb: tegra: Store the controller type explicitly
2015-04-18 Simon Glassdm: usb: Allow ECHI to hold private data for the controller
2015-04-18 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_get_port_...
2015-04-18 Simon Glassdm: usb: Move all the EHCI weak functions together...
2015-04-18 Simon Glassdm: usb: Add a uclass for USB controllers
2015-04-18 Simon Glassdm: gpio: Add an implementation for gpio_get_number()
2015-04-18 Simon Glassdm: core: Add device children and sibling functions
2015-04-18 Simon Glassdm: core: Mark device as active before calling uclass...
2015-04-18 Simon Glassdm: core: Rename driver data function to dev_get_driver...
2015-04-18 Simon Glassdm: core: Convert driver_bind() to use const
2015-04-18 Simon Glassdm: core: Support allocating driver-private data for DMA
2015-04-18 Haikun.Wang@freesc... dm: spi: Convert Freescale QSPI driver to driver model
2015-04-18 Haikun.Wang@freesc... dm: spi: Convert Freescale DSPI driver to driver model
2015-04-18 Przemyslaw Marczakdm: i2c: add i2c-gpio driver
2015-04-18 Przemyslaw MarczakKconfig: i2c: fix help message related to dm i2c
2015-04-18 Przemyslaw Marczakdm: gpio: request list: return the count if requests...
next