aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-28net: ti: am65-cpsw-nuss: Fix err msg for port bind failuresVignesh Raghavendra1-1/+1
2022-01-28bootcount: fix printf() codeHeinrich Schuchardt1-2/+2
2022-01-28dfu: mtd: skip empty pages when writing page for UBI partitionPatrick Delaunay1-1/+21
2022-01-28pci: 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-26usb: gadget: Add CDC ACM functionLoic Poulain3-0/+682
2022-01-26usb: ehci: dm: Convert i.MX28 ehci code to driver modelLukasz Majewski1-0/+184
2022-01-26usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start})Lukasz Majewski1-50/+62
2022-01-26usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DMLukasz Majewski1-21/+21
2022-01-26usb: 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-24pci: 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-marvellWIP/20Jan2022Tom 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
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/19Jan2022Tom Rini11-13/+1015
2022-01-19firmware: zynqmp: Do not report error if node is already configuredMichal Simek1-0/+6
2022-01-19firmware: zynqmp: Move loading message to debugMichal Simek1-1/+2
2022-01-18clk: ast2600: Revise MII interface delayDylan Hung1-5/+5
2022-01-18net: ftgmac100: Add Aspeed AST2600 supportDylan Hung1-0/+1
2022-01-18net: ftgmac100: Add DM_MDIO supportDylan Hung1-5/+15
2022-01-18mmc: actions: add MMC driver for Actions OWL S700/S900Amit Singh Tomar3-0/+416
2022-01-18clk: actions: Add SD/MMC clocksAmit Singh Tomar1-0/+73
2022-01-18clk: actions: Introduce dummy get/set_rate callbacksAmit Singh Tomar1-0/+26
2022-01-18pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2AJ Bagwell1-26/+29
2022-01-17drivers: musb_gadget: Save endpoint desc to usb_ep->descqianfan Zhao1-2/+1
2022-01-17mtd: nand: pxa3xx: set mtd->devRobert Marko1-0/+1
2022-01-17Merge branch '2022-01-15-TI-platform-updates'WIP/17Jan2022Tom Rini7-50/+127
2022-01-17Merge tag 'u-boot-at91-2022.04-b' of https://source.denx.de/u-boot/custodians...Tom Rini1-0/+6
2022-01-17Merge https://source.denx.de/u-boot/custodians/u-boot-pmicTom Rini3-0/+123