summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-28Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...Tom Rini8-472/+249
2021-12-28Convert CONFIG_KIRKWOOD_GPIO to KconfigTom Rini1-0/+5
2021-12-28serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8Tom Rini1-1/+1
2021-12-28Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini3-8/+6
2021-12-28Finish conversion CONFIG_SYS_NAND_SELF_INIT to KconfigTom Rini3-3/+30
2021-12-28Convert CONFIG_TEGRA_NAND to KconfigTom Rini1-0/+8
2021-12-28Convert CONFIG_SYS_PCI_64BIT to KconfigTom Rini1-0/+6
2021-12-27Convert CONFIG_SYS_IMMR to KconfigTom Rini1-0/+4
2021-12-27pci: Remove unused FSL_PCI_INIT codeTom Rini2-937/+0
2021-12-27Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to KconfigTom Rini1-2/+2
2021-12-27Convert CONFIG_FSL_IFC to KconfigTom Rini2-0/+4
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini5-12/+28
2021-12-27Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in KconfigTom Rini1-1/+1
2021-12-27video: Show the U-Boot logo by defaultSimon Glass1-0/+1
2021-12-27video: Support showing the U-Boot logoSimon Glass5-0/+32
2021-12-27video: Drop VIDEO_LOGO from cfb_consoleSimon Glass1-324/+1
2021-12-27video: Convert CONFIG_VIDEO_LOGO to KconfigSimon Glass1-0/+9
2021-12-27video: Drop #ifdefs from video_bmpSimon Glass1-48/+49
2021-12-27video: theadorable: Use RGB565 for BMP blittingSimon Glass1-3/+3
2021-12-27video: Tidy up 24/32 BMP blittingSimon Glass1-8/+8
2021-12-27video: Drop the uclass colour mapSimon Glass2-45/+0
2021-12-27video: bmp: Update RLE8 support to use the write functionSimon Glass1-22/+27
2021-12-27video: Move BMP pixel-writing into a functionSimon Glass1-23/+52
2021-12-27video: Drop fb_put_byte() el atSimon Glass1-17/+5
2021-12-27video: Expand video debugging buffer sizeSimon Glass1-2/+2
2021-12-27sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass2-1/+39
2021-12-27sandbox: video: Correct the address of the copy baseSimon Glass1-1/+1
2021-12-27video: sandbox: Set a maximum frame-buffer sizeSimon Glass1-1/+17
2021-12-27video: sandbox: Avoid duplicate display windowsSimon Glass1-0/+15
2021-12-27sandbox: video: Support 8bpp depthSimon Glass1-6/+17
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-21Merge tag 'v2022.01-rc4' into 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-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