summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-22watchdog: Drop GD_FLG_WDT_READY as it's not used any moreStefan Roese1-1/+0
2022-11-22watchdog: designware: make reset really optionalQuentin Schulz1-4/+5
2022-11-21usb: gadget: dfu: Fix the unchecked length fieldVenkatesh Yadav Abbarapu1-21/+37
2022-11-15clk: microchip: mpfs: fix criticality of peripheral clocksConor Dooley1-7/+21
2022-11-15clk: microchip: mpfs: fix periph clk parentageConor Dooley3-38/+42
2022-11-15clk: microchip: mpfs: fix reference clock handlingConor Dooley3-1/+149
2022-11-15clk: microchip: mpfs: convert parent rate acquistion to get_get_rate()Conor Dooley5-35/+20
2022-11-14Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini5-6/+16
2022-11-14i2c: i2c-gpio: add newlineSergei Antonov1-1/+1
2022-11-14i2c: microchip: fix erroneous late ack sendConor Dooley1-1/+1
2022-11-14i2c: microchip: fix ack sending logicConor Dooley1-6/+17
2022-11-12Revert "serial: mxc: have putc use the TXFIFO"Fabio Estevam1-1/+1
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini29-84/+84
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini15-41/+41
2022-11-10Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to KconfigTom Rini1-0/+4
2022-11-10mediatek: Include <linux/sizes.h> where neededTom Rini1-0/+1
2022-11-10Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to KconfigTom Rini1-0/+7
2022-11-10Convert CONFIG_SYS_MAX_NAND_DEVICE to KconfigTom Rini1-0/+4
2022-11-10rtc: Remove unused driversTom Rini5-669/+0
2022-11-10Convert CONFIG_SYS_INTERLAKEN et al to KconfigTom Rini1-1/+1
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini2-31/+0
2022-11-07dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek1-24/+22
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass2-118/+18
2022-11-07dm: sandbox: Create a block driverSimon Glass2-1/+143
2022-11-07dm: sandbox: Create a new HOST uclassSimon Glass2-1/+177
2022-11-07dm: blk: Tidy up obtaining a block device from its parentSimon Glass1-11/+15
2022-11-07dm: test: Clear the block cache after running a testSimon Glass1-13/+10
2022-11-07dm: sandbox: Drop non-BLK code from host implementationSimon Glass1-102/+0
2022-11-07drivers: power: pmic: Enable use of rn5t567 PMIC in SPLMartyn Welch2-1/+9
2022-11-07drivers: power: pmic: Add support for rn5t568 PMICMartyn Welch1-0/+1
2022-11-07regulator: bd718x7: Only bind children when PMIC_CHILDREN is enabledAdam Ford1-4/+5
2022-11-07pinctrl: mvebu: Add AlleyCat5 supportChris Packham1-1/+1
2022-11-07usb: ehci: ehci-marvell: Support for marvell,ac5-ehciChris Packham2-8/+46
2022-11-07net: mvneta: Add support for AlleyCat5Chris Packham2-2/+43
2022-11-03usb: ohci: Use a flexible array member for portstatusSamuel Holland2-14/+1
2022-11-03Merge branch '2022-11-02-assorted-updates'Tom Rini10-11/+1130
2022-11-03Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini4-1/+513
2022-11-03spi: Add Microchip PolarFire SoC QSPI driverPadmarao Begari3-0/+512
2022-11-03riscv: Rename Andes PLIC to PLICSWYu Chien Peter Lin1-1/+1
2022-11-02led: led_pwm: typo 'iverted' on code commentNylon Chen1-1/+1
2022-11-02treewide: Remove the unnecessary space before semicolonBin Meng2-3/+3
2022-11-02xen: pvblock: Use uclass_probe_allMichal Suchanek1-7/+2
2022-11-02timer: add SP804 UCLASS timer driverAndre Przywara3-0/+115
2022-11-02pinctrl: nuvoton: Add NPCM8xx pinctrl driverJim Liu3-0/+1009
2022-11-02Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi.gitTom Rini3-0/+232
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu2-0/+3
2022-10-31FWU: Add FWU metadata access driver for GPT partitioned block devicesSughosh Ganu3-0/+314
2022-10-31FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu1-0/+186
2022-10-31dm: mmc: Allow sandbox emulator to build without writesSimon Glass1-2/+8
2022-10-31dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass4-4/+3