summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-22dm: error handling dev_get_dma_range()Heinrich Schuchardt1-2/+2
2021-03-22mmc: pci: Fix Kconfig dependencyBin Meng1-0/+1
2021-03-20serial: mtk: rewrite the setbrg functionWeijie Gao1-41/+33
2021-03-20pinctrl: mt7629: add jtag function and pin groupWeijie Gao1-0/+7
2021-03-20pinctrl: mediatek: do not probe gpio driver if not enabledWeijie Gao1-4/+8
2021-03-20pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrlSam Shih1-0/+14
2021-03-20pinctrl: mediatek: fix wrong assignment in mtk_get_pin_nameSam Shih1-1/+1
2021-03-16pinctrl: renesas: Add support for R8A774C0Lad Prabhakar4-0/+23
2021-03-16pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11Lad Prabhakar1-2/+85
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini52-228/+306
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini13-46/+56
2021-03-14drivers: tee: sandbox: SCP03 control emulatorJorge Ramirez-Ortiz2-1/+59
2021-03-13tpm: Correct warning on 32-bit buildSimon Glass1-1/+1
2021-03-12dm: core: Fix allocation of empty of-platdataSimon Glass1-4/+13
2021-03-12arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár3-17/+0
2021-03-12arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár1-0/+10
2021-03-12ddr: marvell: axp: fix array types have different bounds warningMarek Behún2-3/+3
2021-03-12ddr: marvell: axp: align signature of mv_xor_mem_init() with a38xMarek Behún2-4/+4
2021-03-12ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repositoryPali Rohár10-40/+6
2021-03-12ddr: marvell: a38x: Add more space for additional info from SPDSujeet Baranwal1-1/+7
2021-03-11video: dw_mipi_dsi: update log of dphy_enableYannick Fertre1-4/+4
2021-03-11video: dw_mipi_dsi: missing device to log debugYannick Fertre1-0/+1
2021-03-11video: stm32: remove all child of DSI bridge when its probe failedPatrick Delaunay1-0/+3
2021-03-11scmi: cosmetic: reorder include filesPatrick Delaunay2-3/+2
2021-03-11scmi: define LOG_CATEGORYPatrick Delaunay6-0/+12
2021-03-11scmi: Include device_compat.hPatrick Delaunay1-0/+1
2021-03-11clk: stm32mp1: gets root clocks from fdtEtienne Carriere1-39/+23
2021-03-11mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard1-0/+3
2021-03-11mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase()Patrice Chotard1-0/+2
2021-03-11spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard1-0/+2
2021-03-11mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacksPatrice Chotard1-0/+3
2021-03-10usb: mtu3: flush cache for next GPDChunfeng Yun1-0/+3
2021-03-09x86: Move INTEL_ACPIGEN to arch/x86Simon Glass1-9/+0
2021-03-08Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-7/+7
2021-03-08button: adc: fix treshold typoNeil Armstrong1-7/+7
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim3-5/+5
2021-03-05dm: sysreset: Add a Kconfig option for the 'reset' commandBin Meng2-0/+8
2021-03-05gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng1-3/+4
2021-03-05virtio: Fix VirtIO BLK driver dependencyBin Meng1-0/+1
2021-03-05pci: mpc85xx: Support 64-bit bus and cpu addressBin Meng1-8/+8
2021-03-05pci: mpc85xx: Support controller register physical address beyond 32-bitBin Meng1-3/+2
2021-03-05pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAWBin Meng1-0/+4
2021-03-05pci: fsl_pci_init: Dynamically allocate the PCI regionsBin Meng1-0/+5
2021-03-04Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-115/+153
2021-03-04serial: ns16550: Handle zero <clock-frequency> valueBin Meng1-0/+2
2021-03-04serial: ns16550: Correct the base address typeBin Meng1-1/+1
2021-03-04sandbox: host bind must close file descriptorHeinrich Schuchardt1-0/+13
2021-03-04dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass1-8/+11
2021-03-04dm: core: Fix allocation of empty of-platdataSimon Glass1-4/+13
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass2-4/+90