aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-07pinctrl: mscc: Fix multiple definition errorTom Rini1-2/+2
2021-07-07ARM: mvebu: a38x: Correct mismatched bound warningsTom Rini1-3/+7
2021-07-06Merge branch '2021-07-06-platform-updates'Tom Rini16-7/+1574
2021-07-06serial: serial_msm: Ensure BAM/single character mode are disabledWIP/2021-07-06-platform-updatesStephan Gerhold1-0/+4
2021-07-06Kconfig: convert CONFIG_SYS_I2C_LPC32XXTrevor Woerner1-0/+6
2021-07-06lpc32xx: i2c: finish DM/OF codeTrevor Woerner1-1/+7
2021-07-06lpc32xx: i2c: fix base addressTrevor Woerner1-5/+1
2021-07-06lpc32xx: i2c: remove unused defineTrevor Woerner1-1/+0
2021-07-06i2c: synquacer: SNI Synquacer I2C controllerJassi Brar3-0/+346
2021-07-06spi: synquacer: Add HSSPI SPI controller driver for SynQuacerJassi Brar3-0/+500
2021-07-06mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driverJassi Brar3-0/+92
2021-07-06pci: synquacer: Add SynQuacer ECAM based PCIe driverMasami Hiramatsu3-0/+613
2021-07-06dm: pci: Skip setting VGA bridge bits if parent device is the host busMasami Hiramatsu1-0/+3
2021-07-06ata: ahci-pci: Use scsi_ops to initialize opsMasami Hiramatsu1-0/+2
2021-07-06Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/06Jul2021-v2Tom Rini4-3/+174
2021-07-06mmc: openpiton: add piton_mmc driverTianrui Wei3-0/+171
2021-07-06drivers: clk: sifive: fu740-prci: replace 'pciaux' with 'pcieaux'Green Wan1-3/+3
2021-07-06net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay1-2/+0
2021-07-06net: enetc: propagate the return code from phy_startup() to eth_ops::startVladimir Oltean1-3/+1
2021-07-06net: enetc: force the RGMII MAC speed/duplex instead of using in-band signalingVladimir Oltean2-12/+39
2021-07-06net: enetc: require a PHY device when probingVladimir Oltean1-9/+6
2021-07-06net: smc911x: Determine bus width at runtimeAndre Przywara1-13/+20
2021-07-06net: smc911x: Drop redundant CONFIG_SMC911X_16_BIT Kconfig symbolAndre Przywara2-22/+7
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)4-0/+358
2021-07-05Merge branch 'next'Tom Rini85-2132/+15983
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...WIP/01Jul2021-nextTom Rini8-55/+451
2021-07-01watchdog: cadence: Add expire_now methodMichal Simek1-1/+40
2021-06-30Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi in...WIP/30Jun2021-nextTom Rini3-2/+286
2021-06-30spi: Update speed/mode on changeMarek Vasut1-0/+12
2021-06-29mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-tTakahiro Kuwano1-0/+6
2021-06-29mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-tTakahiro Kuwano1-1/+143
2021-06-29mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byteTakahiro Kuwano1-0/+3
2021-06-29mtd: spi-nor-core: Read status by Read Any RegisterTakahiro Kuwano1-0/+29
2021-06-29mtd: spi-nor-core: Add the ->ready() hookTakahiro Kuwano1-1/+9
2021-06-29mtd: spi-nor-core: Add support for volatile QE bitTakahiro Kuwano1-0/+55
2021-06-29mtd: spi-nor-core: Add support for Read/Write Any RegisterTakahiro Kuwano1-0/+25
2021-06-29mtd: spi-nor-ids: Add Cypress s25hl-t/s25hs-tTakahiro Kuwano1-0/+16
2021-06-28Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh int...WIP/28Jun2021-nextTom Rini13-0/+4908
2021-06-28Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi in...Tom Rini15-332/+2240
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini46-1268/+3421
2021-06-28net: xilinx: axi_emac: Add support for 10G/25G AXI ethernetAshok Reddy Soma1-44/+118
2021-06-28net: xilinx: axi_emac: Cleanup of of_to_plat()Ashok Reddy Soma1-15/+32
2021-06-28serial: zynq: Add support for serial parametersKunihiko Hayashi1-0/+68
2021-06-28serial: Add additional depencies for PL010 and PL011 driversMichal Simek1-2/+2
2021-06-28mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR modePratyush Yadav3-1/+98
2021-06-28mtd: spi-nor-core: Add support for Cypress Semper flashPratyush Yadav3-0/+198
2021-06-28mtd: spi-nor-core: Add non-uniform erase for Spansion/CypressTakahiro Kuwano1-0/+61
2021-06-28mtd: spi-nor-core: allow truncated erasesPratyush Yadav1-5/+11
2021-06-28mtd: spi-nor-core: Perform a Soft Reset on bootPratyush Yadav2-0/+37
2021-06-28mtd: spi-nor-core: Perform a Soft Reset on shutdownPratyush Yadav3-0/+81