summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-05clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imxrt10{20|50}Heiko Thiery1-0/+4
2022-02-05regulator: bd718x7: Bypass bogus warningsMarek Vasut1-33/+36
2022-02-05GPIO: fxl6408: Add support for FXL6408 GPIO expanderOleksandr Suvorov3-0/+388
2022-02-05spi: mxc_spi: remove redundant code in spi_xchg_single()Haolin Li1-2/+0
2022-02-05imx8ulp: ddr: Fix DDR frequency request issueYe Li1-3/+7
2022-02-05imx8ulp:ddr: saving the dram config timing data into sramJacky Bai2-0/+52
2022-02-03net: ti: am65-cpsw: Cleanup resources before jump to kernelVignesh Raghavendra1-1/+1
2022-02-02Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini4-9/+17
2022-02-01mtd: cfi_mtd: populate mtd->dev with flash_info->devPatrice Chotard1-0/+3
2022-02-01rtc: pcf2127: remove U-Boot specific compatible stringVladimir Oltean1-1/+0
2022-02-01rtc: pcf2127: sync with Linux compatible stringsVladimir Oltean1-0/+3
2022-02-01i2c: muxes: pca954x: add PCA9847 variantVladimir Oltean1-1/+8
2022-02-01pci: layerscape: update the searching compatible of LX2160A PCIeHou Zhiqiang2-7/+6
2022-01-30mmc: sunxi: Use DM_GPIO flags to set pull-upSamuel Holland1-6/+2
2022-01-30gpio: sunxi: Implement .set_flagsSamuel Holland1-35/+27
2022-01-30i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2cChris Morgan1-0/+1
2022-01-30sunxi: SPI: fix pinmuxing for Allwinner H6 SoCsDaniel Wagenknecht1-1/+2
2022-01-29net: ti: am65-cpsw-nuss: Fix err msg for port bind failuresVignesh Raghavendra1-1/+1
2022-01-29bootcount: fix printf() codeHeinrich Schuchardt1-2/+2
2022-01-29dfu: mtd: skip empty pages when writing page for UBI partitionPatrick Delaunay1-1/+21
2022-01-29pci: Fix setting controller's last_busnoPali Rohár1-0/+2
2022-01-28fastboot: only look up real partition names when no alias existsMatthias Schiffer1-17/+12
2022-01-28dfu: handle short frame result of UPLOAD in state_dfu_idlePatrick Delaunay1-0/+2
2022-01-28fastboot: fix fastboot_set_reboot_flag()Roman Stratiienko1-1/+1
2022-01-27Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini4-21/+58
2022-01-27usb: gadget: Add CDC ACM functionLoic Poulain3-0/+682
2022-01-27usb: ehci: dm: Convert i.MX28 ehci code to driver modelLukasz Majewski1-0/+184
2022-01-27usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start})Lukasz Majewski1-50/+62
2022-01-27usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DMLukasz Majewski1-21/+21
2022-01-27usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28Lukasz Majewski1-3/+4
2022-01-25sandbox: sandbox_serial_pending depends on DM_VIDEOHeinrich Schuchardt1-1/+1
2022-01-25usb: Use the first available device for ehci_gadgetSean Anderson1-2/+2
2022-01-25acpi: Tidy up the item listSimon Glass1-4/+20
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass1-11/+32
2022-01-25x86: Use the ACPI table writerSimon Glass1-1/+1
2022-01-25acpi: Add a table startSimon Glass1-3/+2
2022-01-25sandbox: Allow building with GENERATE_ACPI_TABLESimon Glass1-0/+1
2022-01-25pci: iproc: Set all 24 bits of PCI class codePali Rohár1-5/+4
2022-01-24misc: mark write buffer constJohn Keeping1-1/+1
2022-01-21configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay2-2/+30
2022-01-21mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as booleanPatrick Delaunay1-1/+1
2022-01-21mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay3-7/+6
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini12-67/+69
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini116-362/+362
2022-01-20phy: marvell: Remove unused function comphy_update_map()Pali Rohár2-9/+9
2022-01-20drivers: octeon: get rid of Unicode in codeHeinrich Schuchardt1-17/+17
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-5/+8
2022-01-20pci: pci_mvebu: Add support for Kirkwood PCIe controllersPali Rohár2-3/+19
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún6-33/+16
2022-01-19doc: replace @return by Return:Heinrich Schuchardt116-362/+362