summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-05-306-40/+78
|\
| * sf: Add Macronix MX25U25635F IDMarek Vasut2018-05-291-0/+1
| * sf: Add Winbond W25Q256 IDMarek Vasut2018-05-291-0/+2
| * spi: fsl_qspi: remove superfluous assignmentHeinrich Schuchardt2018-05-161-1/+1
| * spi: lpc32xx: simplify logical expressionHeinrich Schuchardt2018-05-161-1/+1
| * spi: atcspi200: avoid NULL dereferenceHeinrich Schuchardt2018-05-161-2/+4
| * sf: Default page size Spansion flash "S25FS512S" is 256bAshish Kumar2018-05-161-5/+6
| * sf: Add support for ISSI is25wpKimmo Rautkoski2018-05-161-0/+3
| * spi: stm32_qspi: Add reset supportPatrice Chotard2018-05-161-0/+15
| * spi: stm32_qspi: Use dev_read_xxx APIPatrice Chotard2018-05-161-11/+6
| * spi: stm32_qspi: Add chip select managementChristophe Kerello2018-05-161-0/+15
| * spi: stm32_qspi: Add st, stm32f469-qspi compatible stringChristophe Kerello2018-05-161-0/+1
| * spi: stm32_qspi: Align reg-names with kernel 4.12 RC1Christophe Kerello2018-05-161-2/+2
| * spi: stm32_qspi: Sort include files alphabeticallyPatrice Chotard2018-05-161-3/+3
| * spi: stm32_qspi: Solve issue detected by checkpatchPatrick Delaunay2018-05-161-13/+18
| * spi: stm32_qspi: Remove CONFIG_CLK flagPatrice Chotard2018-05-161-4/+2
* | Merge git://git.denx.de/u-boot-riscvTom Rini2018-05-305-49/+11
|\ \
| * | mtd: ftsmc020: Drop unsed codeRick Chen2018-05-292-38/+0
| * | mmc: ftsdc010_mci: Sync compatible with DT mmc nodeRick Chen2018-05-291-1/+1
| * | net: ftmac100: Fix compiler warningRick Chen2018-05-291-7/+7
| * | spi: atcspi200: Fix compiler warningRick Chen2018-05-291-3/+3
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2018-05-294-6/+131
|\ \ \
| * | | ata: ahci_mvebu: add scsi supportKen Ma2018-05-292-1/+17
| * | | ata: ahci_mvebu: a8040 a0: remove bad port register offsets workaroundsDavid Sniatkiwicz2018-05-291-8/+0
| * | | ata: mvebu: move mvebu sata driver to drivers/ata directoryKen Ma2018-05-293-0/+62
| * | | mvebu: pinctrl: Add SD/eMMC PHY selector to the driverKonstantin Porotchkin2018-05-291-2/+57
| * | | mvebu: pinctrl: sync compatible string with Linux 4.17-rc4Evan Wang2018-05-291-4/+4
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2018-05-291-0/+29
|\ \ \ | |/ / |/| |
| * | ubi: fastmap: Implement produce_free_peb()Patrice Chotard2018-05-221-0/+29
* | | mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard2018-05-261-2/+2
* | | stm32mp1: add FUSE command supportPatrick Delaunay2018-05-263-0/+126
* | | serial: stm32: Add setparity supportPatrick Delaunay2018-05-262-2/+51
* | | serial: stm32: Fix bits defines namePatrice Chotard2018-05-262-10/+10
* | | serial: stm32: Add debug uart supportPatrick Delaunay2018-05-262-22/+92
* | | ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk2018-05-261-13/+24
* | | serial: serial_msm: added pinmux & configRamon Fried2018-05-261-6/+18
* | | serial: serial_msm: initialize uart only before relocationRamon Fried2018-05-261-0/+4
* | | serial: serial_msm: fail probe if settings clocks failsRamon Fried2018-05-261-2/+4
* | | PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen2018-05-263-5/+13
* | | PCI: Add newlines to debug prints in pci_auto_common.cTuomas Tynkkynen2018-05-261-2/+2
* | | PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen2018-05-261-0/+7
* | | tpm: add a Sandbox TPMv2.x driverMiquel Raynal2018-05-253-1/+636
* | | tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal2018-05-251-0/+16
* | | tpm: add support for TPMv2.x SPI modulesMiquel Raynal2018-05-253-0/+675
* | | tpm: prepare support for TPMv2.x commandsMiquel Raynal2018-05-251-0/+2
* | | tpm: disociate TPMv1.x specific and generic codeMiquel Raynal2018-05-258-8/+11
* | | tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal2018-05-251-11/+38
* | | tpm: add Revision ID field in the chip structureMiquel Raynal2018-05-251-0/+1
* | | Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arcTom Rini2018-05-242-0/+42
|\ \ \
| * | | serial/serial_arc: Implement debug serialAlexey Brodkin2018-05-242-0/+35