aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-15arm64: zynqmp: Add command for disabling loading other overlaysMichal Simek1-0/+19
2022-02-15xilinx: firmware: Introduce zynqmp_pmufw_node() for loading PMU fragmentsMichal Simek1-0/+32
2022-02-15power: zynqmp: Add power domain driver for ZynqMPMichal Simek4-0/+119
2022-02-11phy: nop-phy: Enable reset-gpios supportAdam Ford1-3/+42
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu7-97/+133
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu6-14/+37
2022-02-11DFU: Do not copy the entity name over the buffer sizeMasami Hiramatsu1-1/+1
2022-02-11button: adc: set state to pressed when the voltage is closest to nominalPeter Cai1-5/+16
2022-02-11Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-6/+22
2022-02-11usb: gadget: ci: Avoid null pointer dereferenceMarek Vasut1-1/+4
2022-02-11usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mnAdam Ford1-5/+18
2022-02-10input: apple: Add support for Apple SPI keyboardMark Kettenis3-0/+280
2022-02-10spi: apple: Add driver for Apple SPI controllerMark Kettenis3-0/+293
2022-02-10nvme: apple: Add driver for Apple NVMe storage controllerMark Kettenis3-0/+252
2022-02-10power: domain: apple: Add reset supportMark Kettenis1-1/+72
2022-02-10nvme: Add shutdown functionMark Kettenis2-0/+19
2022-02-10nvme: Introduce driver opsMark Kettenis2-27/+73
2022-02-10mailbox: apple: Add driver for Apple IOP mailboxMark Kettenis3-0/+104
2022-02-10nvme: Split out PCI supportMark Kettenis5-36/+65
2022-02-10Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini3-0/+187
2022-02-10Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2-6/+1
2022-02-10serial: Add RISC-V HTIF console driverAnup Patel3-0/+187
2022-02-09serial-uclass: fix build warningHeiko Schocher1-1/+1
2022-02-09serial: remove nulldev_serial_inputHeiko Schocher1-5/+0
2022-02-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini1-3/+2
2022-02-09Convert CONFIG_SCSI_AHCI_PLAT et al to KconfigSimon Glass3-0/+42
2022-02-09scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICESimon Glass1-3/+3
2022-02-09ahci: Make ahci drivers depend on AHCISimon Glass1-13/+13
2022-02-09sata: sata_sil: Only support BLKSimon Glass1-115/+3
2022-02-09sata: Rearrange Kconfig for SATASimon Glass1-34/+37
2022-02-09sata: Only support BLKSimon Glass2-30/+1
2022-02-09sata: Drop Silicon Image SIL3114 SATA driverSimon Glass4-978/+0
2022-02-09Convert CONFIG_SYS_IDE_MAXBUS et al to KconfigSimon Glass1-0/+104
2022-02-09ide: Drop CONFIG_IDE_AHBSimon Glass1-22/+0
2022-02-08mmc: fsl: Use brackets around if()Simon Glass1-1/+1
2022-02-09mmc: fsl_esdhc_imx: fix watermark level in dmaMarcel Ziswiler1-3/+2
2022-02-08phy: cadence: Sierra: Add support for skipping configurationAswath Govindraju1-16/+42
2022-02-08phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configurationSwapnil Jakhade1-1/+377
2022-02-08phy: cadence: Sierra: Add support for PHY multilink configurationsSwapnil Jakhade1-8/+145
2022-02-08phy: cadence: Sierra: Update single link PCIe register configurationSwapnil Jakhade1-3/+215
2022-02-08phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operationSwapnil Jakhade1-1/+40
2022-02-08phy: cadence: Sierra: Check cmn_ready assertion during PHY power onSwapnil Jakhade1-0/+35
2022-02-08phy: cadence: Sierra: Add PHY PCS common register configurationsSwapnil Jakhade1-0/+38
2022-02-08phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra ...Swapnil Jakhade1-6/+6
2022-02-08phy: cadence: Sierra: Add support to get SSC type from device tree.Swapnil Jakhade1-1/+5
2022-02-08phy: cadence: Sierra: Prepare driver to add support for multilink configurationsSwapnil Jakhade1-53/+135
2022-02-08phy: ti: phy-j721e-wiz.c: Fix the condition for setting P_ENABLE_FORCEAswath Govindraju1-1/+1
2022-02-08phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as a clockAswath Govindraju1-13/+210
2022-02-08phy: cadence: Sierra: Add a UCLASS_PHY device for linksAswath Govindraju1-41/+75
2022-02-08phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callbackKishon Vijay Abraham I1-0/+2