aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-31GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev1-22/+81
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini24-89/+0
2018-07-30Kconfig: Remove trailing whitespaces in promptMichal Simek1-1/+1
2018-07-28drivers: rtc: correctly set week day for mc146818Heinrich Schuchardt1-1/+2
2018-07-28tpm: make TPM_V2 be compiled by defaultMiquel Raynal1-0/+1
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal4-9/+10
2018-07-28tpm: remove stale symbol in KconfigMiquel Raynal1-3/+0
2018-07-28tpm: compile Sandbox driver by defaultMiquel Raynal1-0/+2
2018-07-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-43/+58
2018-07-26net: zynq_gem: convert to use livetreeSiva Durga Prasad Paladugu1-16/+14
2018-07-26drivers: net: zynq_gem: fix phy dt node settingGrygorii Strashko1-1/+1
2018-07-26drivers: net: cpsw: fix phy dt node settingGrygorii Strashko1-1/+1
2018-07-26net: phy: xilinx: switch to use phy_get_ofnode()Grygorii Strashko1-4/+6
2018-07-26net: phy: dp83867: switch to use phy_get_ofnode()Grygorii Strashko1-2/+5
2018-07-26net: phy: add ofnode node to struct phy_deviceGrygorii Strashko1-0/+4
2018-07-26net: phy: Clean up includes of common.hJoe Hershberger14-11/+6
2018-07-26net: phy: dp83867: switch to use ofnode apiGrygorii Strashko1-13/+12
2018-07-26net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri1-0/+13
2018-07-26net: mvgbe: convert to DMChris Packham3-51/+279
2018-07-26net: mvgbe: prepare for conversion to driver modelChris Packham1-32/+83
2018-07-26sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger2-0/+67
2018-07-26sandbox: eth-raw: Make random MAC addresses available to eth-rawJoe Hershberger1-0/+10
2018-07-26sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger1-0/+11
2018-07-26sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger1-2/+8
2018-07-26net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger1-10/+16
2018-07-26net: sandbox: Convert sandbox mock eth driver to livetreeJoe Hershberger1-4/+12
2018-07-26net: Correct comment in KconfigJoe Hershberger1-2/+2
2018-07-26sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger1-0/+4
2018-07-26drivers/ddr/fsl: fix '__hwconfig without a buffer' messagesJeremy Gebben1-8/+6
2018-07-26scsi: ceva: add ls1012a soc supportYuantian Tang1-35/+52
2018-07-25rtc: remove CONFIG_CMD_DATE dependencyHeinrich Schuchardt24-89/+0
2018-07-24Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-1/+1
2018-07-25mtd: nand: denali: correct buffer alignment for DMA transferMasahiro Yamada1-1/+1
2018-07-24rtc: compile date.c if DM_RTCAKASHI Takahiro1-1/+2
2018-07-23Convert CONFIG_DA8XX_GPIO to KconfigAdam Ford1-0/+5
2018-07-23spi: stm32_qspi: rework mode managementChristophe Kerello1-14/+14
2018-07-23spi: stm32_qspi: assign functional operation mode in _stm32_qspi_gen_ccrChristophe Kerello1-9/+8
2018-07-23bios_emulator: remove assignment without effectHeinrich Schuchardt1-1/+0
2018-07-23Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini5-33/+87
2018-07-23eth: dm: fec: Add gpio phy reset bindingMichael Trimarchi2-7/+41
2018-07-23mmc: break out get_op_cond code to its own functionJon Nettleton1-26/+35
2018-07-23mtd: nand: mxs_nand: add device tree support for i.MX 6Stefan Agner1-0/+8
2018-07-23bootcount: flush after storing the bootcounterStefano Babic1-0/+3
2018-07-22Convert CONFIG_MTD_PARTITIONS et al to KconfigAdam Ford1-0/+12
2018-07-21Convert CONFIG_NAND_DAVINCI to KconfigAdam Ford1-0/+6
2018-07-21Convert CONFIG_NAND_ATMEL to KconfigAdam Ford1-0/+7
2018-07-21Convert CONFIG_NAND_LPC32XX_SLC to KconfigAdam Ford1-0/+5
2018-07-20Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini1-5/+89
2018-07-21rockchip: i2c: enable i2c controller for rk3066 and rk3188Alexander Kochetkov1-5/+89
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini4-0/+58