summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-02net: marvell: mvgbe: Set PHY page 0 before phy_connectTony Dinh1-0/+4
2022-04-29sound: Fix buffer overflow in square wave generationAndrew Scull1-4/+2
2022-04-29usb: sandbox: Bounds check read from bufferAndrew Scull1-0/+2
2022-04-29usb: sandbox: Check for string end in copy_to_unicode()Andrew Scull1-3/+2
2022-04-29x86: sandbox: Add missing PCI bar to barinfoAndrew Scull1-0/+1
2022-04-28led: Drop led_default_state()Marek Vasut1-6/+0
2022-04-28led: gpio: Use NOP uclass driver for top-level nodeMarek Vasut1-17/+13
2022-04-28led: gpio: Check device compatible string to determine the top level nodeMarek Vasut1-2/+1
2022-04-28led: Mark device instance with DM_FLAG_PROBE_AFTER_BINDMarek Vasut1-1/+3
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut1-1/+23
2022-04-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini9-47/+141
2022-04-27Merge tag 'u-boot-amlogic-20220427' of https://source.denx.de/u-boot/custodia...Tom Rini4-7/+99
2022-04-26cpu: 83xx: Add missing dependency on CPU_MPC83XXMichal Simek1-1/+1
2022-04-26pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie"Pali Rohár1-1/+1
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: implement redundancy supportPali Rohár1-7/+18
2022-04-26mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attributePali Rohár1-1/+1
2022-04-26mtd: nand: raw: Add support for DT property nand-ecc-algo=bchPali Rohár1-0/+6
2022-04-26mtd: rawnand: fsl_elbc: Use ECC configuration from device treePali Rohár1-23/+26
2022-04-26mtd: rawnand: fsl_elbc: Add device tree supportPali Rohár2-2/+44
2022-04-26mtd: rawnand: fsl_elbc: Implement RNDOUT commandPali Rohár1-0/+8
2022-04-26ddr: fsl: Allow to compile it without env supportPali Rohár1-0/+4
2022-04-26mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUGPali Rohár1-1/+1
2022-04-26mmc: fsl_esdhc_spl: Call mmc_init() before booting from SD cardPali Rohár1-0/+5
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: fix determining U-Boot sizePali Rohár1-10/+2
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: check for BOOT signature instead of MBR/DBRPali Rohár1-2/+25
2022-04-26spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus1-0/+3
2022-04-26timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMEREugen Hristev2-1/+11
2022-04-26timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCBEugen Hristev2-1/+9
2022-04-26sysreset: Add Atmel/Microchip sysreset driverSergiu Moga3-0/+87
2022-04-25nds32: Remove the architectureTom Rini6-330/+0
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini7-6/+176
2022-04-25bootstd: usb: Add a bootdev driverSimon Glass2-0/+65
2022-04-25bootstd: mmc: Add a bootdev driverSimon Glass3-0/+90
2022-04-25dm: blk: Add a function to return the device typeSimon Glass1-0/+7
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass1-3/+10
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass1-3/+4
2022-04-25adc: meson-saradc: add AXG variantVyacheslav Bocharov1-0/+2
2022-04-25clk: meson: update driver for g12a-ao clocksVyacheslav Bocharov1-6/+9
2022-04-25clk: meson: fix driver name for g12a-ao clocksVyacheslav Bocharov1-1/+1
2022-04-25clk: meson: add minimal driver for axg-ao clocksVyacheslav Bocharov2-0/+87
2022-04-23dm: blk: add a device-probe hook for scanning disk partitionsAKASHI Takahiro1-0/+4
2022-04-23dm: tag: change ENOSPC to ENOMEMAKASHI Takahiro1-2/+2
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-pmicTom Rini1-1/+1
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini3-2/+22
2022-04-22power-domain: Fix use of uninitialized value in dev_power_domain_ctrlSean Anderson1-1/+1
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-watchdogTom Rini3-0/+125
2022-04-22Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini19-212/+715
2022-04-22Add support for TP-Link UE200 dongleOleksii Titov1-0/+2
2022-04-22usb: dwc3: Add support for usb3-phy PHY configurationMichal Simek1-0/+18
2022-04-22usb: gadget: ci: Make various ops constAdam Ford1-2/+2