summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename struct device_d to deviceSascha Hauer2023-01-10802-2596/+2769
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-10316-693/+717
* nvmem: ocotp: decouple featctrl from barebox,provide-mac-addressAhmad Fatoum2023-01-101-3/+1
* i2c: imx: increase timeout in i2c_fsl_poll_status from 1 to 5msAhmad Fatoum2023-01-101-1/+1
* reset: core: support deep probe with resets registered in CLK_OF_DECLAREAhmad Fatoum2023-01-091-3/+2
* efi: acpi: add SDT resource before registering deviceAhmad Fatoum2023-01-091-8/+2
* driver: have dev_name(unregistered device) behave as expectedAhmad Fatoum2023-01-091-1/+3
* arm: zync: Use XZ for image compressionSascha Hauer2022-12-161-1/+2
* arm: avnet zedboard: Use compressed DTBSascha Hauer2022-12-162-2/+3
* KASan: fix handling of devices with MMIO above SDRAM memory regionAhmad Fatoum2022-12-131-0/+5
* KASan: test_kasan: silence warning with newer GCCAhmad Fatoum2022-12-131-0/+2
* Merge branch 'for-next/misc'Sascha Hauer2022-12-12110-133/+149
|\
| * ARM: start: print debugging info when CONFIG_DEBUG_INITCALLSAhmad Fatoum2022-12-091-0/+4
| * bootsource: export bootsource_to_string()Ahmad Fatoum2022-12-093-4/+14
| * include: soc: switch to SPDX-License-IdentifierAhmad Fatoum2022-12-092-4/+2
| * common: boards: qemu-virt: fix env path for QEMU RISC-VAhmad Fatoum2022-12-071-2/+2
| * of: platform: port Linux of_dma_is_coherentAhmad Fatoum2022-12-074-0/+52
| * of: have of_property_match_string accept pointer to const device_nodeAhmad Fatoum2022-12-072-3/+3
| * treewide: rename CONFIG_HAS_ARCH_SJLJ to CONFIG_ARCH_HAS_SJLJAhmad Fatoum2022-12-0711-13/+13
| * ddr: imx8m: use pr_warn instead of plain printsAhmad Fatoum2022-12-071-3/+3
| * ddr: imx8m: warn about unsupported frequenciesAhmad Fatoum2022-12-071-0/+1
| * kvx,openrisc,riscv,sandbox/dts: harmonize clean-files definitionUwe Kleine-König2022-12-024-4/+4
| * mfd: axp20x: support AXP313A PMICJohannes Zink2022-12-023-1/+49
| * i2c: bcm283x: fix use of unregistered device in debug printAhmad Fatoum2022-12-021-1/+1
| * regulator: core: don't call of_regulator_get with NULL argumentAhmad Fatoum2022-12-021-1/+1
| * Remove unused struct partitionSascha Hauer2022-11-2377-97/+0
* | Merge branch 'for-next/imx7-nand-xload'Sascha Hauer2022-12-1211-1243/+811
|\ \
| * | imx-bbu-nand-fcb: Add fcb commandSascha Hauer2022-12-122-65/+160
| * | imx-bbu-nand-fcb: Drop ifdefferySascha Hauer2022-12-122-8/+6
| * | ARM: i.MX: xload nand: Implement i.MX7 supportSascha Hauer2022-11-023-8/+93
| * | ARM: i.MX: xload nand: Move mxs_nand_mode_fcb_62bit() to header fileSascha Hauer2022-11-022-32/+35
| * | ARM: i.MX: xload nand: reset NAND before accessing itSascha Hauer2022-11-021-0/+4
| * | imx-bbu-nand-fcb: Fix reading FCB information from BCH registersSascha Hauer2022-11-021-2/+2
| * | ARM: i.MX: xload nand: Use final page layout from FCBSascha Hauer2022-11-021-0/+17
| * | ARM: i.MX: xload nand: Pull ECC status checking out of read pageSascha Hauer2022-11-021-11/+27
| * | imx-bbu-nand-fcb: pull printing debug info out of get_fcb()Sascha Hauer2022-11-021-11/+11
| * | ARM: i.MX: xload-gpmi-nand: refactor for more SoC supportAhmad Fatoum2022-11-022-34/+44
| * | dma: apbh-dma: unify register definesSascha Hauer2022-11-024-163/+106
| * | dma: apbh-dma: Simplify codeSascha Hauer2022-11-023-619/+98
| * | ARM: i.MX: xload nand: add common readidSascha Hauer2022-11-021-95/+54
| * | ARM: i.MX: xload nand: Use common register definesSascha Hauer2022-11-021-49/+18
| * | mtd: nand: nand-mxs: Move register definitions to separate fileSascha Hauer2022-11-022-155/+145
* | | Merge branch 'for-next/dts'Sascha Hauer2022-12-1269-151/+274
|\ \ \
| * | | dts: update to v6.1-rc8Sascha Hauer2022-12-062-2/+2
| * | | dts: update to v6.1-rc7Sascha Hauer2022-12-0643-93/+87
| * | | dts: update to v6.1-rc6Sascha Hauer2022-11-2321-47/+125
| * | | dts: update to v6.1-rc5Sascha Hauer2022-11-233-9/+60
| | |/ | |/|
* | | Merge branch 'for-next/bootrom-log'Sascha Hauer2022-12-1213-3/+321
|\ \ \
| * | | ARM: i.MX8M: implement bootrom log viewing commandAhmad Fatoum2022-12-074-0/+231
| * | | ARM: i.MX8M: support saving BootROM event log before clobbering OCRAMAhmad Fatoum2022-12-025-0/+51