aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-12dm: pci: Drop the old version of pci_find_class()Simon Glass1-42/+42
2016-01-12dm: pci: Drop the old version of pci_find_device/s()Simon Glass1-0/+2
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-2/+2
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass3-33/+31
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass1-3/+2
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass1-0/+13
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass1-0/+20
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass1-0/+39
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass5-62/+444
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass1-1/+1
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass7-15/+17
2016-01-12dm: pci: Mark legacy files as suchSimon Glass2-4/+10
2016-01-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-10/+32
2016-01-08pci: layerscape: Adjust the return value when ls_pcie_addr_valid() failsBin Meng1-1/+1
2016-01-08pci: imx: Adjust the return value when imx_pcie_addr_valid() failsBin Meng1-1/+1
2016-01-08serial: zynq: Use static inline for _debug_uart_init()Michal Simek1-1/+1
2016-01-08bootcount: Correct #endif comment to match, other aestheticsRobert P. J. Day1-6/+4
2016-01-08Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-01-07net: Fix delay in net_retry testJoe Hershberger1-1/+1
2016-01-07Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-3/+3
2016-01-07imx_watchdog: always set minimal timeout in reset_cpuAndrey Skvortsov1-1/+1
2016-01-07gpio: mxs: add name_to_gpio() functionMåns Rullgård1-0/+15
2016-01-07imx: mx7: fix the temperature checking for Rev1.1Peng Fan1-8/+15
2016-01-07phy: atheros: Use ar8035_config for AR8031Fabio Estevam1-1/+1
2016-01-07spi: fsl_qspi: fix an error of using GENMASKGong Qianyu1-1/+1
2016-01-07spi: spi_flash: Fix the arguments of stm_is_locked_sr()Fabio Estevam1-2/+2
2016-01-04net: e1000: use correct helper to do endianness conversionMiao Yan1-2/+2
2016-01-04mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson1-1/+1
2016-01-04Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini1-1/+0
2016-01-04UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG definedLadislav Michl1-1/+0
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-8/+48
2016-01-03i2c: mxc: add a condition in case the parameter is NULLGong Qianyu1-2/+10
2016-01-03net: fec_mxc: unregister mdio bus on probe errorMåns Rullgård1-0/+2
2016-01-03net: fec_mxc: configure MDIO hold timeMåns Rullgård1-3/+15
2016-01-03serial_mxc: Fix setup of UARTx_UFCR registerMaximilian Schwerin1-1/+8
2016-01-03ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl registerEric Nelson1-2/+13
2016-01-02Merge git://git.denx.de/u-boot-usbTom Rini4-104/+16
2015-12-31usb: musb: Fix hub port setting for SPLIT transactionsStefan Brüns1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns3-101/+12
2015-12-31usb: dwc2: avoid out of bounds accessStefan Brüns1-3/+4
2015-12-28altera_qspi: allow ctrl-c to abort the erase opsThomas Chou1-0/+9
2015-12-28altera_qspi: show erase progressThomas Chou1-0/+14
2015-12-28altera_qspi: skip erase if the sector is blankThomas Chou1-14/+25
2015-12-28altera_qspi: set fail_addr for erase opsThomas Chou1-0/+1
2015-12-28altera_qspi: call callback even if the erase failedThomas Chou1-0/+1
2015-12-22net: designware: Zap trailing backslashMarek Vasut1-7/+7
2015-12-22net: eth_designware: select PHYLIB in KconfigThomas Chou2-4/+1
2015-12-19Merge branch 'master' of git://www.denx.de/git/u-boot-socfpgaTom Rini2-3/+148
2015-12-20arm: socfpga: fix up a questionable macro for SDMMCDinh Nguyen1-2/+3
2015-12-20net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OFMarek Vasut1-1/+145