summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2022.08.0v2022.08.0Sascha Hauer2022-08-101-1/+1
* doc: bootchooser: fix typoUlrich Ölmann2022-08-091-1/+1
* crypto: restrict digest algos implemented in ARM assembly to 32-bitAhmad Fatoum2022-08-091-2/+2
* common: machine_id: guard against digest algo being unavailableAhmad Fatoum2022-08-091-0/+5
* common: machine_id: simplify early exitAhmad Fatoum2022-08-091-4/+2
* ARM: i.MX8MN: assume USBOTG power domains to be poweredAhmad Fatoum2022-08-092-0/+6
* ARM: i.MX8MM: assume USBOTG power domains to be poweredAhmad Fatoum2022-08-091-0/+8
* drivers: power: ignore power domains with barebox,allow-dummyAhmad Fatoum2022-08-091-3/+21
* soc: imx: gpcv2: associate PGC device tree node with platform deviceAhmad Fatoum2022-08-091-1/+1
* common: don't fixup empty serial/machine_compatible stringsAhmad Fatoum2022-08-081-0/+4
* regulator: handle regulator_get_voltage(NULL) gracefullyAhmad Fatoum2022-08-081-1/+6
* driver: disassociate dev from device_node on unregister_deviceAhmad Fatoum2022-08-081-0/+2
* USB: gadget: fastboot: allow exporting only barebox update handlerAhmad Fatoum2022-08-082-5/+12
* file_list: factor out file_list_newAhmad Fatoum2022-08-082-6/+14
* net: dsa: fix format string mismatchAhmad Fatoum2022-08-081-1/+1
* Documentation: devel: porting: bring up to dateAhmad Fatoum2022-08-081-24/+38
* Documentation: devel: project-ideas: update after DSA framework additionAhmad Fatoum2022-08-081-4/+2
* ARM: imx/bbu-external-nand: Fix freeing image copyUwe Kleine-König2022-07-141-3/+3
* ARM: imx/bbu-external-nand: Rename offset -> nand_offsetUwe Kleine-König2022-07-141-13/+13
* ubifs: fix crash building without decompressorsAhmad Fatoum2022-07-141-1/+2
* devfs: Fix device name in overlap error messageUwe Kleine-König2022-07-111-1/+1
* devfs: take into account for the partitions check that mtd is differentUwe Kleine-König2022-07-111-2/+13
* checkpatch: don't warn about %peAhmad Fatoum2022-07-111-1/+1
* video: imxfb: Fix call of memalign()Uwe Kleine-König2022-06-291-1/+1
* Merge branch 'for-next/rpi4'Sascha Hauer2022-06-2942-266/+1143
|\
| * ARM: rpi: parse useful data from vc fdtDaniel Brát2022-06-273-63/+183
| * i2c: add bcm283x i2c host controller supportDaniel Brát2022-06-175-2/+336
| * ARM: rpi: use correct kernel8.img as name for 64-bitAhmad Fatoum2022-06-171-1/+1
| * doc: bcm283x: reference newer firmwareAhmad Fatoum2022-06-171-2/+2
| * ARM: rpi: add debug_ll support for Raspberry Pi 4Ahmad Fatoum2022-06-173-0/+28
| * ARM: rpi: add Raspberry Pi 4 supportAhmad Fatoum2022-06-178-0/+166
| * clocksource: bcm2835: bump below architeced timer for AArch64Ahmad Fatoum2022-06-171-1/+2
| * mci: bcm2835: add bcm2711-emmc2 (Rpi4) supportUwe Kleine-König2022-06-171-1/+3
| * clk: rpi: add Raspberry Pi 4 supportAhmad Fatoum2022-06-172-11/+32
| * ARM: rpi: rpi3: disallow MMU_EARLY && 64BITAhmad Fatoum2022-06-171-0/+2
| * ARM: rpi: add Raspberry Pi 3 64-bit build supportAhmad Fatoum2022-06-175-7/+28
| * ARM: cpu: remove unused SYS_SUPPORTS_32BIT_KERNELAhmad Fatoum2022-06-172-4/+1
| * ARM: cpu: remove unnecessary CONFIG_SYS_SUPPORTS_64BIT_KERNELAhmad Fatoum2022-06-175-9/+1
| * ARM: cpu: prevent recursive dependencies via CPU_SUPPORTS_64BIT_KERNELAhmad Fatoum2022-06-175-1/+5
| * serial: ns16550: rpi: remove ungating now done by proper clk driverAhmad Fatoum2022-06-171-4/+0
| * ARM: rpi: support FDT in x0 for 64bit configurationsAhmad Fatoum2022-06-171-11/+16
| * ARM: rpi: add generic Raspberry Pi imageAhmad Fatoum2022-06-174-6/+99
| * ARM: rpi: switch to ARM_USE_COMPRESSED_DTBAhmad Fatoum2022-06-172-8/+10
| * ARM: rpi: split out mbox helpers to share code with PBLAhmad Fatoum2022-06-174-84/+103
| * ARM: rpi: support PBL use of mboxAhmad Fatoum2022-06-175-9/+54
| * ARM: rpi: move bcm2835_add_device_sdram() into headerAhmad Fatoum2022-06-174-54/+13
| * ARM64: asm: implement read_cpuid_id()Ahmad Fatoum2022-06-171-2/+20
| * dma: add dma_sync nop stubs for PBLAhmad Fatoum2022-06-171-0/+22
| * dma: avoid clash between static inline and extern dma_alloc declarationsAhmad Fatoum2022-06-176-0/+30
* | Merge branch 'for-next/rockchip'Sascha Hauer2022-06-2914-522/+183
|\ \