summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dm: core: Select device tree control correctly for SPLSimon Glass2015-04-231-6/+8
| * | | dm: core: Drop device removal error path when not supportedSimon Glass2015-04-231-10/+16
| * | | dm: Add a panic_str() function to reduce code sizeSimon Glass2015-04-231-1/+1
| * | | dm: core: Remove unbind operations when not requiredSimon Glass2015-04-231-0/+4
| * | | dm: core: Allow sequence alias support to be removed for SPLSimon Glass2015-04-232-13/+24
| * | | serial: ns16550: Remove unnecessary init on UART setupSimon Glass2015-04-221-1/+0
| * | | dm: ns16550: Support non-byte register spacing with driver modelSimon Glass2015-04-221-4/+6
| * | | serial: ns16550: Add an option to specify the debug UART register shiftSimon Glass2015-04-222-10/+25
| * | | dm: usb: Add a terminator to the string destructor listSimon Glass2015-04-221-0/+1
| * | | dm: core: Handle recursive unbinding of uclass devicesSimon Glass2015-04-221-2/+10
| * | | dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak2015-04-221-11/+1
| * | | dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak2015-04-221-0/+8
| * | | dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak2015-04-221-0/+8
| * | | dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak2015-04-221-0/+11
| * | | dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak2015-04-221-0/+24
| * | | dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak2015-04-222-4/+33
| * | | dm: core: add internal functions for getting the device without probePrzemyslaw Marczak2015-04-221-25/+34
| |/ /
* | | usb: host: Add ehci-vf USB driver for ARM Vybrid SoC'sSanchayan Maity2015-04-232-0/+165
* | | mvgpio: remove CONFIG_SHEEVA_88SV331xV5 dependencyZhou Zhu2015-04-231-5/+1
* | | gpio: mvmfp: support newer MFP bit definitionsXiang Wang2015-04-231-12/+2
* | | cmd_led: Extend led command to support blinking and more ledsStefan Roese2015-04-231-0/+14
* | | stm32f4: Add serial driverrev13@wp.pl2015-04-223-0/+120
* | | ARMv7M: Add STM32F4 supportrev13@wp.pl2015-04-222-0/+200
|/ /
* | serial: pl01x: fix PL010 regressionLinus Walleij2015-04-211-2/+11
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2015-04-206-15/+45
|\ \
| * | net: pch_gbe: Fix pch_gbe device nameBin Meng2015-04-201-1/+1
| * | net: gem: Use correct type for castingMichal Simek2015-04-201-1/+2
| * | net/phy: fixup for get_phy_idShengzhou Liu2015-04-201-1/+1
| * | net: phy: micrel: add support for KSZ8081MNXLuca Ellero2015-04-201-0/+11
| * | net: rtl8169: Build warning fixes for 64-bitThierry Reding2015-04-201-11/+13
| * | net: phy: realtek: Disable interrupt on Realtek Ethernet PHY driversCodrin Ciubotariu2015-04-201-1/+17
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2015-04-201-1/+9
|\ \ | |/ |/|
| * MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT registerCurt Brune2015-04-201-1/+9
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2015-04-204-2/+245
|\ \ | |/ |/|
| * video, lg4573: add support for the lg4573 displayHeiko Schocher2015-04-202-0/+232
| * video, ipu: make ldb clock frequency overwritable through board codeHeiko Schocher2015-04-202-1/+8
| * video, ipu: make ldb_clock configurableHeiko Schocher2015-04-201-1/+5
* | ahci: mmio_base is a virtual addressScott Wood2015-04-182-6/+7
* | sandbox: exynos: Move CONFIG_SOUND_SANDBOX to KconfigSimon Glass2015-04-181-0/+9
* | sandbox: exynos: Move CONFIG_SOUND_WM8994 to KconfigSimon Glass2015-04-181-0/+8
* | sandbox: exynos: Move CONFIG_SOUND_MAX98095 to KconfigSimon Glass2015-04-181-0/+8
* | sandbox: exynos: Move CONFIG_I2S_SAMSUNG to KconfigSimon Glass2015-04-181-0/+10
* | sandbox: exynos: Move CONFIG_I2S to KconfigSimon Glass2015-04-181-0/+9
* | sandbox: exynos: Move CONFIG_SOUND to KconfigSimon Glass2015-04-181-0/+11
* | sandbox: Move CONFIG_TPM_TIS_SANDBOX to KconfigSimon Glass2015-04-181-0/+7
* | sandbox: Move CONFIG_SPI_FLASH_SANDBOX to KconfigSimon Glass2015-04-181-0/+10
* | sandbox: Move CONFIG_SANDBOX_SPI to KconfigSimon Glass2015-04-181-0/+25
* | sandbox: Move CONFIG_SYS_I2C_SANDBOX to KconfigSimon Glass2015-04-181-0/+30
* | sandbox: Move GPIO CONFIGs to KconfigSimon Glass2015-04-181-0/+21
* | dm: net: Adjust designware driver to support driver modelSimon Glass2015-04-182-17/+153
OpenPOWER on IntegriCloud