summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ARM: socfpga: populate HANDOFF_FPGA2SDR with Quartus valueAhmad Fatoum2024-02-011-0/+3
* ARM: socfpga: complete definitions of handoff registersAhmad Fatoum2024-02-011-4/+9
* Merge branch 'for-next/net'Sascha Hauer2024-01-241-4/+51
|\
| * net/phy: sync phy_interface_t types with LinuxSascha Hauer2024-01-051-4/+51
* | Merge branch 'for-next/pci'Sascha Hauer2024-01-242-5/+51
|\ \
| * | pci: implement function level resetSascha Hauer2024-01-021-0/+2
| * | pci: implement Enhanced Allocation supportSascha Hauer2024-01-021-1/+48
| * | pci: fix __pci_bus_find_cap_startSascha Hauer2024-01-021-0/+1
| * | pci: remove duplicate definition of pci_resource_startSascha Hauer2024-01-021-4/+0
* | | Merge branch 'for-next/misc'Sascha Hauer2024-01-2316-67/+242
|\ \ \
| * | | dma: don't allow override of dma_alloc/dma_freeAhmad Fatoum2024-01-111-4/+0
| * | | lib: add optional linked list debuggingAhmad Fatoum2024-01-111-0/+17
| * | | list: rename debugging hooksAhmad Fatoum2024-01-111-10/+10
| * | | treewide: mark linker list elements with __ll_elemAhmad Fatoum2024-01-119-50/+52
| * | | compiler: define __ll_elem for linker list elementsAhmad Fatoum2024-01-111-0/+6
| * | | i2c: add pmic_reg_read8() for PBL useBastian Krause2024-01-021-0/+21
| * | | pbl/pmic.h: rename pmic_reg_write() to pmic_reg_write8()Sascha Hauer2024-01-021-2/+2
| * | | mfd: rn5t568: add complete register map to header and use itBastian Krause2024-01-021-0/+134
| * | | net: remove unused field from struct eth_deviceSascha Hauer2023-12-191-1/+0
| |/ /
* | | Merge branch 'for-next/layerscape'Sascha Hauer2024-01-2312-37/+527
|\ \ \
| * | | ARM: layerscape: configure all DMA masters to be cache-coherentAhmad Fatoum2024-01-111-0/+7
| * | | of: populate new device_d::dma_coherent attributeAhmad Fatoum2024-01-111-0/+24
| * | | ARM: Layerscape: LS1028a: Add barebox update handlerSascha Hauer2024-01-101-0/+8
| * | | ARM: Layerscape: LS1028a: implement bootsource detectionSascha Hauer2024-01-101-0/+1
| * | | ARM: Layerscape: LS1028a: fixup icidsSascha Hauer2024-01-101-0/+1
| * | | immap_lsch3: Add more stuffSascha Hauer2024-01-101-0/+119
| * | | ARM: Layerscape: LS1028a: reserve DDR region for TF-ASascha Hauer2024-01-101-0/+8
| * | | ARM: Layerscape: consolidate initcalls into oneSascha Hauer2024-01-101-0/+31
| * | | mci: imx-esdhc-pbl: implement esdhc xload for ls1028aSascha Hauer2024-01-082-0/+16
| * | | ARM: Add ls1028a lowlevel initSascha Hauer2024-01-081-0/+7
| * | | ARM: Layerscape: add tzc400 supportSascha Hauer2024-01-081-0/+3
| * | | include: <asm-generic/bug.h>: implement ASSERT()Sascha Hauer2024-01-081-0/+5
| * | | ARM: layerscape: implement ls1028a debug_llSascha Hauer2024-01-081-1/+20
| * | | ARM: layerscape: implement ls1028a errataSascha Hauer2024-01-081-0/+2
| * | | ARM: Layerscape: add layerscape_uart_putc()Sascha Hauer2024-01-081-3/+20
| * | | ARM: layerscape: cleanup erratum_a009007Sascha Hauer2024-01-081-12/+1
| * | | ARM: layerscape: decide SCFG endianess during runtimeSascha Hauer2024-01-081-0/+19
| * | | soc/fsl/immap_lsch2.h: cleanupSascha Hauer2024-01-081-6/+0
| * | | soc/fsl: import immap_lsch3 from U-BootSascha Hauer2024-01-081-0/+187
| * | | fsl-ddr: make endianess runtime decisionSascha Hauer2024-01-021-16/+49
| |/ /
* | | Merge branch 'for-next/imx-hsio-blk-ctrl'Sascha Hauer2024-01-235-24/+143
|\ \ \
| * | | driver: make driver.h header self-containedAhmad Fatoum2024-01-221-0/+1
| * | | clk: define aliases for clk_bulk_prepare_enable/disable_unprepareAhmad Fatoum2024-01-221-0/+3
| * | | regmap: include missing header from linux/regmap.hAhmad Fatoum2024-01-221-0/+1
| * | | include: linux/device.h: implement dev_platform_ioremap_resourceAhmad Fatoum2024-01-221-0/+12
| * | | pmdomain: implement pm_genpd_remove/of_genpd_del_provider for cleanupAhmad Fatoum2024-01-221-0/+13
| * | | pmdomain: add stub definition for pm_runtime_put_genpdAhmad Fatoum2024-01-221-0/+7
| * | | pmdomain: add stub definition for dev_pm_domain_detachAhmad Fatoum2024-01-221-0/+6
| * | | pmdomain: add support for enabling power domains later onAhmad Fatoum2024-01-221-1/+7
| * | | pmdomain: implement dev_pm_domain_attach_by_id/nameAhmad Fatoum2024-01-221-0/+68