aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-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
2022-04-28led: gpio: Use NOP uclass driver for top-level nodeMarek Vasut
2022-04-28led: gpio: Check device compatible string to determine the top level nodeMarek Vasut
2022-04-28led: Mark device instance with DM_FLAG_PROBE_AFTER_BINDMarek Vasut
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut
2022-04-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini
2022-04-27Merge tag 'u-boot-amlogic-20220427' of https://source.denx.de/u-boot/custodia...Tom Rini
2022-04-26cpu: 83xx: Add missing dependency on CPU_MPC83XXMichal Simek
2022-04-26pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie"Pali Rohár
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: implement redundancy supportPali Rohár
2022-04-26mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attributePali Rohár
2022-04-26mtd: nand: raw: Add support for DT property nand-ecc-algo=bchPali Rohár
2022-04-26mtd: rawnand: fsl_elbc: Use ECC configuration from device treePali Rohár
2022-04-26mtd: rawnand: fsl_elbc: Add device tree supportPali Rohár
2022-04-26mtd: rawnand: fsl_elbc: Implement RNDOUT commandPali Rohár
2022-04-26ddr: fsl: Allow to compile it without env supportPali Rohár
2022-04-26mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUGPali Rohár
2022-04-26mmc: fsl_esdhc_spl: Call mmc_init() before booting from SD cardPali Rohár
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: fix determining U-Boot sizePali Rohár
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: check for BOOT signature instead of MBR/DBRPali Rohár