summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass2-1/+11
2023-08-09video: Tidy up Makefile rule for videoSimon Glass1-2/+2
2023-08-09bootstd: Correct creating of bootdev siblingSimon Glass1-2/+2
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass4-4/+4
2023-08-09usb: Return -ENOENT when no devices are foundSimon Glass1-1/+1
2023-08-08arm_ffa: introduce armffa commandAbdellatif El Khlifi1-0/+1
2023-08-08arm_ffa: introduce sandbox FF-A supportAbdellatif El Khlifi5-19/+848
2023-08-08arm_ffa: introduce Arm FF-A supportAbdellatif El Khlifi7-0/+1229
2023-08-05usb: gadget: ether: Handle gadget driver registration in probe and removeMarek Vasut1-45/+52
2023-08-05usb: gadget: ether: Move probe function above driver structureMarek Vasut1-14/+14
2023-08-05usb: gadget: ether: Inline functions used onceMarek Vasut1-39/+9
2023-08-03virtio: provide driver name in debug messageHeinrich Schuchardt1-1/+1
2023-08-03net: mediatek: add support for MediaTek MT7988 SoCWeijie Gao2-1/+177
2023-08-03net: mediatek: add support for NETSYS v3Weijie Gao2-12/+44
2023-08-03net: mediatek: add USXGMII supportWeijie Gao2-3/+251
2023-08-03net: mediatek: add support for GMAC/USB3 PHY mux mode for MT7981Weijie Gao2-1/+48
2023-08-03net: mediatek: add support for SGMII 1Gbps auto-negotiation modeWeijie Gao2-6/+42
2023-08-03net: mediatek: add missing static qualifierWeijie Gao1-2/+3
2023-08-03net: mediatek: fix direct MDIO clause 45 access via SoCWeijie Gao1-2/+2
2023-08-03net: mediatek: optimize the switch reset delay wait timeWeijie Gao1-2/+5
2023-08-03net: mediatek: connect switch to PSE only when starting eth is requestedWeijie Gao1-3/+41
2023-08-03pinctrl: mediatek: add pinctrl driver for MT7988 SoCWeijie Gao3-0/+1279
2023-08-03pinctrl: mediatek: add pinmux_set ops supportWeijie Gao1-0/+14
2023-08-03pinctrl: mediatek: fix the return value in driving configuration functionsWeijie Gao1-2/+2
2023-08-03pinctrl: mediatek: convert most definitions to constWeijie Gao10-889/+898
2023-08-03clk: mediatek: add clock driver support for MediaTek MT7988 SoCWeijie Gao2-0/+1124
2023-08-03pwm: mtk: add support for MediaTek MT7988 SoCWeijie Gao1-0/+7
2023-08-03i2c: mediatek: fix I2C usability for MT7981Weijie Gao1-2/+43
2023-08-03reset: mediatek: check malloc return valaue before useWeijie Gao1-0/+3
2023-08-03serial: mtk: initial priv data before usingWeijie Gao1-0/+1
2023-08-03spi: mtk_spim: clear IRQ enable bitsWeijie Gao1-0/+3
2023-08-03spi: mtk_spim: get spi clk rate only onceWeijie Gao1-8/+13
2023-08-03board: mediatek: update config headersWeijie Gao1-0/+1
2023-08-02net: rtl8169: Add one device ID 0x8161Minda Chen1-2/+4
2023-08-02net: rtl8169: Fix DMA minimal aligned compile warning in RISC-VMinda Chen1-1/+3
2023-08-02net: rtl8169: Fix compile warning in rtl8169Minda Chen1-6/+6
2023-08-02starfive: pci: Add StarFive JH7110 pcie driverMason Huo5-0/+566
2023-08-02i2c: designware: Add Kconfig for designware_i2c_pci.cMinda Chen2-3/+10
2023-08-01Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini3-11/+5
2023-08-01Merge tag 'video-20230801' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini5-29/+29
2023-08-01Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-1/+1
2023-08-01drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove videoNikhil M Jain1-2/+8
2023-08-01drivers: video: tidss: tidss_drv: Change remove methodNikhil M Jain1-11/+1
2023-08-01video: bochs: Set the frame buffer size per configurationBin Meng1-2/+2
2023-08-01video: kconfig: Set default FB size for BochsBin Meng1-2/+4
2023-08-01video: kconfig: Drop the superfluous dependencyBin Meng1-4/+4
2023-08-01video: kconfig: Fix wrong text for the PCI default FB sizeBin Meng1-2/+2
2023-08-01video: bochs: Remove the x86 dependencyBin Meng1-1/+0
2023-08-01video: bochs: Avoid using IO instructions to access VGA IO portBin Meng2-6/+4
2023-08-01video: bochs: Drop the useless argument of bochs_vga_write()Bin Meng2-4/+8