summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* arm: mvebu: Add support for generating NAND kwbimagePali Rohár2023-03-011-1/+3
* Merge tag 'tpm-next-28022023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2023-02-281-1/+1
|\
| * tpm: sandbox: Change the return code when device is already openIlias Apalodimas2023-02-281-1/+1
* | Merge tag 'u-boot-nand-20230227' of https://source.denx.de/u-boot/custodians/...Tom Rini2023-02-284-89/+275
|\ \ | |/ |/|
| * mtd: nand: Show reserved block in chip.eraseMichael Trimarchi2023-02-271-1/+2
| * mtd: spinand: Fix display of unknown raw IDPatrice Chotard2023-02-271-2/+3
| * mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECCÁlvaro Fernández Rojas2023-02-271-0/+6
| * mtd: rawnand: brcmnand: support v2.1-v2.2 controllersÁlvaro Fernández Rojas2023-02-271-9/+76
| * mtd: rawnand: brcmnand: rename page sizesÁlvaro Fernández Rojas2023-02-271-2/+2
| * mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas2023-02-271-2/+3
| * mtd: rawnand: brcmnand: rename v4 registersÁlvaro Fernández Rojas2023-02-271-4/+4
| * mtd: rawnand: brcmnand: correctly verify erased pagesÁlvaro Fernández Rojas2023-02-271-8/+11
| * mtd: nand: brcmnand: Add support for flash-dma v0Kamal Dasu2023-02-271-2/+19
| * mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfipsClaire Lin2023-02-271-1/+4
| * mtd: rawnand: brcmnand: Add support for v7.3 controllerKamal Dasu2023-02-271-22/+84
| * mtd: rawnand: brcmnand: Refactored code to introduce helper functionsKamal Dasu2023-02-271-38/+62
| * mtd: nand: Mark reserved blocksAshok Reddy Soma2023-02-271-1/+2
* | Merge tag 'v2023.04-rc3' into nextTom Rini2023-02-277-45/+68
|\ \ | |/
| * ARM: tegra: provide default USB gadget setupMaxim Schwalm2023-02-231-0/+3
| * spi: tegra20_slink: accept any word lengthSvyatoslav Ryhel2023-02-231-8/+11
| * ARM: tegra: Fix Tegra PWM parent clockSvyatoslav Ryhel2023-02-231-4/+6
| * usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpioVenkatesh Yadav Abbarapu2023-02-221-19/+19
| * cpsw_mdio.c: Use correct reg in cpsw_mdio_get_aliveUlf Samuelsson2023-02-171-3/+3
| * driver: cache-v5l2: Fix type casting warning on RV32Yu Chien Peter Lin2023-02-171-1/+1
| * riscv: ae350: dts: Update L2 cache compatible stringYu Chien Peter Lin2023-02-171-1/+1
| * driver: cache: cache-v5l2: Update memory-mapped scheme to support Gen2 platformYu Chien Peter Lin2023-02-171-8/+24
| * riscv: Remove redundant Kconfig "RISCV_NDS_CACHE"Leo Yu-Chi Liang2023-02-171-1/+0
* | usb: dwc3-uniphier: Select PHYMarek Vasut2023-02-231-0/+1
* | usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3Kunihiko Hayashi2023-02-222-42/+78
* | phy: socionext: Add UniPhier USB3 PHY driverKunihiko Hayashi2023-02-223-0/+177
* | clk: uniphier: Add missing USB SS-PHY clocksKunihiko Hayashi2023-02-221-0/+5
* | reset: uniphier: Add USB glue reset supportKunihiko Hayashi2023-02-221-1/+77
* | usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi2023-02-222-1/+2
* | usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi2023-02-222-14/+36
* | usb: dwc3-generic: Add clock initialization in child DT nodeKunihiko Hayashi2023-02-221-0/+6
* | usb: dwc3-generic: Allow different controller DT node patternKunihiko Hayashi2023-02-221-36/+57
* | usb: dwc3: Look up reference clock DT phandle in both controller DT nodesMarek Vasut2023-02-221-0/+17
* | dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-142-7/+7
* | dm: Add support for handling old u-boot,dm- tagsSimon Glass2023-02-141-0/+12
|/
* i2c: i2c-cdns.c: Update driver to read fifo-depth from device treePei Yue Ho2023-02-131-12/+18
* i2c:aspeed:support ast2600 i2c new register mode driverRyan Chen2023-02-134-0/+497
* i2c: mxc_i2c: Use hex notation for the base addressFabio Estevam2023-02-131-1/+1
* Merge tag 'clk-2023.04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-02-124-22/+26
|\
| * reset: Allow reset_get_by_name() with NULL nameSamuel Holland2023-02-121-5/+7
| * clk: Allow clk_get_by_name() with NULL nameSamuel Holland2023-02-121-5/+7
| * clk: imx8mn: fix imx8mn_enet_phy_sels clocks listDario Binacchi2023-02-121-1/+1
| * clk: imx: rename video_pll1 to video_pllDario Binacchi2023-02-121-10/+10
| * clk: imx8mn: rename vpu_pll to m7_alt_pllDario Binacchi2023-02-121-1/+1
| * clk: nuvoton: fix bug for calculate pll clockJim Liu2023-02-121-1/+1
* | Merge branch 'for-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2023-02-124-37/+414
|\ \ | |/ |/|