summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ddr: fsl: fix possible use of uninitalized variableAhmad Fatoum2024-02-201-1/+1
* i2c: don't return error pointers from of_find_i2c_adapter_by_nodeAhmad Fatoum2024-02-191-1/+1
* mci: sdhci: atmel: fix truncation when reading out capsAhmad Fatoum2024-02-131-1/+1
* gpio-vf610: always register 32 GPIOsSascha Hauer2024-02-081-1/+1
* watchdog: restart handler: hang when watchdog cannot restart the machineSascha Hauer2024-02-081-1/+3
* of: fdt: fix oob writes with large fdt propertiesStefan Kerkmann2024-02-011-0/+4
* of: fdt: fix memory leak in fdt_ensure_spaceStefan Kerkmann2024-02-011-7/+21
* mtd: spi-nor: fix format specifier in debug messageAhmad Fatoum2024-02-011-2/+2
* fpga: socfpga-fpga2sdram-bridge: always populate HANDOFF_FPGA2SDR registerAhmad Fatoum2024-02-011-3/+3
* fpga: socfpga-fpga2sdram-bridge: consult HANDOFF_FPGA2SDR registerAhmad Fatoum2024-02-011-2/+5
* Merge branch 'for-next/net'Sascha Hauer2024-01-245-0/+987
|\
| * net: Add fsl_enetc network driver supportSascha Hauer2024-01-095-0/+987
* | Merge branch 'for-next/pci'Sascha Hauer2024-01-243-2/+226
|\ \
| * | pci: implement function level resetSascha Hauer2024-01-021-0/+32
| * | pci: implement Enhanced Allocation supportSascha Hauer2024-01-021-0/+186
| * | pci: fix __pci_bus_find_cap_startSascha Hauer2024-01-021-2/+2
| * | pci: layerscape: limit fixup to layerscape controllersSascha Hauer2024-01-021-0/+3
| * | pci: Do not register device tree disabled devicesSascha Hauer2024-01-021-0/+3
* | | Merge branch 'for-next/misc'Sascha Hauer2024-01-237-44/+86
|\ \ \
| * | | clk: select CLKDEV_LOOKUP from COMMON_CLKAhmad Fatoum2024-01-191-0/+1
| * | | clk: make COMMON_CLK a visible symbolAhmad Fatoum2024-01-191-1/+20
| * | | mtd: nand: denali: Make partition binding configurableSascha Hauer2024-01-191-11/+56
| * | | usb: xhci: call dma_unmap_single in error pathsAhmad Fatoum2024-01-111-1/+5
| * | | usb: dwc3: of-simple: remove unmatchable compatiblesAhmad Fatoum2024-01-111-6/+0
| * | | treewide: mark linker list elements with __ll_elemAhmad Fatoum2024-01-111-2/+1
| * | | mtd: spi-nor: add support for Winbond w25q256jwmMarco Felsch2024-01-021-0/+2
| * | | mfd: rn5t568: add complete register map to header and use itBastian Krause2024-01-021-23/+1
| |/ /
* | | Merge branch 'for-next/layerscape'Sascha Hauer2024-01-2314-56/+275
|\ \ \
| * | | dma: align barebox DMA coherency setting with kernel'sAhmad Fatoum2024-01-113-1/+45
| * | | dma: fix dma_sync when not all device DMA is equally coherentAhmad Fatoum2024-01-111-4/+8
| * | | of: populate new device_d::dma_coherent attributeAhmad Fatoum2024-01-111-0/+1
| * | | dma: introduce CONFIG_OF_DMA_COHERENCYAhmad Fatoum2024-01-112-6/+18
| * | | dma: rename OF_DMA_DEFAULT_COHERENT to ARCH_DMA_DEFAULT_COHERENTAhmad Fatoum2024-01-112-5/+1
| * | | clk: layerscape: increase PLL divider arraySascha Hauer2024-01-101-1/+2
| * | | ARM: Layerscape: LS1028a: reserve DDR region for TF-ASascha Hauer2024-01-101-1/+2
| * | | mci: imx-esdhc-pbl: implement esdhc xload for ls1028aSascha Hauer2024-01-081-1/+54
| * | | mci: imx-esdhc-pbl: factor out common functionSascha Hauer2024-01-081-27/+39
| * | | mci: imx-esdhc: add ls1028a supportSascha Hauer2024-01-021-2/+7
| * | | clk: layerscape: add support for ls1028aSascha Hauer2024-01-021-0/+69
| * | | clk: layerscape: move chipinfo_ls1012a further upSascha Hauer2024-01-021-7/+7
| * | | fsl-ddr: make endianess runtime decisionSascha Hauer2024-01-023-5/+22
| * | | fsl-ddr: remove duplicate prototypeSascha Hauer2024-01-021-1/+0
| * | | net: fsl_fman: gracefully exit of_fixup()Sascha Hauer2024-01-021-0/+5
| |/ /
* | | Merge branch 'for-next/imx-hsio-blk-ctrl'Sascha Hauer2024-01-2317-29/+683
|\ \ \
| * | | pmdomain: imx: add i.MX8MP HSIO blk-ctrl driverAhmad Fatoum2024-01-223-0/+466
| * | | driver: have dev_request_mem_region_err_null warn if resource starts at 0Ahmad Fatoum2024-01-221-1/+1
| * | | pmdomain: implement pm_genpd_remove/of_genpd_del_provider for cleanupAhmad Fatoum2024-01-221-0/+31
| * | | pmdomain: imx: gpcv2: enable COMPILE_TEST buildAhmad Fatoum2024-01-221-1/+1
| * | | pmdomain: add support for enabling power domains later onAhmad Fatoum2024-01-221-0/+11
| * | | pmdomain: implement dev_pm_domain_attach_by_id/nameAhmad Fatoum2024-01-221-0/+106