aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-26video: Drop fb_put_byte() el atSimon Glass1-17/+5
2021-12-26video: Expand video debugging buffer sizeSimon Glass1-2/+2
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass2-1/+39
2021-12-26sandbox: video: Correct the address of the copy baseSimon Glass1-1/+1
2021-12-26video: sandbox: Set a maximum frame-buffer sizeSimon Glass1-1/+17
2021-12-26video: sandbox: Avoid duplicate display windowsSimon Glass1-0/+15
2021-12-26sandbox: video: Support 8bpp depthSimon Glass1-6/+17
2021-12-26Merge https://source.denx.de/u-boot/custodians/u-boot-spiWIP/26Dec2021Tom Rini3-6/+22
2021-12-26sysreset: watchdog: watchdog cannot power offHeinrich Schuchardt1-3/+10
2021-12-24power: pmic/fan53555: allow dm be omitted by SPLQuentin Schulz2-1/+15
2021-12-23dm: core: Allow getting some basic statsSimon Glass3-0/+31
2021-12-21pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTRPali Rohár1-3/+0
2021-12-21pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size()Pali Rohár1-6/+6
2021-12-21pci: pci_mvebu: Move setup for BAR[0] where other BARs are setupPali Rohár1-5/+7
2021-12-20Merge tag 'v2022.01-rc4' into nextWIP/20Dec2021-nextTom Rini29-110/+869
2021-12-20i2c: mvtwsi: Swab the register address if its size is > 1Stefan Roese1-2/+10
2021-12-19arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial driversPali Rohár1-0/+1
2021-12-19arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe driversPali Rohár2-0/+2
2021-12-19phy: marvell: a3700: Convert to official DT bindings in COMPHY driverPali Rohár4-54/+219
2021-12-19fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún2-8/+8
2021-12-19treewide: Use fdt_create_phandle() where appropriateMarek Behún1-6/+4
2021-12-19arm: mvebu: axp: ddr: Switch to using DM I2C APIStefan Roese3-8/+26
2021-12-19arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() functionStefan Roese3-26/+0
2021-12-18blk: add a helper function, blk_probe_or_unbind()AKASHI Takahiro1-0/+13
2021-12-17Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini1-25/+572
2021-12-17arm: socfpga: arria10: Enable double peripheral RBF configurationTien Fong Chee1-1/+2
2021-12-16mtd: spi-nor-ids: Add support for W25Q01JVRam Narayanan1-0/+5
2021-12-15Merge tag 'clk-2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Dec2021Tom 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-07spi: atmel-quadspi: Add support for SAMA7G5 QSPITudor Ambarus1-24/+571
2021-12-05ide: Drop ATA_PORT_ADDRSimon Glass1-8/+4
2021-12-05ide: Drop unused CONFIG optionsSimon Glass1-7/+5
2021-12-05Convert CONFIG_KEYBOARD to KconfigSimon Glass1-0/+9
2021-12-05sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass1-3/+3
2021-12-03Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/03Dec2021Tom Rini4-11/+496
2021-12-02drivers: core: lists: fix for loop index typeAlexander Preißner1-1/+1
2021-12-02Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net in...WIP/02Dec2021Tom Rini9-40/+3588
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-12-02net: brcm: netXtreme driverBharat Gooty8-0/+3537