summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: dfu: Fix the unchecked length fieldVenkatesh Yadav Abbarapu2022-11-211-21/+37
* clk: microchip: mpfs: fix criticality of peripheral clocksConor Dooley2022-11-151-7/+21
* clk: microchip: mpfs: fix periph clk parentageConor Dooley2022-11-153-38/+42
* clk: microchip: mpfs: fix reference clock handlingConor Dooley2022-11-153-1/+149
* clk: microchip: mpfs: convert parent rate acquistion to get_get_rate()Conor Dooley2022-11-155-35/+20
* Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2022-11-145-6/+16
|\
| * Revert "serial: mxc: have putc use the TXFIFO"Fabio Estevam2022-11-121-1/+1
| * drivers: power: pmic: Enable use of rn5t567 PMIC in SPLMartyn Welch2022-11-072-1/+9
| * drivers: power: pmic: Add support for rn5t568 PMICMartyn Welch2022-11-071-0/+1
| * regulator: bd718x7: Only bind children when PMIC_CHILDREN is enabledAdam Ford2022-11-071-4/+5
* | i2c: i2c-gpio: add newlineSergei Antonov2022-11-141-1/+1
* | i2c: microchip: fix erroneous late ack sendConor Dooley2022-11-141-1/+1
* | i2c: microchip: fix ack sending logicConor Dooley2022-11-141-6/+17
* | global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini2022-11-1029-84/+84
* | global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini2022-11-1015-41/+41
* | Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to KconfigTom Rini2022-11-101-0/+4
* | mediatek: Include <linux/sizes.h> where neededTom Rini2022-11-101-0/+1
* | Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to KconfigTom Rini2022-11-101-0/+7
* | Convert CONFIG_SYS_MAX_NAND_DEVICE to KconfigTom Rini2022-11-101-0/+4
* | rtc: Remove unused driversTom Rini2022-11-105-669/+0
* | Convert CONFIG_SYS_INTERLAKEN et al to KconfigTom Rini2022-11-101-1/+1
* | Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini2022-11-102-31/+0
* | dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek2022-11-071-24/+22
* | dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-072-118/+18
* | dm: sandbox: Create a block driverSimon Glass2022-11-072-1/+143
* | dm: sandbox: Create a new HOST uclassSimon Glass2022-11-072-1/+177
* | dm: blk: Tidy up obtaining a block device from its parentSimon Glass2022-11-071-11/+15
* | dm: test: Clear the block cache after running a testSimon Glass2022-11-071-13/+10
* | dm: sandbox: Drop non-BLK code from host implementationSimon Glass2022-11-071-102/+0
|/
* pinctrl: mvebu: Add AlleyCat5 supportChris Packham2022-11-071-1/+1
* usb: ehci: ehci-marvell: Support for marvell,ac5-ehciChris Packham2022-11-072-8/+46
* net: mvneta: Add support for AlleyCat5Chris Packham2022-11-072-2/+43
* usb: ohci: Use a flexible array member for portstatusSamuel Holland2022-11-032-14/+1
* Merge branch '2022-11-02-assorted-updates'Tom Rini2022-11-0310-11/+1130
|\
| * led: led_pwm: typo 'iverted' on code commentNylon Chen2022-11-021-1/+1
| * treewide: Remove the unnecessary space before semicolonBin Meng2022-11-022-3/+3
| * xen: pvblock: Use uclass_probe_allMichal Suchanek2022-11-021-7/+2
| * timer: add SP804 UCLASS timer driverAndre Przywara2022-11-023-0/+115
| * pinctrl: nuvoton: Add NPCM8xx pinctrl driverJim Liu2022-11-023-0/+1009
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2022-11-034-1/+513
|\ \ | |/ |/|
| * spi: Add Microchip PolarFire SoC QSPI driverPadmarao Begari2022-11-033-0/+512
| * riscv: Rename Andes PLIC to PLICSWYu Chien Peter Lin2022-11-031-1/+1
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi.gitTom Rini2022-11-023-0/+232
|\ \ | |/ |/|
| * spi: nuvoton: add NPCM PSPI controller driverJim Liu2022-10-273-0/+232
* | FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu2022-10-312-0/+3
* | FWU: Add FWU metadata access driver for GPT partitioned block devicesSughosh Ganu2022-10-313-0/+314
* | FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu2022-10-311-0/+186
* | dm: mmc: Allow sandbox emulator to build without writesSimon Glass2022-10-311-2/+8
* | dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass2022-10-314-4/+3
* | usb: Update the test to cover reading and writingSimon Glass2022-10-312-4/+40