aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-09-14ARM: at91: Remove hardware.h included in configsWenyou Yang1-0/+1
2017-09-14clk: at91: utmi: Set the reference clock frequencyWenyou Yang3-3/+83
2017-09-14clk: Kconfig: Add dependences of SPL_CLKWenyou Yang1-1/+1
2017-09-13serial: nulldev: Add nulldev serial driverKeng Soon Cheah3-0/+56
2017-09-12dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada3-8/+2
2017-09-12cosmetic: bootcount: correct comment for used scratch registerTomas Melin1-3/+3
2017-09-12misc: i2c_eeprom: Add compatible for AT24MAC402Wenyou Yang1-0/+1
2017-09-12misc: i2c_eeprom: Add compatible for 24AA02E48Wenyou Yang1-0/+1
2017-09-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini6-5/+136
2017-09-12Merge git://git.denx.de/u-boot-dmTom Rini8-22/+48
2017-09-11dm: core: add clocks node scanPatrice Chotard1-2/+32
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass3-9/+7
2017-09-11dm: core: Show driver name with 'dm tree'Simon Glass1-3/+3
2017-09-11dm: core: Drop use of strlcpy()Simon Glass1-4/+2
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot3-6/+6
2017-09-11misc: Kconfig: Add SPL_I2C_EEPROM optionWenyou Yang2-1/+9
2017-09-11palmas: Add support for powering different ldosLokesh Vutla1-7/+4
2017-09-11armv8: fsl-layerscape: Support to add RGMII for ls1088aqdsAshish Kumar2-0/+36
2017-09-11armv8: ls1088a: Add NXP LS1088A SoC supportAshish Kumar3-1/+89
2017-09-11drivers:net:fsl-mc: Update MC address calculationPriyanka Jain1-2/+9
2017-09-11QE: Set QE_IRAM_READY after uploading firmwareZhao Qiang1-2/+2
2017-09-11ipu_common: Let the MX6 IPU clock be calculated in run-timeFabio Estevam1-1/+13
2017-09-10block: ide: Don't bother to create BLK device if no CDROM insertedBin Meng1-0/+7
2017-09-10block: ide: Fix block read/write with driver modelBin Meng2-1/+74
2017-09-08usb: net: migrate USB Ethernet adapters to KconfigChris Packham1-0/+36
2017-09-08usb: net: migrate CONFIG_USB_HOST_ETHER to KconfigChris Packham1-1/+11
2017-09-07net: fix typosHeinrich Schuchardt3-3/+3
2017-09-07net: phy: realtek: fix enabling of the TX-delay for RTL8211FMadalin Bucur1-10/+14
2017-09-05usb: gadget: g_dnl: Sync internal SN variable with envSam Protsenko1-0/+15
2017-09-05Merge git://git.denx.de/u-boot-videoTom Rini3-0/+9
2017-09-05rockchip: i2c: fix >32 byte readsWadim Egorov1-3/+16
2017-09-05rockchip: timer: fix U_BOOT_DRIVER namePhilipp Tomsich1-1/+1
2017-09-04video: ipuv3_fb: skip IPU shutdown if IPU was not enabled beforeAnatolij Gustschin3-0/+9
2017-09-04crypto/fsl: fix obj-yy in MakefileClemens Gruber1-1/+2
2017-09-03block: Drop the ftide020 driverBin Meng3-614/+0
2017-09-03block: ide: Drop CONFIG_IDE_LEDBin Meng1-46/+0
2017-09-03block: ide: Drop CONFIG_IDE_INIT_POSTRESETBin Meng1-9/+0
2017-09-03nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng1-3/+0
2017-09-03nvme: Fix potential sign extension issue in nvme_blk_rw()Bin Meng1-1/+1
2017-09-03nvme: Fix wrong ndev->queues memsetBin Meng1-2/+1
2017-09-02Merge git://git.denx.de/u-boot-x86Tom Rini1-3/+2
2017-09-02Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford1-0/+45
2017-09-02x86: ich-spi: Clear atomic preop only when SPI settings are not lockedBin Meng1-1/+2
2017-09-02x86: ich-spi: Remove useless assignment in ich_spi_xfer()Bin Meng1-2/+0
2017-09-01Convert CONFIG_SYS_I2C_BUS_MAX to KconfigAdam Ford1-0/+10
2017-09-01Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAXAdam Ford2-10/+10
2017-09-01Revert "Merge git://git.denx.de/u-boot-video"Tom Rini1-12/+1
2017-09-01Merge git://git.denx.de/u-boot-videoTom Rini1-1/+12
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini5-4/+754
2017-09-01Merge git://git.denx.de/u-boot-uniphierTom Rini12-2/+194