aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-08-09treewide: unify the linker symbol reference formatShiji Yang
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-08-08pci: correct function name in messageHeinrich Schuchardt
2023-08-08remoteproc: uclass: Clean up a returnDan Carpenter
2023-08-08fdt: off by one in ofnode_lookup_fdt()Dan Carpenter
2023-08-08cros_ec: Fix an error code is cros_ec_get_sku_id()Dan Carpenter
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer
2023-08-05usb: gadget: ether: Handle gadget driver registration in probe and removeMarek Vasut
2023-08-05usb: gadget: ether: Move probe function above driver structureMarek Vasut
2023-08-05usb: gadget: ether: Inline functions used onceMarek Vasut
2023-08-03virtio: provide driver name in debug messageHeinrich Schuchardt
2023-08-03net: mediatek: add support for MediaTek MT7988 SoCWeijie Gao
2023-08-03net: mediatek: add support for NETSYS v3Weijie Gao
2023-08-03net: mediatek: add USXGMII supportWeijie Gao
2023-08-03net: mediatek: add support for GMAC/USB3 PHY mux mode for MT7981Weijie Gao
2023-08-03net: mediatek: add support for SGMII 1Gbps auto-negotiation modeWeijie Gao
2023-08-03net: mediatek: add missing static qualifierWeijie Gao
2023-08-03net: mediatek: fix direct MDIO clause 45 access via SoCWeijie Gao
2023-08-03net: mediatek: optimize the switch reset delay wait timeWeijie Gao
2023-08-03net: mediatek: connect switch to PSE only when starting eth is requestedWeijie Gao
2023-08-03pinctrl: mediatek: add pinctrl driver for MT7988 SoCWeijie Gao
2023-08-03pinctrl: mediatek: add pinmux_set ops supportWeijie Gao
2023-08-03pinctrl: mediatek: fix the return value in driving configuration functionsWeijie Gao
2023-08-03pinctrl: mediatek: convert most definitions to constWeijie Gao
2023-08-03clk: mediatek: add clock driver support for MediaTek MT7988 SoCWeijie Gao
2023-08-03pwm: mtk: add support for MediaTek MT7988 SoCWeijie Gao
2023-08-03i2c: mediatek: fix I2C usability for MT7981Weijie Gao
2023-08-03reset: mediatek: check malloc return valaue before useWeijie Gao
2023-08-03serial: mtk: initial priv data before usingWeijie Gao
2023-08-03spi: mtk_spim: clear IRQ enable bitsWeijie Gao
2023-08-03spi: mtk_spim: get spi clk rate only onceWeijie Gao
2023-08-03board: mediatek: update config headersWeijie Gao
2023-08-02net: rtl8169: Add one device ID 0x8161Minda Chen
2023-08-02net: rtl8169: Fix DMA minimal aligned compile warning in RISC-VMinda Chen
2023-08-02net: rtl8169: Fix compile warning in rtl8169Minda Chen
2023-08-02starfive: pci: Add StarFive JH7110 pcie driverMason Huo
2023-08-02i2c: designware: Add Kconfig for designware_i2c_pci.cMinda Chen
2023-08-01Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-08-01Merge tag 'video-20230801' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2023-08-01Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2023-08-01drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove videoNikhil M Jain
2023-08-01drivers: video: tidss: tidss_drv: Change remove methodNikhil M Jain
2023-08-01video: bochs: Set the frame buffer size per configurationBin Meng
2023-08-01video: kconfig: Set default FB size for BochsBin Meng
2023-08-01video: kconfig: Drop the superfluous dependencyBin Meng
2023-08-01video: kconfig: Fix wrong text for the PCI default FB sizeBin Meng
2023-08-01video: bochs: Remove the x86 dependencyBin Meng
2023-08-01video: bochs: Avoid using IO instructions to access VGA IO portBin Meng
2023-08-01video: bochs: Drop the useless argument of bochs_vga_write()Bin Meng
2023-08-01video: bochs: Drop inclusion of <asm/mtrr.h>Bin Meng