aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge branch '2023-03-02-kconfig-and-CONFIG-cleanups' into nextTom Rini13-191/+56
2023-03-03dm: Add a TPL symbol for simple-busSimon Glass1-0/+7
2023-03-03net: Add an SPL config for atherosSimon Glass1-0/+3
2023-03-02sandbox: Tidy up I2C optionsSimon Glass1-0/+20
2023-03-02sandbox: Tidy up RTC optionsSimon Glass2-2/+20
2023-03-02Correct SPL uses of PHY_FIXEDSimon Glass1-2/+2
2023-03-02Correct SPL uses of MULTIPLEXERSimon Glass2-2/+2
2023-03-02Correct SPL uses of DISPLAY_AER_FULLSimon Glass1-2/+2
2023-03-02sh4: Drop unused twl6030 driverSimon Glass2-48/+0
2023-03-02mtd: Drop unused kb9202_nand driverSimon Glass2-135/+0
2023-03-02usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun1-1/+48
2023-03-02phy: phy-mtk-tphy: add support mt8195Chunfeng Yun1-10/+81
2023-03-02phy: phy-mtk-tphy: remove macros to prepare bitfield valueChunfeng Yun1-75/+47
2023-03-02usb: dwc3-meson-g12a: Select PHY instead of imply PHYMarek Vasut1-2/+2
2023-03-01arm: mvebu: Add support for generating NAND kwbimagePali Rohár1-1/+3
2023-02-28Merge tag 'tpm-next-28022023' of https://source.denx.de/u-boot/custodians/u-b...WIP/28Feb2023-nextTom Rini1-1/+1
2023-02-28Merge tag 'u-boot-nand-20230227' of https://source.denx.de/u-boot/custodians/...Tom Rini4-89/+275
2023-02-28tpm: sandbox: Change the return code when device is already openIlias Apalodimas1-1/+1
2023-02-27Merge tag 'v2023.04-rc3' into nextTom Rini7-45/+68
2023-02-27mtd: nand: Show reserved block in chip.eraseMichael Trimarchi1-1/+2
2023-02-27mtd: spinand: Fix display of unknown raw IDPatrice Chotard1-2/+3
2023-02-27mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECCÁlvaro Fernández Rojas1-0/+6
2023-02-27mtd: rawnand: brcmnand: support v2.1-v2.2 controllersÁlvaro Fernández Rojas1-9/+76
2023-02-27mtd: rawnand: brcmnand: rename page sizesÁlvaro Fernández Rojas1-2/+2
2023-02-27mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas1-2/+3
2023-02-27mtd: rawnand: brcmnand: rename v4 registersÁlvaro Fernández Rojas1-4/+4
2023-02-27mtd: rawnand: brcmnand: correctly verify erased pagesÁlvaro Fernández Rojas1-8/+11
2023-02-27mtd: nand: brcmnand: Add support for flash-dma v0Kamal Dasu1-2/+19
2023-02-27mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfipsClaire Lin1-1/+4
2023-02-27mtd: rawnand: brcmnand: Add support for v7.3 controllerKamal Dasu1-22/+84
2023-02-27mtd: rawnand: brcmnand: Refactored code to introduce helper functionsKamal Dasu1-38/+62
2023-02-27mtd: nand: Mark reserved blocksAshok Reddy Soma1-1/+2
2023-02-23ARM: tegra: provide default USB gadget setupMaxim Schwalm1-0/+3
2023-02-23spi: tegra20_slink: accept any word lengthSvyatoslav Ryhel1-8/+11
2023-02-23ARM: tegra: Fix Tegra PWM parent clockSvyatoslav Ryhel1-4/+6
2023-02-23usb: dwc3-uniphier: Select PHYMarek Vasut1-0/+1
2023-02-22usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3Kunihiko Hayashi2-42/+78
2023-02-22phy: socionext: Add UniPhier USB3 PHY driverKunihiko Hayashi3-0/+177
2023-02-22clk: uniphier: Add missing USB SS-PHY clocksKunihiko Hayashi1-0/+5
2023-02-22reset: uniphier: Add USB glue reset supportKunihiko Hayashi1-1/+77
2023-02-22usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi2-1/+2
2023-02-22usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi2-14/+36
2023-02-22usb: dwc3-generic: Add clock initialization in child DT nodeKunihiko Hayashi1-0/+6
2023-02-22usb: dwc3-generic: Allow different controller DT node patternKunihiko Hayashi1-36/+57
2023-02-22usb: dwc3: Look up reference clock DT phandle in both controller DT nodesMarek Vasut1-0/+17
2023-02-22usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpioVenkatesh Yadav Abbarapu1-19/+19
2023-02-17cpsw_mdio.c: Use correct reg in cpsw_mdio_get_aliveUlf Samuelsson1-3/+3
2023-02-17driver: cache-v5l2: Fix type casting warning on RV32Yu Chien Peter Lin1-1/+1
2023-02-17riscv: ae350: dts: Update L2 cache compatible stringYu Chien Peter Lin1-1/+1
2023-02-17driver: cache: cache-v5l2: Update memory-mapped scheme to support Gen2 platformYu Chien Peter Lin1-8/+24