summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-24power: pmic/fan53555: allow dm be omitted by SPLQuentin Schulz2-1/+15
2021-12-20i2c: mvtwsi: Swab the register address if its size is > 1Stefan Roese1-2/+10
2021-12-18blk: add a helper function, blk_probe_or_unbind()AKASHI Takahiro1-0/+13
2021-12-17arm: socfpga: arria10: Enable double peripheral RBF configurationTien Fong Chee1-1/+2
2021-12-15Merge tag 'clk-2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini9-27/+57
2021-12-15clk: define LOG_CATEGORY for generic and ccf clocksPatrick Delaunay8-12/+39
2021-12-15clk: cosmetic: reorder include filesPatrick Delaunay6-15/+18
2021-12-15arm: a37xx: pci: Do not allow setting ROM BAR on PCI BridgePali Rohár1-24/+30
2021-12-15pci: pci_mvebu: Do not allow setting ROM BAR on PCI BridgePali Rohár1-24/+31
2021-12-15pci: pci_mvebu, pci_aardvark: Fix size of configuration cacheMarek Behún2-2/+2
2021-12-13net: ravb: Support multiple clocksAdam Ford1-5/+5
2021-12-09efi: Add a media/block driver for EFI block devicesSimon Glass3-0/+126
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass5-0/+63
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass1-2/+2
2021-12-03Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini4-11/+496
2021-12-02i2c: Add Microchip PolarFire SoC I2C driverPadmarao Begari3-0/+489
2021-12-02net: macb: Remove Microchip compatible stringPadmarao Begari1-11/+7
2021-12-02net: dwc_eth_qos: Enable clock in probeMarek Vasut1-11/+11
2021-12-02net: eth-phy: Handle gpio_request_by_name() return valueMarek Vasut1-1/+1
2021-11-30Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-1/+12
2021-11-30tis: fix tpm_tis_remove()Heinrich Schuchardt2-1/+10
2021-11-30serial: a37xx: Reset whole UART when changing parent clock from TBG to XTALPali Rohár1-1/+12
2021-11-20Merge tag 'u-boot-amlogic-20211119' of https://source.denx.de/u-boot/custodia...Tom Rini4-6/+6
2021-11-19pinctrl: meson: Correct the driver GPIO declarationSimon Glass4-6/+6
2021-11-17drivers: tpm: atmel_twi: fix printf specifier compile warningMathew McBride1-1/+1
2021-11-17drivers: tpm: atmel_twi: implement get_desc operationMathew McBride1-1/+4
2021-11-17drivers: tpm: atmel_twi: do not use an offset byteMathew McBride1-0/+1
2021-11-17drivers: tpm: atmel_twi: drop non-DM_I2C compatibilityMathew McBride1-13/+1
2021-11-16Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini4-4/+25
2021-11-15usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXISamuel Dionne-Riel1-0/+1
2021-11-14Merge tag 'dm-pull-13nov21' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+1
2021-11-14Merge tag 'efi-2022-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini8-436/+817
2021-11-13sandbox: fix sandbox_wdt_expire_now()Heinrich Schuchardt1-0/+1
2021-11-12Convert CONFIG_MACB to KconfigTom Rini1-1/+0
2021-11-12rtc: ds1337: fix compatible string typoClemens Gruber1-1/+1
2021-11-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini24-52/+566
2021-11-10tpm: Use the new API on tpm2 spi driverIlias Apalodimas2-417/+32
2021-11-10tpm2: Add a TPMv2 MMIO TIS driverIlias Apalodimas3-0/+167
2021-11-10tpm2: Introduce TIS tpm coreIlias Apalodimas2-0/+599
2021-11-10tpm: refactor function names for LPC based TPMsIlias Apalodimas1-2/+2
2021-11-10tpm: refactor function names and macros for infineon v1.2 TPMIlias Apalodimas1-17/+17
2021-11-10Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians...Tom Rini8-15/+97
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay2-10/+7
2021-11-10gpio: stm32: create include file for driver private dataPatrick Delaunay6-5/+90
2021-11-10Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-6/+5
2021-11-10pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macroPali Rohár1-6/+5
2021-11-10watchdog: don't autostart watchdog on Sunxi boardsHeinrich Schuchardt1-0/+1
2021-11-09pci: layerscape: Fix the LUT and msi-map mismatch issueHou Zhiqiang5-10/+16
2021-11-09configs: fsl: migrate FMAN/QE specific defines to KconfigRajesh Bhagat2-0/+14
2021-11-09usb: dwc3: add layerscape supportMichael Walle3-0/+233