summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-05-04Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2022-05-04net: mvneta: Drop unneeded macroMarek Behún
2022-05-04net: mvneta: Disable fixed PHY code if PHY_FIXED is not compiled inMarek Behún
2022-05-04net: mvneta: Drop fixed_link member from private structMarek Behún
2022-05-04net: mvneta: Write PHY address just before enabling HW pollingMarek Behún
2022-05-04net: mvneta: Convert to use PHY_FIXED for fixed-linkMarek Behún
2022-05-04net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUSMarek Behún
2022-05-04net: mvneta: Don't check for CONFIG_PHYLIBMarek Behún
2022-05-04net: mvneta: Drop unnecessary spaceMarek Behún
2022-05-04net: mvneta: Use bool instead of int for boolean variableMarek Behún
2022-05-04net: mvneta: Drop one indentation level in mvneta_adjust_link()Marek Behún
2022-05-04net: mvneta: Fix unused variable warning if DM_GPIO is disabledMarek Behún
2022-05-04net: mvneta: Don't register MDIO busMarek Behún
2022-05-04net: mvneta: Remember fixed link instead of PHY address in priv dataMarek Behún
2022-05-04net: mvneta: Use DM MDIO API for connecting PHYMarek Behún
2022-05-04net: mvneta: Fix 10Mbps speedMarek Behún
2022-05-04net: mvneta: Get rid of platdataMarek Behún
2022-05-04net: Add ethernet support for MIPS OcteonStefan Roese
2022-05-03pci: Add config for Enhanced AllocationAndrew Scull
2022-05-03virtio: pci: Make use of dm_pci_map_bar()Andrew Scull
2022-05-03virtio: pci: Check virtio configs are mappedAndrew Scull
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Update dm_pci_bus_to_virt() parametersAndrew Scull
2022-05-03pci: Match region flags using a maskAndrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-03pci: Range check address conversionsAndrew Scull
2022-05-03pci: Check region ranges are addressableAndrew Scull
2022-05-03pci: Fix use of flags in dm_pci_map_bar()Andrew Scull
2022-05-03virtio: pci: Read entire capability into memoryAndrew Scull
2022-05-03virtio: pci: Check virtio capability is in boundsAndrew Scull
2022-05-03virtio: pci: Check virtio common config sizeAndrew Scull
2022-05-03virtio: pci: Bounds check notification writesAndrew Scull
2022-05-03virtio: pci: Bounds check device config accessAndrew Scull
2022-05-03virtio: pci: Fix discovery of device config lengthAndrew Scull
2022-05-03virtio: pci: Allow exclusion of legacy driverAndrew Scull
2022-05-03lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt
2022-05-03sf: dataflash: add support for AT45DB641ELuca Ellero
2022-05-03sf: dataflash: add support for "extended ID"Luca Ellero
2022-05-03spi: npcm-fiu: add NPCM7xx FIU controller driverJim Liu
2022-05-03mtd: spi-nor-ids: add Macronix mx25u51245g flash entryTien Fong Chee
2022-05-03mtd: spi-nor-ids: Add Winbond W25Q128JW IDMarek Vasut
2022-05-02Merge branch '2022-05-02-add-verifying-program-loader'Tom Rini
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass
2022-05-02net: marvell: mvgbe: Set PHY page 0 before phy_connectTony Dinh
2022-04-29sound: Fix buffer overflow in square wave generationAndrew Scull
2022-04-29usb: sandbox: Bounds check read from bufferAndrew Scull
2022-04-29usb: sandbox: Check for string end in copy_to_unicode()Andrew Scull
2022-04-29x86: sandbox: Add missing PCI bar to barinfoAndrew Scull
2022-04-28led: Drop led_default_state()Marek Vasut