summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass1-0/+4
2015-04-23dm: core: Allow sequence alias support to be removed for SPLSimon Glass2-13/+24
2015-04-23serial: ns16550: Remove unnecessary init on UART setupSimon Glass1-1/+0
2015-04-23dm: ns16550: Support non-byte register spacing with driver modelSimon Glass1-4/+6
2015-04-23serial: ns16550: Add an option to specify the debug UART register shiftSimon Glass2-10/+25
2015-04-22dm: usb: Add a terminator to the string destructor listSimon Glass1-0/+1
2015-04-22dm: core: Handle recursive unbinding of uclass devicesSimon Glass1-2/+10
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak1-11/+1
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak1-0/+8
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak1-0/+8
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak1-0/+11
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak1-0/+24
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak2-4/+33
2015-04-22dm: core: add internal functions for getting the device without probePrzemyslaw Marczak1-25/+34
2015-04-21serial: pl01x: fix PL010 regressionLinus Walleij1-2/+11
2015-04-21Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini6-15/+45
2015-04-21net: pch_gbe: Fix pch_gbe device nameBin Meng1-1/+1
2015-04-21net: gem: Use correct type for castingMichal Simek1-1/+2
2015-04-21net/phy: fixup for get_phy_idShengzhou Liu1-1/+1
2015-04-21net: phy: micrel: add support for KSZ8081MNXLuca Ellero1-0/+11
2015-04-21net: rtl8169: Build warning fixes for 64-bitThierry Reding1-11/+13
2015-04-21net: phy: realtek: Disable interrupt on Realtek Ethernet PHY driversCodrin Ciubotariu1-1/+17
2015-04-21Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-1/+9
2015-04-20MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT registerCurt Brune1-1/+9
2015-04-20Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-2/+245
2015-04-20video, lg4573: add support for the lg4573 displayHeiko Schocher2-0/+232
2015-04-20video, ipu: make ldb clock frequency overwritable through board codeHeiko Schocher2-1/+8
2015-04-20video, ipu: make ldb_clock configurableHeiko Schocher1-1/+5
2015-04-18ahci: mmio_base is a virtual addressScott Wood2-6/+7
2015-04-18sandbox: exynos: Move CONFIG_SOUND_SANDBOX to KconfigSimon Glass1-0/+9
2015-04-18sandbox: exynos: Move CONFIG_SOUND_WM8994 to KconfigSimon Glass1-0/+8
2015-04-18sandbox: exynos: Move CONFIG_SOUND_MAX98095 to KconfigSimon Glass1-0/+8
2015-04-18sandbox: exynos: Move CONFIG_I2S_SAMSUNG to KconfigSimon Glass1-0/+10
2015-04-18sandbox: exynos: Move CONFIG_I2S to KconfigSimon Glass1-0/+9
2015-04-18sandbox: exynos: Move CONFIG_SOUND to KconfigSimon Glass1-0/+11
2015-04-18sandbox: Move CONFIG_TPM_TIS_SANDBOX to KconfigSimon Glass1-0/+7
2015-04-18sandbox: Move CONFIG_SPI_FLASH_SANDBOX to KconfigSimon Glass1-0/+10
2015-04-18sandbox: Move CONFIG_SANDBOX_SPI to KconfigSimon Glass1-0/+25
2015-04-18sandbox: Move CONFIG_SYS_I2C_SANDBOX to KconfigSimon Glass1-0/+30
2015-04-18sandbox: Move GPIO CONFIGs to KconfigSimon Glass1-0/+21
2015-04-18dm: net: Adjust designware driver to support driver modelSimon Glass2-17/+153
2015-04-18dm: net: Tidy up designware driver ready for driver modelSimon Glass1-34/+53
2015-04-18dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass1-0/+22
2015-04-18Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass2-1/+8
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-6/+6
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger1-15/+17
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger62-166/+197
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-6/+7
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger9-19/+20
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger3-29/+30