summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-18watchdog: omap_wdt: Switch required include for watchdog definesTom Rini1-1/+1
2022-10-18dma: Transfer dma_ops should use DMA address typesAndrew Davis4-12/+12
2022-10-18dma: ti-edma3: Add DMA map operations before and after transfersAndrew Davis1-0/+19
2022-10-18dma: Use dma-mapping for cache ops and sync after writeAndrew Davis1-4/+13
2022-10-18phy: ti: j721e-wiz: add j784s4-wiz-10g module supportMatt Ranostay1-3/+72
2022-10-18dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-14/+14
2022-10-18dm: core: Switch uclass_foreach_dev_probe to use simple iteratorMichal Suchanek1-4/+1
2022-10-18dm: blk: Do not use uclass_next_device_errMichal Suchanek1-10/+6
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek9-20/+12
2022-10-18w1: Fix bus counting in w1_get_busMichal Suchanek1-9/+11
2022-10-18video: ipuv3: Fix error handling when getting the displayMichal Suchanek1-5/+4
2022-10-18usb: ether: Fix error handling in usb_ether_initMichal Suchanek1-6/+5
2022-10-18dm: pci: Fix device PCI iterationMichal Suchanek1-2/+2
2022-10-18dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek2-30/+5
2022-10-18dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek1-7/+5
2022-10-18dm: regmap: Disable range checks in SPLSimon Glass1-2/+21
2022-10-16spi: Implement spi_set_speedPaul Barker1-0/+15
2022-10-12Fix typo in CONFIG_USBNET_DEVADDRIgnacio Zamora2-2/+2
2022-10-12smem: msm: add missing <linux/sizes.h>Robert Marko1-0/+1
2022-10-12firmware: scmi: fix the multi channel support with CCFPatrick Delaunay4-4/+4
2022-10-11thermal: add sandbox driverRobert Marko2-0/+37
2022-10-11pinctrl: fix buffer size for pinctrl_generic_set_state_prefix()John Keeping1-1/+1
2022-10-11pinctrl: nuvoton: fix set persist errorJim Liu1-4/+4
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