summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-01-084-10/+32
|\
| * imx_watchdog: always set minimal timeout in reset_cpuAndrey Skvortsov2016-01-071-1/+1
| * gpio: mxs: add name_to_gpio() functionMåns Rullgård2016-01-071-0/+15
| * imx: mx7: fix the temperature checking for Rev1.1Peng Fan2016-01-071-8/+15
| * phy: atheros: Use ar8035_config for AR8031Fabio Estevam2016-01-071-1/+1
* | pci: layerscape: Adjust the return value when ls_pcie_addr_valid() failsBin Meng2016-01-081-1/+1
* | pci: imx: Adjust the return value when imx_pcie_addr_valid() failsBin Meng2016-01-081-1/+1
* | serial: zynq: Use static inline for _debug_uart_init()Michal Simek2016-01-081-1/+1
* | bootcount: Correct #endif comment to match, other aestheticsRobert P. J. Day2016-01-081-6/+4
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-01-081-1/+1
|\ \
| * | net: Fix delay in net_retry testJoe Hershberger2016-01-071-1/+1
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-01-072-3/+3
|\ \ | |/ |/|
| * spi: fsl_qspi: fix an error of using GENMASKGong Qianyu2016-01-071-1/+1
| * spi: spi_flash: Fix the arguments of stm_is_locked_sr()Fabio Estevam2016-01-071-2/+2
* | net: e1000: use correct helper to do endianness conversionMiao Yan2016-01-041-2/+2
* | mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson2016-01-041-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2016-01-041-1/+0
|\ \
| * | UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG definedLadislav Michl2016-01-041-1/+0
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-01-034-8/+48
|\ \ \
| * | | i2c: mxc: add a condition in case the parameter is NULLGong Qianyu2016-01-031-2/+10
| * | | net: fec_mxc: unregister mdio bus on probe errorMåns Rullgård2016-01-031-0/+2
| * | | net: fec_mxc: configure MDIO hold timeMåns Rullgård2016-01-031-3/+15
| * | | serial_mxc: Fix setup of UARTx_UFCR registerMaximilian Schwerin2016-01-031-1/+8
| * | | ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl registerEric Nelson2016-01-031-2/+13
* | | | Merge git://git.denx.de/u-boot-usbTom Rini2016-01-024-104/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | usb: musb: Fix hub port setting for SPLIT transactionsStefan Brüns2015-12-311-1/+1
| * | | usb: Move determination of TT hub address/port into separate functionStefan Brüns2015-12-313-101/+12
| * | | usb: dwc2: avoid out of bounds accessStefan Brüns2015-12-311-3/+4
| | |/ | |/|
* | | altera_qspi: allow ctrl-c to abort the erase opsThomas Chou2015-12-281-0/+9
* | | altera_qspi: show erase progressThomas Chou2015-12-281-0/+14
* | | altera_qspi: skip erase if the sector is blankThomas Chou2015-12-281-14/+25
* | | altera_qspi: set fail_addr for erase opsThomas Chou2015-12-281-0/+1
* | | altera_qspi: call callback even if the erase failedThomas Chou2015-12-281-0/+1
|/ /
* | net: designware: Zap trailing backslashMarek Vasut2015-12-221-7/+7
* | net: eth_designware: select PHYLIB in KconfigThomas Chou2015-12-222-4/+1
* | Merge branch 'master' of git://www.denx.de/git/u-boot-socfpgaTom Rini2015-12-192-3/+148
|\ \
| * | arm: socfpga: fix up a questionable macro for SDMMCDinh Nguyen2015-12-201-2/+3
| * | net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OFMarek Vasut2015-12-201-1/+145
* | | altera_qspi: initialize instr.mtd in flash_eraseThomas Chou2015-12-191-0/+1
|/ /
* | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-12-183-27/+46
|\ \
| * | net: gem: Add driver dependencies to PHYLIBMichal Simek2015-12-182-4/+1
| * | net: gem: Fix typo in Kconfig entryMichal Simek2015-12-181-1/+1
| * | net: gem: Separate recv and free_pkt functionsMichal Simek2015-12-181-20/+32
| * | net: gem: Fix return value from recvMichal Simek2015-12-181-1/+1
| * | net: gem: Setup default phy address to -1Michal Simek2015-12-181-1/+2
| * | spi: zynq_qspi: Add configuration to disable LQSPI featureNathan Rossi2015-12-181-0/+9
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2015-12-1711-236/+390
|\ \ \ | |/ / |/| |
| * | usb: add support of generic OHCI devicesAlexey Brodkin2015-12-173-0/+54
| * | usb: host: ehci: samsung: Move hcor initialization after usb phy setupLukasz Majewski2015-12-171-2/+2
| * | usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.hMarek Vasut2015-12-173-3/+3
OpenPOWER on IntegriCloud