summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-11bootcount: pmic: Correct misleading commentPhilip Oberfichtner2-2/+2
2022-10-11Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...Tom Rini18-218/+256
2022-10-10usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek1-0/+1
2022-10-10usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpersPatrice Chotard2-70/+0
2022-10-10usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard4-10/+10
2022-10-10usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard1-53/+3
2022-10-10phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard1-0/+42
2022-10-10usb: gadget: Clean up Makefile ifdefferyMarek Vasut1-10/+7
2022-10-10Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/...Tom Rini6-46/+291
2022-10-10fpga: virtex2: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-39/+30
2022-10-10fpga: spartan3: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-43/+37
2022-10-10fpga: spartan2: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-43/+37
2022-10-10fpga: ACEX1K: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-21/+16
2022-10-10fpga: cyclon2: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-22/+16
2022-10-10fpga: altera: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-7/+4
2022-10-10fpga: virtex2: Fix printf format string warningsAlexander Dahl1-2/+2
2022-10-10fpga: spartan3: Fix printf arguments warningAlexander Dahl1-1/+1
2022-10-10fpga: spartan2: Fix printf arguments warningAlexander Dahl1-1/+1
2022-10-10fpga: Add missing Kconfig symbols for old FPGA driversAlexander Dahl1-0/+12
2022-10-10clk: versal: Mark versal_clock_setup() as staticVenkatesh Yadav Abbarapu1-1/+1
2022-10-10soc: xilinx: zynqmp: Mark soc_xilinx_zynqmp_get_machine() as staticVenkatesh Yadav Abbarapu1-1/+1
2022-10-09mtd: mxs_nand: Support EDO mode for imx8mn architectureMichael Trimarchi2-27/+239
2022-10-09mtd: mxs_nand: get the clock with the right nameDario Binacchi1-3/+3
2022-10-09mtd: mxs_nand: don't get the gpmi_apbh_dma clockDario Binacchi1-13/+0
2022-10-09clk: imx: clk-imx8mn add gpmi nand clocksMichael Trimarchi1-0/+14
2022-10-09clk: imx: gate2 support shared counter and relative clock functionsMichael Trimarchi2-5/+37
2022-10-08mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to KconfigRoger Quadros1-1/+1
2022-10-07Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+2
2022-10-07spi: zynqmp_qspi: Mark zynqmp_qspi_set_tapdelay() as staticVenkatesh Yadav Abbarapu1-1/+1
2022-10-07clk: nuvoton: Add support for NPCM845Jim Liu2-0/+99
2022-10-07net: ti: am65-cpsw-nuss: Enable MDIO manual modeRavi Gunasekaran1-1/+22
2022-10-07net: ti: cpsw-mdio: Add workaround for errata i2329Ravi Gunasekaran5-8/+258
2022-10-07dma: ti: k3-udma: Fix 'SZ_64K’ undeclared errorDhruva Gole1-0/+1
2022-10-07gpio: ftgpio010: Add support for Faraday Technology FTGPIO010Sergei Antonov3-0/+118
2022-10-06regmap: fix range checksHeinrich Schuchardt1-2/+2
2022-10-06timer: orion-timer: Only init timer onceStefan Roese1-5/+5
2022-10-06mtd: nand: pxa3xx: simplify ECC hardware parametersChris Packham1-179/+68
2022-10-05mmc: zynq_sdhci: Read power-domains id from DT and useAshok Reddy Soma1-19/+20
2022-10-05mmc: zynq_sdhci: Change node_id prototype to u32Ashok Reddy Soma1-7/+7
2022-10-05net: Fix static checker warningsVenkatesh Yadav Abbarapu2-1/+6
2022-10-05net: emaclite: fix handling for IP packets with specific lengthsSamuel Obuch1-1/+3
2022-10-05net: emaclite: fix xemaclite_alignedread/write functionsSamuel Obuch1-5/+4
2022-10-05net: emaclite: enable for more architecturesSamuel Obuch1-4/+3
2022-10-05firmware: zynqmp: Change loadable config object from APU_0 to OCM_BANK_0Ashok Reddy Soma1-3/+8
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl4-0/+50
2022-10-03Merge branch 'next'Tom Rini189-1905/+10343
2022-09-30dm: core: Support copying properties with ofnodeSimon Glass1-0/+24
2022-09-30dm: core: Allow copying ofnode property data when writingSimon Glass1-8/+21
2022-09-30dm: core: Complete phandle implementation using the other FDTSimon Glass1-2/+2
2022-09-30dm: core: Add the ofnode multi-tree implementationSimon Glass1-4/+166