summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* debian: Document new upstream release in d/changelogHEADmasterUwe Kleine-König2024-03-191-3/+3
* debian: Merge tag 'v2024.03.0' of https://git.pengutronix.de/git/bareboxUwe Kleine-König2024-03-198540-89073/+379814
|\
| * Release v2024.03.0Sascha Hauer2024-03-151-1/+1
| * pmdomain: imx: gpc2: ignore missing regulatorsAhmad Fatoum2024-03-151-6/+22
| * ARM: i.MX8MQ: fix early boot hangAhmad Fatoum2024-03-151-1/+1
| * ARM: i.MX93 ele: fix compilationSascha Hauer2024-03-131-1/+1
| * nvmem: imx-ocotp-ele: fix fuse types on i.MX93Sascha Hauer2024-03-131-2/+1
| * common: console_common: handle NULL dev gracefully in dev_printfAhmad Fatoum2024-03-131-1/+1
| * ARM: i.MX93: ele: start TRNG on i.MX93 rev a1Sascha Hauer2024-03-111-0/+20
| * optee: build common code depending on CONFIG_HAVE_OPTEEAhmad Fatoum2024-03-081-2/+1
| * ARM: rpi: fix regression booting without VideoCore DTAhmad Fatoum2024-03-051-10/+33
| * mtd: don't try to detect UBI in too small flash partitionsAhmad Fatoum2024-03-041-1/+4
| * ARM: bootm barebox: page align barebox start addressThaison Phan2024-03-011-1/+1
| * partitions: dos: change first partition number from 1 to 0Sascha Hauer2024-03-011-3/+3
| * partitions: efi: change first partition number from 1 to 0Sascha Hauer2024-03-011-1/+1
| * optee: check optee_verify_header argument for error pointersAhmad Fatoum2024-03-011-1/+1
| * optee: don't warn about missing OP-TEE headerAhmad Fatoum2024-03-011-2/+2
| * firmware: arm_scmi: pmdomain: restrict default y for driverAhmad Fatoum2024-03-011-1/+1
| * usb: xhci: fix reset endpoint on USB stallAhmad Fatoum2024-03-011-4/+5
| * i2c: i2c-imx-lpi2c: remove debugging leftoverSascha Hauer2024-03-011-1/+0
| * ARM: i.MX93: tqm93xx: add PMIC nodeSascha Hauer2024-02-291-0/+9
| * serial: lpuart32: fix rx stall on FIFO overflowSascha Hauer2024-02-291-9/+12
| * ARM: i.MX: move barebox,bootsource-mmc aliases to chosen nodeSascha Hauer2024-02-278-2/+20
| * ARM: i.MX8MP: dts: remove power domains referenced by media_blk_ctrlAhmad Fatoum2024-02-231-12/+0
| * Merge branch 'for-next/zstd'Sascha Hauer2024-02-2121-81/+435
| |\
| | * uncompress: add detected file type debug printMarco Felsch2024-02-061-0/+2
| | * bootm: add support to boot ZSTD compressed imagesMarco Felsch2024-02-065-0/+346
| | * decompress: change length arguments to longSascha Hauer2024-02-0615-81/+81
| | * filetype: add zstd supportMarco Felsch2024-02-062-0/+6
| * | Merge branch 'for-next/usb-xhci'Sascha Hauer2024-02-214-120/+247
| |\ \
| | * | usb: xhci: Do not panic on event timeoutsAhmad Fatoum2024-02-201-2/+3
| | * | usb: xhci: Recover from halted bulk endpointsAhmad Fatoum2024-02-201-0/+8
| | * | usb: xhci: Allow context state errors when halting an endpointAhmad Fatoum2024-02-201-2/+4
| | * | usb: xhci: Better error handling in abort_td()Ahmad Fatoum2024-02-202-13/+25
| | * | usb: xhci: Guard all calls to xhci_wait_for_eventAhmad Fatoum2024-02-202-0/+18
| | * | usb: xhci: Fix root hub descriptorAhmad Fatoum2024-02-202-8/+12
| | * | usb: xhci: reset endpoint on USB stallAhmad Fatoum2024-02-201-0/+40
| | * | usb: xhci: support non-1:1 mapped xHCIAhmad Fatoum2024-02-204-53/+83
| | * | usb: xhci: don't use xhci_writeq for normal SDRAMAhmad Fatoum2024-02-201-1/+1
| | * | usb: xhci: Add missing xhci_readl()Ahmad Fatoum2024-02-201-4/+4
| | * | usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Ahmad Fatoum2024-02-201-2/+2
| | * | usb: xhci: use macros for formatting valuesAhmad Fatoum2024-02-203-34/+22
| | * | usb: xhci: call xhci_flush_cache where appropriateAhmad Fatoum2024-02-202-0/+7
| | * | usb: xhci: add various debugging printsAhmad Fatoum2024-02-202-3/+21
| | * | usb: xhci: usb: xhci: avoid type conversion of void *Ahmad Fatoum2024-02-201-2/+1
| * | | Merge branch 'for-next/partitions'Sascha Hauer2024-02-2127-167/+1440
| |\ \ \
| | * | | environment: use barebox environment from GPT partitionsSascha Hauer2024-02-201-1/+67
| | * | | bootsource: add function to get device_node we booted fromSascha Hauer2024-02-203-6/+18
| | * | | partitions: efi: Allow to create barebox environment partitionSascha Hauer2024-02-203-1/+7
| | * | | default environment: make string arguments constSascha Hauer2024-02-205-9/+17